Home
last modified time | relevance | path

Searched refs:param (Results 26 – 50 of 1180) sorted by relevance

12345678910>>...48

/plugin/bez/tpl/
H A Dtask_comment_form.php3 $tpl->param('action') == 'comment_edit' ? 'comment_edit' : 'comment_add',
4 'zkid', $tpl->param('zkid')) ?>
28 <?php if ($tpl->param('zkid') != ''): ?>
29 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id) ?><?php if ($tpl->param('zkid') != '') echo '#zk'.$tpl->param('zkid') ?>"
37 <?php echo $tpl->param('zkid') != '' ? $tpl->getLang('correct') : $tpl->getLang('add_comment') ?>
40 <?php if ($tpl->param('zkid') == '' && $tpl->get('task')->acl_of('state') >= BEZ_PERMISSION_CHANGE): ?>
H A Dtask_form.php4 $url = $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', $tpl->param('action', 'add'), 'tid', $tpl->param('tid'), 'kid', $tpl->param('kid'));
7 $url = $tpl->url('task_form', 'action', $tpl->param('action', 'add'), 'tid', $tpl->param('tid'));
10 $url = $tpl->url('task', 'action', $tpl->param('action', 'add'), 'tid', $tpl->param('tid'));
20 <?php if ($tpl->param('tid') != ''): ?>
164 <?php if ($tpl->param('tid') != ''): ?>
175 <input type="submit" value="<?php echo $tpl->param('ti
[all...]
H A Dthread_report.php4 <?php if ($tpl->param('id') != ''): ?>
5 <?php $url = $tpl->url('thread_report', 'action', 'update', 'id', $tpl->param('id')) ?>
10 <?php if ($tpl->param('id') != ''): ?>
13 <?php $type = $tpl->param('type') ?>
27 <?php if ($tpl->param('id') != ''): ?>
32 <?php if ($tpl->param('action') == 'edit'): ?>
99 <?php if ($tpl->param('id') != ''): ?>
/plugin/quiz/
H A Dsyntax.php59 $param = array();
61 $param['learning'] = 0;
62 $param['rndchoice'] = 0;
63 $param['rndquest'] = 0;
64 $param['highscores'] = 0;
65 $param['showintro'] = 0;
69 $param[strtolower($value)] = 1;
76 $quiz=new quiz($quiz_file, $param);
/plugin/tagfilter/
H A Daction.php23 public function _addparams($event, $param) argument
34 foreach ($get_tagfilter as $param) {
35 $ret = preg_match('/^tf(\d+)\_([\w\:äöü\-\/#]+)/', $param, $matches);
41 'values' => $INPUT->str($param) ? [$INPUT->str($param)] : $INPUT->arr($param)
51 public function insert_button($event, $param) argument
67 public function _ajax_call($event, $param) argument
195 $param = null;
197 $param
[all...]
/plugin/barcode/
H A Dsyntax.php45 $param = explode('=', $currentParam);
46 switch (trim($param[0])) {
56 $p['text'] = 'SMSTO:' . $param[1] . ':' . $param[2];
59 …$p['text'] = 'BEGIN:VCARD\nN:' . $param[1] . '\nTEL:' . $param[2] . '\nEMAIL:' . $param[3] . '\nEN…
65 $p[$param[0]] = $param[1];
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php357 foreach ($parameters as $param) {
359 if ($param->noName) {
360 $param->noName = false;
363 switch ($param->name) {
381 $newProperty->add($param->name, $param->getParts());
396 foreach ($parameters as $param) {
398 if ($param->noName) {
399 $param->noName = false;
402 switch ($param->name) {
407 $newProperty->add($param->name, $param->getParts());
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
H A DVCardConverter.php379 foreach($parameters as $param) {
382 if ($param->noName) $param->noName = false;
384 switch($param->name) {
389 foreach($param->getParts() as $paramPart) {
405 $newProperty->add($param->name, $param->getParts());
424 foreach($parameters as $param) {
427 if ($param->noName) $param->noName = false;
429 switch($param->name) {
435 $newProperty->add($param->name, $param->getParts());
445 if ($param->getValue()=='1') {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php386 foreach ($parameters as $param) {
389 if ($param->noName) $param->noName = false;
391 switch ($param->name) {
396 foreach ($param->getParts() as $paramPart) {
412 $newProperty->add($param->name, $param->getParts());
432 foreach ($parameters as $param) {
435 if ($param->noName) $param->noName = false;
437 switch ($param->name) {
443 $newProperty->add($param->name, $param->getParts());
453 if ($param->getValue() == '1') {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php379 foreach($parameters as $param) {
382 if ($param->noName) $param->noName = false;
384 switch($param->name) {
389 foreach($param->getParts() as $paramPart) {
405 $newProperty->add($param->name, $param->getParts());
424 foreach($parameters as $param) {
427 if ($param->noName) $param->noName = false;
429 switch($param->name) {
435 $newProperty->add($param->name, $param->getParts());
445 if ($param->getValue()=='1') {
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php379 foreach($parameters as $param) {
382 if ($param->noName) $param->noName = false;
384 switch($param->name) {
389 foreach($param->getParts() as $paramPart) {
405 $newProperty->add($param->name, $param->getParts());
424 foreach($parameters as $param) {
427 if ($param->noName) $param->noName = false;
429 switch($param->name) {
435 $newProperty->add($param->name, $param->getParts());
445 if ($param->getValue()=='1') {
[all …]
/plugin/spatialhelper/
H A Daction.php36 * @param EventHandler $controller
81 * @param Event $event
99 * @param Event $event
134 * @param Event $event
146 * @param Event $event
178 * @param Event $event
192 * @param Event $event
194 * @param array $param
199 final public function findnearby(Event $event, array $param)
76 handleIndexerPageAdd(Doku_Event $event, $param) global() argument
95 removeFromIndex(Doku_Event $event, $param) global() argument
129 handleSitemapGenerateBefore(Doku_Event $event, $param) global() argument
145 handleSitemapGenerateAfter(Doku_Event $event, $param) global() argument
181 handleActionActPreprocess(Doku_Event $event, $param) global() argument
197 findnearby(Doku_Event $event, $param) global() argument
326 handleMediaUploaded(Doku_Event $event, $param) global() argument
351 handleMediaDeleted(Doku_Event $event, $param) global() argument
376 handleMetaheaderOutput(Doku_Event $event, $param) global() argument
[all...]
/plugin/elasticsearch/helper/
H A Dform.php20 * @param array $aggregations
44 * @param Form $searchForm
45 * @param array $aggregations
56 $param = $term === 'namespace' ? 'ns' : $term;
57 $this->addCheckboxSelector($searchForm, $aggregation['buckets'], $param);
67 * @param Form $searchForm
68 * @param array $aggregations Namespace aggregations
69 * @param string $param Prefix to use in input names
71 protected function addCheckboxSelector(Form $searchForm, array $aggregations, $param) argument
[all...]
/plugin/asyncsearch/
H A Dasyncsearch.php31 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
36 public function handle_action_act_preprocess( Doku_Event &$event, $param) { argument
51 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
56 public function handle_action_tpl_act_renderer( Doku_Event &$event, $param) { argument
83 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
87 public function handle_tpl_metaheader_output( Doku_Event &$event, $param) { argument
104 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
108 public function handle_js_script_list( Doku_Event &$event, $param) { argument
/plugin/owncloud/
H A Daction.php50 function mediaOnThisPage(&$event, $param){ argument
71 function mediaOnThisPageREV(&$event, $param){ argument
86 function filecache(&$event, $param){ argument
93 switch($param){
122 function write(&$event, $param){ argument
135 function preprocess(&$event, $param){ argument
165 $param = substr($link,$pos+1);
168 $param = '';
214 $param = preg_replace('#fileid=(\d+)?#i',"fileid=$fileid",$param,-1,$count);
215 …if($fileid!='' && $fileid > 0 && $count < 1) $param = (($param != "") ? "$param&fileid=$fileid":"f…
[all …]
/plugin/rating/
H A Daction.php32 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
36 public function handle_delete(Doku_Event &$event, $param) { argument
50 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
54 public function handle_ajax_call_unknown(Doku_Event &$event, $param) { argument
63 $this->handle_vote($event, $param);
74 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
78 public function handle_vote(Doku_Event &$event, $param) { argument
/plugin/amazonlight/
H A Dsyntax.php119 * @param array $param
122 protected function output($param) argument
127 $data = $this->fetchData($param['asin'], $param['country']);
133 $img = ml($data['img'], array('w' => $param['imgw'], 'h' => $param['imgh']));
140 …echo '<img src="' . $img . '" width="' . $param['imgw'] . '" height="' . $param['imgh'] . '" alt="…
155 if ($param['price'] && $data['price']) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DValidDefaultValueSniff.php71 foreach ($params as $param) {
72 if ($param['variable_length'] === true) {
76 if (array_key_exists('default', $param) === true) {
81 if ($param['type_hint'] !== '' && strtolower($param['default']) === 'null') {
90 $phpcsFile->addError($error, $param['token'], 'NotAtEnd');
/plugin/leightweightscript/
H A Daction.php32 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
36 public function handle_tpl_metaheader_output(Doku_Event &$event, $param) { argument
57 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
61 public function handle_js_toolbar(Doku_Event &$event, $param) { argument
83 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
87 public function handle_use_cache(Doku_Event &$event, $param) { argument
97 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
101 public function handle_js_script_list(Doku_Event &$event, $param) { argument
/plugin/lightweightscript/
H A Daction.php32 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
36 public function handle_tpl_metaheader_output(Doku_Event &$event, $param) { argument
58 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
62 public function handle_js_toolbar(Doku_Event &$event, $param) { argument
84 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
88 public function handle_use_cache(Doku_Event &$event, $param) { argument
98 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
102 public function handle_js_script_list(Doku_Event &$event, $param) { argument
/plugin/snap/
H A Dsyntax.php.ori104 $param=$cdata;
108 $param=explode("|",$param);
109 if ($param) $url=$param[0];
115 if (isset($param[1])) $options=$param[1];
116 $param=$url;
147 $pagelist->page['id']=$param;
157 $url=$param;
161 if ($url==$param) $image="web_".rawurlencode($param);
162 else $image=$param;
201 …if ($url==$param) $renderer->doc .= "<a href=\"$url\" title=\"$param$titrePage\" target=\"_new\">";
[all …]
/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/todo/
H A Dscript.js37 * @param {jQuery} $chk the jQuery input element
48 param = $chk.data(), // contains: index, pageid, date, strikethrough
52 if (param.index === undefined) param.index = -1;
58 * @param {Array} data returned by ajax request
73 if (param.strikethrough && !$spanTodoinnertext.parent().is("del")) {
92 index: param.index,
93 pageid: param.pageid,
95 date: param.date
/plugin/watchcycle/
H A Daction.php20 * @param Doku_Event_Handler $controller DokuWiki's event controller object
47 * @param Doku_Event $event event object by reference
48 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
53 public function handle_toolbar_define(Doku_Event $event, $param) argument
65 * @param Doku_Event $event
66 * @param $param
68 public function addFilterToSearchForm(Doku_Event $event, $param) argument
80 * @param Doku_Even
86 handle_form_quicksearch_output(Doku_Event $event, $param) global() argument
101 filterSearchResults(Doku_Event $event, $param) global() argument
122 handle_parser_metadata_render(Doku_Event $event, $param) global() argument
197 handle_ajax_get(Doku_Event $event, $param) global() argument
226 handle_ajax_validate(Doku_Event $event, $param) global() argument
360 handle_parser_cache_use(Doku_Event $event, $param) global() argument
379 handle_pagesave_before(Doku_Event $event, $param) global() argument
398 addIconToPageLookupResult(Doku_Event $event, $param) global() argument
415 addIconToFullPageResult(Doku_Event $event, $param) global() argument
[all...]
/plugin/ipban/ip-lib/src/
H A DFactory.php89 foreach (array('from', 'to') as $param) {
90 if (!($$param instanceof AddressInterface)) {
91 $$param = (string) $$param;
92 if ($$param === '') {
93 $$param = null;
95 $$param = static::addressFromString($$param);
96 if ($$param === null) {

12345678910>>...48