Home
last modified time | relevance | path

Searched refs:triggers (Results 1 – 25 of 44) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
DListBuildTriggersResponse.php47 public function setTriggers($triggers) argument
49 $this->triggers = $triggers;
56 return $this->triggers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/
DListTriggersResponse.php51 public function setTriggers($triggers) argument
53 $this->triggers = $triggers;
60 return $this->triggers;
/plugin/tagalerts/
Daction.php95 $triggers = array();
96 …$triggers['error'] = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('erro…
97 …$triggers['info'] = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('info'…
98 …$triggers['success'] = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('su…
99 …$triggers['notify'] = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('not…
100 foreach($triggers as $type=>$val) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2JobTrigger.php173 public function setTriggers($triggers) argument
175 $this->triggers = $triggers;
182 return $this->triggers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DCloudBuild.php684 'triggers',
688 'path' => 'v1/{+parent}/triggers',
738 'path' => 'v1/{+parent}/triggers',
912 'triggers',
916 'path' => 'v1/projects/{projectId}/triggers',
930 'path' => 'v1/projects/{projectId}/triggers/{triggerId}',
949 'path' => 'v1/projects/{projectId}/triggers/{triggerId}',
968 'path' => 'v1/projects/{projectId}/triggers',
990 'path' => 'v1/projects/{projectId}/triggers/{triggerId}',
1005 'path' => 'v1/projects/{projectId}/triggers/{triggerId}:run',
[all …]
DEventarc.php305 'triggers',
309 'path' => 'v1/{+parent}/triggers',
373 'path' => 'v1/{+parent}/triggers',
DTagManager.php970 'triggers',
974 'path' => 'tagmanager/v2/{+parent}/triggers',
1004 'path' => 'tagmanager/v2/{+parent}/triggers',
/plugin/farm/
Dinfos.animal.class.php59 $triggers = array(
70 foreach($triggers as $t => $v) {
76 $lw = $prec ? floor(($delta % $v[0]) / $triggers[$prec][0]) : null;
/plugin/botbouncer/lib/
Dbotbouncer.php588 * @param array $triggers array with details for SFS triggers
632 public function setSFSSpamTriggers($triggers = array()) { argument
633 if (sizeof($triggers)) {
634 $this->spamTriggers = $triggers;
/plugin/matrixnotifierwas/vendor/symfony/deprecation-contracts/
DREADME.md6 This package provides a single global function named `trigger_deprecation()` that triggers silenced…
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
DREADME.md6 This package provides a single global function named `trigger_deprecation()` that triggers silenced…
/plugin/combo/vendor/symfony/deprecation-contracts/
H A DREADME.md6 This package provides a single global function named `trigger_deprecation()` that triggers silenced…
/plugin/stlviewer/
DREADME.md11 - Example: ``manual=true`` to show a link that triggers the loading of the model
/plugin/achart/assets/
Dapexcharts.css664 .resize-triggers {
670 .resize-triggers,
671 .resize-triggers>div,
683 .resize-triggers>div {
/plugin/bootswrapper/exe/help/
Dpopover.txt78 … ''focus'' ''manual'' | How popover is triggered. You may pass multiple triggers; separate them wi…
/plugin/deletepageguard/
H A Ddokuwiki-plugin-page.txt71 When a page is saved, DokuWiki triggers the ''COMMON_WIKIPAGE_SAVE'' event just before writing to d…
H A DREADME.md60 When a page is saved, DokuWiki triggers the `COMMON_WIKIPAGE_SAVE` event just before writing to dis…
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DREADME.md63 reject a promise with a *reason*. Resolving a promises triggers callbacks
90 // Resolving the promise triggers the $onFulfilled callbacks and outputs
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DREADME.md77 reject a promise with a *reason*. Resolving a promise triggers callbacks
103 // Resolving the promise triggers the $onFulfilled callbacks and outputs
/plugin/codeprettify/code-prettify/src/
Dlang-xq.js64triggers-database|xdmp:trace|xdmp:to-json|xdmp:tidy|xdmp:subbinary|xdmp:strftime|xdmp:spawn-in|xdm…
/plugin/amcharts/assets/amcharts/plugins/export/
DREADME.md408 By default each menu item triggers some kind of export. You can trigger an
1034 * Fix: Capture image check, triggers callback only if all images have been loaded
1048 * Fix: Wait for lazy images, triggers capture callback only when all images have been fully loaded
/plugin/webdavclient/vendor/sabre/vobject/
DChangeLog.md578 * Fixed: A problem with determining alarm triggers for TODO's.
/plugin/davcard/vendor/sabre/vobject/
DChangeLog.md578 * Fixed: A problem with determining alarm triggers for TODO's.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md538 * Fixed: A problem with determining alarm triggers for TODO's.
/plugin/elasticsearch/vendor/react/promise/
DREADME.md197 triggers progress notifications and passed a single argument (whatever it

12