Home
last modified time | relevance | path

Searched refs:true (Results 376 – 400 of 6699) sorted by last modified time

1...<<11121314151617181920>>...268

/plugin/cloud/
H A Dsyntax.php56 $flags [$flag] = true;
159 return true;
276 $cloud = $tag->tagOccurrences([], $namespaces, true, $this->getConf('list_tags_of_subns'));
291 $cloud = array_chunk($cloud, $num, true);
/plugin/caption/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/caption/syntax/
H A Dcaption.php182 $this->_incaption = true;
314 return true;
348 $this->_incaption = true;
377 return true;
420 $this->_incaption = true;
472 return true;
H A Dreference.php67 return true;
79 return true;
98 return true;
/plugin/xlsx2dw/
H A DREADME.md18 ![Alt text](./screenshots/plugin_directory.png?raw=true "/xlsx2dw folder")
23 ![Alt text](./screenshots/creating_page_section.png?raw=true "Create page")
27 ![Alt text](./screenshots/using_button.jpg?raw=true "Import of tables")
31 ![Alt text](./screenshots/selecting_tables.png?raw=true "Select a table")
35 ![Alt text](./screenshots/table_in_dokusyntax.png?raw=true "DokuWiki syntax")
39 ![Alt text](./screenshots/preview_table.png?raw=true "Result")
/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs1009 if(!nbfs) try { Buffer.from("foo", "utf8"); } catch(e) { nbfs = true; }
H A Dxlsx.mjs84 var DIF_XL = true;
1960 s = true;
3192 return true;
3203 return true;
3702 case 1: case true: case '1': case 'true': return true;
3752 switch(true) {
7721 case 0x30: vfp = true; memo = true; break; // VFP
12559 return true;
16760 return true;
25174 xlsb = true;
[all …]
/plugin/gallery/action/
H A Dprosemirror.php138 $node = new GalleryNode(['attrs' => json_decode($INPUT->str('attrs'), true)], new RootNode([]));
/plugin/gallery/
H A Dsyntax.php
/plugin/api/
H A Daction.php45 $conf['remote'] = true;
89 $pageData['title'] = tpl_pagetitle($pages['id'], true);
105 $data['title'] = tpl_pagetitle($id, true);
/plugin/dev/skel/
H A Dauth.php30 //$this->cando['logout'] = true; // can the user logout again? (eg. not possible with HTTP auth)
32 // FIXME intialize your auth system and set success to true, if successful
33 $this->success = true;
48 $sticky ? $sticky = true : $sticky = false; //sanity check
60 return true;
69 return false; // return true if okay
73 public function getUserData($user, $requireGroups = true)
139 return true;
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Drenderer_xhtml.php18 return true;
H A Dsyntax.php59 return true;
/plugin/dev/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A DLangProcessor.php89 if (io_deleteFromFile($file, $re, true)) {
H A DSVGIcon.php41 public function keepNamespace($keep = true)
H A Dcli.php48 $options->registerArgument('type', 'Type of the component. Needs to be one of ' . join(', ', $types), true,
66 'Colon-prefixed name of the icon. Available prefixes: ' . join(', ', $prefixes), true, 'downloadSvg');
73 $options->registerArgument('files...', 'The files to clean (will be overwritten)', true, 'cleanSvg');
275 $user = $this->readLine('Your Name', true);
276 $mail = $this->readLine('Your E-Mail', true);
419 $ok = true;
/plugin/authwordpress/
H A Dauth.php93 $this->cando['getUsers'] = true;
94 $this->cando['getUserCount'] = true;
113 $this->success = true;
134 $hasher = new PasswordHash(8, true);
204 * @param bool $requireGroups defaults to true
208 public function getUserData($user, $requireGroups = true)
325 $this->usersCached = true;
345 * Return true if given user matches filter pattern, false otherwise.
365 return true;
/plugin/structtasks/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Dcli.php41 public function notify($verbose = true) {
71 $this->struct = $this->loadHelper('struct', true);
82 return true;
H A Daction.php63 $struct = $this->loadHelper('struct', true);
/plugin/structtasks/_test/
H A DCliTest.php57 $n = $cli->createNotifiers([3, 2, 1, 0], true);
64 $n = $cli->createNotifiers([0], true);
191 $cli->testing = true;
/plugin/structtasks/meta/
H A DAbstractNotifier.php71 $diff = $date->diff($today, true);
148 $url = wl($page_id, [], true);
152 'EDITURL' => wl($page_id, ['do' => 'edit'], true, '&'),
H A DUtilities.php58 'assignees' => true,
62 $valid = true;
114 true];

1...<<11121314151617181920>>...268