Home
last modified time | relevance | path

Searched refs:param (Results 476 – 500 of 1180) sorted by path

1...<<11121314151617181920>>...48

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst287 * @param string $name string The name of the template to load
298 * @param string $name string The name of the template to load
307 * @param string $name The template name
308 * @param timestamp $time The last modification time of the cached template
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Durl_encode.rst22 {{ {'param': 'value', 'foo': 'bar'}|url_encode }}
23 {# outputs "param=value&foo=bar" #}
/plugin/fksnewsfeed/
H A Daction.php53 switch ($INPUT->param('news')['do']) {
74 switch ($INPUT->param('news')['do']) {
141 $file = ModelNews::getCacheFileById($INPUT->param('news')['id']);
150 $data[$field] = $INPUT->param($field);
165 if (+$INPUT->param('news')['id'] === 0) {
189 $file = ModelNews::getCacheFileById($INPUT->param('news')['id']);
196 $data = $INPUT->param('priority');
217 if (!$INPUT->param('news')['id']) {
235 if ($INPUT->param('news')['stream']) {
248 if ($INPUT->param('news')['id'] !== 0) {
[all …]
/plugin/fksnewsfeed/admin/
H A Dpush.php38 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
39 $newsId = $INPUT->param('news')['id'];
58 $streamName = $INPUT->param('news')['stream'];
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php33 [$param] = $match;
36 $stream = $this->helper->serviceStream->findByName($param['stream']);
40 $this->renderCarousel($renderer, $allNews, $param);
H A Dfeed.php53 [$state, $param] = $data;
58 $news = $this->helper->serviceNews->getById($param['id']);
59 if (is_null($news) || ($param['id'] == 0)) {
64 $renderer->doc .= $this->getContent($news, $param);
H A Dstream.php36 [$param] = $match;
37 $this->renderStream($renderer, $param);
/plugin/flexpaper/
H A Daction.php25 public function load_required_javascript(Doku_Event &$event, $param) { argument
H A Dsyntax.php115 foreach($params as $param) {
116 list($key, $value) = explode(':',$param);
/plugin/flowchartjs/
H A Daction.php22 function insert_button (Doku_Event $event, $param) { argument
/plugin/flowcharts/
H A Daction.php22 public function _loadmermaid(Doku_Event $event, $param) { argument
/plugin/flowplay/
H A Dsyntax.php87 …hockwave-flash" data="'.$prefix.'FlowPlayer.swf" width="'.$param['width'].'" height="'.$param['hei…
88 $renderer->doc .= ' <param name="allowScriptAccess" value="sameDomain" /> '."\n";
89 $renderer->doc .= ' <param name="movie" value="'.$prefix.'FlowPlayer.swf" /> '."\n";
90 $renderer->doc .= ' <param name="quality" value="high" /> '."\n";
91 $renderer->doc .= ' <param name="scale" value="noScale" /> '."\n";
92 $renderer->doc .= ' <param name="wmode" value="transparent" /> '."\n";
93 …$renderer->doc .= ' <param name="flashvars" value="config={videoFile:\''. ml($url) .'\', autoPlay:…
/plugin/flowplay2/flowplayer/html/
H A Dflashembed.min.js_0.2618param name="movie" value="'+k.src+'" />';k.id=k.src=k.width=k.height=null;for(var b in k){if(k[b]!…
/plugin/flowplayer/
H A Dsyntax.php36 foreach (explode(" ", $attr) as $param) {
37 if (preg_match('/(\d+),(\d+)/', $param, $res)) {
41 else if (preg_match('/([^:]+):(.*)$/', $param, $res))
43 else if (preg_match('/no(\w+)/', $param, $res))
45 else if (preg_match('/(\w+)/', $param, $res))
/plugin/folded/
H A Daction.php16 * @param Doku_event_handler $controller The event controller
27 * @param Doku_Event $event The event
28 * @param array $params The parameters for the event
45 * @param Doku_Event $event
46 * @param mixed $param not defined
48 public function add_button(&$event, $param) { argument
71 * @param Doku_Event $event
/plugin/fontcolor/
H A Daction.php23 * @param mixed $param
25 public function toolbarEventHandler(Doku_Event $event, $param) { argument
/plugin/fontface/
H A Daction.php36 * @param unknown_type $param
38 function _addFontCode(&$event, $param) { argument
/plugin/fontfamily/
H A Daction.php25 function handle_toolbar(&$event, $param) { argument
/plugin/fontsize2/
H A Daction.php21 public function fontsize2_toolbar($event, $param) { argument
/plugin/footer/
H A Daction.php40 public function handle_parser_wikitext_preprocess(Doku_Event &$event, $param) { argument
194 * @param mixed $param not defined
198 function _purgecache(&$event, $param) { argument
/plugin/forcepreview/
H A Daction.php38 function _controlSaveButton(&$event, $param) { argument
/plugin/forceuserchange/
H A Daction.php36 public function handle_auth_login_check(Doku_Event $event, $param) argument
52 public function handle_action_act_preprocess(Doku_Event $event, $param) argument
69 public function handle_tpl_act_render(Doku_Event $event, $param) argument
103 public function handle_auth_user_change(Doku_Event $event, $param) argument
128 public function prevent_same_password(Doku_Event $event, $param) argument
/plugin/formatplus/
H A Daction.php24 function toolbar_event(&$event, $param){ argument
/plugin/formatplus2/
H A Daction.php24 function toolbar_event(Doku_Event $event, $param){ argument
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js182 var param2 = param;
223 this.nickname = param[0];
248 var tabid = param[0];
249 var name = param[1];
267 var tabid = param;
291 var tabid = param[0];
292 var name = param[1];
402 alert(param);
406 alert(param);
436 param = $H(param);
[all …]

1...<<11121314151617181920>>...48