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 68) sorted by last modified time

123

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingRenderer.php4 * additional setting classes specific to these settings
/dokuwiki/lib/plugins/authpdo/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/dokuwiki/inc/parser/
H A Dxhtml.php624 * @param array $options assoziative array with additional geshi options
637 * @param array $options assoziative array with additional geshi options
651 * @param array $options assoziative array with additional geshi options
1902 * @param array $atts - additional attributes for the <video> tag
1989 * @param array $atts - additional attributes for the <audio> tag
/dokuwiki/inc/
H A Dtemplate.php1176 * @param array $params - additional image attributes
H A Dutf8.php199 function utf8_stripspecials($str, $repl = '', $additional = '')
202 return Clean::stripspecials($str, $repl, $additional);
198 utf8_stripspecials($str, $repl = '', $additional = '') global() argument
H A DMailer.class.php175 * Set additional parameters to be passed to sendmail
H A Dcommon.php496 * It handles URL rewriting and adds additional parameters
598 * @param mixed $more string or array with additional parameters
1236 * When the pretty parameter is set to true it adds additional empty
1244 * @param bool $pretty add additional empty lines between sections
1341 * @param string[] $replace Additional string substitutions, @KEY@ to be replaced by value
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dlatex.php15 * - Changes in color and some additional command recognition
H A Dsql.php19 * - Added additional symbols for highlighting
H A Dteraterm.php14 * Newer versions of these application can contain additional Macro commands
/dokuwiki/lib/plugins/authad/conf/
H A Ddefault.php15 $conf['additional'] = '';
/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/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
H A DRijndael.php185 * Additional: In case of 160- and 224-bit keys, phpseclib will/can, for that reason, not use
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php266 // handler but with an additional parameter
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DNameFilter.php67 * A provided implementing library MAY support additional characters
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md13 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/marcusschwarz/lesserphp/
H A DREADME.md
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php83 * Reopen the file with open() again if you want to do additional operations
145 * Reopen the file with open() again if you want to do additional operations
H A DZip.php70 * Reopen the file with open() again if you want to do additional operations
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php58 * Any additional elements to include as an associated array. All $key => $value pairs
137 * Creates a string containing all additional elements specified in
/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
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php56 * @param array $headers Additional mail headers in the form 'name' => 'value'
/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);

123