| /dokuwiki/_test/tests/inc/ |
| H A D | utf8_stripspecials.test.php | 29 * @param string $additional 33 function testGivens($string, $replacement, $additional, $expected) argument 35 …->assertEquals($expected, \dokuwiki\Utf8\Clean::stripspecials($string, $replacement, $additional));
|
| H A D | styleutils_cssstyleini.test.php | 32 // check an original stylesheet and an additional one
|
| /dokuwiki/lib/plugins/authad/lang/en/ |
| H A D | settings.php | 13 $lang['debug'] = 'Display additional debugging output on errors?'; 15 $lang['additional'] = 'A comma separated list of additional AD attributes to fetch from use…
|
| /dokuwiki/inc/lang/en/ |
| H A D | adminplugins.txt | 1 ===== Additional Plugins =====
|
| /dokuwiki/inc/lang/ia/ |
| H A D | adminplugins.txt | 1 ===== Plug-ins additional =====
|
| /dokuwiki/conf/ |
| H A D | mediameta.php | 9 * lookups - array additional fields to look up the data (EXIF or IPTC fields) 11 * The fields are not ordered continuously to make inserting additional items
|
| /dokuwiki/lib/plugins/authad/ |
| H A D | auth.php | 36 * // get additional information to the userinfo array 38 * $conf['plugin']['authad']['additional'] = 'field1,field2'; 89 // additional information fields 90 if (isset($this->conf['additional'])) { 91 $this->conf['additional'] = str_replace(' ', '', $this->conf['additional']); 92 $this->conf['additional'] = explode(',', $this->conf['additional']); 93 } else $this->conf['additional'] = []; 197 * any fields specified in the 'additional' config option 216 // add additional fields to read 217 $fields = array_merge($fields, $this->conf['additional']); [all …]
|
| /dokuwiki/lib/plugins/authad/conf/ |
| H A D | default.php | 15 $conf['additional'] = '';
|
| H A D | metadata.php | 15 $meta['additional'] = array('string','_caution' => 'danger');
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | LICENSE | 266 additional terms, to the whole of the work, and all its parts, 384 7. Additional Terms. 386 "Additional permissions" are terms that supplement the terms of this 388 Additional permissions that are applicable to the entire Program shall 390 that they are valid under applicable law. If additional permissions 393 this License without regard to the additional permissions. 396 remove any additional permissions from that copy, or from any part of 397 it. (Additional permissions may be written to require their own 399 additional permissions on material, added by you to a covered work, 429 All other non-permissive additional terms are considered "further [all …]
|
| /dokuwiki/vendor/aziraphale/email-address-validator/ |
| H A D | README.md | 13 - Additional code style and docblock fixing to properly follow the [PHP-FIG PSR-1](http://www.php-f… 51 with a couple of additional methods in case they're helpful:
|
| /dokuwiki/inc/Utf8/ |
| H A D | Clean.php | 85 * @param string $additional Additional chars to strip (used in regexp char class) 88 public static function stripspecials($string, $repl = '', $additional = '') argument 95 return preg_replace('/[' . $additional . '\x00-\x19' . $specials . ']/u', $repl, $string);
|
| /dokuwiki/lib/plugins/authpdo/ |
| H A D | README | 12 Please refer to http://www.dokuwiki.org/plugins for additional info
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | README | 12 Please refer to http://www.dokuwiki.org/plugins for additional info
|
| /dokuwiki/lib/plugins/authpdo/_test/ |
| H A D | sqlite.test.php | 134 $this->assertEquals(array('additional', 'admin', 'user'), $info['grps']); 137 $this->assertEquals(array('additional', 'admin', 'user'), $auth->retrieveGroups()); 139 $this->assertEquals(array('additional'), $auth->retrieveGroups(0, 1)); 148 … $this->assertEquals(array('additional', 'admin', 'newgroup', 'user'), $auth->retrieveGroups()); 169 'grps' => array('additional', 'admin', 'user')
|
| /dokuwiki/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.yml | 71 label: Additional environment information 73 …If you think it might be relevant, please provide any additional information about your environmen…
|
| /dokuwiki/inc/Ui/ |
| H A D | Revisions.php | 60 /* we need to get one additional log entry to be able to 75 array_pop($revlist); // remove one additional log entry
|
| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | NameFilter.php | 28 * A provided implementing library MAY support additional characters
|
| H A D | CallableNameFilter.php | 41 * A provided implementing library MAY support additional characters
|
| /dokuwiki/lib/plugins/authad/lang/ja/ |
| H A D | settings.php | 23 $lang['additional'] = 'ユーザデータから取得する追加AD属性のカンマ区切り一覧(一部プラグインが使用します。)';
|
| /dokuwiki/lib/plugins/authad/lang/zh-tw/ |
| H A D | settings.php | 22 $lang['additional'] = '從使用者數據中取得額外 AD 屬性列表,以供某些附加元件使用。列表以逗號分隔。';
|
| /dokuwiki/lib/plugins/authad/lang/zh/ |
| H A D | settings.php | 25 $lang['additional'] = '需要从用户数据中获取的额外 AD 属性的列表,以逗号分隔。用于某些插件。';
|
| /dokuwiki/lib/plugins/authad/lang/cy/ |
| H A D | settings.php | 15 $lang['additional'] = 'Rhestr a wahanwyd gan goma o briodoleddau AD ychwanegol i nôl o ddat…
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Archive.php | 39 * Reopen the file with open() again if you want to do additional operations 60 …ive is closed afterwards. Reopen the file with open() again if you want to do additional operations
|
| /dokuwiki/inc/TreeBuilder/ |
| H A D | AbstractBuilder.php | 44 * Set a callback to set additional properties on the nodes 48 * The callback may use the setProperty() method to set additional properties on the node. 52 * @param callable|null $builder A callback to set additional properties on the nodes
|