Home
last modified time | relevance | path

Searched refs:message (Results 426 – 450 of 1663) sorted by relevance

1...<<11121314151617181920>>...67

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSubnetworksScopedListWarning.php32 public $message; variable in Google\\Service\\Compute\\SubnetworksScopedListWarning
65 public function setMessage($message) argument
67 $this->message = $message;
74 return $this->message;
H A DTargetGrpcProxyListWarning.php32 public $message; variable in Google\\Service\\Compute\\TargetGrpcProxyListWarning
65 public function setMessage($message) argument
67 $this->message = $message;
74 return $this->message;
H A DInstanceTemplateListWarning.php32 public $message; variable in Google\\Service\\Compute\\InstanceTemplateListWarning
65 public function setMessage($message) argument
67 $this->message = $message;
74 return $this->message;
H A DTargetHttpProxiesScopedListWarning.php32 public $message; variable in Google\\Service\\Compute\\TargetHttpProxiesScopedListWarning
65 public function setMessage($message) argument
67 $this->message = $message;
74 return $this->message;
H A DTargetHttpProxyListWarning.php32 public $message; variable in Google\\Service\\Compute\\TargetHttpProxyListWarning
65 public function setMessage($message) argument
67 $this->message = $message;
74 return $this->message;
H A DInterconnectAttachmentAggregatedListWarning.php32 public $message; variable in Google\\Service\\Compute\\InterconnectAttachmentAggregatedListWarning
65 public function setMessage($message) argument
67 $this->message = $message;
74 return $this->message;
H A DInterconnectAttachmentListWarning.php32 public $message; variable in Google\\Service\\Compute\\InterconnectAttachmentListWarning
65 public function setMessage($message) argument
67 $this->message = $message;
74 return $this->message;
H A DTargetInstanceListWarning.php32 public $message; variable in Google\\Service\\Compute\\TargetInstanceListWarning
65 public function setMessage($message) argument
67 $this->message = $message;
74 return $this->message;
H A DTargetInstancesScopedListWarning.php32 public $message; variable in Google\\Service\\Compute\\TargetInstancesScopedListWarning
65 public function setMessage($message) argument
67 $this->message = $message;
74 return $this->message;
H A DTargetSslProxyListWarning.php32 public $message; variable in Google\\Service\\Compute\\TargetSslProxyListWarning
65 public function setMessage($message) argument
67 $this->message = $message;
74 return $this->message;
H A DMachineTypeAggregatedListWarning.php32 public $message; variable in Google\\Service\\Compute\\MachineTypeAggregatedListWarning
65 public function setMessage($message) argument
67 $this->message = $message;
74 return $this->message;
H A DNetworkListWarning.php32 public $message; variable in Google\\Service\\Compute\\NetworkListWarning
65 public function setMessage($message) argument
67 $this->message = $message;
74 return $this->message;
/plugin/aichat/script/
H A DAIChatChat.js218 const message = this.#input.value;
219 if (!message) return;
222 const p = this.displayMessage(message);
227 const response = await this.sendMessage(message);
231 p.title = message; // show original question on hover
275 * Display a message in the chat
277 * @param {string} message
278 * @param {object|null} sources Dict of sources {url:title, ...} if given this is assumed to be an AI message
279 * @returns {HTMLParagraphElement} Reference to the newly added message
281 displayMessage(message, source
249 displayMessage(message, sources = null) global() argument
282 sendMessage(message) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DValidationMessage.php33 public $message; variable in Google\\Service\\Datastream\\ValidationMessage
70 public function setMessage($message) argument
72 $this->message = $message;
79 return $this->message;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DErrorProto.php33 public $message; variable in Google\\Service\\Bigquery\\ErrorProto
70 public function setMessage($message) argument
72 $this->message = $message;
79 return $this->message;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ApiResponseWrapper.php29 public $message; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiResponseWrapper
56 public function setMessage($message) argument
58 $this->message = $message;
65 return $this->message;
H A DGoogleCloudApigeeV1UpdateError.php29 public $message; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1UpdateError
56 public function setMessage($message) argument
58 $this->message = $message;
65 return $this->message;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DAlert.php25 public $message; variable in Google\\Service\\Adsense\\Alert
42 public function setMessage($message) argument
44 $this->message = $message;
51 return $this->message;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1LakeMetastoreStatus.php29 public $message; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1LakeMetastoreStatus
56 public function setMessage($message) argument
58 $this->message = $message;
65 return $this->message;
/plugin/zip/pear/
H A DPEAR.php518 function &raiseError($message = null, argument
527 if (is_object($message)) {
528 $code = $message->getCode();
530 $error_class = $message->getType();
531 $message->error_message_prefix = '';
532 $message = $message->getMessage();
578 * @param string $message
581 function &throwError($message = null, argument
824 var $message = ''; variable in PEAR_Error
834 * @param string $message message
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php62 $message = '';
81 $message .= "\n" . $error->message;
91 if ($loaded === false || ($strict && $message !== '')) {
97 $message != '' ? "\n" . $message : ''
101 if ($message === '') {
102 $message = 'Could not load XML for unknown reason';
104 throw new PHPUnit_Framework_Exception($message);
/plugin/prosemirror/
H A Dscript.js29 let message = 'There was an error in the WYSIWYG editor. You will be redirected to the syntax editor in 5 seconds.';
41 message += ' -- The error has been logged to Sentry.';
43 showErrorMessage(message);
84 let message = 'There was an error initializing the WYSIWYG editor.';
95 message += ' The error has been logged to sentry.';
98 showErrorMessage(message);
105 * Add the error message above the editor
136 let message = 'The request failed with an unexpected error.';
149 message += ' -- The error has been logged to Sentry.';
151 showErrorMessage(message);
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DReportDelivery.php34 public $message; variable in Google\\Service\\Dfareporting\\ReportDelivery
69 public function setMessage($message) argument
71 $this->message = $message;
78 return $this->message;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DValidateMessageRequest.php29 public $message; variable in Google\\Service\\Pubsub\\ValidateMessageRequest
54 public function setMessage($message) argument
56 $this->message = $message;
63 return $this->message;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDatafeedStatusError.php36 public $message; variable in Google\\Service\\ShoppingContent\\DatafeedStatusError
83 public function setMessage($message) argument
85 $this->message = $message;
92 return $this->message;

1...<<11121314151617181920>>...67