Home
last modified time | relevance | path

Searched refs:action (Results 151 – 175 of 794) sorted by relevance

12345678910>>...32

/plugin/dokutexit/
H A Dlatex.php751 if ($action['type'] == 'put') {
752 $row_len += $action['size'];
753 $cell_len += $action['size'];
754 $cell_text .= $action['text'];
755 $cell_word = $action['word_size'];
767 if ($action['type'] == 'cell_open' || $action['type'] == 'header_open') {
770 if ($action['type'] == 'cell_close' || $action['type'] == 'header_close') {
824 if ($action['type'] == 'cell_open' || $action['type'] == 'header_open') {
830 if ($action['type'] == 'put') {
831 $this->put($action['text']);
[all …]
H A Daction.php76 function generate_pdf($action) { argument
79 if ($action == "texitns") {
/plugin/openas/
H A Daction.php242 $action = $INPUT->get->str('openas');
243 if($action) {
255 $action = $INPUT->get->str('openas');
256 if(!$action) return false;
269 switch($action)
/plugin/discussion/
H A Dadmin.php29 $action =& plugin_load('action', 'discussion');
30 if (!$action) return; // couldn't load action plugin component
34 $action->save($cid, '');
38 $action->save($cid, '', 'show');
42 $action->save($cid, '', 'hide');
/plugin/diagramsnet/lib/math/extensions/
H A DMathMenu.js19action:function(){},Init:function(u,w,v){if(!i(u)){u=[u,u]}this.name=u;this.action=w;this.With(v)}…
/plugin/feedback/
H A Dadmin.php62 $action = wl($ID, array('do' => 'admin', 'page' => 'feedback'));
63 echo '<form action="'.$action.'" method="post">';
/plugin/data-au/_test/
H A Daction_handle.test.php43 $this->action->_handle($event, null);
59 $this->action->_handle($event, null);
/plugin/farmer/
H A Ddeleted.files4 action/handleAjax.php
5 action/pluginSettings.php
/plugin/combo/resources/theme/default/components/html/
H A Dsubscribe-form.hbs1 <form action="{{ action }}"
/plugin/datatables/assets/datatables.net-plugins/integration/foundation/
H A DdataTables.foundation.min.js
/plugin/accscounter/lang/pt-br/
H A Dmngintro.txt14    * [[?do=admin&page=accscounter&action=mng&mode=existente|Mostrar o log de páginas existentes]]
16    * [[?do=admin&page=accscounter&action=mng&mode=deletado|Mostrar o log de páginas inexistentes]]
18    * [[?do=admin&page=accscounter&action=mng&mode=all|Mostrar o log de todas as páginas (incluindo …
/plugin/sectionedit/
H A Dscript.js123 var getDialog = function(action) { argument
140 if ( action ) {
141 return jQuery('#sectionedit__dilaog').dialog(action);
/plugin/bureaucracy-au/_test/
H A DBureaucracyTest.php45 $action = plugin_load('helper', $actionData['actionname']);
61 $action->run(
/plugin/aclauditor/
H A Dsyntax.php50 …$renderer->doc .= '<form action="'.wl($ID, array('do' => 'admin', 'page' => 'aclauditor', 'aclaudi…
56 …$renderer->doc .= '<form action="'.wl($ID, array('do' => 'admin', 'page' => 'aclauditor', 'aclaudi…
/plugin/bureaucracyau/_test/
H A DBureaucracyauTest.php45 $action = plugin_load('helper', $actionData['actionname']);
61 $action->run(
/plugin/cli/
H A Dsyntax.php465 $action=$acs[$state][$to];
466 if(is_array($action)) {
467 $action = array_key_exists($c, $action) ? $action[$c] : $action['def'];
469 switch($action) {
/plugin/overlay/
H A Daction.php77 … $action = tpl_action($choices[0], true, '', 1, '<span class = "oltools-left">', '</span>', '');
79 …$action .= tpl_action($choices[$i], true, '', 1, '<span class = "oltools-right">', '</span>', '');
134 …$action .=' <a href="javascript:void(0);" class="ovl_fix_toggle" title ="' .$fixed .'">' . $detac…
144 <div class = "close">$action
/plugin/dropfiles/action/
H A Dajax.php50 $action = substr($event->data, strlen('dropfiles_'));
52 if ($action === 'checkfiles') {
56 if ($action === 'mediaupload') {
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.facebook.js62 action : options.action, property in $.fn.socialSharePrivacy.settings.services.facebook.button.params
/plugin/slacknotifier/helper/
H A DFormatter.php27 $action = $actionMap[$eventType] ?? null;
31 $title = "{$username} {$action} page <{$link}|{$page}>";
/plugin/linksenhanced/
H A Daction.php35 $action = trim($INPUT->post->str('action'));
48 if($action === 'check')
/plugin/datatables/assets/datatables.net-bs/js/
H A DdataTables.bootstrap.min.js
/plugin/diagramsnet/lib/plugins/
H A Dnumber.js106 var action = ui.actions.addAction('number...', function()
112 action.setToggleAction(true);
113 action.setSelectedCallback(function() { return enabled; });
/plugin/sidebarng/
H A Daction.php197 foreach($actions as $action) {
198 if(!actionOK($action)) continue;
200 if($action == 'edit') {
213 if(tpl_actionlink($action)) {
/plugin/refnotes/
H A Dadmin.php45 print('<form action="" method="post">');
101 private function getButton($action) {
103 $id = $action . '-config';
106 $html .= ' value="' . $this->locale->getLang('btn_' . $action) . '"';
269 private function getButton($action) {
270 $label = refnotes_localization::getInstance()->getLang('btn_' . $action);
272 $id = $action . '-' . $this->id;
105 getButton($action) global() argument
280 getButton($action) global() argument

12345678910>>...32