Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 909) sorted by relevance

12345678910>>...37

/plugin/components/lib/
Daction_manager.php38 private static function create($class, $action) { argument
40 return ($handler->action() != $action) ? NULL : $handler;
56 private function unique($classes, $action) { argument
59 $new = $this->create($class, $action);
64 if ($new && $new->action() == $action) {
79 * @param string $action the action to be peformed;
82 public function act(&$action) { argument
84 if (is_array($action))
85 list($action) = array_keys($action);
92 $components = explode('.', $action);
[all …]
/plugin/bureaucracy-au/_test/
Dactions_template.test.php11 $action = $this->getTemplateClass();
12 $action->prepareLanguagePlaceholder();
14 $this->assertEquals('en', $action->values['__lang__']);
15 $this->assertEquals('/@LANG@/', $action->patterns['__lang__']);
16 $this->assertEquals('', $action->values['__trans__']);
17 $this->assertEquals('/@TRANS@/', $action->patterns['__trans__']);
30 $action = $this->getTemplateClass();
31 $action->prepareLanguagePlaceholder();
33 $this->assertEquals('en', $action->values['__lang__']);
34 $this->assertEquals('/@LANG@/', $action->patterns['__lang__']);
[all …]
/plugin/bureaucracyau/_test/
Dactions_template.test.php11 $action = $this->getTemplateClass();
12 $action->prepareLanguagePlaceholder();
14 $this->assertEquals('en', $action->values['__lang__']);
15 $this->assertEquals('/@LANG@/', $action->patterns['__lang__']);
16 $this->assertEquals('', $action->values['__trans__']);
17 $this->assertEquals('/@TRANS@/', $action->patterns['__trans__']);
30 $action = $this->getTemplateClass();
31 $action->prepareLanguagePlaceholder();
33 $this->assertEquals('en', $action->values['__lang__']);
34 $this->assertEquals('/@LANG@/', $action->patterns['__lang__']);
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
D42.42.js1action:{token:"punctuation"}},{regex:/@irregular_keywords(?!@IDENTRST)/,action:{token:"keyword"}},… property
/plugin/bez/meta/
DTpl.php10 private $action; variable in dokuwiki\\plugin\\bez\\meta\\Tpl
19 public function __construct(\action_plugin_bez_base $action) { argument
21 $this->action = $action;
22 $this->conf = $action->getGlobalConf();
27 $info = $action->getInfo();
33 $this->set('users', $this->action->get_model()->userFactory->get_all());
34 $this->set('groups', $this->action->get_model()->userFactory->get_groups());
37 public function action($default=null) { function in dokuwiki\\plugin\\bez\\meta\\Tpl
38 $action = $this->action->get_action();
39 if ($action == '' && !is_null($default)) {
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DBulk.php50 foreach ($this->getActions() as $action) {
51 $data .= (string) $action;
100 public function addAction(Action $action): self argument
102 $this->_actions[] = $action;
114 foreach ($actions as $action) {
115 $this->addAction($action);
134 $action = AbstractDocumentAction::create($document, $opType);
136 return $this->addAction($action);
158 $action = AbstractDocumentAction::create($script, $opType);
160 return $this->addAction($action);
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
DLexerIndexedCustomAction.php28 private $action; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerIndexedCustomAction
40 * @param LexerAction $action The lexer action to execute at a particular
43 public function __construct(int $offset, LexerAction $action) argument
46 $this->action = $action;
69 return $this->action;
82 return $this->action->getActionType();
104 $this->action->execute($lexer);
109 return Hasher::hash($this->getActionType(), $this->offset, $this->action);
123 && $this->action->equals($other->action);
/plugin/dwspecialist/
Daction.php38 $action="specialist";
41 'title' => $action,
42 'icon' => '../../plugins/dwspecialist/images/'.$action.'.png',
45 foreach ($actions as $action) {
46 $act=tpl_get_action($action);
48 $name = (key_exists('btn_'.$act['type'], $lang)) ? $lang['btn_'.$act['type']] : $action;
50 $name = $action;
55 'icon' => '../../plugins/dwspecialist/images/'.$action.'.png',
56 'insert'=> '<special '.$action.'>',
Dsyntax.php100 foreach ($actions as $action) {
101 switch ($action) {
103 $act=array( 'params' => array('do' => $action, 'rev' => $rev),
104 'type' => $action);
121 $act=tpl_get_action($action); //$act['params']['do']; is now defined
123 $name=(key_exists('btn_'.$act['type'], $lang)) ? $lang['btn_'.$act['type']] : $action;
130 $line.=$crlf.$listoffset.$prolog.$action;
156 $line.=$crlf.$listoffset.$prolog.$action;
186 foreach ($parameters as $action) {
187 $action=trim($action);
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
DWebDriverActions.php26 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->addAction(
126 $this->action->addAction(
[all …]
DWebDriverTouchActions.php41 $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->addAction(
168 $this->action->addAction(
DWebDriverCompositeAction.php20 * @param WebDriverAction $action
23 public function addAction(WebDriverAction $action) argument
25 $this->actions[] = $action;
45 foreach ($this->actions as $action) {
46 $action->perform();
/plugin/bez/cron/
Dfunctions.php3 $action = new action_plugin_bez_base(); variable
4 $action->createObjects(true);
7 global $action;
9 $threads = $action->get_model()->threadFactory->get_all(array(
25 global $action;
29 $days_before = $action->getConf('task_remaind_days_before');
41 $tasks = $action->get_model()->taskFactory->get_all($filters);
51 global $action;
59 $threads = $action->get_model()->threadFactory->get_all(array(
76 $tasks = $action->get_model()->taskFactory->get_all(array(
[all …]
/plugin/conflictmerger/
Daction.php120 $action = $this->cleanAction($event->data);
122 if ($action != 'edit' && $action != 'save') {
133 if ($action == 'edit' && $_REQUEST['conflictDate'] == $INFO['lastmod']) {
137 if ($action == 'save' && $_REQUEST['conflictDate'] == $INFO['lastmod']) {
203 * @param action The action to clean.
208 function cleanAction($action) { argument
209 if (is_array($action)) {
210 list($action) = array_keys($action);
213 $action = strtolower($action);
214 $action = preg_replace('/[^1-9a-z_]+/', '', $action);
[all …]
/plugin/bureaucracyau/
Dsyntax.php136 foreach($rawactions as $action) {
137 $action['type'] = $this->_sanitizeClassName($action['type']);
139 if(strpos($action['type'], '_') === false) {
140 $action['actionname'] = 'bureaucracyau_action' . $action['type'];
143 $action['actionname'] = $action['type'];
146 list($plugin, $component) = explode('_', $action['actionname']);
147 $alternativename = $action['type'] . '_'. $action['type'];
150 …if(!plugin_isdisabled($action['actionname']) || @file_exists(DOKU_PLUGIN . $plugin . '/helper/' .…
151 $actions[] = $action;
154 …sabled($alternativename) || !@file_exists(DOKU_PLUGIN . $action['type'] . '/helper/' . $action['t…
[all …]
/plugin/bureaucracy-au/
Dsyntax.php136 foreach($rawactions as $action) {
137 $action['type'] = $this->_sanitizeClassName($action['type']);
139 if(strpos($action['type'], '_') === false) {
140 $action['actionname'] = 'bureaucracyau_action' . $action['type'];
143 $action['actionname'] = $action['type'];
146 list($plugin, $component) = explode('_', $action['actionname']);
147 $alternativename = $action['type'] . '_'. $action['type'];
150 …if(!plugin_isdisabled($action['actionname']) || @file_exists(DOKU_PLUGIN . $plugin . '/helper/' .…
151 $actions[] = $action;
154 …sabled($alternativename) || !@file_exists(DOKU_PLUGIN . $action['type'] . '/helper/' . $action['t…
[all …]
/plugin/structtasks/_test/
DActionTest.php26 $action = plugin_load('action', 'structtasks');
27 $action->loadConfig();
30 $action->notifiers = [$notifier];
38 $action = plugin_load('action', 'structtasks');
39 $action->loadConfig();
42 $action->notifiers = [$notifier];
54 $action = plugin_load('action', 'structtasks');
55 $action->loadConfig();
94 $action->notifiers = [$notifier];
/plugin/bureaucracy/
Dsyntax.php141 foreach($rawactions as $action) {
142 $action['type'] = $this->_sanitizeClassName($action['type']);
144 if(strpos($action['type'], '_') === false) {
145 $action['actionname'] = 'bureaucracy_action' . $action['type'];
148 $action['actionname'] = $action['type'];
151 list($plugin, $component) = explode('_', $action['actionname']);
152 $alternativename = $action['type'] . '_'. $action['type'];
155 …if(!plugin_isdisabled($action['actionname']) || @file_exists(DOKU_PLUGIN . $plugin . '/helper/' .…
156 $actions[] = $action;
159 …sabled($alternativename) || !@file_exists(DOKU_PLUGIN . $action['type'] . '/helper/' . $action['t…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
DMobileDeviceAction.php25 public $action; variable in Google\\Service\\Directory\\MobileDeviceAction
30 public function setAction($action) argument
32 $this->action = $action;
39 return $this->action;
DChromeOsDeviceAction.php25 public $action; variable in Google\\Service\\Directory\\ChromeOsDeviceAction
34 public function setAction($action) argument
36 $this->action = $action;
43 return $this->action;
/plugin/drawio/
Dscript.js18 action: 'get_auth' property
67 action: 'draft_get' property
87 action: 'draft_rm' property
116 iframe.contentWindow.postMessage(JSON.stringify({action: 'load', property
118 iframe.contentWindow.postMessage(JSON.stringify({action: 'status', property
130 action: 'get_png' property
133 iframe.contentWindow.postMessage(JSON.stringify({action: 'load', property
145 action: 'get_svg' property
149 iframe.contentWindow.postMessage(JSON.stringify({action: 'load', property
197 action: 'save' property
[all …]
/plugin/structpublish/helper/
Dpublish.php27 * @param string $action
31 public function saveRevision($action, $newversion = '') argument
36 if (!$this->dbHelper->checkAccess($ID, [$action])) {
37 throw new \Exception('User may not ' . $action);
42 if ($action === Constants::ACTION_PUBLISH) {
46 $revision->setStatus(Constants::transitionBy($action));
50 if ($action === Constants::ACTION_PUBLISH) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
DStartActivityNotFound.php25 public $action; variable in Google\\Service\\ToolResults\\StartActivityNotFound
34 public function setAction($action) argument
36 $this->action = $action;
43 return $this->action;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
DFieldMetadata.php26 public $action; variable in Google\\Service\\CloudHealthcare\\FieldMetadata
35 public function setAction($action) argument
37 $this->action = $action;
44 return $this->action;
/plugin/tagadd/
Dstyle.css26 #dokuwiki__pagetools ul li a.action.tagadd::before {
30 #dokuwiki__pagetools:hover ul li a.action.tagadd,
31 #dokuwiki__pagetools ul li a.action.tagadd:focus,
32 #dokuwiki__pagetools ul li a.action.tagadd:active {
40 #dokuwiki__pagetools ul li a.action.tagadd:hover,
41 #dokuwiki__pagetools ul li a.action.tagadd:active,
42 #dokuwiki__pagetools ul li a.action.tagadd:focus {

12345678910>>...37