/plugin/dev/ |
H A 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);
|
H A D | cli.php | 106 $save = array_shift($args); 108 return $this->cmdDownloadSVG($ident, $save, $keep); 500 * @param string $save 505 protected function cmdDownloadSVG($ident, $save = '', $keep = false) argument 509 return (int)$svg->downloadRemoteIcon($ident, $save);
|
/plugin/bez/ |
H A D | cli.php | 25 $action->get_model()->threadFactory->save($thread); 32 $action->get_model()->thread_commentFactory->save($thread_comment); 40 $action->get_model()->taskFactory->save($task); 48 $action->get_model()->task_commentFactory->save($task_comment);
|
/plugin/confmanager/configTypes/ |
H A D | ConfigManagerSingleLineConfigCascade.php | 37 public function save() { function in ConfigManagerSingleLineCoreConfig 54 $save = array(); 64 $save[] = $line; 67 return $save;
|
H A D | ConfigManagerTwoLineConfigCascade.php | 29 public function save() { function in ConfigManagerTwoLineCascadeConfig 62 $save = array(); 76 $save[$key] = $value; 79 return $save;
|
H A D | ConfigManagerConfigType.php | 51 function save(); function
|
/plugin/subconfhelper/ |
H A D | action.php | 57 if( $ACT == 'register' && $_POST['save'] ) { 61 $_POST['save'] = false; }} 97 if(!$INPUT->post->bool('save')) return false;
|
/plugin/move/action/ |
H A D | rewrite.php | 39 $save = true; 41 $save = false; 73 $event->result = $helper->rewritePage($id, $event->result, $save);
|
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
H A 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'});
|
H A D | model.js | 543 model.save(); 561 model.save(null); 569 doc.save({title: 'Henry V'}); 642 doc.save(); 1004 model.save({a: 1}); 1013 model.save({}); 1078 new Model().save(); 1247 model.save({id: 1}, opts); 1258 model.save(); 1291 model.save(); [all …]
|
/plugin/fedauth/classes/adm/ |
H A D | fa_toggle.adm.class.php | 40 $save = true; 44 if ($save) {
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/ |
H A D | SessionCookieJar.php | 36 $this->save(); 42 public function save() function in GuzzleHttp\\Cookie\\SessionCookieJar
|
H A D | FileCookieJar.php | 40 $this->save($this->filename); 49 public function save($filename) function in GuzzleHttp\\Cookie\\FileCookieJar
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/bi/ |
H A D | bi.txt | 17 From se hemi impoten tumas blong evriwan i luksave ol raet mo fridom blong promis ia i save tekempl… 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… 99 2. Wan man o woman i no save fosem narafala man o woman blong stap long wan asosiesen. 124 …save wok gud, woman i lusum man blong hem o man i lususm woman blong hem, taem hemi olfala o taem … 136 …wantem long kaljarol laef blong komuniti, blong enjoem ol art mo serem ol save blong saens we i st… 141 Evriwan i gat raet long wan sosol mo intenasonol oda we i mekem se oli save yusum fulwan ol raet mo… 144 …blong mekem i go long komuniti we tru long hem nomo bambae hemi fri blong save developem fulwan fa… [all …]
|
/plugin/autlogin/ |
H A D | admin.php | 163 $save = join('\n',$lines); 264 $save=''; 282 $save = "$user\t$page\n"; 283 $moderators.= $save; 323 $save=''; 936 $this->save($stranka,$visit,$perm); 946 function save($stranka,$visit,$perm) function in admin_plugin_autlogin 1004 $save=''; 1007 $ACTUAL_ACL.= $save; 1286 $save.=$group; [all …]
|
/plugin/supa/ |
H A D | changelog.txt | 3 …work: disable the supa plugin via the plugin manager, save plugin-config, enable supa plugin, save…
|
H A D | README.txt | 5 (or worse: WinWord), save the image and upload this file. 7 Now imagine, you could save all those steps and paste the image directly from
|
/plugin/crosspost/ |
H A D | action.php | 44 $save = array(); 67 if( !in_array( $page, $save ) ) $save[] = $page; 81 array('crosspost_to' => join( ',', $save ),'cache' => 'expire'
|
/plugin/strreplace/ |
H A D | README | 7 save the updated configuration, then reset it to true and again save.
|
/plugin/adminperm/ |
H A D | admin.php | 38 if ($this->save($INPUT->post->arr('d'))) { 101 public function save($data) function in admin_plugin_adminperm
|
/plugin/quickstats/lang/en/ |
H A D | intro.txt | 1 To save download time, ''quickstats'' attempts to download its table sorting scripts only if needed… 3 Clicking on the 'Delete' button will save your deletions to memory; clicking on 'Confirm Deletion' …
|
/plugin/authgooglesheets/vendor/google/auth/src/Cache/ |
H A D | MemoryCacheItemPool.php | 129 public function save(CacheItemInterface $item): bool function in Google\\Auth\\Cache\\MemoryCacheItemPool 158 $this->save($item);
|
/plugin/fckg/extra/ |
H A D | README-MULTLINE-PLUGINS | 5 1. edit.php and save.php go in fckg/action and replace the current edit.php and 6 save.php found in that directory.
|
/plugin/gtime/action/ |
H A D | timestamp.php | 126 $newFile->save($filename); 191 $timestamp->save($INFO['filepath'].'.gtts'); 251 $timestamp->save($data[0][0].'.gtts');
|
/plugin/diagramsnet/lib/resources/ |
H A D | dia_fil.txt | 51 autosave=Kusang pag-save 204 clickHereToSave=Pindutin dito para i-save 207 draftSaved=Nai-save ang draft 297 fileNotSaved=Ang File ay hindi nai-save 651 save=I-save 652 saveAndExit=I-save at umalis 653 saveAs=I-save bilang 654 saveAsXmlFile=I-save bilang XML file? 655 saved=Nai-save na 661 saving=Nagse-save [all …]
|