Home
last modified time | relevance | path

Searched refs:saved (Results 1 – 25 of 189) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Ideahub/
H A DGoogleSearchIdeahubV1alphaIdeaState.php24 public $saved; variable in Google\\Service\\Ideahub\\GoogleSearchIdeahubV1alphaIdeaState
42 public function setSaved($saved) argument
44 $this->saved = $saved;
48 return $this->saved;
H A DGoogleSearchIdeahubV1betaTopicState.php33 public $saved; variable in Google\\Service\\Ideahub\\GoogleSearchIdeahubV1betaTopicState
66 public function setSaved($saved) argument
68 $this->saved = $saved;
75 return $this->saved;
H A DGoogleSearchIdeahubV1alphaTopicState.php24 public $saved; variable in Google\\Service\\Ideahub\\GoogleSearchIdeahubV1alphaTopicState
42 public function setSaved($saved) argument
44 $this->saved = $saved;
48 return $this->saved;
H A DGoogleSearchIdeahubV1betaIdeaState.php33 public $saved; variable in Google\\Service\\Ideahub\\GoogleSearchIdeahubV1betaIdeaState
66 public function setSaved($saved) argument
68 $this->saved = $saved;
75 return $this->saved;
/plugin/refnotes/
H A Daction.php441 $saved = refnotes_configuration::save('general', $config['general']);
442 $saved = $saved && refnotes_configuration::save('namespaces', $namespace);
443 $saved = $saved && refnotes_configuration::save('notes', $config['notes']);
446 $saved = $saved && $this->setupReferenceDatabase($config['general']['reference-db-namespace']);
450 $saved = $saved && touch(reset($config_cascade['main']['local']));
452 $this->sendResponse('text/plain', $saved
[all...]
/plugin/structsection/script/
H A Dmain.js83 const saved = JSON.parse(data);
84 $self.html(saved.value);
85 JSINFO.plugin_structsection.rev = saved.rev;
/plugin/struct/script/
H A DInlineEditor.js76 const saved = JSON.parse(data);
77 $self.html(saved['value']);
78 $self.parent().data('rev', saved['rev']);
/plugin/stylingpages/
H A DREADME18 When the wiki:styling page is saved it will create, replace, or delete these files:
27 When the wiki:styling page is saved it will create, replace, or delete this file:
42 The file will be according to the last page that was saved.
/plugin/rstudio/
H A DREADME.md3 …tudio page and paste it into ckgedit's editing window, and it can then be saved as a Dokuwiki file…
7 … the following macro: ~~R_STUDIO~~. After the page is saved consider removing …
/plugin/do/syntax/
H A Ddo.php22 private $saved = array(); // save state cache variable in syntax_plugin_do_do
175 if (isset($this->saved[$page][$md5])) {
178 $this->saved[$page][$md5] = 1;
/plugin/struct/lang/en/
H A Dclear_intro.txt1 **WARNING:** This will clear **all** data that has ever been saved for this schema! There is no going back!
H A Ddelete_intro.txt1 **WARNING:** Deleting a schema will delete the schema definition and **all** data that has ever been saved for this schema. There is no going back!
/plugin/shorturl/lang/en/
H A Dintro.txt3 Here you can see and modify all saved short URLs for your Wiki.
/plugin/searchstats/
H A Dhelper.php34 'desc' => 'returns folder where data is saved',
/plugin/preventzerowidthchars/
H A Dplugin.info.txt6 desc Remove all zero-width-chars from text that is to be saved
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dunicode.md4 This file should be saved under UTF-8 without BOM.
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc200 var saved = {};
213 saved[ field.id ] = field.getValue();
217 // Compare saved value with actual value. Update cell only if value has changed.
220 if ( saved[ field.id ] !== field.getValue() )
/plugin/projects/action/
H A Dmetadata.php33 function saved(&$event, $param) { function in action_plugin_projects_metadata
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdsense.php516 'saved',
520 'path' => 'v2/{+name}/saved:generate',
570 'path' => 'v2/{+name}/saved:generateCsv',
620 'path' => 'v2/{+parent}/reports/saved',
/plugin/abortlogin/
H A DREADME.md8 An option to log failed IP attempts: the log will be saved in
/plugin/adultcontent/
H A DREADME.md5 This simple plugin will check your dokuwiki page before being saved whether it contains given keywo…
/plugin/plantuml/
H A Dplugin.history.txt25 * Images are now saved in the cache folder.
/plugin/quickstats/lang/en/
H A Dintro.txt5 editor and either previewed or changed and saved. The change can simply be a new line. You can al…
/plugin/ckgedit/lang/en/
H A Dstyle.txt2 …directory named **Styles**, which will be created when the style sheet is saved. The style sheet w…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A DREADME.md14 …character, and removed the other invalid mappings. This original font was saved as danielbd-origin…

12345678