Home
last modified time | relevance | path

Searched refs:action (Results 126 – 150 of 794) sorted by last modified time

12345678910>>...32

/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverActions.php19 * WebDriver action builder. It implements the builder pattern.
26 protected $action; variable in Facebook\\WebDriver\\Interactions\\WebDriverActions
36 $this->action = new WebDriverCompositeAction();
44 $this->action->perform();
56 $this->action->addAction(
72 $this->action->addAction(
88 $this->action->addAction(
104 $this->action->addAction(
120 $this->action->addAction(
123 $this->action
[all...]
H A DWebDriverCompositeAction.php8 * An action for aggregating actions and triggering all of them afterwards.
20 * @param WebDriverAction $action
23 public function addAction(WebDriverAction $action) argument
25 $this->actions[] = $action;
45 foreach ($this->actions as $action) {
46 $action->perform();
H A DWebDriverTouchActions.php20 * WebDriver action builder for touch events
41 $this->action->addAction(
55 $this->action->addAction(
69 $this->action->addAction(
83 $this->action->addAction(
97 $this->action->addAction(
112 $this->action->addAction(
125 $this->action->addAction(
138 $this->action->addAction(
152 $this->action
[all...]
/plugin/data/_test/
H A Daction_edit_button.test.php
H A Daction_handle.test.php
/plugin/slacknotifier/helper/
H A DFormatter.php27 $action = $actionMap[$eventType] ?? null;
31 $title = "{$username} {$action} page <{$link}|{$page}>";
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md69 * `FEAT`: add `replaceElement` editor action ([#1785](https://github.com/bpmn-io/bpmn-js/pull/1785))
H A DREADME.md7 [![bpmn-js screencast](./resources/screencast.gif "bpmn-js in action")](http://demo.bpmn.io/s/start)
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css760 touch-action: none;
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js33 …n()){var r=this._current.target,o=this._current.entries[e];if(o){var a=o.action;if(h(a)){if("click…
194action;if(h(i)){if("click"===n)return i(e,t)}else if(i[n])return i[n](e,t)},jc.prototype._getEntry… method in AnonymousFunctionc4f831ab35800.AnonymousFunctionc4f831ab35900.r
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md211 * `FIX`: remove unnecessary click event cancel action ([#558](https://github.com/bpmn-io/dmn-js/pul…
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css760 touch-action: none;
H A Ddmn-js-decision-table.css2 --action-icon-color: var(--color-blue-205-100-50);
3 --action-icon-hover-background-color: var(--color-blue-205-100-45);
4 --action-icon-hover-color: var(--color-white);
366 .dmn-decision-table-container .action-icon {
369 color: var(--action-icon-color);
372 .dmn-decision-table-container .create-inputs .action-icon,
373 .dmn-decision-table-container .add-input .action-icon,
374 .dmn-decision-table-container .add-output .action-icon {
386 .dmn-decision-table-container .actionable:hover .action-icon {
388 color: var(--action-icon-hover-color);
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21action;if(R(a)){if("click"===t)return a(n,r,i)}else if(a[t])return a[t](n,r,i);n.preventDefault()}…
/plugin/bpmnio/
H A Ddeleted.files1 action.php
5 action/viewer.php
/plugin/oauth/
H A Ddeleted.files6 action.php
/plugin/upgrade/
H A Dadmin.php80 $action = script();
81 echo '<form action="' . $action . '" method="post" id="plugin__upgrade_form">';
/plugin/farmer/
H A Ddeleted.files4 action/handleAjax.php
5 action/pluginSettings.php
/plugin/notification/
H A Ddeleted.files5 action.php
/plugin/ireadit/
H A Ddeleted.files5 action.php
7 action/display.php
/plugin/odt/action/
H A Dexport.php137 $action = act_clean($event->data);
141 if (strncmp($action, 'export_odt', strlen('export_odt')) == 0) {
146 if ($odt_export && strpos($action, '_pdf') !== false) {
152 if($action == 'export_odt') {
154 } else if ($action == 'export_odt_pdf') {
158 if( !is_array($action) && $odt_export ) {
174 if(($action != 'export_odtbook') && ($action != 'export_odtns')) return false;
222 $action = $event->data;
223 if($action == 'export_odt') {
230 } elseif($action == 'export_odtns') {
/plugin/odt/
H A Ddeleted.files4 action.php
H A DChangeLog.txt39 * Fixed wrong protoyping of function 'register' in action.php
169 * add pagetools-button support in action.php (adapt from dw2pdf plugin)
173 * action.php: Add getInfo() method, fixes bug #8
188 * action.php, syntax.php: Better handling of the cache system
/plugin/keyboard/
H A Dplugin.info.txt7 desc The keyboard plugin provides a combined syntax and action plugin in order to markup text as …
/plugin/prosemirror/
H A DREADME.md41 - `action/editor.php`: `HTML_EDITFORM_OUTPUT` get Instructions and render them to json
54 - the request is handled by `action/ajax.php` which resolves the link/images and returns
61 - This starts in `action/parser.php` during the event `ACTION_ACT_PREPROCESS`

12345678910>>...32