/third_party/jsframework/runtime/vdom/ |
D | Element.ts | 82 const taskCenter = this.getTaskCenter(this.docId); 351 child.docId = this._docId; 500 if (this.docId) { 507 const taskCenter = this.getTaskCenter(this.docId); 544 if (this.docId) { 558 const taskCenter = this.getTaskCenter(this.docId); 599 if (this.docId) { 610 const taskCenter = this.getTaskCenter(this.docId); 641 const taskCenter = this.getTaskCenter(this.docId); 693 const taskCenter = this.getTaskCenter(this.docId); [all …]
|
D | DocumentElement.ts | 35 delete this.docId; 64 element.docId = this.id; 74 element.docId = document.id;
|
D | Node.ts | 224 public get docId() { method in Node 228 public set docId(value: string) { method in Node
|
D | NativeElementClassFactory.ts | 56 const taskCenter = this.getTaskCenter(this.docId);
|
D | Document.ts | 217 el.docId = this._id;
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/test/java/com/softmotions/ejdb2/ |
D | TestEJDB2.java | 86 q.executeRaw((docId, doc) -> { in dbTest() argument 87 assert (docId > 0 && doc != null); in dbTest() 88 results.put(docId, doc); in dbTest() 97 q2.executeRaw((docId, doc) -> { in dbTest() argument 98 results.put(docId, doc); in dbTest() 105 q2.executeRaw((docId, doc) -> { in dbTest() argument 106 results.put(docId, doc); in dbTest()
|
/third_party/ejdb/src/bindings/ejdb2_android/test/ejdb2/src/androidTest/java/com/softmotions/ejdb2/ |
D | Ejdb2AndroidTest.java | 94 public long onRecord(long docId, String doc) { in ejdb2tests() 95 assertTrue(docId > 0 && doc != null); in ejdb2tests() 96 results.put(docId, doc); in ejdb2tests() 109 public long onRecord(long docId, String doc) { in ejdb2tests() 110 results.put(docId, doc); in ejdb2tests() 125 public long onRecord(long docId, String doc) { in ejdb2tests() 126 results.put(docId, doc); in ejdb2tests()
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/example/ |
D | EJDB2Example.java | 26 public long onRecord(long docId, String doc) { in main() 27 System.out.println(String.format("Found %d %s", docId, doc)); in main()
|
/third_party/libxml2/result/ |
D | att8.sax | 5 SAX.characters(/bsk:DocPart[@docId=, 20) 17 SAX.startElement(bsk:DocPart, docId='20040308152601345236', docPartNo='1', ino:id='15290', xmlns:bs…
|
D | att8.sax2 | 5 SAX.characters(/bsk:DocPart[@docId=, 20) 17 …/basket', 1, xmlns:bsk='http://www.heitec.net/sara4/tamino/basket', 3, 0, docId='2004...', 20, doc…
|
D | att8.rde | 3 2 3 #text 0 1 /bsk:DocPart[@docId='20040308152601345236' and @docPartNo=1]
|
D | att8.rdr | 3 2 3 #text 0 1 /bsk:DocPart[@docId='20040308152601345236' and @docPartNo=1]
|
/third_party/ejdb/src/bindings/ejdb2_jni/ |
D | README.md | 20 db.createQuery("@parrots/[age > :age]").setLong("age", 3).execute((docId, doc) -> { 21 System.out.println(String.format("Found %d %s", docId, doc));
|
/third_party/libxml2/result/noent/ |
D | att8.sax2 | 5 SAX.characters(/bsk:DocPart[@docId=, 20) 17 …/basket', 1, xmlns:bsk='http://www.heitec.net/sara4/tamino/basket', 3, 0, docId='2004...', 20, doc…
|
/third_party/ejdb/src/tests/ |
D | ejdb_test3.c | 705 int64_t docId = 0; in ejdb_test3_4() local 725 rc = put_json2(db, "a3", dbuf, &docId); in ejdb_test3_4() 763 CU_ASSERT_TRUE(docId > 0); in ejdb_test3_4() 765 rc = ejdb_get(db, "a3", docId, &jbl); in ejdb_test3_4() 772 rc = put_json2(db, "a3", "{\"tags\": [\"gaz\",\"zaz\"],\"n\":2}", &docId); in ejdb_test3_4() 776 rc = put_json2(db, "a3", "{\"tags\": [\"gaz\",\"zaz\",\"boo\"],\"n\":2}", &docId); in ejdb_test3_4() 802 rc = ejdb_del(db, "a3", docId); in ejdb_test3_4()
|