Home
last modified time | relevance | path

Searched refs:store (Results 201 – 225 of 261) sorted by path

1234567891011

/plugin/nroff/
H A Drenderer.php37 var $store = ''; variable in renderer_plugin_nroff
271 $this->store = $this->doc;
287 $this->doc = $this->store;
288 $this->store = '';
/plugin/odp/
H A Drenderer.php30 var $store = ''; variable in renderer_plugin_odp
752 $this->store = $this->doc;
767 $this->doc = $this->store;
768 $this->store = '';
/plugin/odt/
H A DChangeLog.txt163 …Added a function to store an image in the document without automatically inserting it in the conte…
/plugin/odt/ODT/
H A DODTDocument.php90 public $store = ''; variable in ODTDocument
H A DODTFootnote.php27 $params->document->store = $params->content;
52 $params->content = $params->document->store;
53 $params->document->store = '';
/plugin/openid/Auth/OpenID/
H A DConsumer.php238 * @param Auth_OpenID_OpenIDStore $store This must be an object
261 function __construct($store, $session = null, $consumer_cls = null) argument
270 $this->consumer = new $consumer_cls($store);
272 $this->consumer = new Auth_OpenID_GenericConsumer($store);
590 public $store; variable in Auth_OpenID_GenericConsumer
622 * @param Auth_OpenID_OpenIDStore $store This must be an object
631 function __construct($store) argument
633 $this->store = $store;
635 $this->_use_assocs = (is_null($this->store) ? false : true);
636 if (get_class($this->store) == "Auth_OpenID_DumbStore") {
[all …]
H A DServer.php1444 private $store; variable in Auth_OpenID_Signatory
1449 * @param Auth_OpenID_OpenIDStore $store
1451 function __construct($store) argument
1454 $this->store = $store;
1540 $this->store->storeAssociation($key, $assoc);
1566 $assoc = $this->store->getAssociation($key, $assoc_handle);
1591 $this->store->removeAssociation($key, $assoc_handle);
1883 private $store; variable in Auth_OpenID_Server
1899 * @param Auth_OpenID_OpenIDStore $store
1902 function __construct($store, $op_endpoint=null) argument
[all …]
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/passpolicy/
H A D10k-common-passwords.txt4841 store
H A Dwords.txt3453 store
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js1718 var store = global[SHARED] || (global[SHARED] = {});
1720 return store[key] || (store[key] = value !== undefined ? value : {});
1866 var store = __w_pdfjs_require__(24)('wks');
1875 …return store[name] || (store[name] = USE_SYMBOL && _Symbol[name] || (USE_SYMBOL ? _Symbol : uid)('…
1878 $exports.store = store;
4196 var findUncaughtFrozen = function findUncaughtFrozen(store, key) {
4197 return arrayFind(store.a, function (it) {
4926 for (var wellKnownSymbols = $keys(wks.store), k = 0; wellKnownSymbols.length > k;) {
H A Dpdf.js.map1store","mode","copyright","aFunction","toInteger","min","ceil","floor","isNaN","isRegExp","defined…
H A Dpdf.worker.js2887 var store = global[SHARED] || (global[SHARED] = {});
2889 return store[key] || (store[key] = value !== undefined ? value : {});
3035 var store = __w_pdfjs_require__(28)('wks');
3044 …return store[name] || (store[name] = USE_SYMBOL && _Symbol[name] || (USE_SYMBOL ? _Symbol : uid)('…
3047 $exports.store = store;
5365 var findUncaughtFrozen = function findUncaughtFrozen(store, key) {
5366 return arrayFind(store.a, function (it) {
6095 for (var wellKnownSymbols = $keys(wks.store), k = 0; wellKnownSymbols.length > k;) {
H A Dpdf.worker.js.map1store","mode","copyright","aFunction","toInteger","min","ceil","floor","isRegExp","defined","cof",…
/plugin/pdfjs/pdfjs/web/locale/da/
H A Dviewer.properties167 find_match_case_label=Forskel på store og små bogstaver
/plugin/pdfjs/pdfjs/web/locale/nb-NO/
H A Dviewer.properties167 find_match_case_label=Skill store/små bokstaver
/plugin/pdfjs/pdfjs/web/locale/nn-NO/
H A Dviewer.properties167 find_match_case_label=Skil store/små bokstavar
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js395 store: null,
924 this.store = null;
1215 var store = this.store = new _view_history.ViewHistory(pdfDocument.fingerprint);
1230 var storePromise = store.getMultiple({
2001 var store = PDFViewerApplication.store;
2003 if (store && PDFViewerApplication.isInitialViewSet) {
2010 store = PDFViewerApplication.store;
2012 if (store && PDFViewerApplication.isInitialViewSet) {
2013 store.setMultiple({
2031 var store = PDFViewerApplication.store;
[all …]
H A Dviewer.js.map1store","downloadManager","overlayManager","preferences","l10n","isInitialViewSet","downloadComplet…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt361 directories for improved performance and ability to store
/plugin/pot/
H A Dplugin.info.txt6 desc calculate, store, and recall user-defined values
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md46 `open_basedir` is set, you _must_ store the database within the
/plugin/revealjs/
H A Drenderer.php277 $this->doc = $this->store;
278 $this->store = '';
/plugin/s5/
H A Drenderer.php167 $this->doc = $this->store;
168 $this->store = '';
/plugin/s5reloaded/
H A Drenderer.php230 $this->doc = $this->store;
231 $this->store = '';

1234567891011