Home
last modified time | relevance | path

Searched refs:reply (Results 1 – 25 of 123) sorted by relevance

12345

/plugin/phpipam/
Dsyntax.php401 $reply = $rest_api->get_result() ;
402 if ($reply['data']) {
403 $renderer->doc .= $this->showSub((array)$reply['data'], $opts['fmt']) ;
405 $renderer->doc .= $this->showErr($reply, $opts) ;
410 $reply = $rest_api->get_result() ;
411 if ($reply['data']) {
412 foreach ($reply['data'] as $subnet) {
416 $renderer->doc .= $this->showErr($reply, $opts) ;
421 $reply = $rest_api->get_result() ;
422 if ($reply['data']) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowV2SmartReplyAnswer.php33 public $reply; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2SmartReplyAnswer
66 public function setReply($reply) argument
68 $this->reply = $reply;
75 return $this->reply;
DGoogleCloudDialogflowV2beta1SmartReplyAnswer.php33 public $reply; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1SmartReplyAnswer
66 public function setReply($reply) argument
68 $this->reply = $reply;
75 return $this->reply;
DGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion.php44 public function setReply(GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply $reply) argument
46 $this->reply = $reply;
53 return $this->reply;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
DGoogleCloudContactcenterinsightsV1SmartReplyData.php34 public $reply; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1SmartReplyData
75 public function setReply($reply) argument
77 $this->reply = $reply;
84 return $this->reply;
/plugin/diagramsnet/lib/plugins/
DcConf-comments.js128 var reply = confCommentToDrawio(replies[i], atlasComment.id, siteUrl);
129 comment.addReplyDirect(reply);
131 var isResolvedReply = reply.content.indexOf(RESOLVED_MARKER) == 0;
135 reply.content = reply.content.substr(RESOLVED_MARKER.length);
212 oldVerReplies.push({parentId: parentId, reply: comments[i]}); property
232 pComment.children.comment.results.push(oldVerReplies[i].reply);
289 DrawioComment.prototype.addReply = function(reply, success, error, doResolve, doReopen) argument
291 if (commentsVer == null || !reply.content)
297 …ui.remoteInvoke('addCommentReply', [this.id, this.file.attVer, reply.content, doResolve], null, fu…
299 reply.version = version;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DDrawioComment.js29 DrawioComment.prototype.addReplyDirect = function(reply) argument
31 if (reply != null)
32 this.replies.push(reply);
35 DrawioComment.prototype.addReply = function(reply, success, error, doResolve, doReopen) argument
DDriveComment.js10 DriveComment.prototype.addReply = function(reply, success, error, doResolve, doReopen) argument
12 var body = {'content': reply.content};
/plugin/discussion/
Daction.php396 protected function _show($reply = null, $edit = null) { argument
446 else $this->_print($key, $data, '', $reply);
451 …if (($data['status'] == 1) && (!$reply || !$this->getConf('usethreading')) && !$edit) $this->_form…
726 * @param string $reply
730 protected function _print($cid, &$data, $parent = '', $reply = '', $visible = true) { argument
746 $this->_print_comment($cid, $data, $parent, $reply, $visible, $hidden);
748 $this->_print_replies($cid, $data, $reply, $visible);
750 $this->_print_form($cid, $reply);
762 protected function _print_comment($cid, &$data, $parent, $reply, $visible, $hidden) { argument
842 if (($data['status'] == 1) && !$reply && $comment['show']
[all …]
/plugin/diagramsnet/lib/
Delectron.js466 reply: function(msg, data) method
1132 event.reply('export-error');
1136 event.reply('export-success', data);
1293 event.reply('export-error');
1344 event.reply('export-success', data);
1366 event.reply('export-success', {});
1387 event.reply('export-success', data);
1392 event.reply('export-error', error);
1402 event.reply('export-success', data);
1407 event.reply('export-error', 'Error: Unsupported format');
[all …]
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dreply-fill.svg1 <svg class="bi bi-reply-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmln…
H A Dreply-all-fill.svg1 <svg class="bi bi-reply-all-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" …
H A Dreply.svg1 <svg class="bi bi-reply" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="ht…
H A Dreply-all.svg1 <svg class="bi bi-reply-all" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns…
/plugin/blogtng/lang/en/
Dsubscribermail.txt10 You can read reply to the comment at
Dnotifymail.txt10 You can read reply to the comment at
/plugin/aichat/lang/en/
Drephrase.prompt1 …on that is understandable without the previous context. {{LANGUAGE}} Only reply with the rephrased…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
DReviews.php80 public function reply($packageName, $reviewId, ReviewsReplyRequest $postBody, $optParams = []) function in Google\\Service\\AndroidPublisher\\Resource\\Reviews
/plugin/fedauth/Auth/OpenID/
DServer.php225 $reply = new Auth_OpenID_Message($namespace);
226 $reply->setArg(Auth_OpenID_OPENID_NS, 'mode', 'error');
227 $reply->setArg(Auth_OpenID_OPENID_NS, 'error', $this->toString());
230 $reply->setArg(Auth_OpenID_OPENID_NS, 'contact', $this->contact);
234 $reply->setArg(Auth_OpenID_OPENID_NS, 'reference',
238 return $reply;
/plugin/openid/Auth/OpenID/
DServer.php251 $reply = new Auth_OpenID_Message($namespace);
252 $reply->setArg(Auth_OpenID_OPENID_NS, 'mode', 'error');
253 $reply->setArg(Auth_OpenID_OPENID_NS, 'error', $this->toString());
256 $reply->setArg(Auth_OpenID_OPENID_NS, 'contact', $this->contact);
260 $reply->setArg(Auth_OpenID_OPENID_NS, 'reference',
264 return $reply;
/plugin/ckgedit/ckeditor/plugins/scayt/
DREADME.md72 …scayt/issues) to report bugs and feature requests. We will do our best to reply at our earliest co…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Djson.worker.js1 …eq){let t=e;if(!this._pendingReplies[t.seq])return void console.warn("Got reply to unknown seq");l…
/plugin/dirtylittlehelper/mermaid/editor/
Djson.worker.js1 …eq){let t=e;if(!this._pendingReplies[t.seq])return void console.warn("Got reply to unknown seq");l…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DAndroidPublisher.php1503 ],'reply' => [
1504 'path' => 'androidpublisher/v3/applications/{packageName}/reviews/{reviewId}:reply',
/plugin/icons/assets/font-awesome/css/
Dfont-awesome.min.css4reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:b…

12345