Home
last modified time | relevance | path

Searched refs:actions (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DPersistentPreferredActivity.php26 public $actions; variable in Google\\Service\\AndroidManagement\\PersistentPreferredActivity
39 public function setActions($actions) argument
41 $this->actions = $actions;
48 return $this->actions;
/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/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1ListActionsResponse.php33 public function setActions($actions) argument
35 $this->actions = $actions;
42 return $this->actions;
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-modules.js136 const actions = modulePaths.map(modulePath => {
141 actions.unshift(file.copy(path.join(__dirname, '../../fp'), fpPath));
142 actions.push(file.write(path.join(fpPath, '_falseOptions.js'), template._falseOptions()));
143 actions.push(file.write(path.join(fpPath, '_util.js'), template._util()));
144 actions.push(file.write(path.join(target, 'fp.js'), template.fp()));
145 actions.push(file.write(path.join(fpPath, 'convert.js'), template.convert()));
147 async.series(actions, util.pitch);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2RiskAnalysisJobConfig.php33 public function setActions($actions) argument
35 $this->actions = $actions;
42 return $this->actions;
H A DGooglePrivacyDlpV2InspectJobConfig.php37 public function setActions($actions) argument
39 $this->actions = $actions;
46 return $this->actions;
/plugin/dwspecialist/
H A Dsyntax.php89 function _render_special($actions, $crlf, $listoffset, $prolog) { argument
100 foreach ($actions as $action) {
191 $actions=array("edit", "revert", "revisions", "backlink", "subscribe");
192 $wikitext.=$this->_render_special($actions, $crlf, " ".$listoffset, $prolog);
196 $actions=array("recent", "media", "index");
197 $wikitext.=$this->_render_special($actions, $crlf, " ".$listoffset, $prolog);
201 $actions=array("login", "register", "profile", "admin");
202 $wikitext.=$this->_render_special($actions, $crlf, " ".$listoffset, $prolog);
H A Daction.php20 $actions=array(
45 foreach ($actions as $action) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DPipeline.php41 public function setActions($actions) argument
43 $this->actions = $actions;
50 return $this->actions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DPipeline.php41 public function setActions($actions) argument
43 $this->actions = $actions;
50 return $this->actions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DDriveActivity.php41 public function setActions($actions) argument
43 $this->actions = $actions;
50 return $this->actions;
/plugin/bez/syntax/
H A Dnav.php34 $actions = array(
47 $actions['types'] = $this->getLang('types_manage');
48 $actions['task_programs'] = $this->getLang('task_types');
51 foreach ($actions as $action => $label) {
/plugin/diagramsnet/lib/js/diagramly/
H A DMinimal.js144 ui.actions.get('shapes').funct();
170 if (ui.actions.get('newLibrary') != null)
347 if (this.actions.layersWindow != null)
352 this.actions.layersWindow.destroy();
353 this.actions.layersWindow = null;
667 this.actions.get('save').funct();
702 this.actions.get('exit').funct();
861 this.actions.outlineWindow = null;
868 this.actions.layersWindow = null;
2280 ui.actions.get('customZoom').funct();
[all …]
H A DMenus.js85 editorUi.actions.addAction('new...', function()
574 editorUi.actions.addAction('open...', function()
579 editorUi.actions.addAction('close', function()
645 editorUi.actions.get('save').funct();
659 editorUi.actions.addAction('upload...', function()
738 editorUi.actions.addAction('copyStyle', function()
746 editorUi.actions.addAction('pasteStyle', function()
915 editorUi.actions.addAction('forkme', function()
1244 editorUi.actions.addAction('runLayout', function()
2313 editorUi.actions.get('save').funct(true);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC2.php465 $actions = [$limit => 44, 44 => 64];
489 $limit = $actions[$limit];
510 $actions = [$limit => 20, 20 => 0];
534 $limit = $actions[$limit];
586 $actions = [$limit => 44, 44 => 64];
616 $limit = $actions[$limit];
624 $actions = [$limit => 20, 20 => 0];
654 $limit = $actions[$limit];
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php108 * @param Action[] $actions
112 public function addActions(array $actions): self
114 foreach ($actions as $action) {
315 $actions = $this->getActions();
321 if (!isset($actions[$key])) {
325 $action = $actions[$key];
110 addActions(array $actions) global() argument
/plugin/codehighlight/cp/engines/
H A Dopera.js52 CodePress.actions.history[CodePress.actions.next()] = editor.innerHTML;
55 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
120 …editor.innerHTML = this.actions.history[this.actions.next()] = (flag=='scroll') ? x : o.split(z).j…
230 actions : { class in CodePress
H A Dgecko.js57 CodePress.actions.history[CodePress.actions.next()] = editor.innerHTML;
60 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
121 …editor.innerHTML = this.actions.history[this.actions.next()] = (flag=='scroll') ? x : o.split(z).j…
259 actions : { class in CodePress
/plugin/diagramsnet/lib/plugins/
H A Dtrello.js7 if (editorUi.actions.get('exit') == null)
13 editorUi.actions.get('exit').funct = function()
36 this.actions.get('exit').funct();
/plugin/disableactionsbygroup/
H A Dplugin.info.txt5 name disable actions by group plugin
6 desc Prevent specific actions by user group
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css183 .actions {
190 .actions h3 {
197 .actions label {
203 .actions input[type=text], select {
207 .actions input[type=submit] {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css183 .actions {
190 .actions h3 {
197 .actions label {
203 .actions input[type=text] {
207 .actions input[type=submit] {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTasksNamespace.asciidoc37 $params['actions'] = (list) A comma-separated list of actions that should be cancelled. Leave empty to cancel all.
68 $params['actions'] = (list) A comma-separated list of actions that should be returned. Leave empty to return all.
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-modules.js28 const actions = _.map(filePairs, pair =>
31 async.series(actions, util.pitch);

12345678910>>...28