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 path

123

/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/data/pages/wiki/
H A Ddokuwiki.txt14 All documentation and additional information besides the [[syntax|syntax description]] is maintained in the DokuWiki at [[doku>|www.dokuwiki.org]].
H A Dsyntax.txt47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].
50 a [[pagename]] or use an additional [[pagename|link text]].
422 There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers.
441 [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
/dokuwiki/inc/
H A DMailer.class.php175 * Set additional parameters to be passed to sendmail
H A Dauth.php882 * The $foruser variable might be used by plugins to run additional password
H A Dchangelog.php42 * @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 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
H A Dconfutils.php302 * @param array $params optional additional params to pass to the callback
H A Ddeprecated.php558 * - $replacements (array of additional string substitutions, @KEY@ to be replaced by value)
H A Dfetch.functions.php111 * 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 Dhtml.php935 * @param array $params - additional parameters (<param>)
937 * @param array $atts - additional attributes for the <object> tag
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
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php266 // handler but with an additional parameter
/dokuwiki/inc/Remote/
H A DApiCore.php330 // prepare additional data
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php226 * - $replacements (array of additional string substitutions, @KEY@ to be replaced by value)
H A DSubscriptionSender.php56 * @param array $headers Additional mail headers in the form 'name' => 'value'
/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/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/inc/parser/
H A Dhandler.php281 * An additional parameter with the plugin name is passed. The plugin's handle()
H A Dmetadata.php10 * Metadata is additional information about a DokuWiki page that gets extracted mainly from the page's content
H A Drenderer.php22 * Inherits from dokuwiki\Extension\Plugin for giving additional functions to render plugins
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/lib/exe/
H A Dcss.php353 // additional styles when icon available
385 // additional styles when icon available

123