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 68) sorted by relevance
123
/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
|
H A D | mysql.conf.php.example | 104 /* 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 D | default.php | 15 $conf['additional'] = '';
|
H A D | metadata.php | 15 $meta['additional'] = array('string','_caution' => 'danger');
|
/dokuwiki/lib/plugins/authad/ |
H A D | auth.php | 35 * // 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' confi [all...] |
/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/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-fig.org/psr/psr-1/) 51 with a couple of additional methods in case they're helpful:
|
/dokuwiki/vendor/marcusschwarz/lesserphp/ |
H A D | LICENSE |
|
H A D | README.md |
|
/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/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/openpsa/universalfeedcreator/lib/Element/ |
H A D | FeedItem.php | 42 * Any additional elements to include as an associated array. All $key => $value pairs
|
/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 * The archive is closed afterwards. Reopen the file with open() again if you want to do additional operations
|
/dokuwiki/lib/plugins/config/core/Setting/ |
H A D | SettingRenderer.php | 4 * additional setting classes specific to these settings
|
/dokuwiki/lib/tpl/dokuwiki/ |
H A D | mediamanager.php | 33 <?php /* keep the id! additional elements are inserted via JS here */?>
|
/dokuwiki/vendor/kissifrot/php-ixr/ |
H A D | README.md | 13 Don't however be fooled by it's simple surface. The library includes a wide variety of additional XML-RPC specifications and has all of the features required for serious web service implementations.
|
/dokuwiki/vendor/splitbrain/php-archive/ |
H A D | README.md | 67 The FileInfo class can be used to specify additional info like ownership or permissions when adding a file to
|
/dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
H A D | NameFilter.php | 67 * A provided implementing library MAY support additional characters
|
H A D | CallableNameFilter.php | 77 * A provided implementing library MAY support additional characters
|
/dokuwiki/inc/Subscriptions/ |
H A D | SubscriptionSender.php | 56 * @param array $headers Additional mail headers in the form 'name' => 'value'
|
/dokuwiki/inc/ |
H A D | fetch.functions.php | 111 * There is no additional checking, just the encoding and setting the key=value for usage in headers 156 //check token for external image and additional for resized and cached images
|
H A D | changelog.php | 42 * @param array $flags Additional flags in a key value array. 108 * @param array $flags Additional flags in a key value array. 345 // remember in seen to skip additional sights
|
H A D | utf8.php | 199 function utf8_stripspecials($str, $repl = '', $additional = '') 202 return Clean::stripspecials($str, $repl, $additional); 198 utf8_stripspecials($str, $repl = '', $additional = '') global() argument
|
/dokuwiki/data/pages/wiki/ |
H A D | dokuwiki.txt | 14 All documentation and additional information besides the [[syntax|syntax description]] is maintained in the DokuWiki at [[doku>|www.dokuwiki.org]].
|
123