Home
last modified time | relevance | path

Searched defs:setRegexp (Results 1 – 5 of 5) sorted by relevance

/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/
DJQL.java218 public JQL setRegexp(int pos, String regexp) throws EJDB2Exception { in setRegexp() method in JQL
223 public JQL setRegexp(String placeholder, String regexp) throws EJDB2Exception { in setRegexp() method in JQL
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJQL.java230 public JQL setRegexp(int pos, String regexp) throws EJDB2Exception { in setRegexp() method in JQL
235 public JQL setRegexp(String placeholder, String regexp) throws EJDB2Exception { in setRegexp() method in JQL
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/
DEJDB2JQLModule.java131 public void setRegexp(Integer jqlid, String placeholder, String val) { in setRegexp() method in EJDB2JQLModule
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/
Dindex.js205 setRegexp(placeholder, val) { method in JQL
/third_party/ejdb/src/bindings/ejdb2_node/
Dindex.js371 setRegexp(placeholder, val) { method in JQL