Home
last modified time | relevance | path

Searched refs:param (Results 426 – 450 of 1180) sorted by path

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

/plugin/epub/
H A Daction.php30 function create_ebook_button($event,$param) { argument
55 function get_epub($event, $param) { argument
/plugin/epub/scripts/
H A Depub_utils.php542 foreach($params as $param) {
543 list($key,$val) = explode('=',$param);
/plugin/etherpadlite/action/
H A Detherpadlite.php73 public function handle_logoutconvenience(&$event,$param) { argument
84 public function handle_ajax(&$event, $param) { argument
87 $plugin->start($event, $param);
413 public function handle_tpl_metaheader_output(Doku_Event &$event, $param) { argument
/plugin/eventline/
H A Daction.php42 function eventline_hookjs(&$event, $param) { argument
83 function convert(&$event, $param) { argument
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js138 var params = url.split("&"), param, parsed = {};
140 for (var i = 0; param = params[i]; i++) {
141 var eq = param.indexOf("=");
142 var name = decode(param.slice(0,eq));
149 parsed[name] = old.concat(decode(param.slice(eq+1)));
H A Dsimile-ajax-bundle.js475 if(tag=="*"&&ret[i].nodeName.toLowerCase()=="object"){tag="param";
/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
H A Dauth.php149 if (is_array($INPUT->post->param('do'))) {
/plugin/explorertree/
H A Daction.php23 function _ajax_call(&$event, $param) { argument
/plugin/extendpage/
H A Daction.php38 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
43 public function extend_page(Doku_Event $event, $param) argument
/plugin/externalembed/
H A Daction.php44 … * @param mixed $param the parameters passed as fifth argument to register_hook() when this
50 public function handle_indexer_tasks_run(Doku_Event $event, $param) { argument
92 public function handle_parser_cache_use(Doku_Event &$event, $param) { argument
/plugin/externalembed/helper/
H A DcacheInterface.php100 * @param $playlist_id string the YouTube Playlist ID
/plugin/extranet/
H A Daction.php60 function _disableactions(Doku_Event &$event, $param) { argument
67 function _createextranetcache(Doku_Event &$event, $param) { argument
73 function _displayhidemessageifrestricted(Doku_Event &$event, $param) { argument
94 function _hidemediasifrestricted(Doku_Event &$event, $param) { argument
/plugin/exttab1/
H A Dsyntax.php101 @param $data the data between \<exttab1> and \</exttab1> tags
/plugin/exttab3/
H A Daction.php22 public function handle_toolbar(Doku_Event $event, $param) argument
/plugin/facebook/
H A Daction.php30 function handle_tpl_metaheader_output(&$event, $param) { argument
H A Dsyntax.php59 foreach($params as $param){
60 $param = trim($param);
61 if($param === '') continue;
63 if($param == 'status'){
65 }elseif($param == 'nologo'){
67 }elseif($param == 'right'){
69 }elseif($param == 'left'){
71 }elseif($param == 'center'){
73 }elseif(preg_match('/^\d+f$/',$param)){
74 $data['fans'] = substr($param,0,-1);
[all …]
/plugin/facebookalbum/
H A Dsyntax.php172 $param = array(
179 $results = $facebook->api($param);
228 $param = array(
234 $fql_results = $facebook->api($param);
242 $param = array(
247 $fql_results = $facebook->api($param);
/plugin/fancysearch/
H A Daction.php16 function _fixquery(Doku_Event &$event, $param) { argument
/plugin/farmer/action/
H A Dajax.php21 * @param EventHandler $controller DokuWiki's event controller object. Also available as global $EVENT_HANDLER
31 * @param Event $event
32 * @param $param
34 public function handleAjaxCall(Event $event, $param)
46 $this->printPluginMatrix($event, $param);
50 $this->togglePluginState($event, $param);
54 $this->printAnimalPlugins($event, $param);
58 $this->checkSetup($event, $param);
68 * @param Even
33 _ajax_call(Doku_Event $event, $param) global() argument
66 check_setup(Doku_Event $event, $param) global() argument
73 plugin_mod(Doku_Event $event, $param) global() argument
108 get_plugin_matrix(Doku_Event $event, $param) global() argument
195 get_animal_plugins(Doku_Event $event, $param) global() argument
[all...]
H A Ddisable.php22 * @param EventHandler $controller DokuWiki's event controller object. Also available as global $EVENT_HANDLER
38 * @param Event $event
39 * @param $param argument
41 public function handleInstall(Event $event, $param)
H A Dstartup.php32 * @param EventHandler $controller DokuWiki's event controller object. Also available as global $EVENT_HANDLER
42 * @param Event $event
43 * @param $param
45 public function handleStartUp(Event $event, $param)
37 before_start(Doku_Event $event, $param) global() argument
/plugin/farmsync/action/
H A Dajax.php36 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
39 public function handle_ajax(Doku_Event $event, $param) { argument
/plugin/fastwiki/
H A Daction.php21 * @param {Doku_Event_Handler} $controller DokuWiki's event controller object
39 * @param {Doku_Event} $event - The DokuWiki event object.
40 * @param {mixed} $param - The fifth argument to register_hook().
42 public function handle_start(Doku_Event &$event, $param) { argument
86 * @param {Doku_Event} $event - The DokuWiki event object.
87 * @param {mixed} $param - The fifth argument to register_hook().
89 public function override_loadskin(Doku_Event &$event, $param) { argument
99 * @param {Doku_Even
102 unknown_action(Doku_Event& $event, $param) global() argument
114 handle_action_before(Doku_Event& $event, $param) global() argument
133 block_headers(Doku_Event& $event, $param) global() argument
146 block_redirect(Doku_Event& $event, $param) global() argument
159 instead_of_template(Doku_Event& $event, $param) global() argument
211 pre_render(Doku_Event& $event, $param) global() argument
[all...]
H A Dscript.js64 * @param {DOMNode} elt - Do it inside this element.
164 * @param {Form=} sectionForm - If a section is being edited instead of the whole document, this is the form in that section.
201 * @param {Form=} sectionForm - The form representing the editable section.
385 * @param {String} action - The new page action.
386 * @param {String=} target - The part of the page being targetted. Can be one of: {section}
589 * @param {DOMNode=} insertLoc - Optional
679 * @param {Object} params - Parameters to send to doku.php.
680 * @param {DOMNode} spinnerParent - Center the loading spinner in this object.
681 * @param {Function} callback - Call this function, with the content HTML as a parameter, when the action is complete.
698 var url = m_browserHistory.getBaseUrl() + '?' + $.param(param
[all...]

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