Home
last modified time | relevance | path

Searched +full:error -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 76 – 100 of 220) sorted by last modified time

123456789

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dlb.php60 'dword', 'else', 'end', 'error', 'exit', 'field', 'filedialog',
H A Dmapbasic.php72 'Entirely', 'Erase', 'Error', 'Event', 'Exit', 'Export',
120 'EOT', 'EPSGToCoordSysString$', 'Err', 'Error$', 'Exp',
H A Dmatlab.php88 'erfiny','error','errorbar','errordlg','etime','eval','evalc',
H A Dtclegg.php75 'error',
H A Duscript.php94 'Error', 'Sleep', 'SetCollision', 'SetCollisionSize', 'SetDrawScale', 'SetDrawScale3D',
H A Dvb.php74 'As', 'Dim', 'Get', 'Set', 'ReDim', 'Error',
H A Dvbscript.php82 'Next', 'On Error', 'Option Explicit', 'Private', 'Public',
H A Doctave.php127 'erfcx', 'erfinv', 'errno', 'errno_list', 'error', 'eval', 'evalin',
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php15 * @todo Maybe add some more error checking
/dokuwiki/lib/plugins/extension/
H A Dcli.php152 $this->error(sprintf('Extension %s is not installed', $ext->getID()));
166 $this->error($status);
192 $this->error(sprintf('Extension %s is not installed', $ext->getID()));
201 $this->error(sprintf($this->getLang('msg_delete_failed'), hsc($ext->getID())));
228 $this->error($e->getMessage());
236 $this->error(
245 $this->error($e->getMessage());
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1017 .ui-state-error,
1018 .ui-widget-content .ui-state-error,
1019 .ui-widget-header .ui-state-error {
1024 .ui-state-error a,
1025 .ui-widget-content .ui-state-error a,
1026 .ui-widget-header .ui-state-error a {
1029 .ui-state-error-text,
1030 .ui-widget-content .ui-state-error-text,
1031 .ui-widget-header .ui-state-error-text {
1086 .ui-state-error
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php626 * @return bool|string True or error string
654 if ($_FILES[$field]['error']) {
655 throw new Exception($this->getLang('msg_upload_failed') . ' (' . $_FILES[$field]['error'] . ')');
709 throw new Exception('Error, the requested extension hasn\'t been installed or updated');
731 * @return bool|string True or an error message
752 * @return bool|string True or an error message
1119 * @return bool - false on error
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php199 * if a requisite function has been successfully executed. If not, an error should be thrown.
206 * Error information
1098 * Does the server support multiple channels? If not then error out
1301 * "The general approach to `EINTR` is to simply handle the error and retry the operation again"
1349 throw new UnableToConnectException(rtrim("Cannot connect to $host. Error $errno. $errstr"));
1396 throw new \RuntimeException('Error reading from socket');
2525 * @throws \RuntimeException on connection error
2645 * @throws \RuntimeException on connection error
2827 * @throws \RuntimeException on connection error
3049 * error fo
[all...]
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php610 echo '<th class="error">' . $this->lang['error'] . '</th>';
621 echo '<td class="error">' . $failure['error'] . ' </td>';
1067 !empty($_FILES['import']['error']) && $this->isUploadedFile($_FILES['import']['tmp_name'])
1084 $error = ''; // clean out any errors from the previous line
1091 $error = sprintf($this->lang['import_error_fields'], count($raw));
1092 $this->import_failures[$line] = ['error' => $error, 'user' => $raw, 'orig' => $csv];
1096 $clean = $this->cleanImportUser($raw, $error);
1143 cleanImportUser($candidate, & $error) global() argument
1192 importUser($user, & $error) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBaseDataCache.php150 * @return bool True if the item was successfully removed. False if there was an error.
H A DDataCache.php114 * @return bool True if the item was successfully removed. False if there was an error.
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php68 public $error; variable in SimplePie\\File
120 $this->error = 'cURL error ' . curl_errno($fp) . ': ' . curl_error($fp);
157 $this->error = 'fsockopen error: ' . $errstr;
214 $this->error = 'Unable to decode HTTP "gzip" stream';
229 $this->error = 'Unable to decode HTTP "deflate" stream';
235 $this->error = 'Unknown content coding';
241 $this->error = 'fsocket timed out';
250 $this->error
[all...]
H A DSimplePie.php421 * @var mixed Error string
424 public $error; variable in SimplePie\\SimplePie
672 * @var bool Should we throw exceptions, or use the old-style error property?
1499 * @param boolean $enable Should we throw exceptions, or use the old-style error property?
1519 $this->error = 'XML or PCRE extensions not loaded!';
1560 $this->error = [];
1567 $this->error[$i] = $this->multifeed_objects[$i]->error();
1576 $this->error = null;
1602 $this->error
1918 public function error() global() function in SimplePie\\SimplePie
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DError.php10 class Error class
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DClassServer.php4 use IXR\Message\Error; alias
60 return new Error(-32601, 'server error. requested method ' . $methodname . ' does not exist.');
82 return new Error(-32601, 'server error. requested class method "' . $method . '" does not exist.');
90 return new Error(-32601, 'server error. requested function "' . $method . '" does not exist.');
H A DIntrospectionServer.php6 use IXR\Message\Error; alias
70 return new Error(-32601,
71 'server error. requested method "' . $this->message->methodName . '" not specified.');
79 return new Error(-32602, 'server error. wrong number of method parameters');
120 return new Error(-32602, 'server error. invalid method parameters');
130 return new Error(-32601, 'server error. requested method "' . $method . '" not specified.');
H A DServer.php8 use IXR\Message\Error; alias
41 $this->error(-32700, 'parse error. not well formed');
44 $this->error(-32600, 'server error. invalid xml-rpc. not conforming to spec. Request must be a methodCall');
48 // Is the result an error?
49 if ($result instanceof Error) {
50 $this->error($result);
77 return new Error(-32601, 'server error
103 error($error, $message = false) global() argument
[all...]
/dokuwiki/inc/Remote/
H A DApi.php89 Logger::error("Remote Plugin $pluginName does not implement dokuwiki\Extension\RemotePlugin");
96 Logger::error(
153 throw new AccessDeniedException('Server Error. API is not enabled in config.', -32604);
178 throw new AccessDeniedException('server error. not authorized to call method', -32604);
/dokuwiki/bin/
H A Ddwpage.php284 $this->error("Page $wiki_id is already locked by another user");
291 $this->error("Unable to obtain lock for $wiki_id ");
308 $this->error("Page $wiki_id is locked by another user");
315 $this->error("Unable to clear lock for $wiki_id");
331 $this->error("Unable to delete $wikiLockFN");

123456789