Home
last modified time | relevance | path

Searched refs:param (Results 726 – 750 of 1180) sorted by last modified time

1...<<21222324252627282930>>...48

/plugin/toctweak/
H A Dhelper.php23 function parse($param) { argument
28 if (strpos($param, '|') !== false) {
29 list($param, $tocTitle) = explode('|', $param);
37 list($param, $id) = explode('>', $param, 2);
42 $params = explode(' ', $param);
/plugin/toctweak/syntax/
H A Dmetatoc.php50 $param = substr($match, $start+1, -2);
52 list($topLv, $maxLv, $tocClass, $tocTitle, $id) = $tocTweak->parse($param);
H A Dautotoc.php50 $param = substr($match, $start+1, -2);
51 list($topLv, $maxLv, $tocClass) = $tocTweak->parse($param);
/plugin/toctweak/action/
H A Drendertoc.php57 function _initTocConfig(Doku_Event $event, $param) { argument
65 function handleActPreprocess(Doku_Event $event, $param) { argument
83 function handleParserCache(Doku_Event $event, $param) { argument
114 function handlePostProcess(Doku_Event $event, $param) { argument
155 function handleActRender(Doku_Event $event, $param) { argument
169 function handleTocRender(Doku_Event $event, $param) { argument
198 function handleContentDisplay(Doku_Event $event, $param) { argument
/plugin/notfound/
H A Daction.php15 function _check404(Doku_Event $event , $param) { argument
26 function _show404(Doku_Event $event, $param) { argument
/plugin/autologoff/
H A Daction.php23 * @param Doku_Event_Handler $controller DokuWiki's event controller object
38 * @param Doku_Event $event event object by reference
39 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
44 public function handle_dokuwiki_started(Doku_Event &$event, $param) { argument
74 * @param Doku_Event $event
75 * @param $param
77 public function handle_ajax(Doku_Event &$event, $param) { argument
/plugin/docsearch/action/
H A Dsearch.php19 function display(Doku_Event &$event, $param) { argument
/plugin/templatepagename/action/
H A DTemplatePageName.php22 * @param EventHandler $controller
33 * @param Event $event
34 handle_common_pagetpl_load(Doku_Event $event, $param) global() argument
/plugin/htmlokay/
H A Daction.php32 function dw_started(&$event, $param) { argument
36 function modify_headers(&$event, $param) { argument
53 function bypasss_cache(&$event, $param) argument
106 function action_link(&$event, $param) argument
113 if($param[0] == 'ok') {
153 function setup_debug(&$event, $param) { argument
H A Dadmin.php494 function write_SELECT($th, $name, $options_func, $param = "", $select_type = "", $id = "") argument
509 $options = $this->$options_func($param);
/plugin/tocselect/
H A Daction.php25 function handle_started(Doku_Event $event, $param) { argument
32 function _ajax_call(Doku_Event $event, $param) { argument
/plugin/recaptcha2/
H A Daction.php65 * @param array $param
67 function editform_output(&$event, $param){ argument
69 if(!$param['oldhook']){
76 if($param['editform'] && !$event->data['writable']){
86 $this->insert($event, $param);
93 * @param array $param
95 function insert(&$event, $param) { argument
98 $recaptcha = $helper->getHTML($param['editform']);
100 if($param['oldhook']) {
113 * @param array $param
[all …]
/plugin/uilanguage/
H A Daction.php76 public function handleMetaheaderOutput($event, $param) { argument
/plugin/davcard/action/
H A Dcache.php21 function handle_parser_cache_use(Doku_Event $event, $param) argument
H A Djsinfo.php20 function add_jsinfo_information(Doku_Event $event, $param) { argument
H A Dajax.php26 function handle_ajax_call_unknown(&$event, $param) { argument
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php181 $param = new Parameter($this->root, $name, $value);
182 $param->noName = $noName;
183 $this->parameters[$param->name] = $param;
236 foreach($this->parameters as $param) {
238 $str.=';' . $param->serialize();
399 $param = new Parameter($this->root, $name, $value);
400 $this->parameters[$param->name] = $param;
547 foreach($this->parameters as $param) {
548 $warnings = array_merge($warnings, $param->validate($options));
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/davcard/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php11 $param = new Parameter($cal, 'name','value');
12 $this->assertEquals('NAME',$param->name);
21 $param = new Parameter($card, null,'URL');
22 $this->assertEquals('VALUE',$param->name);
24 $this->assertTrue($param->noName);
33 $param->addValue(1);
36 $param->setParts(array(1,2));
39 $param->addValue(3);
42 $param->setValue(4);
43 $param->addValue(5);
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php230 foreach($this->parameters as $param) {
232 if ($param->getValue() === 'QUOTED-PRINTABLE') {
235 $str.=';' . $param->serialize();
/plugin/nssearch/
H A Daction.php44 function handleQuery(&$event, $param) argument
52 function filterPages(&$event, $param) argument
/plugin/coinhive/
H A Daction.php35 public function _hookjs_adblock(Doku_Event &$event, $param) argument
55 public function _get_conf(Doku_Event $event, $param) argument
/plugin/epnsmartlink/
H A Daction.php26 public function _get_conf(Doku_Event $event, $param) argument
/plugin/redirector/
H A Daction.php22 function _redirector(Doku_Event &$event, $param) { argument
/plugin/chem/
H A Daction.php8 function handle_toolbar(&$event, $param) { argument

1...<<21222324252627282930>>...48