/dokuwiki/inc/Extension/ |
D | Event.php | 112 * @param null|callable $action 119 public function trigger($action = null, $enablePrevent = true) argument 122 if (!is_callable($action)) { 124 if ($action !== null) { 133 if ($this->advise_before($enablePrevent) && is_callable($action)) { 134 $this->result = call_user_func_array($action, [&$this->data]); 190 * @param callable $action (optional, default=NULL) default action, a php callback function 197 … public static function createAndTrigger($name, &$data, $action = null, $canPreventDefault = true) argument 200 return $evt->trigger($action, $canPreventDefault);
|
/dokuwiki/inc/ |
D | ActionRouter.php | 20 protected $action; variable in dokuwiki\\ActionRouter 50 $ACT = $this->action->getActionName(); 84 $this->action = $this->loadAction($actionname); 85 $this->checkAction($this->action); 86 $this->action->preProcess(); 89 $this->action = new Plugin($actionname); 200 * @param AbstractAction $action 204 public function checkAction(AbstractAction $action) argument 209 if (in_array($action->getActionName(), $this->disabled)) { 213 $action->checkPreconditions(); [all …]
|
D | confutils.php | 357 * @param string $action 360 function actionOK($action) argument 401 return !in_array($action, $disabled);
|
D | form.php | 60 * @param bool|string $action (optional, deprecated) submit URL, defaults to current page 66 public function __construct($params, $action = false, $method = false, $enctype = false) argument 70 if ($action !== false) $this->params['action'] = $action;
|
/dokuwiki/inc/Action/ |
D | Subscribe.php | 83 $action = $params['action']; 87 if ($action === 'unsubscribe') { 96 $lang["subscr_{$action}_success"], 107 $lang["subscr_{$action}_error"], 147 $action = valid_input_set( 155 if ($action === 'subscribe') { 159 } elseif ($action === 'unsubscribe') { 179 $params = ['target' => $target, 'style' => $style, 'action' => $action];
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
D | usertools.less | 14 li.action a { 28 li.action a:hover, 29 li.action a:active { 43 li.action a {
|
D | design.less | 76 .mode_admin .action.admin a, 77 .mode_login .action.login a, 78 .mode_register .action.register a, 79 .mode_profile .action.profile a, 80 .mode_recent .action.recent a, 81 .mode_index .action.index a, 82 .mode_media .action.media a, 83 .mode_revisions .action.revs a, 84 .mode_backlink .action.backlink a, 85 .mode_subscribe .action.subscribe a {
|
D | _fileuploader.css | 102 .qq-action-container * {
|
D | mobile.less | 247 /* action dropdown is alternative for all hidden tools */
|
/dokuwiki/lib/scripts/ |
D | fileuploaderextended.js | 15 action: this._options.action, property 186 var action = document.location.href; 187 var i = action.indexOf('?'); 188 if (i) action = action.substr(0, i); 189 … var button = '<form method="post" action="' + action + '" id="mediamanager__done_form"><div>'; 327 var queryString = qq.obj2url(params, this._options.action);
|
D | media.js | 363 var action = ''; 364 var i = $form[0].action.indexOf('?'); 366 action = $form[0].action.substr(i + 1); 368 return action + '&' + $form.serialize(); 668 action: DOKU_BASE + 'lib/exe/ajax.php', property
|
D | fileuploader.js | 257 action: '/server/upload', property 327 action: this._options.action, property 860 action: '/upload.php', property 1104 var queryString = qq.obj2url(params, this._options.action); 1200 var queryString = qq.obj2url(params, this._options.action);
|
/dokuwiki/lib/plugins/extension/ |
D | admin.php | 42 foreach ($INPUT->post->arr('fn') as $action => $extensions) { 45 switch ($action) {
|
D | GuiExtension.php | 373 foreach ($actions as $action) { 375 'class' => 'button ' . $action, 377 'name' => 'fn[' . $action . '][' . $this->extension->getID() . ']', 379 …$html .= '<button ' . buildAttributes($attr) . '>' . $this->getLang('btn_' . $action) . '</button>…
|
/dokuwiki/inc/Parsing/Lexer/ |
D | Lexer.php | 292 if ($action = $this->regexes[$this->modeStack->getCurrent()]->split($raw, $split)) { 294 return [$unparsed, $match, $action];
|
/dokuwiki/ |
D | .gitignore | 65 !/lib/plugins/action.php
|
/dokuwiki/lib/plugins/acl/ |
D | style.css | 73 #acl_manager table .action {
|
/dokuwiki/vendor/aziraphale/email-address-validator/ |
D | README.md | 28 …e installed, if any get made, while never jumping to my modified class without your direct action):
|
/dokuwiki/inc/Search/ |
D | Indexer.php | 240 foreach ($val_idx as $id => $action) { 241 if ($action == -1) { 245 } elseif ($action == 1) {
|
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
D | smoothness.css | 571 touch-action: none; 580 touch-action: none; 660 touch-action: none; 717 touch-action: none; 766 touch-action: none;
|
/dokuwiki/data/ |
D | deleted.files | 826 lib/plugins/upgradeplugindirectory/action.php 835 lib/plugins/importoldchangelog/action.php 837 lib/plugins/importoldindex/action.php
|