Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 32) sorted by relevance

12

/dokuwiki/inc/lang/zh/
H A Dstopwords.txt23 where
/dokuwiki/inc/lang/bg/
H A Dstopwords.txt23 where
/dokuwiki/inc/lang/he/
H A Dstopwords.txt23 where
/dokuwiki/inc/lang/ckb/
H A Dstopwords.txt33 where
/dokuwiki/inc/lang/mr/
H A Dstopwords.txt33 where
/dokuwiki/inc/lang/zh-tw/
H A Dstopwords.txt25 where
/dokuwiki/inc/lang/ko/
H A Dstopwords.txt33 where
/dokuwiki/inc/lang/ja/
H A Dstopwords.txt33 where
/dokuwiki/lib/plugins/acl/
H A Dadmin.php132 foreach ($INPUT->arr('del') as $where => $names) {
135 unset($acl[$where][$who]);
148 foreach ($acl as $where => $opt) {
158 $lines[] = "$where\t$who\t$perm\n";
658 foreach ($this->acl as $where => $set) {
662 if (str_ends_with($where, '*')) {
663 echo '<span class="aclns">' . hsc($where) . '</span>';
666 echo '<span class="aclpage">' . hsc($where) . '</span>';
680 echo $this->makeCheckboxes($perm, $ispage, 'acl[' . $where . '][' . $who . ']');
684 … echo '<input type="checkbox" name="del[' . hsc($where) . '][]" value="' . hsc($who) . '" />';
/dokuwiki/inc/lang/ar/
H A Dstopwords.txt186 where
/dokuwiki/inc/lang/hr/
H A Dstopwords.txt23 where
/dokuwiki/inc/lang/tr/
H A Dstopwords.txt23 where
/dokuwiki/inc/lang/id/
H A Dstopwords.txt29 where
/dokuwiki/inc/lang/ro/
H A Dstopwords.txt25 where
/dokuwiki/inc/lang/en/
H A Dstopwords.txt33 where
/dokuwiki/inc/lang/fa/
H A Dstopwords.txt33 where
/dokuwiki/inc/lang/sq/
H A Dstopwords.txt33 where
/dokuwiki/inc/lang/vi/
H A Dstopwords.txt33 where
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md26 …oad the `EmailAddressValidator.php` file, save it with your project, and `require` it where needed.
/dokuwiki/lib/plugins/extension/
H A DExtension.php789 * @param string $dir The directory where the extension is located
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt111 creates the file for you and stores it in the same folder, where it is placed.
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParser.php1382 protected function seek($where = null) argument
1384 if ($where === null) return $this->count;
1385 else $this->count = $where;
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md205 * Fixed a bug where URL fragments are included when `SimplePie_File` normalizes URLs when really ol…
292 * Fixed a bug where the updated date was not fetched correctly. [#239](https://github.com/simplepie…
299 * Fixed a bug where MySQL statements were not being passed thorugh `prepare()`. [#348](https://gith…
300 * Fixed an instance where an error message in `SimplePie` was not being triggered correctly. [#348]…
/dokuwiki/vendor/php81_bc/strftime/
H A DREADME.md107 … 4 weekdays, with Monday being the start of the week | `01` through `53` (where 53 accounts for an…
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG96 - Fix short tag usage to allow for configurations where short tags are disabled (BenBE)
376 - Fixed a problem where HardEscapes weren't working when no escape char was given (BenBE)
501 … * Properly set comments to be case insensitive where appropriate to increase performance (milian)
942 - Fixed bug where not using an encoding type would sometime result in warnings (although
953 - Fixed bug where methods were not having the correct CSS generated for them
1027 - Bug where spans had two quotes at the end of the attributes fixed (ie. <span style=".."">)

12