| /plugin/swarmwebhook/_test/ |
| D | ZapierHandlePayload.test.php | 30 $webhook = new mock\Zapier(); 32 $webhook->run($inputJSON); 60 $webhook = new mock\Zapier(); 62 $actualOK = $webhook->handleWebhookPayload($inputJSON); 63 $actualOK = $actualOK && $webhook->handleWebhookPayload($inputJSON);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
| D | GoogleCloudDialogflowCxV3Fulfillment.php | 40 public $webhook; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Fulfillment 115 public function setWebhook($webhook) argument 117 $this->webhook = $webhook; 124 return $this->webhook;
|
| D | GoogleCloudDialogflowCxV3beta1Fulfillment.php | 40 public $webhook; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1Fulfillment 115 public function setWebhook($webhook) argument 117 $this->webhook = $webhook; 124 return $this->webhook;
|
| /plugin/discordnotifier/examples/ |
| D | send_message.php | 9 function send_message($webhook, $message) argument 15 $ch = curl_init($webhook); 25 $webhook = $conf['webhook']; variable 27 send_message($webhook, $message);
|
| D | send_file.php | 9 function send_file($webhook, $path_img) argument 16 $ch = curl_init($webhook); 26 $webhook = $conf['webhook']; variable 28 send_file($webhook, $path_img);
|
| D | send_embeds.php | 9 function send_embeds($webhook, $version) argument 26 $ch = curl_init($webhook); 36 $webhook = $conf['webhook']; variable 38 send_embeds($webhook, $version);
|
| /plugin/issuelinks/services/ |
| D | Jira.service.php | 208 $msg = $db->getLang('jira:webhook settings link'); 359 $this->makeJiraRequest('/rest/webhooks/1.0/webhook/' . $oldID, [], 'DELETE'); 383 $response = $this->makeJiraRequest('/rest/webhooks/1.0/webhook', $payload, 'POST'); 413 $this->makeJiraRequest('/rest/webhooks/1.0/webhook/' . $oldID, [], 'DELETE'); 439 $response = $this->makeJiraRequest('/rest/webhooks/1.0/webhook', $payload, 'POST'); 470 return new RequestResult(400, 'unknown webhook event');
|
| /plugin/swarmwebhook/lang/en/ |
| D | zapier_instructions.txt | 11 * **URL**: ''%%DOKU_URLlib/plugins/swarmwebhook/webhook.php%%'' 14 - Test the webhook
|
| D | ifttt_instructions.txt | 4 * **URL**: ''%%DOKU_URLlib/plugins/swarmwebhook/webhook.php%%''
|
| /plugin/alertrocketchatgroup/ |
| D | action.php | 98 $webhook = $urlServer; 99 $urlFullWebHook = $webhook.'/hooks/'.$pgPayload;
|
| D | README | 7 2. Enter the webhook into the rocketchat configuration section in DokuWiki's Configuration Settings
|
| /plugin/webexteamsnotifier/ |
| D | action.php | 73 $webhook = $this->getConf('webhook'); 74 $ch = curl_init($webhook);
|
| D | README.md | 25 2. Enter the webhook into the Webex Teams configuration section in DokuWiki's Configuration Setting…
|
| /plugin/rocketchatnotifier/ |
| D | action.php | 80 $webhook = $this->getConf('webhook'); 81 $ch = curl_init($webhook);
|
| D | README.md | 26 2. Enter the webhook into the rocketchat configuration section in DokuWiki's Configuration Settings
|
| /plugin/slacknotifier/ |
| D | action.php | 37 if (!$this->config->webhook) { 119 $this->submitPayload($this->config->webhook, $formatted);
|
| D | README.md | 22 2. Enter the webhook into the slacknotifier configuration section in DokuWiki's Configuration Setti…
|
| /plugin/swarmwebhook/ |
| D | plugin.info.txt | 6 desc A webhook endpoint for swarm checkins forwarded by IFTTT into a struct table
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/Resource/ |
| D | V1.php | 44 public function webhook(HttpBody $postBody, $optParams = []) function in Google\\Service\\CloudBuild\\Resource\\V1
|
| D | ProjectsLocationsTriggers.php | 167 public function webhook($name, HttpBody $postBody, $optParams = []) function in Google\\Service\\CloudBuild\\Resource\\ProjectsLocationsTriggers
|
| D | ProjectsTriggers.php | 163 public function webhook($projectId, $trigger, HttpBody $postBody, $optParams = []) function in Google\\Service\\CloudBuild\\Resource\\ProjectsTriggers
|
| /plugin/slacknotifier/helper/ |
| D | Config.php | 11 * @property string $webhook
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | CloudBuild.php | 787 ],'webhook' => [ 788 'path' => 'v1/{+name}:webhook', 1023 ],'webhook' => [ 1024 'path' => 'v1/projects/{projectId}/triggers/{trigger}:webhook', 1056 'webhook' => [ 1057 'path' => 'v1/webhook',
|
| /plugin/discordnotifier/ |
| D | helper.php | 171 foreach ( $webhooks_array as $webhook ) { 174 $ch = curl_init ( $webhook );
|
| D | README.md | 19 2. Enter the webhook into the discordnotifier configuration section in DokuWiki's Configuration Set…
|