Home
last modified time | relevance | path

Searched +full:additional -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 86) sorted by relevance

1234

/dokuwiki/_test/tests/inc/
H A Dutf8_stripspecials.test.php29 * @param string $additional
33 function testGivens($string, $replacement, $additional, $expected) argument
35 …->assertEquals($expected, \dokuwiki\Utf8\Clean::stripspecials($string, $replacement, $additional));
H A Dstyleutils_cssstyleini.test.php32 // check an original stylesheet and an additional one
H A Dhttpclient_mock.php56 * @param string $info optional additional info
/dokuwiki/conf/
H A Dmediameta.php9 * 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
H A Dmysql.conf.php.example104 /* Additional minimum SQL statements to use the user manager */
132 /* Additional SQL statements to add new users with the user manager */
187 /* Additional SQL statements to delete users with the user manager */
207 /* Additional SQL statements to modify users with the user manager */
/dokuwiki/lib/plugins/authad/conf/
H A Ddefault.php15 $conf['additional'] = '';
H A Dmetadata.php15 $meta['additional'] = array('string','_caution' => 'danger');
/dokuwiki/lib/plugins/authad/
H A Dauth.php35 * // get additional information to the userinfo array
37 * $conf['plugin']['authad']['additional'] = 'field1,field2';
88 // additional information fields
89 if (isset($this->conf['additional'])) {
90 $this->conf['additional'] = str_replace(' ', '', $this->conf['additional']);
91 $this->conf['additional'] = explode(',', $this->conf['additional']);
92 } else $this->conf['additional'] = [];
196 * any fields specified in the 'additional' config option
215 // add additional fields to read
216 $fields = array_merge($fields, $this->conf['additional']);
[all …]
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md13 - 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/lib/plugins/authpdo/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/dokuwiki/lib/plugins/styling/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE266 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/inc/Utf8/
H A DClean.php85 * @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/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml71 label: Additional environment information
73 …If you think it might be relevant, please provide any additional information about your environmen…
/dokuwiki/lib/plugins/authpdo/_test/
H A Dsqlite.test.php134 $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/inc/Ui/
H A DRevisions.php60 /* we need to get one additional log entry to be able to
75 array_pop($revlist); // remove one additional log entry
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php39 * 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/lib/tpl/dokuwiki/
H A Dmediamanager.php33 <?php /* keep the id! additional elements are inserted via JS here */?>
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedItem.php42 * Any additional elements to include as an associated array. All $key => $value pairs
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParserException.php42 * This is the error message without any additional context
/dokuwiki/inc/TreeBuilder/
H A DAbstractBuilder.php44 * 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
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md13 Don't however be fooled by its simple surface. The library includes a wide variety of additional XM…
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingRenderer.php4 * additional setting classes specific to these settings
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md67 The FileInfo class can be used to specify additional info like ownership or permissions when adding…
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php56 * @param array $headers Additional mail headers in the form 'name' => 'value'

1234