Home
last modified time | relevance | path

Searched +full:user -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 176 – 183 of 183) sorted by path

12345678

/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php172 $out .= "User-Agent: $useragent\r\n";
177 if (isset($url_parts['user']) && isset($url_parts['pass'])) {
178 $out .= "Authorization: Basic " . base64_encode("$url_parts[user]:$url_parts[pass]") . "\r\n";
H A DIRI.php69 * User Information
H A DItem.php214 * @param string|false $fn User-supplied function to generate an hash
237 trigger_error('User-supplied function $fn must be callable', E_USER_WARNING);
928 * @todo Add support for end-user defined sorting of enclosures by type/handler (so we can prefer the faster-loading FLV over MP4).
H A DMisc.php2113 * Get the default user agent string
H A DSimplePie.php1291 * Set the user agent string
1293 * @param string $ua New user agent string.
1861 // Push the current file onto all_discovered feeds so the user can
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php577 * Array of user-added callback methods
585 * Array of user-added callback methods
590 public $user = []; variable in SimplePie\\Parse\\Date
643 foreach ($this->user as $method) {
668 $this->user[] = $callback;
670 trigger_error('User-supplied function must be a valid callback', E_USER_WARNING);
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md70 - ``$options->getCmd()`` returns the sub command the user used
78 By default, the CLI class registers an exception handler and will print the exception's message to the end user and
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DCLI.php97 * Example: User logs in, SQL logs.

12345678