Home
last modified time | relevance | path

Searched refs:error (Results 51 – 75 of 1686) sorted by relevance

12345678910>>...68

/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidatorAtom.php
H A DValidator.php
/plugin/zip/pear/File/Archive/Reader/
H A DMulti.php72 if (($error = $this->source->next()) === false) {
73 $error = $this->source->close();
74 if (PEAR::isError($error)) {
75 return $error;
79 return $error;
89 $error = parent::close();
91 return $error;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCheckstyle.php70 foreach ($colErrors as $error) {
71 $error['type'] = strtolower($error['type']);
73 … $error['message'] = iconv(PHP_CODESNIFFER_ENCODING, 'utf-8', $error['message']);
79 $out->writeAttribute('severity', $error['type']);
80 $out->writeAttribute('message', $error['message']);
81 $out->writeAttribute('source', $error['source']);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mod.php39 $this->error('This is not a known type of MOD file');
51 $this->error('This is not a known type of MOD file');
57 …$this->error('MOD parsing not enabled in this version of getID3() ['.$this->getid3->version().']');
69 $this->error('This is not a known type of XM-MOD file');
75 …$this->error('XM-MOD parsing not enabled in this version of getID3() ['.$this->getid3->version().'…
87 $this->error('This is not a ScreamTracker MOD file');
93 …$this->error('ScreamTracker parsing not enabled in this version of getID3() ['.$this->getid3->vers…
105 $this->error('This is not an ImpulseTracker MOD file');
111 …$this->error('ImpulseTracker parsing not enabled in this version of getID3() ['.$this->getid3->ver…
/plugin/semanticdata/phpSesame/
H A DphpSesame.php87 throw new Exception ('Phesame engine response error');
174 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
210 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
238 …throw new Exception ('Failed to append data to the repository, HTTP response error: ' . $response-…
277 …throw new Exception ('Failed to append data to the repository, HTTP response error: ' . $response-…
330 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
358 …throw new Exception ('Failed to set the namespace, HTTP response error: ' . $response->getStatus()…
381 …throw new Exception ('Failed to delete the namespace, HTTP response error: ' . $response->getStatu…
403 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
426 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DFormErrorHandler.php66 foreach ($form->getErrors() as $error) {
68 $errorNode->appendChild($this->serializeFormErrorToXml($visitor, $error, []));
107 private function getErrorMessage(FormError $error): ?string argument
110 return $error->getMessage();
113 if (null !== $error->getMessagePluralization()) {
114 …return $this->translator->transChoice($error->getMessageTemplate(), $error->getMessagePluralizatio…
117 …return $this->translator->trans($error->getMessageTemplate(), $error->getMessageParameters(), $thi…
124 foreach ($data->getErrors() as $error) {
125 $errors[] = $this->getErrorMessage($error);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php100 $error = 'Variable "%s" is not in valid camel caps format';
102 $phpcsFile->addError($error, $var, 'NotCamelCaps', $data);
128 $error = 'Variable "%s" is not in valid camel caps format';
130 $phpcsFile->addError($error, $stackPtr, 'NotCamelCaps', $data);
164 $error = '%s member variable "%s" must not contain a leading underscore';
169 $phpcsFile->addError($error, $stackPtr, 'PublicHasUnderscore', $data);
174 $error = 'Private member variable "%s" must contain a leading underscore';
181 $error = 'Member variable "%s" is not in valid camel caps format';
182 $phpcsFile->addError($error, $stackPtr, 'MemberNotCamelCaps', $errorData);
224 $error = 'Variable "%s" is not in valid camel caps format';
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowAlternativePHPTagsSniff.php99 $error = 'ASP style opening tag used; expected "<?php" but found "%s"';
103 $error = 'Script style opening tag used; expected "<?php" but found "%s"';
108 if (isset($error, $closer, $errorCode) === true) {
112 $phpcsFile->addError($error, $stackPtr, $errorCode, $data);
114 $fix = $phpcsFile->addFixableError($error, $stackPtr, $errorCode, $data);
137 $phpcsFile->addError($error, $stackPtr, 'ASPShortOpenTagFound', $data);
153 $error = 'Script style opening tag used; expected "<?php" but found "%s"';
157 $phpcsFile->addError($error, $stackPtr, 'ScriptOpenTagFound', $data);
163 $error = 'Possible use of ASP style short opening tags detected; found: %s';
169 $error = 'Possible use of ASP style opening tags detected; found: %s';
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DLocalFile.js83 LocalFile.prototype.save = function(revision, success, error) argument
85 this.saveAs(this.title, success, error);
94 LocalFile.prototype.saveAs = function(title, success, error) argument
96 this.saveFile(title, false, success, error);
105 LocalFile.prototype.saveAs = function(title, success, error) argument
107 this.saveFile(title, false, success, error);
132 LocalFile.prototype.getLatestVersion = function(success, error) argument
195 if (error != null)
198 error({error: e});
291 }), error, (this.ui.getCurrentFile() != this) ?
[all …]
H A DDrawioFile.js230 error();
265 error(e);
268 }), error);
380 error(e);
478 error();
667 error(e);
844 error(e);
1198 }), error);
1735 error();
1743 error();
[all …]
H A DGitHubClient.js96 }), error);
113 }), error);
139 error(req);
141 }), error);
367 }, error);
401 error(e);
403 }), error);
454 error(e);
456 }), error);
578 error();
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/Exception/
H A DInvalidRequestException.php13 private $error; variable in MaxMind\\Exception\\InvalidRequestException
17 * @param int $error the error code returned by the MaxMind web service
24 $error, argument
29 $this->error = $error;
35 return $this->error;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DColonSpacingSniff.php76 $error = 'There must be no space before a colon in a style definition';
77 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'Before');
89 $error = 'Expected 1 space after colon in style definition; 0 found';
90 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'NoneAfter');
99 $error = 'Expected 1 space after colon in style definition; %s found';
101 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'After', $data);
107 $error = 'Expected 1 space after colon in style definition; newline found';
108 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'AfterNewline');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DPropertyDeclarationSniff.php47 … $error = 'Property name "%s" should not be prefixed with an underscore to indicate visibility';
49 $phpcsFile->addWarning($error, $stackPtr, 'Underscore', $data);
63 $error = 'The var keyword must not be used to declare a property';
64 $phpcsFile->addError($error, $stackPtr, 'VarUsed');
69 $error = 'There must not be more than one property declared per statement';
70 $phpcsFile->addError($error, $stackPtr, 'Multiple');
75 $error = 'Visibility must be declared on property "%s"';
77 $phpcsFile->addError($error, $stackPtr, 'ScopeMissing', $data);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php30 * error [1] ENUMERATED {
58 protected $error;
63 * @param int|null $error
65 public function __construct(?int $timeBeforeExpiration = null, ?int $graceAuthRemaining = null, ?int $error = null)
69 $this->error = $error;
94 return $this->error;
124 if ($this->error !== null) {
125 $response->addChild(Asn1::context(1, Asn1::enumerated($this->error)));
143 $error
55 protected $error; global() variable in FreeDSx\\Ldap\\Control\\PwdPolicyResponseControl
62 __construct(int $timeBeforeExpiration = null, int $graceAuthRemaining = null, int $error = null) global() argument
[all...]
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php131 * @param $error
134 public static function diffNode(DOMNode $leftNode, DOMNode $rightNode, &$error, array $excludedAttributes = null) argument
143 $error .= "The node (" . $rightNode->getNodePath() . ") are different (" . $leftNodeName . "," . $rightNodeName . ")\n";
149 $error .= "The node (" . $rightNode->getNodePath() . ") have no attributes while the left node has.\n";
172 $error .= "The attribute (" . $leftAtt->getNodePath() . ") does not exist on the right side\n";
190 $error .= Html::getDiffBetweenValuesSeparatedByBlank($leftAttValue, $rightAttValue, "left ,{$leftAtt->getNodePath()}", "right, {$leftAtt->getNodePath()}");
197 $error .= $e->getMessage();
211 $error .= "The attribute (" . $rightAtt->getNodePath() . ") has different values. Error:{$e->getMessage()}\n";
214 $error .= "The attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAttValue . "," . $rightAttValue . ") and the right value is not an URL. Error:{$e->getMessage()}\n";
217 $error
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DOperatorSpacingSniff.php133 $error = 'Expected 1 space before "&" operator; 0 found';
151 $error = 'Expected 1 space before "&" operator; %s found';
162 $error = 'Expected 1 space after "&" operator; 0 found';
163 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'NoSpaceAfterAmp');
180 $error = 'Expected 1 space after "&" operator; %s found';
244 $error = "Expected 1 space before \"$operator\"; 0 found";
245 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'NoSpaceBefore');
264 $error = 'Expected 1 space before "%s"; %s found';
291 $error = "Expected 1 space after \"$operator\"; 0 found";
292 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'NoSpaceAfter');
[all …]
H A DLogicalOperatorSpacingSniff.php71 $error = 'Expected 1 space before logical operator; 0 found';
72 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'NoSpaceBefore');
82 $error = 'Expected 1 space before logical operator; %s found';
84 … $fix = $phpcsFile->addFixableError($error, $stackPtr, 'TooMuchSpaceBefore', $data);
93 $error = 'Expected 1 space after logical operator; 0 found';
94 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'NoSpaceAfter');
104 $error = 'Expected 1 space after logical operator; %s found';
106 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'TooMuchSpaceAfter', $data);
/plugin/farm/
H A Dinstall.class.php45 $this->manager->error('install_errors', 'postparametermissing_failure');
61 …$this->manager->error('install_errors', array('code' => 'emptyfield_failure', 'data' => array($thi…
65 …$this->manager->error('install_errors', array('code' => 'emptyfield_failure', 'data' => array($thi…
85 …$this->manager->error('install_errors', array('code' => 'invalidfield_failure', 'data' => array($t…
89 …$this->manager->error('install_errors', array('code' => 'invalidfield_failure', 'data' => array($t…
107 if($r != 4) return $this->manager->error('install_errors', 'install_configcopy_failure');
112 …if(!@touch(DOKU_FARM_PLUGIN.'installed', 'w')) return $this->manager->error('install_errors', 'ins…
125 }else $this->manager->error('install_errors', 'install_cannotsavecreator_failure');
126 }else $this->manager->error('install_errors', 'install_nocreatorfile_failure');
127 }else $this->manager->error('install_errors', 'install_configcopy_failure');
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DBaseFutureTrait.php23 private $error; variable
61 $this->error = new RingException('Waiting did not resolve future');
65 if ($this->error) {
66 throw $this->error;
97 $this->error = new CancelledFutureAccessException();
106 // Get the result and error when the promise is resolved. Note that
114 function ($error) {
116 $this->error = $error;
130 $this->error
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php102 $error = 'Variable "%s" is not in valid camel caps format';
104 $phpcsFile->addError($error, $var, 'NotCamelCaps', $data);
134 $error = 'Variable "%s" is not in valid camel caps format';
136 $phpcsFile->addError($error, $stackPtr, 'NotCamelCaps', $data);
166 $phpcsFile->addError($error, $stackPtr, 'PublicHasUnderscore', $data);
172 $error = '%s member variable "%s" must contain a leading underscore';
177 $phpcsFile->addError($error, $stackPtr, 'PrivateNoUnderscore', $data);
183 $error = 'Member variable "%s" is not in valid camel caps format';
185 $phpcsFile->addError($error, $stackPtr, 'MemberVarNotCamelCaps', $data);
231 $error = 'Variable "%s" is not in valid camel caps format';
[all …]
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js170 if (error)
172 error();
242 }, error);
250 error();
259 }, error);
273 }, error);
293 error();
301 }, error);
341 error();
351 }, error);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Classes/
H A DClassDeclarationSniff.php72 $error = 'Possible parse error: %s missing opening or closing brace';
73 $phpcsFile->addWarning($error, $stackPtr, 'MissingBrace', $errorData);
83 $error = 'Opening brace of a %s must be on the line after the definition';
84 … $fix = $phpcsFile->addFixableError($error, $curlyBrace, 'OpenBraceNewLine', $errorData);
100 …$error = 'Opening brace of a %s must be on the line following the %s declaration; found %s line(s)…
106 … $fix = $phpcsFile->addFixableError($error, $curlyBrace, 'OpenBraceWrongLine', $data);
125 $error = 'Opening %s brace must be on a line by itself';
126 … $fix = $phpcsFile->addFixableError($error, $curlyBrace, 'OpenBraceNotAlone', $errorData);
143 $error = 'Expected %s spaces before opening brace; %s found';
149 $fix = $phpcsFile->addFixableError($error, $curlyBrace, 'SpaceBeforeBrace', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DCamelCapsFunctionNameSniff.php134 …$error = 'Method name "%s" is invalid; only PHP magic methods should be prefixed with a double und…
135 $phpcsFile->addError($error, $stackPtr, 'MethodDoubleUnderscore', $errorData);
157 $error = '%s method name "%s" is not in camel caps format';
162 $phpcsFile->addError($error, $stackPtr, 'ScopeNotCamelCaps', $data);
164 $error = 'Method name "%s" is not in camel caps format';
165 $phpcsFile->addError($error, $stackPtr, 'NotCamelCaps', $errorData);
200 …$error = 'Function name "%s" is invalid; only PHP magic methods should be prefixed with a double u…
201 $phpcsFile->addError($error, $stackPtr, 'FunctionDoubleUnderscore', $errorData);
211 $error = 'Function name "%s" is not in camel caps format';
212 $phpcsFile->addError($error, $stackPtr, 'NotCamelCaps', $errorData);

12345678910>>...68