Home
last modified time | relevance | path

Searched refs:param (Results 1 – 25 of 29) sorted by path

12

/dokuwiki/
H A Ddoku.php50 $HIGH = $INPUT->param('s');
/dokuwiki/inc/Action/
H A DSubscribe.php69 foreach (['target', 'style', 'action'] as $param) {
70 if ($INPUT->has("sub_$param")) {
71 $params[$param] = $INPUT->str("sub_$param");
122 * @param array &$params the parameters: target, style and action
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php26 * @param array $info Revision Information structure with entries:
59 * @param bool $value true if the revision is current, otherwise false
71 * @param string $key
72 * @param mixed $value
91 * @param array $info
124 * @param bool $checkTimestamp enable timestamp check, alter formatted string when timestamp is false
275 $param = ['tab_details' => 'history', 'mediado' => 'diff', 'ns' => getNS($id), 'image' => $id];
276 $href = media_managerURL($param, '&');
313 $param = ['mediado' => 'diff', 'image' => $id, 'rev' => $rev];
314 $href = media_managerURL($param, '
[all...]
/dokuwiki/inc/Extension/
H A DEventHandler.php43 * @param string $event name used by the event
44 * @param string $advise BEFORE|AFTER
45 * @param object $obj scope for the method be executed on, NULL for global function or callable
46 * @param string|callable $method event handler function
47 * @param mixed $param data passed to the event handler
48 * @param int $seq sequence number for ordering hook execution (ascending)
50 public function register_hook($event, $advise, $obj, $method, $param = null, $seq = 0) argument
54 $this->hooks[$event . '_' . $advise][$seq][] = [$obj, $method, $param];
64 * @param Even
[all...]
/dokuwiki/inc/Input/
H A DInput.php44 * @param string $data
58 * @param Callable|string $filter
76 * @param string $name Parameter name
91 * @param string $name Parameter name
110 * @param string $name Parameter name
111 * @param mixed $default Default to return if parameter isn't set
112 * @param bool $nonempty Return $default if parameter is set but empty()
115 public function param($name, $default = null, $nonempty = false)
126 * @param string $name Parameter name
127 * @param mixe
116 public function param($name, $default = null, $nonempty = false) global() function in dokuwiki\\Input\\Input
[all...]
/dokuwiki/inc/
H A DMailer.class.php78 * @param string $path Path to the file to attach
79 * @param string $mime Mimetype of the attached file
80 * @param string $name The filename to use
81 * @param string $embed Unique key to reference this file from the HTML part
100 * @param string $data The file contents to attach
101 * @param string $mime Mimetype of the attached file
102 * @param string $name The filename to use
103 * @param string $embed Unique key to reference this file from the HTML part
123 * @param array $matches
147 * @param strin
173 setParameters($param) global() argument
[all...]
H A Dcommon.php29 * @param string $string the string being converted
45 * @param string $separator The boundary string
46 * @param string $string The input string
47 * @param int $limit The number of expected elements
48 * @param mixed $default The value to use when filling up missing elements
70 * @param $in
71 * @param bool $trim Consider a string of whitespace to be blank
89 * @param string $string being stripped
122 * @param null|string $token security token or null to read it from request variable
144 * @param boo
1874 valid_input_set($param, $valid_values, $array, $exc = '') global() argument
[all...]
H A Dhtml.php41 * @param string $id id of the target page
42 * @param string $name the name of the link, i.e. the text that is displayed
43 * @param string|array $search search string(s) that shall be highlighted in the target page
62 * @param bool $svg Whether to show svg icons in the register and resendpwd links or not
88 * @param string $text
89 * @param bool $show show section edit buttons?
113 * @param array $matches matches with regexp
142 * @param array $data name, section id and target
192 * @param string $name
193 * @param strin
668 html_edit_form($param) global() argument
[all...]
H A Dmedia.php35 * @param array $data
36 * @param string $id
63 * @param string $id media id
64 * @param int $auth permission level
65 * @param array $data
117 * @param string $id the media ID or URL
131 * @param string $id the media ID or URL
148 * @param string $id media id
149 * @param int $auth permission level
224 * @param strin
867 _media_get_display_param($param, $values) global() argument
[all...]
H A Dpageutils.php26 * For $param='id' $conf['start'] is returned if no id was found.
31 * @param string $param the $_REQUEST variable name, default 'id' argument
32 * @param bool $clean if true, ID is cleaned
35 function getID($param = 'id', $clean = true)
42 $id = $INPUT->str($param);
52 if ($param != 'id') {
107 if ($id === '' && $param == 'id') $id = $conf['start'];
120 * @param string $raw_id The pageid to clean
121 * @param boolea
[all...]
/dokuwiki/inc/parser/
H A Dhandler.php50 * @param string $handler handler method name (see mode handlers below)
51 * @param mixed $args arguments for this call
52 * @param int $pos byte position in the original source file
73 * @param CallWriterInterface $callWriter
83 * @param string $status
95 * @param string $status
96 * @param mixed $value
113 * @param string $plugin name of the plugin
114 * @param mixed $args arguments for this call
115 * @param in
[all...]
/dokuwiki/lib/plugins/acl/
H A Daction.php21 * @param EventHandler $controller DokuWiki's event controller object
33 * @param Event $event event object by reference
34 * @param mixed $param empty argument
37 public function handleAjaxCallAcl(Event $event, $param)
/dokuwiki/lib/plugins/authad/
H A Daction.php31 * @param Event $event
32 * @param array $param
34 public function handleAuthLoginCheck(Event $event, $param)
56 * @param Event $event
57 * @param array $param
59 public function handleFormLoginOutput(Event $event, $param)
30 handleAuthLoginCheck(Doku_Event $event, $param) global() argument
55 handleFormLoginOutput(Doku_Event $event, $param) global() argument
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php51 PDO::ATTR_EMULATE_PREPARES => true, // emulating prepares allows us to reuse param names
118 * @param string $user the user name
119 * @param string $pass the clear text password
158 * @param string $user the user name
159 * @param bool $requireGroups whether or not the returned data must include groups
189 * @param string $user
190 * @param string $clear
191 * @param string $name
192 * @param string $mail
193 * @param nul
[all...]
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php103 * @param array $input as posted
189 * @param string $key
195 $param = $this->metadata[$key];
196 $class = $this->determineClassName(array_shift($param), $key); // first param is class
197 $obj = new $class($key, $param);
209 * @param string $class the class name as given in the meta file
210 * @param string $key the settings key
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingSepchar.php11 public function __construct($key, $param = null) argument
17 parent::__construct($key, $param);
/dokuwiki/lib/plugins/config/lang/fr/
H A Dintro.txt
/dokuwiki/lib/plugins/extension/
H A Daction.php17 * @param EventHandler $controller DokuWiki's event controller object
28 * @param Event $event argument
29 * @param $param
31 public function info(Event $event, $param)
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php41 * @param helper_plugin_extension_extension $extension The extension that shall be added
42 * @param bool $showinfo Show the info area
55 * @param string $id The id of the header
56 * @param string $header The content of the header
57 * @param int $level The level of the header
67 * @param string $data The content
77 * @param array $data key-value list of fields and their values to add
108 * @param bool $returnonly whether to return html or print
119 * @param helper_plugin_extension_extension $extension The extension
129 * @param strin
[all...]
/dokuwiki/lib/plugins/popularity/
H A Daction.php33 * @param Event $event argument
34 * @param $param
36 public function autosubmit(Event $event, $param)
/dokuwiki/lib/plugins/revert/
H A Dadmin.php60 if (is_array($INPUT->param('revert')) && checkSecurityToken()) {
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php24 * @param Event $event argument
25 * @param $param
27 public function handleIndexerTasksRun(Event $event, $param)
/dokuwiki/lib/plugins/styling/
H A Daction.php18 * @param EventHandler $controller DokuWiki's event controller object
29 * @param Event $event event object by reference
30 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this argument
34 public function handleHeader(Event &$event, $param)
/dokuwiki/lib/plugins/styling/lang/fr/
H A Dintro.txt
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php67 * @param string $language
106 * @param boolean $lastdisabled
124 // submit button name is of the form - fn[cmd][param(s)]
125 $fn = $INPUT->param('fn');
129 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
132 $param = null;
151 $this->editUser($param);
154 $this->setFilter($param);
372 * @param string $cmd 'add' or 'modify'
373 * @param strin
754 editUser($param) global() argument
[all...]

12