Home
last modified time | relevance | path

Searched refs:store (Results 51 – 75 of 261) sorted by relevance

1234567891011

/plugin/encryptedpasswords/
H A Dplugin.info.txt6 desc This plugin let you store 256 bit AES encrypted passwords in your DokuWiki pages. The password can be decrypted by clicking them (Javascript must be enabled).
H A DREADME3 This plugin let you store 256 bit AES encrypted passwords in your DokuWiki pages.
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DView.svelte2 import { codeStore } from '../code-store.js';
3 import { codeErrorStore, configErrorStore } from '../error-store.js';
/plugin/s5reloaded/
H A Drenderer.php230 $this->doc = $this->store;
231 $this->store = '';
/plugin/svgedit/
H A DREADME1 A nice way, to create, store, edit, and embed SVG images in DokuWiki
/plugin/semanticdata/syntax/
H A Dtable.php180 $store = $this->dthlp->_getTripleStore();
184 if(!$store) return false;
191 $res = $store->query($data['sql'],$resultFormat, $lang, $infer);
/plugin/combo/ComboStrap/
H A DLdJson.php194 $store = $this->getReadStore();
195 $metadata = $store->getFromName(self::OLD_ORGANIZATION_PROPERTY);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js155 saveState: function (id, type) { return monitor.store(id, type, true); }
274 Monitor.prototype.store = function (id, type, overwrite) { method in Monitor
486 _this.store(id, gantt.config.undo_types.task);
514 …gantt.attachEvent("onBeforeTaskDrag", function (taskId) { return _this.store(taskId, gantt.config.…
515 …gantt.attachEvent("onLightbox", function (taskId) { return _this.store(taskId, gantt.config.undo_t…
517 _this.store(task.id, gantt.config.undo_types.task);
522 _this.store(state.id, gantt.config.undo_types.task);
H A Ddhtmlxgantt_multiselect.js153 var store = gantt.$data.tasksStore;
155 store.select(id+"");
157 store.unselect(null);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js13store=function(t,n,e){return void 0===e&&(e=!1),n===gantt.config.undo_types.task?this._storeTask(t… method in t
/plugin/fksnewsfeed/inc/ORM/
H A DServicePriority.php32 public function store(int $newsId, int $streamId): void { function in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\ORM\\ServicePriority
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist_items_with_undefined_ref.md5 * [[\yii\caching\DbCache]]: uses a database table to store cached data. By default, it will create …
/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/header3/
H A Drenderer.php29 $this->store = '';
/plugin/revealjs/
H A Drenderer.php277 $this->doc = $this->store;
278 $this->store = '';
/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/fksnewsfeed/admin/
H A Dpush.php49 $this->helper->servicePriority->store($newsId, $streamId);
/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/diagramsnet/lib/
H A Delectron.js18 const store = new Store(); constant
664 store.set('dontCheckUpdates', false);
741 if (!disableUpdate && !store.get('dontCheckUpdates'))
944 store.set('dontCheckUpdates', true)
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_basexml.cfm28 <cfheader name="Cache-Control" value="no-cache, no-store, must-revalidate">
/plugin/404manager/
H A DCHANGES.md9 …* During migration, the data store file 404managerRedirect.conf is renamed to 404managerRedirect.c…
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java223 return store(); in setRecordingRectangle()
336 Properties store() { in store() method in CaptureConfig
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte3 import { codeStore, updateCode, updateCodeStore } from '../code-store.js';
10 import { fromUrl } from '../code-store.js';
/plugin/database2/
H A Ddatabase2.php978 $store =& $this->getEditorSession();
1021 $store = array();
1059 $store[$column] = $input['data'.$column];
1081 foreach ( $store as $column => $value )
1151 $store = array();
1188 $store = array();
1192 $store[$column] = $this->getInitialValue( $column, $def );
1240 $store = $this->__sortRecord( $record );
1244 foreach ( $store as $column => $value )
1245 $store[$column] = $this->valueFromDB( $rowid, $column, $value, $this->meta[$column] );
[all …]
/plugin/dokucrypt2/
H A DREADME.md15 …manager or peer reviewed cryptography tools for high-priority use. Do not store mission critical t…

1234567891011