Home
last modified time | relevance | path

Searched refs:store (Results 26 – 50 of 261) sorted by path

1234567891011

/plugin/bible/bible_douayRheims/
H A DIsaias.txt441 …e and her hire shall be sanctified to the Lord: they shall not be kept in store, nor laid up: for …
764 … come that all that is in thy house, and that thy fathers have laid up in store until this day, sh…
H A DLeviticus.txt745 …d shall eat of the old fruits, until the ninth year: till new grow up, you shall eat the old store.
788 26:10. You shall eat the oldest of the old store: and, new coming on, you shall cast away the old.
/plugin/bibtex/OSBib/
H A DCHANGELOG50 …s are downloaded from bibliophile in uppercase format (e.g. APA.xml). If you wish to store them in
52 Unless you store PARSECREATORS, PARSEMONTH and PARSEPAGE classes elsewhere, there is now no need to…
/plugin/bibtex/OSBib/format/
H A DREADME.txt15 …ibliographic formatting engine written in PHP that use XML style files to store formatting data fo…
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md841 * `FIX`: apply data store behavior in collaboration only ([`5cc28d5d`](https://github.com/bpmn-io/b…
858 * `FEAT`: allow data store to be modeled between participants ([#483](https://github.com/bpmn-io/bp…
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-codes.css75 .bpmn-icon-data-store:before { content: '\e84e'; } /* '' */
H A Dbpmn-embedded.css133 .bpmn-icon-data-store:before { content: '\e84e'; } /* '' */
H A Dbpmn.css130 .bpmn-icon-data-store:before { content: '\e84e'; } /* '' */
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js33store=this.manager.session.pointerEvents=[]}t.MSPointerEvent&&!t.PointerEvent&&(ee="MSPointerDown"…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21store=this.manager.session.pointerEvents=[]}t.MSPointerEvent&&!t.PointerEvent&&(te="MSPointerDown"…
H A Ddmn-navigated-viewer.production.min.js16store=this.manager.session.pointerEvents=[]}t.MSPointerEvent&&!t.PointerEvent&&(te="MSPointerDown"…
/plugin/bpmnioeditor/
H A Dstyle.css955 .bpmn-icon-data-store:before { content: '\e84e'; } /* '' */
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css133 .bpmn-icon-data-store:before { content: '\e84e'; } /* '' */
H A Dbpmn-modeler.development.js23598 this.store = (this.manager.session.pointerEvents = []);
23607 var store = this.store;
23617 var storeIndex = inArray(store, ev.pointerId, 'pointerId');
23622 store.push(ev);
23623 storeIndex = store.length - 1;
23635 store[storeIndex] = ev;
23638 pointers: store,
23646 store.splice(storeIndex, 1);
H A Dbpmn-modeler.production.min.js33store=this.manager.session.pointerEvents=[]}t.MSPointerEvent&&!t.PointerEvent&&(ee="MSPointerDown"…
/plugin/captcha/
H A DIpCounter.php11 protected $store; variable in dokuwiki\\plugin\\captcha\\IpCounter
19 $this->store = getCacheName($this->ip, '.captchaip');
29 io_saveFile($this->store, '1', true);
39 return (int)@filesize($this->store);
49 @unlink($this->store);
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc176 // Create a sup element and an object that will store the data entered in the dialog window.
/plugin/ckgedit/ckeditor/
H A Dckeditor.js1243 a[d.type]);return b}}(),store:function(){function a(a,b,c){var e=a.getUniqueId();e in c?c[e].type|=…
1244 …ditable))break;if(l(a))for(d in this.lookups)(b=this.lookups[d](a))&&this.store(a,b)}while((!a||a.…
1246 …)&&l(b)&&b.isVisible())for(e in this.lookups)(c=this.lookups[e](b))&&this.store(b,c);return this.r…
1247 …INEUTILS_BEFORE&&this.store(c,CKEDITOR.LINEUTILS_BEFORE,a(b,CKEDITOR.LINEUTILS_BEFORE)),b.type&CKE…
1248store(c,CKEDITOR.LINEUTILS_INSIDE,(b.elementRect.top+b.elementRect.bottom)/2);return this.location…
H A Dckeditor.js.unc24709 store: function() {
24731 for (d in this.lookups)(b = this.lookups[d](a)) && this.store(a, b)
24776 for (e in this.lookups)(c = this.lookups[e](b)) && this.store(b, c);
24790 …LS_BEFORE && this.store(c, CKEDITOR.LINEUTILS_BEFORE, a(b, CKEDITOR.LINEUTILS_BEFORE)), b.type & C…
24791 …CKEDITOR.LINEUTILS_INSIDE && this.store(c, CKEDITOR.LINEUTILS_INSIDE, (b.elementRect.top + b.eleme…
24824 store: function(a,
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc176 // Create a sup element and an object that will store the data entered in the dialog window.
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 …on about copy and paste registers. Besides\n * text, a register must store whether it is line…
/plugin/codemirror/dist/modes/
H A Decl.min.js.map1 …ship repeat return right scan self separator service shared skew skip sql store terminator thor th…
H A Dwast.min.js.map1store(8|16)|(load(8|16)_[su]))|i64\\.(load32_[su]|store32)|[fi](32|64)\\.(const|load|store)|f(32|6…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1store arrays for lines without spans).\n function removeMarkedSpan(spans, span) {\n var r;\n …
/plugin/combo/ComboStrap/
H A DCreationDate.php48 $store = $this->getReadStore();
50 if (!($store instanceof MetadataDokuWikiStore)) {
54 $fromName = $store->getFromName(self::DATE_DOKUWIKI_PROPERTY_NAME);
71 $store = $this->getWriteStore();
72 if (!($store instanceof MetadataDokuWikiStore)) {

1234567891011