Home
last modified time | relevance | path

Searched refs:action (Results 251 – 275 of 794) sorted by relevance

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

/plugin/searchformgoto/
H A Dhelper.php29 // don't print the search form if search action has been disabled
/plugin/bookcreator/
H A Ddeleted.files4 action.php
/plugin/odt/
H A Ddeleted.files4 action.php
/plugin/netlogo/syntax/
H A Dapplet.php152 if (preg_match('#do=([a-z]+)#',$param,$action)){
154 $do = $action[1];
/plugin/amcharts/assets/amcharts/plugins/export/examples/
H A Dexport.config.advanced.js87 action: "draw",
166 action: "draw"
/plugin/structupdate/
H A Dplugin.info.txt6 desc Adds action to bureaucracy forms that allows to update struct data of the page
/plugin/html2pdf/snorriheim/
H A Ddokubook_print.css10 div.dokuwiki a.action { display: none; }
/plugin/dtable/
H A Dscript.js369 dtable.new_build_form = function($form, $row, action, value, row_data, colspan_callback, mod_cell_c… argument
375 …jQuery($form).find("input.dtable_field.dtable_action").attr("name", action).val(JSON.stringify(val…
381 …jQuery($form).append('<input type="hidden" class="dtable_action dtable_field" name="'+action+'" va…
454 if (action === "edit") {
804 var action = jQuery(this).find("input.dtable_field.dtable_action").attr("name");
830 if (action == "edit")
846 if (res.action == 'edit') {
877 if (action == "edit") {
/plugin/twofactor/
H A Ddeleted.files5 action.php
/plugin/webdavclient/
H A Dadmin.php18 protected $action = null; variable in admin_plugin_webdavclient
60 $this->action = $cmd;
171 switch($this->action)
/plugin/news/syntax/
H A Dbutton.php67 $button="<form class='button' method='POST' action='$action '>";
/plugin/dwspecialist/
H A Dplugin.info.txt6 desc Adds an action-link to a ordered or unordered list ands adds a toolbar button to editor.
/plugin/doodle3toolbar/
H A DREADME.md2 Dokuwiki action plugin to provide a editor toolbar button for the doodle3 plugin
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js2098 if (data.action == google.picker.Action.PICKED)
2196 if (data.action == google.picker.Action.PICKED ||
2197 data.action == google.picker.Action.CANCEL)
2207 if (data.action == google.picker.Action.PICKED)
2320 if (data.action == google.picker.Action.PICKED ||
2321 data.action == google.picker.Action.CANCEL)
2355 this.folderPickerCallback({action: google.picker.Action.PICKED,
2376 if (data.action == google.picker.Action.PICKED)
2462 if (data.action == google.picker.Action.PICKED ||
2463 data.action == google.picker.Action.CANCEL)
[all …]
/plugin/openas/
H A Dsyntax.php74 $action = $actions[$type];
79 $wikilink = html_wikilink("$name?saveas_orig=$ID&openas=$action");
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php473 $action = new Action(Action::OP_TYPE_DELETE);
474 $action->setId($id);
477 $action->setRouting($routing);
480 $bulk->addAction($action);
/plugin/xhtmlruby/
H A Dconf.ini2 ; This is the configuration file for the xhtmnruby action plugin
/plugin/paypal/
H A Dsyntax.php107 $renderer->doc .= '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">';
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.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]),
H A Dsequence-diagram-snap-min.js6action,r,p,len,newState,expected,yyval={};;){if(state=stack[stack.length-1],this.defaultActions[st…
H A Dsequence-diagram-raphael.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/geotag/
H A Ddeleted.files5 _test/action.test.php
/plugin/diagrams/
H A Ddeleted.files4 action.php
/plugin/tindexmenu/
H A Dadmin.php384 ptln(' <form action="'.wl($ID).'" method="post">');
423 $out .= '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'."\n";
/plugin/metaeditor/
H A Daction.php34 $action = trim($INPUT->post->str('q'));
49 switch($action)

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