Home
last modified time | relevance | path

Searched refs:get_param (Results 1 – 16 of 16) sorted by relevance

/plugin/bez/ctl/
H A Dthread.php10 if ($this->get_param('id') == '') {
15 $thread = $this->model->threadFactory->get_one($this->get_param('id'));
45 if ($this->get_param('action') == 'commcause_add') {
52 } elseif ($this->get_param('action') == 'subscribe') {
57 } elseif ($this->get_param('action') == 'unsubscribe') {
63 } elseif ($this->get_param('action') == 'invite') {
71 } elseif ($this->get_param('action') == 'participant_remove') {
72 $user_id = $this->get_param('user_id');
81 } elseif ($this->get_param('action') == 'commcause_delete') {
83 $thread_comment = $this->model->thread_commentFactory->get_one($this->get_param('ki
[all...]
H A Dtask.php10 if ($this->get_param('tid') == '') {
15 $task = $this->model->taskFactory->get_one($this->get_param('tid'));
20 if ($this->get_param('action') == 'comment_add') {
29 } elseif ($this->get_param('action') == 'subscribe') {
34 } elseif ($this->get_param('action') == 'unsubscribe') {
41 } elseif ($this->get_param('action') == 'invite') {
48 } elseif ($this->get_param('action') == 'participant_remove') {
49 $user_id = $this->get_param('user_id');
57 } elseif ($this->get_param('action') == 'comment_delete') {
59 $task_comment = $this->model->task_commentFactory->get_one($this->get_param('zki
[all...]
H A Dthread_report.php10 $thread_id = $this->get_param('id');
20 if ($this->get_param('action') == 'edit') {
25 } elseif ($this->get_param('action') == 'update') {
30 } elseif ($this->get_param('action') == 'add') {
H A Dtypes.php16 $id = $this->get_param('id');
29 if ($this->get_param('action') === 'edit') {
33 } else if ($this->get_param('action') === 'remove') {
H A Dtask_programs.php18 $id = $this->get_param('id');
31 if ($this->get_param('action') === 'edit') {
34 } else if ($this->get_param('action') === 'remove') {
H A Dtask_form.php16 if ($this->get_param('action') == 'add') {
19 } elseif($this->get_param('duplicate') != '') {
20 $task_dup = $this->model->taskFactory->get_one($this->get_param('duplicate'));
H A Dkp.php10 wl($this->id('kp', 'id', $this->get_param('id')), array('t' => $token), false, '&'));
18 $thread = $this->model->threadFactory->get_one($this->get_param('id'));
H A D8d.php10 wl($this->id('8d', 'id', $this->get_param('id')), array('t' => $token), false, '&'));
18 $thread = $this->model->threadFactory->get_one($this->get_param('id'));
/plugin/pgn4web/pgn4web/
H A Dpuzzler.php39 function get_param($param, $shortParam, $default) { function
46 $pgnData = get_param("pgnData", "pd", "tactics.pgn");
69 $gameNum = get_param("gameNum", "gn", "");
87 $lightColorHex = get_param("lightColorHex", "lch", "EFF4EC"); // FFCC99
89 $darkColorHex = get_param("darkColorHex", "dch", "C6CEC3"); // CC9966
98 $squareSize = get_param("squareSize", "ss", "30");
127 $pieceFont = get_param("pieceFont", "pf", "default");
207 $framePadding = get_param("framePadding", "fp", 0);
216 $fenString = get_param("fenString", "fs", "");
221 $pgnOnly = get_param("pgnOnly", "po", "");
[all …]
H A Dviewer-links.php12 $targetUrl = get_param("targetUrl", "tu", "");
14 $linkFilter = get_param("linkFilter", "lf", $linkFilterDefault);
16 $frameDepth = get_param("frameDepth", "fd", $frameDepthDefault);
18 $viewerUrl = get_param("viewerUrl", "vu", $viewerUrlDefault);
19 $doubleEncodeLink = get_param("doubleEncodeLink", "del", "false");
21 $reverseSort = get_param("reverseSort", "rs", "false");
23 $headlessPage = get_param("headlessPage", "hp", "false");
25 $help = get_param("help", "h", "false");
134 function get_param($param, $shortParam, $default) { function
H A Dviewer.php40 $headlessPage = strtolower(get_param("headlessPage", "hp", ""));
42 $hideForm = strtolower(get_param("hideForm", "hf", ""));
45 $forceEncodingFrom = get_param("forceEncodingFrom", "fef", "");
60 $pgnOnly = get_param("pgnOnly", "po", "");
61 $generateParameter = get_param("generateParameter", "gp", "");
73 $pgnUrl = get_param("pgnData", "pd", "");
74 if ($pgnUrl == "") { $pgnUrl = get_param("pgnUrl", "pu", ""); }
100 function get_param($param, $shortParam, $default) { function
144 $pgnDebugInfo = $pgnDebugInfo . get_param("debug", "d", "");
146 $pgnText = get_param("pgnText", "pt", "");
[all …]
H A Dgotd.php12 function get_param($param, $shortParam, $default) { function
18 $pgnData = get_param("pgnData", "pd", "gotd.pgn");
35 $gameNum = get_param("gameNum", "gn", "");
H A Dencoder-example.php14 function get_param($param, $shortParam, $default) { function
20 $pgnText = get_param("pgnText", "pt", "");
/plugin/bez/meta/
H A DTpl.php46 return $this->action->get_param($id, $default);
/plugin/bez/action/
H A Ddefault.php22 public function get_param($id, $default='') { function in action_plugin_bez_default
/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js47 conf.gain=0.7;conf.speed=1;(function get_param(){try{if(!localStorage)