| /plugin/dev/ |
| D | SVGIcon.php | 50 * @param string $save 54 public function downloadRemoteIcon($ident, $save = '') argument 60 if (!$save) { 61 $save = $icon['name'] . '.svg'; 64 io_makeFileDir($save); 65 $ok = io_saveFile($save, $svgdata); 66 if ($ok) $this->logger->success('saved ' . $save);
|
| /plugin/confmanager/configTypes/ |
| D | ConfigManagerSingleLineConfigCascade.php | 36 public function save() { function in ConfigManagerSingleLineCoreConfig 53 $save = []; 63 $save[] = $line; 66 return $save;
|
| D | ConfigManagerTwoLineConfigCascade.php | 29 public function save() { function in ConfigManagerTwoLineCascadeConfig 62 $save = []; 76 $save[$key] = $value; 79 return $save;
|
| /plugin/jsontable/ |
| D | helper.php | 36 $save = $data['keys']['save'] ?? null; 37 if(is_string($save) && strtolower($save) === 'all') {
|
| /plugin/subconfhelper/ |
| D | action.php | 57 if( $ACT == 'register' && $_POST['save'] ) { 61 $_POST['save'] = false; }} 97 if(!$INPUT->post->bool('save')) return false;
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.edit.js | 166 eventData.save = false; 169 eventData.save = newVal !== ""; 172 eventData.save = eventData.dirty && newVal !== ""; 185 eventData.save && 186 instOpts.save.call(node, { type: "save" }, eventData) === false 194 if (eventData.save) { 321 save: $.noop, // Save data.input.val() or return false to keep editor open property
|
| /plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
| D | sync.js | 57 library.first().save({id: '1-the-tempest', author: 'William Shakespeare'}); 70 library.first().save({id: '2-the-tempest', author: 'Tim Shakespeare'}, { 86 library.first().save({id: '2-the-tempest', author: 'Tim Shakespeare'}, { 100 library.first().save({id: '2-the-tempest', author: 'Tim Shakespeare'}, { 114 library.first().save({id: '2-the-tempest', author: 'Tim Shakespeare'}); 123 library.first().save({id: '2-the-tempest', author: 'Tim Shakespeare'}); 132 library.first().save({id: '2-the-tempest', author: 'Tim Shakespeare'});
|
| D | model.js | 543 model.save(); 561 model.save(null); 569 doc.save({title: 'Henry V'}); 583 model.save({data: 2, id: 1}); 601 model.save({data: 2, id: 1}, options); 619 model.save({data: 2, id: 1}, options); 636 model.save(null, {parse: false}); 642 doc.save(); 646 doc.save({b: 2, d: 4}, {patch: true}); 655 doc.clear().save({b: 2, d: 4}, {patch: true, attrs: {B: 1, D: 3}}); [all …]
|
| /plugin/elasticsearch/vendor/patrickschur/language-detection/resources/bi/ |
| D | bi.txt | 9 …ting, sipos man i no fos blong lukaotem help, olsem wan las aksen we hemi save mekem, blong faet a… 17 From se hemi impoten tumas blong evriwan i luksave ol raet mo fridom blong promis ia i save tekempl… 29 Andap long hemia, bambae wan man o woman i no save mekem eni difrens long level blong politik, eria… 38 Bambae man mo woman i no save mekem fasin blong mekem narafala man o woman i safa o mekem rabis fas… 50 Bambae man o woman i no save arestem narafala man o woman long fasin we i folem tingting blong hem … 61 … o woman i no save intefea wetem praevet laef, famili, hom or korespondens blong narafala man o wo… 71 2. Man o woman i no save yusum raet ia taem i gat prosekusen we i kamaot folem ol kraem we oli no k… 88 2. Folem tingting blong hem, bambae wan man o woman i no save kiaman long narafala man o woman from… 94 … hem mo talem long wei we hemi wantem; raet ia hemi kavremap fridom blong save gat ol difren tingt… 99 2. Wan man o woman i no save fosem narafala man o woman blong stap long wan asosiesen. [all …]
|
| /plugin/move/action/ |
| D | rewrite.php | 39 $save = true; 41 $save = false; 73 $event->result = $helper->rewritePage($id, $event->result, $save);
|
| /plugin/jsoneditor/ |
| D | helper.php | 43 $save = isset($data['keys']['save']) ? $data['keys']['save'] : ''; 44 if($save !== '' && strtolower($save) === 'all') {
|
| /plugin/autlogin/ |
| D | admin.php | 163 $save = join('\n',$lines); 255 $this->save($stranka, $line, $perm);//save user 264 $save=''; 282 $save = "$user\t$page\n"; 283 $moderators.= $save; 323 $save=''; 338 $save.= "$stranka\t$kriterium\t$jmeno\t$perm\n"; 342 $save.= "$stranka\t$kriterium\t$jmeno\t$cislo\n"; 346 io_saveFile(DOKU_PLUGIN.'/autlogin/settings/transl.php',$save); 936 $this->save($stranka,$visit,$perm); [all …]
|
| /plugin/fedauth/classes/adm/ |
| D | fa_toggle.adm.class.php | 40 $save = true; 44 if ($save) {
|
| /plugin/statistics/vendor/matomo/device-detector/Cache/ |
| D | DoctrineBridge.php | 51 public function save(string $id, $data, int $lifeTime = 0): bool function in DeviceDetector\\Cache\\DoctrineBridge 53 return $this->cache->save($id, $data, $lifeTime);
|
| D | PSR6Bridge.php | 54 public function save(string $id, $data, int $lifeTime = 0): bool function in DeviceDetector\\Cache\\PSR6Bridge 63 return $this->pool->save($item);
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/ |
| D | SessionCookieJar.php | 36 $this->save(); 42 public function save() function in GuzzleHttp\\Cookie\\SessionCookieJar
|
| D | FileCookieJar.php | 40 $this->save($this->filename); 49 public function save($filename) function in GuzzleHttp\\Cookie\\FileCookieJar
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Cookie/ |
| D | SessionCookieJar.php | 41 $this->save(); 47 public function save(): void function in GuzzleHttp\\Cookie\\SessionCookieJar
|
| D | FileCookieJar.php | 47 $this->save($this->filename); 57 public function save(string $filename): void function in GuzzleHttp\\Cookie\\FileCookieJar
|
| /plugin/supa/ |
| D | changelog.txt | 3 …work: disable the supa plugin via the plugin manager, save plugin-config, enable supa plugin, save…
|
| /plugin/crosspost/ |
| D | action.php | 44 $save = array(); 67 if( !in_array( $page, $save ) ) $save[] = $page; 81 array('crosspost_to' => join( ',', $save ),'cache' => 'expire'
|
| /plugin/diagramsnet/lib/resources/ |
| D | dia_fil.txt | 32 ensureDataSaved=Pakiseguro na ang iyong mga datos ay nai-save bago ito isara 33 allChangesSaved=Lahat ng pagbabago ay nai-save 34 allChangesSavedInDrive=Lahat ng pagbabago ay nai-save sa Drive 51 autosave=Kusang pag-save 92 changesNotSaved=Ang mga pagbabago ay hindi nai-save 204 clickHereToSave=Pindutin dito para i-save 207 draftSaved=Nai-save ang draft 257 errorSavingDraft=Pagkakamali sa pag-save ng draft 258 errorSavingFile=Pagkakamali sa pag-save ng file 260 errorSavingFileForbidden=Pagkakamali sa pag-save ng file. Hindi sapat ang karapatan sa pag akses. [all …]
|
| /plugin/jsontable/demo/ |
| D | jsontable_demo.txt | 80 …ww.dokuwiki.org/plugin:json|JSON Data Plugin]]. Attributes 'options' and 'save' are specific. Here… 85 …* ''save'' attribute specifies, how data are stored into ''//inline_data//''. If set to ''all'', t… 89 <jsontable id=cars2 path=cars2 display=all save=diff options=%$table_options%> 93 <jsontable id=cars2_ path=cars2 display=all save=diff options=%$table_options%>
|
| /plugin/strreplace/ |
| D | README | 7 save the updated configuration, then reset it to true and again save.
|
| /plugin/adminperm/ |
| D | admin.php | 38 if ($this->save($INPUT->post->arr('d'))) { 101 public function save($data) function in admin_plugin_adminperm
|