Home
last modified time | relevance | path

Searched refs:action (Results 276 – 300 of 794) sorted by relevance

1...<<11121314151617181920>>...32

/plugin/loglog/
H A Daction.php257 foreach ($actions as $action => $extensions) {
259 $this->logAdmin([$action, $extname]);
/plugin/pagetitle/
H A Ddeleted.files11 # action.php is used again since 2017-08-27
/plugin/diagramsnet/lib/js/grapheditor/
H A DToolbar.js877 var action = this.editorUi.actions.get(key);
880 if (action != null)
882 var tooltip = action.label;
884 if (action.shortcut != null)
886 tooltip += ' (' + action.shortcut + ')';
889 elt = this.addButton(sprite, tooltip, action.funct, c);
895 elt.setEnabled(action.enabled);
897 action.addListener('stateChanged', function()
899 elt.setEnabled(action.enabled);
H A DMenus.js1389 var action = this.editorUi.actions.get(key);
1391 if (action != null && (menu.showDisabled || action.isEnabled()) && action.visible)
1393 var item = menu.addItem(label || action.label, null, function(evt)
1395 action.funct(trigger, evt);
1396 }, parent, sprite, action.isEnabled());
1399 if (action.toggleAction && action.isSelected())
1404 this.addShortcut(item, action);
1415 Menus.prototype.addShortcut = function(item, action) argument
1417 if (action.shortcut != null)
1422 mxUtils.write(span, action.shortcut);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D48.48.js1action:{indentAction:o.languages.IndentAction.IndentOutdent}},{beforeText:new RegExp("<(?!(?:"+n.j…
/plugin/textinsert/
H A Dadmin.php42 $action = "";
47 $action = 'add';
/plugin/indexmenu/syntax/
H A Dindexmenu.php271 $action = $matched_skipns[0][6];
273 if ($action == '+') {
279 $skipNs = ($action == '+' ? '+' : '=') . $matched_skipns[1];
281 $jsAjax .= "&skipns=" . utf8_encodeFN(($action == '+' ? '+' : '=') . $matched_skipns[1]);
287 $action = $matched_skipfile[0][8];
289 if ($action == '+') {
295 $skipFile = ($action == '+' ? '+' : '=') . $matched_skipfile[1];
297 $jsAjax .= "&skipfile=" . utf8_encodeFN(($action == '+' ? '+' : '=') . $matched_skipfile[1]);
/plugin/log/
H A Dscript.js13 'url': form.action,
/plugin/qc/
H A Ddeleted.files1 action.php
/plugin/fedauth/
H A Dhelper.php95 $out = '<div id="fa__authform" class="sprovs"><form action="'.wl($ID).'" method="post">'
/plugin/dokutexit/
H A DMakefile23 … syntax.php texitrender.php latex.php config.php README.md LICENSE.GPLv2 plugin.info.txt action.php
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js469 … for (var symbol, preErrorSymbol, state, action, r, p, len, newState, expected, yyval = {}; ;) {
470 …if (state = stack[stack.length - 1], this.defaultActions[state] ? action = this.defaultActions[sta…
471action = table[state] && table[state][symbol]), "undefined" == typeof action || !action.length || …
484 …if (action[0] instanceof Array && action.length > 1) throw new Error("Parse Error: multiple action…
485 switch (action[0]) {
487 … stack.push(symbol), vstack.push(lexer.yytext), lstack.push(lexer.yylloc), stack.push(action[1]),
493 … if (len = this.productions_[action[1]][1], yyval.$ = vstack[vstack.length - len],
500 …s.performAction.apply(yyval, [ yytext, yyleng, yylineno, sharedState.yy, action[1], vstack, lstack…
503 … lstack = lstack.slice(0, -1 * len)), stack.push(this.productions_[action[1]][0]),
/plugin/facebooklike/
H A Dsyntax.php122 . 'action="'.$this->_setting('action', $conf).'" '
/plugin/ahrefmenu/
H A Dadmin.php94 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/metaeditor/
H A Dscript.js73 action: function () { method in AnonymousFunction4e4b05da0100.customMenu.items.deleteItem
99 action: function (data) { method in AnonymousFunction4e4b05da0100.customMenu.items.createFolderItem
132 action: function () { method in AnonymousFunction4e4b05da0100.customMenu.items.createItem
/plugin/components/lib/
H A Dcomponent_manager.php52 foreach ($subdirs as $subdir) $this->load_dir($subdir, $action);
/plugin/keyboard/
H A Dplugin.info.txt7 desc The keyboard plugin provides a combined syntax and action plugin in order to markup text as …
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js656 action.label = mxResources.get('refresh');
687 action.setToggleAction(true);
689 action.isEnabled = isGraphEnabled;
700 action.setToggleAction(true);
858 action.setToggleAction(true);
954 action.setToggleAction(true);
985 action.setToggleAction(true);
2237 action.setToggleAction(true);
2238 action.setSelectedCallback(function()
2265 action.setToggleAction(true);
[all …]
/plugin/glossary/
H A Dscript.js197 function glossarySendClear (action, ns) { argument
203 data: "glossary[action]="+action+"&glossary[ns]="+ns,
/plugin/datatables/assets/datatables.net-plugins/integration/bootstrap/2/
H A DdataTables.bootstrap.min.js
/plugin/fileshare/syntax/
H A DFileshare.php135 $action = $_GET ['action'];
136 if (strcmp ( $action, 'DELETE' ) == 0) {
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Daccessibility-menu.js64 action: e
68 action: e
/plugin/subconfhelper/
H A Daction.php157 $t = plugin_load( 'action', 'templateconfhelper_templateaction' );
/plugin/edittable/
H A Ddeleted.files19 action.php
/plugin/oauthazure/
H A DAzure.php48 $plugin = plugin_load('action', 'oauthazure');

1...<<11121314151617181920>>...32