Home
last modified time | relevance | path

Searched refs:action (Results 51 – 75 of 794) sorted by relevance

12345678910>>...32

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountsLinkRequest.php26 public $action; variable in Google\\Service\\ShoppingContent\\AccountsLinkRequest
47 public function setAction($action) argument
49 $this->action = $action;
56 return $this->action;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
H A DAuthorizationPolicy.php26 public $action; variable in Google\\Service\\NetworkSecurity\\AuthorizationPolicy
53 public function setAction($action) argument
55 $this->action = $action;
62 return $this->action;
/plugin/data/_test/
H A Daction_edit_button.test.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest.php26 public $action; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest
59 public function setAction($action) argument
61 $this->action = $action;
68 return $this->action;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DRule.php26 public $action; variable in Google\\Service\\Compute\\Rule
51 public function setAction($action) argument
53 $this->action = $action;
60 return $this->action;
H A DRouterNatRule.php40 public function setAction(RouterNatRuleAction $action) argument
42 $this->action = $action;
49 return $this->action;
H A DSecurityPolicyRule.php25 public $action; variable in Google\\Service\\Compute\\SecurityPolicyRule
54 public function setAction($action) argument
56 $this->action = $action;
63 return $this->action;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DRule.php26 public $action; variable in Google\\Service\\GameServices\\Rule
51 public function setAction($action) argument
53 $this->action = $action;
60 return $this->action;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php174 * Builds the action path url for each request.
178 $action = $request->getPath();
179 if ($action) {
180 $action = '/'.\ltrim($action, '/');
183 if (!Util::isDateMathEscaped($action)) {
184 $action = Util::escapeDateMath($action);
190 $action .= '?'.\http_build_query(
195 return $action;
[all...]
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php66 private $action; variable in Google\\Task\\Runner
93 * @param callable $action The task to run and possibly retry
100 $action, argument
152 if (!is_callable($action)) {
158 $this->action = $action;
182 return call_user_func_array($this->action, $this->arguments);
/plugin/bez/mdl/
H A DModel.php28 protected $dw_auth, $user_nick, $action, $conf;
60 in_array($property, array('sqlite', 'db', 'acl', 'dw_auth', 'user_nick', 'action', 'conf'))) {
81 public function __construct($dw_auth, $user_nick, $action, $skip_acl=false) { argument
84 $this->action = $action;
85 $this->conf = $action->getGlobalConf();
92 $busy_timeout = 1000 * (int)$this->action->getConf('busy_timeout');
127 $page_id = $this->action->id();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DOnClick.php30 public function setAction(FormAction $action) argument
32 $this->action = $action;
39 return $this->action;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucketLifecycleRule.php30 public function setAction(BucketLifecycleRuleAction $action) argument
32 $this->action = $action;
39 return $this->action;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion.php30 public function setAction(GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction $action) argument
32 $this->action = $action;
39 return $this->action;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DReply.php25 public $action; variable in Google\\Service\\Drive\\Reply
60 public function setAction($action) argument
62 $this->action = $action;
69 return $this->action;
/plugin/translation3/
H A Dscript.js11 if(frm.action.substr(frm.action.length-1) == '/'){
12 var link = frm.action + id;
14 var link = frm.action + '?id=' + id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DFilter.php34 public function setAction(FilterAction $action) argument
36 $this->action = $action;
43 return $this->action;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D42.42.js.map1action: { token: '' } },\n // NOTE: (*) is an invalid ML-like comment!\n { r…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DUpgradeHistoryEntry.php25 public $action; variable in Google\\Service\\AIPlatformNotebooks\\UpgradeHistoryEntry
66 public function setAction($action) argument
68 $this->action = $action;
75 return $this->action;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DFirewallInfo.php26 public $action; variable in Google\\Service\\NetworkManagement\\FirewallInfo
67 public function setAction($action) argument
69 $this->action = $action;
76 return $this->action;
/plugin/conflictmerger/tests/
H A Dmerge.test.php21 var $action; variable in Merge_test
24 $this->action = new action_plugin_conflictmerger();
37 $this->assertTrue($this->action->merge($this->id, $old, $mine, $yours, $result));
51 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
65 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
83 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
103 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Recommender/
H A DGoogleCloudRecommenderV1Operation.php25 public $action; variable in Google\\Service\\Recommender\\GoogleCloudRecommenderV1Operation
62 public function setAction($action) argument
64 $this->action = $action;
71 return $this->action;
/plugin/components/
H A DREADME.md64 See lib/action.php for the definitions of the action handlers, renderers. These handlers must
68 avoid colliding in file names. You can only define at most a single action handler and at most a si…
70 ### Extending a previously defined action
75 - `public function action() { return ...; }`
76 …- This defines the action name that these handlers respond to. Note the full action name is plugin…
78 - This returns the minimum required permission for the user to perform this action.
80 …is is the logic that handles the action. If you want to chain performing another action, return th…
82 - This is the renderer logic for the action. The randerer is called after all post processors
90 in your wiki text to play with this action.
/plugin/structpublish/action/
H A Dpublish.php29 $action = key($in);
30 if (!$action || !in_array($action, [Constants::ACTION_PUBLISH, Constants::ACTION_APPROVE])) {
42 $notifyHelper->sendEmails($action, $newRevision);
/plugin/combo/action/
H A Ddocustom.php64 * Execute the combo action via an ACTION_ACT_PREPROCESS
117 $action = $event->data;
128 if (in_array($action, $privateAction)) {
137 switch ($action) {
149 $action = self::getDoParameterValue(FetcherPage::NAME);
161 $action = self::getDoParameterValue(FetcherAppPages::NAME);
167 if (!$this->isComboDoAction($action)) return;
176 $fetcherName = $this->getFetcherNameFromAction($action);
189 $reporterMessage = "An error has occurred during the execution of the action ($action)";
[all...]

12345678910>>...32