/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/ |
H A D | ConnectionSchemaMetadata.php | 26 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 D | PersistentPreferredActivity.php | 26 public $actions; variable in Google\\Service\\AndroidManagement\\PersistentPreferredActivity 39 public function setActions($actions) argument 41 $this->actions = $actions; 48 return $this->actions;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/ |
H A D | GoogleCloudDataplexV1ListActionsResponse.php | 33 public function setActions($actions) argument 35 $this->actions = $actions; 42 return $this->actions;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
H A D | GooglePrivacyDlpV2RiskAnalysisJobConfig.php | 33 public function setActions($actions) argument 35 $this->actions = $actions; 42 return $this->actions;
|
H A D | GooglePrivacyDlpV2InspectJobConfig.php | 37 public function setActions($actions) argument 39 $this->actions = $actions; 46 return $this->actions;
|
/plugin/sequencediagram/bower_components/lodash/lib/fp/ |
H A D | build-modules.js | 136 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/dwspecialist/ |
H A D | syntax.php | 89 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 D | action.php | 20 $actions=array( 45 foreach ($actions as $action) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/ |
H A D | Pipeline.php | 41 public function setActions($actions) argument 43 $this->actions = $actions; 50 return $this->actions;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/ |
H A D | Pipeline.php | 41 public function setActions($actions) argument 43 $this->actions = $actions; 50 return $this->actions;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/ |
H A D | DriveActivity.php | 41 public function setActions($actions) argument 43 $this->actions = $actions; 50 return $this->actions;
|
/plugin/bez/syntax/ |
H A D | nav.php | 34 $actions = array( 47 $actions['types'] = $this->getLang('types_manage'); 48 $actions['task_programs'] = $this->getLang('task_types'); 51 foreach ($actions as $action => $label) {
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | RC2.php | 465 $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/disableactionsbygroup/ |
H A D | plugin.info.txt | 5 name disable actions by group plugin 6 desc Prevent specific actions by user group
|
/plugin/codehighlight/cp/engines/ |
H A D | opera.js | 52 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 D | gecko.js | 57 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
|
H A D | msie.js | 59 (keyCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo(); 67 CodePress.actions.history[CodePress.actions.next()] = editor.innerHTML; 137 …editor.innerHTML = this.actions.history[this.actions.next()] = (flag=='scroll') ? x : o.replace(z,… 274 actions : { class in CodePress
|
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/ |
H A D | Bulk.php | 146 * @param Action[] $actions 150 public function addActions(array $actions): self argument 152 foreach ($actions as $action) { 376 $actions = $this->getActions(); 382 if (!isset($actions[$key])) { 386 $action = $actions[$key];
|
/plugin/sequencediagram/bower_components/lodash/lib/main/ |
H A D | build-modules.js | 28 const actions = _.map(filePairs, pair => 31 async.series(actions, util.pitch);
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/ |
H A D | sabredav.css | 183 .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 D | sabredav.css | 183 .actions { 190 .actions h3 { 197 .actions label { 203 .actions input[type=text] { 207 .actions input[type=submit] {
|
/plugin/findologicxmlexport/vendor/hoa/compiler/ |
H A D | Ll1.php | 331 * @param array $actions Actions table. 340 array $actions, argument 348 $this->setActions($actions); 778 * @param array $actions Actions table. 781 public function setActions(array $actions) argument 783 foreach ($actions as $e => $automata) { 787 $actions[$e][$i][$j] = [(int) $matches[1], $matches[2]]; 794 $this->_actions = $actions;
|
/plugin/codemirror/ |
H A D | action.php | 15 static $actions = array('edit', 'create', 'source', 'preview', variable in action_plugin_codemirror 30 if (!in_array($ACT, self::$actions)) {
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | endless_loop_bug.md | 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…
|
/plugin/bureaucracy-au/ |
H A D | syntax.php | 75 $actions = $rawactions = array(); 151 $actions[] = $action; 156 $actions[] = $action; 160 $evdata = array('actions' => &$actions, 'action' => $action); 169 if(count($actions) < 1) { 176 foreach($actions as $action) { 184 'actions' => $actions,
|