Home
last modified time | relevance | path

Searched refs:store (Results 226 – 250 of 261) sorted by path

1234567891011

/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3117 store: function(element, key, value) {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCache.SerializerPath.txt
/plugin/semanticdata/
H A DREADME5 …rlying sqlite database has been replaced by a SPARQL 1.1 compliant triple store. This has several …
8 …adata. In this way, metadata that is automatically inferred by the triple store is included in the…
13 Prequisites: Sesame 2.6.0 triple store. http://www.openrdf.org
15 Please follow the instructions at http://www.openrdf.org for installing the triple store. You have…
H A Daction.php46 $store = $this->dthlp->_getTripleStore();
51 if(!$store) {
59 $result = $store->update($sparql, $resultFormat, $lang, $infer);
/plugin/semanticdata/syntax/
H A Dentry.php169 $store = $this->dthlp->_getTripleStore();
174 if(!$store) return false;
184 $result = $store->update($sparql, $resultFormat, $lang, $infer);
193 $result = $store->update($sparql, $resultFormat, $lang, $infer);
204 $result = $store->update($sparql, $resultFormat, $lang, $infer);
210 $result = $store->update($sparql, $resultFormat, $lang, $infer);
H A Dtable.php180 $store = $this->dthlp->_getTripleStore();
184 if(!$store) return false;
191 $res = $store->query($data['sql'],$resultFormat, $lang, $infer);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js12511 var store = (function(){ function
12617 if (typeof module != 'undefined') { module.exports = store }
12623 FBL.Store = store;
/plugin/socialshareprivacy2/SSP/
H A DREADME.md69 However, you can plug in you own replacement to store this options differently
70 (e.g. via ajax in the user profile or in the browsers local store). For an
/plugin/strata/
H A Dmanual.txt544 Types are used with data entry to store data in the correct format. Types with queries are used for handling comparisons, and to determine how the data should be displayed.
/plugin/subjectindex/plugins/
H A Dbible_verses.txt6657 …l. Due to Mid'i·an the sons of Israel made for themselves the underground store places that were i…
13375 God himself will store up one's hurtfulness for one's own sons;He will reward him that he may know …
16814 In the house of the righteous one there is an abundant store, but in the produce of the wicked one …
23303 Rather, store up for yourselves treasures in heaven, where neither moth nor rust consumes, and wher…
23592 …the heavens, is like a man, a householder, who brings out of his treasure store things new and old…
28779 Every first day of the week let each of YOU at his own house set something aside in store as he may…
/plugin/svgedit/
H A DREADME1 A nice way, to create, store, edit, and embed SVG images in DokuWiki
H A Dplugin.info.txt6 desc A nice way, to create, store, edit, and embed SVG images in DokuWiki
/plugin/swiftmail/Swift/Cache/
H A DMemory.php25 protected $store = array(); variable in Swift_Cache_Memory
39 if (!isset($this->store[$key])) $this->store[$key] = $data;
40 else $this->store[$key] .= $data;
48 $this->store[$key] = null;
49 unset($this->store[$key]);
58 return array_key_exists($key, $this->store);
76 return $this->store[$key];
/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php34 protected $store; variable in Swift_Plugin_Decorator
121 $this->store = array(
144 $store["headers"][$name] = array();
145 $store["headers"][$name]["value"] = $value;
153 if (!isset($store["headers"][$name]))
169 $store["body"] = $body;
174 $store["children"][$id] = array(
200 if (empty($store)) //3.3.3 bugfix
206 foreach ($store["headers"] as $name => $array)
215 if ($store["body"] !== false)
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1store properties. This really does need to use `String` as a constructor\n args…
/plugin/text/
H A Drenderer.php66 $this->store = '';
238 $this->store = $this->doc;
254 $this->doc = $this->store;
255 $this->store = '';
/plugin/topbarsyntax/
H A Dcsshover3.htc165 // and store that instance for unloading later on
219 // store event handlers for removal onunload
/plugin/tuxquote/
H A Dquotes.txt1086 Unfortunately for Bill Gates, who built himself a house the size of the Houston Astrodome to store
1185 The Christian's Bible is a drug store. Its contents remain the same; but the medical practice chang…
1631 He should have a large store, and whatever people ask for he shouldnt have, and what he does have s…
3187 The only really good place to buy lumber is at a store where the lumber has already been cut and at…
3325 The one ingredient you make a special trip to the store to get will be the one your guest is allerg…
/plugin/twcheckliste/
H A Drenderer.php.old42 // store the content type headers in metadata
143 $this->doc = $this->store;
144 $this->store = '';
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3057 (function(){var store=(function(){var api={},win=window,doc=win.document,localStorageName="localSto… function
3126 if(typeof module!="undefined"){module.exports=store
3127 }FBL.Store=store
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm313 <cfheader name="Cache-Control" value="no-cache, no-store, must-revalidate">
H A Dcf_basexml.cfm28 <cfheader name="Cache-Control" value="no-cache, no-store, must-revalidate">
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso231 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc222 …* CFML doesn't store casesensitive names for structure keys, but the configuration names must be c…
H A Dfckeditor.cfm134 …* CFML doesn't store casesensitive names for structure keys, but the configuration names must be c…

1234567891011