Home
last modified time | relevance | path

Searched refs:action (Results 76 – 100 of 794) sorted by relevance

12345678910>>...32

/plugin/bez/mdl/
H A DThread.php457 $tpl = $this->model->action->get_tpl();
471 $tpl = $this->model->action->get_tpl();
486 $thread_box = $this->model->action->bez_tpl_include('thread_box', true);
494 $tpl = $this->model->action->get_tpl();
499 $content = $this->model->action->bez_tpl_include('mail/thread', true);
504 public function mail_notify_change_state($action='') {
505 if (!$action) {
506 $action = 'mail_mail_notify_change_state_action';
508 $tpl = $this->model->action->get_tpl();
511 $tpl->set('action',
503 mail_notify_change_state($action = '') global() argument
[all...]
H A DThread_comment.php107 $tpl = $this->model->action->get_tpl();
116 $tpl = $this->model->action->get_tpl();
124 $action = 'mail_comment_added';
126 $action = 'mail_cause_added';
130 $tpl->set('action', $action);
131 $content = $this->model->action->bez_tpl_include('mail/thread_comment', true);
/plugin/database/
H A Ddatabase.php319 function allowed ($action) { argument
2198 global $action;
2222 if ($action =='') {
2224 $action = "listall";
2241 $action= "message";
2244 $action = "messages";
2249 if ($action=="messages")
2252 if ($action == "home") {
2274 if ($action=="admin") {
2277 $action="listall";
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1OnClick.php34 public function setAction(GoogleAppsCardV1Action $action) argument
36 $this->action = $action;
43 return $this->action;
/plugin/structpublish/helper/
H A Dnotify.php24 * @param string $action
29 public function sendEmails($action, $newRevision) argument
32 if (!$this->triggerNotification($action)) {
41 $nextAction = Constants::workflowSteps($action)['nextAction'];
151 private function triggerNotification($action)
158 return in_array($action, $actions);
144 triggerNotification($action) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DChangeLog.php29 public $action; variable in Google\\Service\\Dfareporting\\ChangeLog
96 public function setAction($action) argument
98 $this->action = $action;
105 return $this->action;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DFirewallPolicyRule.php26 public $action; variable in Google\\Service\\Compute\\FirewallPolicyRule
75 public function setAction($action) argument
77 $this->action = $action;
84 return $this->action;
/plugin/diagramsnet/
H A Daction.php36 $action = $INPUT->str('action');
48 if ($action == 'save' && auth_quickaclcheck(cleanID($data)) >= AUTH_DELETE) {
87 } elseif ($action == 'save') {
93 if($action == 'get' && auth_quickaclcheck(cleanID($data)) >= AUTH_READ) {
110 } elseif ($action == 'get') {
H A Dscript.js27 action: 'get'
32 …iframe.contentWindow.postMessage(JSON.stringify({action: 'load', autosave: 1, xmlpng: result.cont…
48 …iframe.contentWindow.postMessage(JSON.stringify({action: 'export', format: 'xmlpng', xml: xmlData,…
59 action: 'save'
73 …iframe.contentWindow.postMessage(JSON.stringify({action: 'status', message: save_msg, modified: fa…
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js1124 var action = null;
1131 action.setToggleAction(true);
1133 action.setEnabled(false);
1140 action.setToggleAction(true);
1142 action.setEnabled(false);
1149 action.setToggleAction(true);
1161 action.setToggleAction(true);
1168 action.setToggleAction(true);
1205 action.visible = false;
1768 this.actions[name] = action;
[all …]
/plugin/data/_test/
H A Daction_handle.test.php
/plugin/data-au/_test/
H A Daction_edit_button.test.php16 $action->_editbutton($event, null);
22 $action = new action_plugin_dataau);
26 $action->_editbutton($dataau null);
/plugin/odt/action/
H A Dexport.php137 $action = act_clean($event->data);
141 if (strncmp($action, 'export_odt', strlen('export_odt')) == 0) {
146 if ($odt_export && strpos($action, '_pdf') !== false) {
152 if($action == 'export_odt') {
154 } else if ($action == 'export_odt_pdf') {
158 if( !is_array($action) && $odt_export ) {
174 if(($action != 'export_odtbook') && ($action != 'export_odtns')) return false;
222 $action = $event->data;
223 if($action == 'export_odt') {
230 } elseif($action == 'export_odtns') {
/plugin/accscounter/lang/ja/
H A Dmngintro.txt14 * [[?do=admin&page=accscounter&action=mng&mode=existing|存在するページのログを表示する]]
16 * [[?do=admin&page=accscounter&action=mng&mode=deleted|存在しないページのログを表示する]]
18 * [[?do=admin&page=accscounter&action=mng&mode=all|全てのページ(存在しないページも含む)のログを表示する]]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dendless_loop_bug.md1 Creating an Action <a name="creating-action"></a>
4 For the "Hello" task, you will create a `say` [action](structure-controllers.md#creating-actions) t…
6 does not provide a `message` parameter, the action will display the default "Hello" message.
10 an action is the response that an end user will receive.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2QueryResult.php26 public $action; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2QueryResult
83 public function setAction($action) argument
85 $this->action = $action;
92 return $this->action;
H A DGoogleCloudDialogflowV2beta1QueryResult.php26 public $action; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1QueryResult
85 public function setAction($action) argument
87 $this->action = $action;
94 return $this->action;
H A DGoogleCloudDialogflowV2Intent.php26 public $action; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2Intent
97 public function setAction($action) argument
99 $this->action = $action;
106 return $this->action;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D804a97ff4d0613e6568e4efb19c52021.asciidoc8 'action.auto_create_index' => 'twitter,index10,-index1*,+ind*',
16 'action.auto_create_index' => 'false',
24 'action.auto_create_index' => 'true',
/plugin/schedule/
H A Dscript.js23 function scheduleClearCache (action, ns) { argument
30 data: "schedule[action]="+action+"&schedule[ns]="+ns
35 function scheduleAjax (form, action, md5) { argument
52 params += "&schd[action]="+action+"&schd[md5]="+md5;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1DiscoveryEvent.php58 public function setAction(GoogleCloudDataplexV1DiscoveryEventActionDetails $action) argument
60 $this->action = $action;
67 return $this->action;
/plugin/wysiwyg/
H A Dajax.php32 $action = $_REQUEST['action']; variable
33 if ($action == 'save') {
36 if ($action == 'edit') {
39 if ($action == 'quit') {
42 if ($action == 'checkPerms') {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DBreakpoint.php26 public $action; variable in Google\\Service\\CloudDebugger\\Breakpoint
89 public function setAction($action) argument
91 $this->action = $action;
98 return $this->action;
/plugin/feedback/
H A Dsyntax.php67 $action = plugin_load('action', 'feedback');
68 if ($action) {
69 $renderer->doc .= $action->tpl(true);
/plugin/doctree2filelist/
H A Dadmin.php128 ptln('<form action="'.wl($ID).'" method="post" /> ');
138 ptln('<form action="'.wl($ID).'" method="post" /> ');
148 ptln(' <form action="'.wl($ID).'" method="post" /> ');
172 $html = '<form action="'.wl($ID).'" method="post" /> '."\n";
178 $html .= '<form action="'.wl($ID).'" method="post" /> '."\n";
185 $html .= '<form action="'.wl($ID).'" method="post" /> '."\n";

12345678910>>...32