Home
last modified time | relevance | path

Searched full:actions (Results 1 – 25 of 1224) sorted by relevance

12345678910>>...49

/plugin/combo/.github/workflows/
H A Dscratch-env.yml1 # https://docs.github.com/en/actions/learn-github-actions/contexts
6 # https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/expressions
13 …# https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#defining-inputs-for-man…
14 …# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow#configurin…
15 # https://docs.github.com/en/actions/learn-github-actions/contexts#inputs-context
22 …s://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-
41 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…
43 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…
46 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…
51 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-ad…
[all …]
H A Dphp-test-reusable.yml3 # https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow
7 # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs
19 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaults
34 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…
39 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-ad…
54 # https://github.com/marketplace/actions/setup-php-action#matrix-setup
64 # https://github.com/marketplace/actions/setup-php-action#problem-matchers
66 …# and surface them prominently in the GitHub Actions UI by highlighting them and creating code ann…
74 uses: actions/checkout@v3
82 # https://github.com/actions/checkout
[all …]
H A Dphp-test-on-manual.yml5 # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs
11 …s://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-
18 # https://docs.github.com/en/actions/using-workflows/reusing-workflows#calling-a-reusable-workflow
/plugin/geonav/lang/en/
Dsettings.php15 $lang['btl_hide_user_actions'] = 'Hide user actions';
16 $lang['btl_hide_page_actions'] = 'Hide page actions';
17 $lang['btl_hide_wiki_actions'] = 'Hide wiki actions';
18 $lang['btl_hide_submit_actions'] = 'Hide submit actions';
20 $lang['btl_default_page_actions_status'] = 'default status for page actions';
21 $lang['btl_default_wiki_actions_status'] = 'default status for wiki actions';
22 $lang['btl_default_user_actions_status'] = 'default status for user actions';
23 $lang['btl_default_submit_actions_status'] = 'default status for submit actions' ;
26 $lang['btl_strip_page_actions'] = 'Page Actions';
27 $lang['btl_strip_wiki_actions'] = 'Wiki Actions';
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerActionExecutor.php7 use Antlr\Antlr4\Runtime\Atn\Actions\LexerAction;
8 use Antlr\Antlr4\Runtime\Atn\Actions\LexerIndexedCustomAction;
16 * Represents an executor for a sequence of lexer actions which traversed during
19 * The executor tracks position information for position-dependent lexer actions
20 * efficiently, ensuring that actions appearing only at the end of the rule do
48 * Creates a {@see LexerActionExecutor} which executes the actions for
51 * @param LexerActionExecutor|null $lexerActionExecutor The executor for actions
62 * actions specified in
65 * @return self A {@see LexerActionExecutor} for executing the combine actions
83 * for position-dependent lexer actions.
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverCompositeAction.php8 * An action for aggregating actions and triggering all of them afterwards.
15 private $actions = []; variable in Facebook\\WebDriver\\Interactions\\WebDriverCompositeAction
25 $this->actions[] = $action;
31 * Get the number of actions in the sequence.
33 * @return int The number of actions.
37 return count($this->actions);
41 * Perform the sequence of actions.
45 foreach ($this->actions as $action) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteMouse.php48 $this->executor->execute(DriverCommand::ACTIONS, [
49 'actions' => [
54 'actions' => array_merge($moveAction, $this->createClickActions()),
79 $this->executor->execute(DriverCommand::ACTIONS, [
80 'actions' => [
85 'actions' => array_merge($moveAction, [
120 $this->executor->execute(DriverCommand::ACTIONS, [
121 'actions' => [
126 'actions' => array_merge($moveAction, $clickActions, $clickActions),
148 $this->executor->execute(DriverCommand::ACTIONS, [
[all …]
H A DRemoteKeyboard.php60 $this->executor->execute(DriverCommand::ACTIONS, [
61 'actions' => [
65 'actions' => [['type' => 'keyDown', 'value' => $key]],
88 $this->executor->execute(DriverCommand::ACTIONS, [
89 'actions' => [
93 'actions' => [['type' => 'keyUp', 'value' => $key]],
/plugin/robot404/
Daction.php63 $actions=$conf['disableactions'];
64 if(is_string($actions)) $actions=explode(',',$actions);
65 if(in_array($action,$actions)) return true;
67 $actions=$this->getConf('disableactions');
68 if(is_string($actions)) $actions=explode(',',$actions);
69 if(in_array($action,$actions)) return true;
DREADME.md3 …n actions, such as login and search. The plugin configuration allows you to select which actions s…
5 Disallowed actions will produce 404 code (page not found) when the user agent is detected to be a r…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dendless_loop_bug.md4 For the "Hello" task, you will create a `say` [action](structure-controllers.md#creating-actions) t…
8 > Info: [Actions](structure-controllers.md#creating-actions) are the objects that end users can dir…
9 execution. Actions are grouped by [controllers](structure-controllers.md). The execution result of
12 Actions must be declared in ...
Dendless_loop_bug.html2 …ill create a <code>say</code> <a href="structure-controllers.md#creating-actions">action</a> that …
5 <blockquote><p>Info: <a href="structure-controllers.md#creating-actions">Actions</a> are the object…
6 …execution. Actions are grouped by <a href="structure-controllers.md">controllers</a>. The executio…
9 <p>Actions must be declared in ...</p>
/plugin/asciidocjs/node_modules/has-proto/
DREADME.md3 [![github actions][actions-image]][actions-url]
37 [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runk…
38 [actions-url]: https://github.com/inspect-js/has-proto/actions
/plugin/asciidocjs/node_modules/lodash/
D_baseWrapperValue.js7 * performing a sequence of actions on the unwrapped `value`, where each
12 * @param {Array} actions Actions to perform to resolve the unwrapped value.
15 function baseWrapperValue(value, actions) { argument
20 return arrayReduce(actions, function(result, action) {
/plugin/asciidocjs/node_modules/is-core-module/
DREADME.md3 [![github actions][actions-image]][actions-url]
39 [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runk…
40 [actions-url]: https://github.com/inspect-js/is-core-module/actions
/plugin/combo/.github/
H A Dbootstrap.sh5 # https://docs.github.com/en/actions/learn-github-actions/contexts#example-usage-of-the-github-cont…
6 # https://docs.github.com/en/actions/learn-github-actions/variables#using-the-vars-context-to-acces…
7 # https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
39 …echo 'Did you inherit the secret when calling your workflow: https://docs.github.com/en/actions/us…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/Resource/
DProjectsLocationsLakesZonesActions.php23 * The "actions" collection of methods.
27 * $actions = $dataplexService->actions;
34 * (actions.listProjectsLocationsLakesZonesActions)
40 * @opt_param int pageSize Optional. Maximum number of actions to return. The
41 * service may return fewer than this value. If unspecified, at most 10 actions
DProjectsLocationsLakesZonesAssetsActions.php23 * The "actions" collection of methods.
27 * $actions = $dataplexService->actions;
34 * (actions.listProjectsLocationsLakesZonesAssetsActions)
41 * @opt_param int pageSize Optional. Maximum number of actions to return. The
42 * service may return fewer than this value. If unspecified, at most 10 actions
DProjectsLocationsLakesActions.php23 * The "actions" collection of methods.
27 * $actions = $dataplexService->actions;
33 * Lists action resources in a lake. (actions.listProjectsLocationsLakesActions)
39 * @opt_param int pageSize Optional. Maximum number of actions to return. The
40 * service may return fewer than this value. If unspecified, at most 10 actions
/plugin/asciidocjs/node_modules/has-tostringtag/
DREADME.md3 [![github actions][actions-image]][actions-url]
45 [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runk…
46 [actions-url]: https://github.com/inspect-js/has-tostringtag/actions
/plugin/asciidocjs/node_modules/is-regex/
DREADME.md3 [![github actions][actions-image]][actions-url]
51 [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runk…
52 [actions-url]: https://github.com/inspect-js/is-regex/actions
/plugin/asciidocjs/node_modules/has-symbols/
DREADME.md3 [![github actions][actions-image]][actions-url]
45 [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runk…
46 [actions-url]: https://github.com/inspect-js/has-symbols/actions
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
DGoogleCloudDataplexV1ListActionsResponse.php22 protected $collection_key = 'actions';
33 public function setActions($actions) argument
35 $this->actions = $actions;
42 return $this->actions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
DConnectionSchemaMetadata.php26 public $actions; variable in Google\\Service\\Connectors\\ConnectionSchemaMetadata
35 public function setActions($actions) argument
37 $this->actions = $actions;
44 return $this->actions;
/plugin/asciidocjs/node_modules/supports-preserve-symlinks-flag/
DREADME.md3 [![github actions][actions-image]][actions-url]
41 [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runk…
42 [actions-url]: https://github.com/inspect-js/node-supports-preserve-symlinks-flag/actions

12345678910>>...49