Home
last modified time | relevance | path

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

/dokuwiki/inc/Extension/
DEvent.php112 * @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/
DActionRouter.php20 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 …]
Dconfutils.php357 * @param string $action
360 function actionOK($action) argument
401 return !in_array($action, $disabled);
Dform.php60 * @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/
DSubscribe.php83 $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/
Dusertools.less14 li.action a {
28 li.action a:hover,
29 li.action a:active {
43 li.action a {
Ddesign.less76 .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.css102 .qq-action-container * {
Dmobile.less247 /* action dropdown is alternative for all hidden tools */
/dokuwiki/lib/scripts/
Dfileuploaderextended.js15 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);
Dmedia.js363 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
Dfileuploader.js257 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/
Dadmin.php42 foreach ($INPUT->post->arr('fn') as $action => $extensions) {
45 switch ($action) {
DGuiExtension.php373 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/
DLexer.php292 if ($action = $this->regexes[$this->modeStack->getCurrent()]->split($raw, $split)) {
294 return [$unparsed, $match, $action];
/dokuwiki/
D.gitignore65 !/lib/plugins/action.php
/dokuwiki/lib/plugins/acl/
Dstyle.css73 #acl_manager table .action {
/dokuwiki/vendor/aziraphale/email-address-validator/
DREADME.md28 …e installed, if any get made, while never jumping to my modified class without your direct action):
/dokuwiki/inc/Search/
DIndexer.php240 foreach ($val_idx as $id => $action) {
241 if ($action == -1) {
245 } elseif ($action == 1) {
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
Dsmoothness.css571 touch-action: none;
580 touch-action: none;
660 touch-action: none;
717 touch-action: none;
766 touch-action: none;
/dokuwiki/data/
Ddeleted.files826 lib/plugins/upgradeplugindirectory/action.php
835 lib/plugins/importoldchangelog/action.php
837 lib/plugins/importoldindex/action.php