Home
last modified time | relevance | path

Searched refs:error (Results 351 – 375 of 1814) sorted by last modified time

1...<<11121314151617181920>>...73

/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DConflictingLock.php29 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:no-conflicting-lock');
30 $errorNode->appendChild($error);
31 …$error->appendChild($errorNode->ownerDocument->createElementNS('DAV:', 'd:href', $this->lock->uri)…
H A DInvalidResourceType.php28 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:valid-resourcetype');
29 $errorNode->appendChild($error);
H A DInvalidSyncToken.php33 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:valid-sync-token');
34 $errorNode->appendChild($error);
H A DLockTokenMatchesRequestUri.php36 … $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:lock-token-matches-request-uri');
37 $errorNode->appendChild($error);
H A DLocked.php60 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:lock-token-submitted');
61 $errorNode->appendChild($error);
65 $error->appendChild(
/plugin/pot/
H A Dhelper.php189 $error = "\"<b>Bad value...</b> ".$e->getMessage()."\"";
200 $error = "<b>pot Error: </b> ".$php_errormsg." <br /> check the formula: ";
208 $error = "\"Bad value...\"";
217 $calculated['error'] = $error;
H A Dsyntax.php146 $error = $mycargo[$potid]['output']['error'];
168 if (isset($error)) {
169 …$renderer->doc .= "<span class='pot_error style='$display'>&nbsp; $error <b><i>$formula</i></b></s…
H A DREADME.md153error messages occur when using [https://www.dokuwiki.org/plugin:prosemirror|plugin:prosemirror] a…
/plugin/pot/source/
H A Dtext.php70 if ($error != '') {
H A Dcalculate.php78 if ($error != '') {
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php66 public function error($message, array $context = array()); function
H A DLoggerTrait.php68 public function error($message, array $context = array()) function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRuntimeConfig/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DTelegramBotHandler.php251 throw new RuntimeException('Telegram API error. Description: No response');
256 … throw new RuntimeException('Telegram API error. Description: ' . $result['description']);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php564 public function error($message, array $context = []): void function in Monolog\\Logger
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DWorkflowNode.php26 public $error; variable in Google\\Service\\Dataproc\\WorkflowNode
47 public function setError($error) argument
49 $this->error = $error;
56 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleLongrunningOperation.php58 public function setError(GoogleRpcStatus $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php119 * @param string $error optional
123 private static function query($xpath, $name, $error = null, $decode = true) argument
131 if (!isset($error)) {
136 throw new \RuntimeException($error);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudShell/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSourceRepositories/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleLongrunningOperation.php58 public function setError(GoogleRpcStatus $error) argument
60 $this->error = $error;
67 return $this->error;

1...<<11121314151617181920>>...73