Home
last modified time | relevance | path

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

123

/dokuwiki/inc/Action/Exception/
H A DNoActionException.php9 * the unknown action event
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php104 if ($official === 'unknown/unknown'
105 || $official === 'application/unknown') {
106 return $this->unknown();
124 return $this->unknown();
147 * Sniff unknown
151 public function unknown() function in SimplePie\\Content\\Type\\Sniffer
/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php227 'Accept' => 'application/atom+xml, application/rss+xml, application/rdf+xml;q=0.9, application/xml;q=0.8, text/xml;q=0.8, text/html;q=0.7, unknown/unknown;q=0.1, application/unknown;q=0.1, */*;q=0.1',
334 'Accept' => 'application/atom+xml, application/rss+xml, application/rdf+xml;q=0.9, application/xml;q=0.8, text/xml;q=0.8, text/html;q=0.7, unknown/unknown;q=0.1, application/unknown;q=0.1, */*;q=0.1',
356 'Accept' => 'application/atom+xml, application/rss+xml, application/rdf+xml;q=0.9, application/xml;q=0.8, text/xml;q=0.8, text/html;q=0.7, unknown/unknown;q=0.1, application/unknown;q=0.1, */*;q=0.1',
/dokuwiki/lib/plugins/config/core/
H A DWriter.php126 ' * Run for user: ' . ($_SERVER['REMOTE_USER'] ?? 'Unknown'),
H A DConfiguration.php71 * Get all unknown or problematic settings
/dokuwiki/vendor/splitbrain/slika/src/
H A DImageMagickAdapter.php39 throw new Exception('Unknown rotation given');
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php90 * @return int terminal width, 0 if unknown
146 throw new Exception("unknown column format $col");
H A DBase.php231 if (!isset($this->loglevel[$level])) $this->fatal('Unknown log level');
247 if (!isset($this->loglevel[$level])) $this->fatal('Unknown log level');
294 // unknown level is always an error
/dokuwiki/lib/exe/
H A Dfetch.php38 $EXT = 'unknown';
/dokuwiki/inc/Form/
H A DLegacyForm.php99 throw new \UnexpectedValueException('Unknown legacy field ' . $ctl['elem']);
H A DDropdownElement.php123 // unknown value set, select first option instead
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php448 $default = $this->getLang('unknown');
490 : $this->getLang('unknown'));
499 : $this->getLang('unknown'));
616 : $this->getLang('unknown')) . '</span>';
/dokuwiki/inc/
H A DActionRouter.php109 msg('Action unknown: ' . hsc($actionname), -1);
H A Dtemplate.php661 $unknown = false;
676 $unknown = true;
681 //handle unknown types
682 if ($unknown) {
683 $data = '[unknown %s type]';
1448 msg('Unknown action ' . hsc($do), -1);
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php131 // exact date is unknown for externally deleted file
132 // when unknown, alter formatted string "YYYY-mm-DD HH:MM" to "____-__-__ __:__"
/dokuwiki/inc/Extension/
H A DAuthPlugin.php104 msg("Check for unknown capability '$cap' - Do you use an outdated Plugin?", -1);
193 * null on unknown result (fallback to checkPass)
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dsql.php103 'UNDER', 'UNION', 'UNIQUE', 'UNKNOWN', 'UNLOCK', 'UNSIGNED',
H A Dtcl.php94 'bgerror', 'history', 'info', 'interp', 'memory', 'unknown',
H A Dtclegg.php124 'bgerror', 'history', 'info', 'interp', 'memory', 'unknown',
H A Dproftpd.php231 //unknown
H A Dmetapost.php137 'unknown'
H A Dapache.php385 //Unknown Mods ...
/dokuwiki/lib/scripts/
H A Dtoolbar.js66 alert('unknown toolbar type: '+val.type+' '+actionFunc);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php
/dokuwiki/bin/
H A Dgittool.php70 'Any unknown commands are assumed to be arguments to git and will be executed in all repositories ' .

123