Home
last modified time | relevance | path

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

123456

/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.php278 $reply = $INPUT->str('reply');
284 $this->add($comment, $reply);
393 * @param null|string $reply comment id on which the user requested a reply
396 protected function showDiscussionSection($reply = null, $edit = null) argument
458 $this->showCommentWithReplies($cid, $data, '', $reply);
464 if ($data['status'] == 1 && (!$reply || !$this->getConf('usethreading')) && !$edit) {
771 * @param string $reply comment id on which the user requested a reply
774 …protected function showCommentWithReplies($cid, &$data, $parent = '', $reply = '', $isVisible = tr… argument
798 $this->showComment($cid, $data, $reply, $isVisible);
800 $this->showReplies($cid, $data, $reply, $isVisible);
[all …]
Dstyle.css85 div.dokuwiki div.comment_replies.reply {
92 div.dokuwiki .hentry.reply {
/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/aichat/_test/
DAbstractModelTest.php75 $reply = $model->getAnswer([
86 $this->assertStringContainsString('hello world', strtolower($reply));
/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…

123456