Home
last modified time | relevance | path

Searched refs:param (Results 201 – 225 of 1180) sorted by relevance

12345678910>>...48

/plugin/structcondstyle/
H A Daction.php65 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
70 public function handle_plugin_struct_configparser_unknownkey(Doku_Event $event, $param) argument
137 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
142 …ic function handle_plugin_struct_aggregationtable_renderresultrow_before(Doku_Event $event, $param) argument
226 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
231 …lic function handle_plugin_struct_aggregationtable_renderresultrow_after(Doku_Event $event, $param) argument
/plugin/sql2wiki/action/
H A Dsqlite.php66 public function check_current_page_for_updates(Doku_Event $event, $param) { argument
84 public function update_pages_content(Doku_Event $event, $param) { argument
88 if (!is_null($param)) $filter_ids = $param;
107 public function handle_plugin_sqlite_query_execute(Doku_Event $event, $param) argument
114 public function handle_plugin_sqlite_query_change(Doku_Event $event, $param) argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DAbstractConnectionPool.php62 * @param ConnectionInterface[] $connections The Connections to choose from
63 * @param SelectorInterface $selector A Selector instance to perform the selection logic for the available connections
64 * @param ConnectionFactoryInterface $factory ConnectionFactory instance
65 * @param array $connectionPoolParams
70 foreach ($paramList as $param) {
71 if (isset($$param) === false) {
72 throw new InvalidArgumentException('`' . $param . '` parameter must not be null');
/plugin/openlayersmap/syntax/
H A Dagslayer.php86 $param = [];
89 preg_match_all('/(\w*)="(.*?)"/us', $match, $param, PREG_SET_ORDER);
91 foreach ($param as $kvpair) {
H A Dwmslayer.php83 $param = [];
86 preg_match_all('/(\w*)="(.*?)"/us', $match, $param, PREG_SET_ORDER);
88 foreach ($param as $kvpair) {
H A Dosmlayer.php83 $param = [];
86 preg_match_all('/(\w*)="(.*?)"/us', $match, $param, PREG_SET_ORDER);
88 foreach ($param as $kvpair) {
/plugin/pgn4web/pgn4web/
H A Dgotd.php12 function get_param($param, $shortParam, $default) { argument
13 if (isset($_REQUEST[$param])) { return $_REQUEST[$param]; }
/plugin/sectionedit/
H A Daction.php31 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
35 public function handle_ajax_call(Doku_Event &$event, $param) { argument
54 function handle_suppress_default_after(Doku_Event &$event, $param) { argument
/plugin/xcom/
H A Daction.php31 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
36 public function handle_dokuwiki_started(Doku_Event &$event, $param) { argument
91 public function handle_meta_headers(Doku_Event $event, $param){ argument
/plugin/amazon/
H A Dsyntax.php253 foreach ($params as $param=>$value)
255 $param = str_replace("%7E", "~", rawurlencode($param));
257 $canonicalized_query[] = $param."=".$value;
283 function _format($item,$param){ argument
312 … print '<img src="'.$img.'" width="'.$param['imgw'].'" height="'.$param['imgh'].'" alt="" />';
/plugin/zip/pear/MIME/
H A DType.php101 foreach (MIME_Type::getParameters($type) as $param) {
102 $param = &new MIME_Type_Parameter($param);
103 $this->parameters[$param->name] = $param;
/plugin/openlayersmapoverlays/syntax/
H A Dosmlayer.php82 $param = array();
85 preg_match_all('/(\w*)="(.*?)"/us', $match, $param, PREG_SET_ORDER);
87 foreach($param as $kvpair) {
H A Dmapillarylayer.php77 $param = array();
80 preg_match_all('/(\w*)="(.*?)"/us', $match, $param, PREG_SET_ORDER);
82 foreach($param as $kvpair) {
H A Dwmslayer.php85 $param = array();
88 preg_match_all('/(\w*)="(.*?)"/us', $match, $param, PREG_SET_ORDER);
90 foreach($param as $kvpair) {
H A Dagslayer.php87 $param = array();
90 preg_match_all('/(\w*)="(.*?)"/us', $match, $param, PREG_SET_ORDER);
92 foreach($param as $kvpair) {
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/modules/
H A Dconvert.jst9 * @param {string} name The name of the function to wrap.
10 * @param {Function} [func] The function to wrap.
11 * @param {Object} [options] The options object. See `baseConvert` for more details.
/plugin/linksenhanced/
H A Daction.php22 function add_jsinfo_information(Doku_Event $event, $param) { argument
28 function handle_ajax_call_unknown(&$event, $param) { argument
77 function handle_parser_cache_use(&$event, $param) { argument
/plugin/typography/
H A Daction.php31 public function fontColorToolbar(Doku_Event $event, $param) argument
89 public function fontFamilyToolbar(Doku_Event $event, $param) argument
120 public function fontSizeToolbar(Doku_Event $event, $param) argument
/plugin/hiddenheader/
H A Daction.php23 function handlePreprocess(&$event, $param) { argument
38 function handlePostProcess(&$event, $param) { argument
45 function handleToc(&$event, $param) { argument
/plugin/photogallery/
H A Dsyntax.php105 foreach($params as $param){
106 if($param === '') continue;
107 if($param == 'titlesort'){
109 }elseif($param == 'datesort'){
111 }elseif($param == 'modsort'){
117 }elseif(is_numeric($param)){
118 $data['cols'] = (int) $param;
128 $param = preg_quote($param,'/');
129 $param = '/^'.str_replace('\\*','.*?',$param).'$/';
130 $data['filter'] = $param;
[all …]
/plugin/evesso/
H A Daction.php39 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
43 public function handle_start(Doku_Event &$event, $param) { argument
137 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
141 public function handle_usermod(Doku_Event &$event, $param) { argument
181 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
185 public function handle_profileform(Doku_Event &$event, $param) { argument
298 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
302 public function handle_loginform(Doku_Event &$event, $param) { argument
362 public function handle_dologin(Doku_Event &$event, $param) { argument
/plugin/odtplus2dw/
H A Daction.php22 // Display form hook before the wiki page (on top); Maybe create a param to display the form after the page
32 * @param Doku_Event $event
33 * @param mixed $param not defined
35 public function addsvgbutton(&$event, $param) { argument
47 * @param Doku_Event $event
48 * @param mixed $param not defined
50 public function addbutton(&$event, $param) { argument
70 function _render(&$event, $param) { argument
101 _parser(& $event, $param) global() argument
[all...]
/plugin/webdav/vendor/sabre/http/
H A DREADME.md334 * @param string $url
365 * @param string $url
380 * @param string $url
399 * @param string $url
467 * @param array $data
523 * @param string $name
533 * @param string $name
534 * @param string $value
668 * @param string $name
678 * @param string $name
[all …]
/plugin/davcal/vendor/sabre/http/
H A DREADME.md334 * @param string $url
365 * @param string $url
380 * @param string $url
399 * @param string $url
467 * @param array $data
523 * @param string $name
533 * @param string $name
534 * @param string $value
668 * @param string $name
678 * @param string $name
[all …]
/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

12345678910>>...48