Searched full:actions (Results 1 – 25 of 1224) sorted by relevance
12345678910>>...49
1 # https://docs.github.com/en/actions/learn-github-actions/contexts6 # https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/expressions13 …# 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-context22 …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 …]
3 # https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow7 # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs19 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaults34 …# 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-setup64 # https://github.com/marketplace/actions/setup-php-action#problem-matchers66 …# and surface them prominently in the GitHub Actions UI by highlighting them and creating code ann…74 uses: actions/checkout@v382 # https://github.com/actions/checkout[all …]
5 # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs11 …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
15 $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 …]
7 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 during19 * The executor tracks position information for position-dependent lexer actions20 * efficiently, ensuring that actions appearing only at the end of the rule do48 * Creates a {@see LexerActionExecutor} which executes the actions for51 * @param LexerActionExecutor|null $lexerActionExecutor The executor for actions62 * actions specified in65 * @return self A {@see LexerActionExecutor} for executing the combine actions83 * for position-dependent lexer actions.[all …]
8 * An action for aggregating actions and triggering all of them afterwards.15 private $actions = []; variable in Facebook\\WebDriver\\Interactions\\WebDriverCompositeAction25 $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) {
48 $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 …]
60 $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]],
63 $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;
3 …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…
4 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 of12 Actions must be declared in ...
2 …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>
3 [![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
7 * performing a sequence of actions on the unwrapped `value`, where each12 * @param {Array} actions Actions to perform to resolve the unwrapped value.15 function baseWrapperValue(value, actions) { argument20 return arrayReduce(actions, function(result, action) {
3 [![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
5 # 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-variables39 …echo 'Did you inherit the secret when calling your workflow: https://docs.github.com/en/actions/us…
23 * The "actions" collection of methods.27 * $actions = $dataplexService->actions;34 * (actions.listProjectsLocationsLakesZonesActions)40 * @opt_param int pageSize Optional. Maximum number of actions to return. The41 * service may return fewer than this value. If unspecified, at most 10 actions
23 * The "actions" collection of methods.27 * $actions = $dataplexService->actions;34 * (actions.listProjectsLocationsLakesZonesAssetsActions)41 * @opt_param int pageSize Optional. Maximum number of actions to return. The42 * service may return fewer than this value. If unspecified, at most 10 actions
23 * 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. The40 * service may return fewer than this value. If unspecified, at most 10 actions
3 [![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
3 [![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
3 [![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
22 protected $collection_key = 'actions';33 public function setActions($actions) argument35 $this->actions = $actions;42 return $this->actions;
26 public $actions; variable in Google\\Service\\Connectors\\ConnectionSchemaMetadata35 public function setActions($actions) argument37 $this->actions = $actions;44 return $this->actions;
3 [![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