Home
last modified time | relevance | path

Searched refs:param (Results 926 – 950 of 1180) sorted by path

1...<<31323334353637383940>>...48

/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/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js1578 return _.map(params, function(param, i) { argument
1580 if (i === params.length - 1) return param || null;
1581 return param ? decodeURIComponent(param) : null;
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js5892 for(var param in data) {
19454 getNameTag: function(param) argument
19456 return (this.getParamName(param) == param.name) ? this.nameTag : this.nameWithTooltipTag;
19459 getParamName: function(param) argument
19462 var name = param.name;
19468 getParamTitle: function(param) argument
19471 var name = param.name;
19517 getParamValueIterator: function(param) argument
19520 return param.value;
20136 var param = {value: [text]}; class in AnonymousFunction7f0ac5571b800
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Ddr.css34 .dr-param {
/plugin/settingstree/
H A Daction.php23 function _ajax_call(&$event, $param) { argument
/plugin/sfauth/
H A Daction.php25 public function handle_html_loginform_output(Doku_Event &$event, $param) { argument
58 public function handle_login(Doku_Event &$event, $param) { argument
/plugin/shortcutkey/
H A Daction.php24 public function handle_dokuwiki_started(Doku_Event &$event, $param) { argument
/plugin/shorturl/
H A Daction.php33 function handle_start(&$event, $param){ argument
/plugin/showinitpage/
H A Daction.php33 function redirect_whole_content(&$event, $param) { argument
/plugin/showlogin/
H A Daction.php33 public function handle_tpl_content_display(Doku_Event &$event, $param) { argument
/plugin/showlogin2/
H A Daction.php49 function showlogin2(&$event, $param) { argument
/plugin/showpageafterlogin/
H A Daction.php32 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
/plugin/showphperrors/
H A Daction.php30 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
34 public function handle_dokuwiki_started(Doku_Event &$event, $param) { argument
/plugin/showsamples/
H A Daction.php21 function _defconf (&$event, $param) { argument
/plugin/shy/
H A Dsyntax.php154 * @param $aFormat String The output format to generate.
155 * @param $aRenderer Object A reference to the renderer object.
156 * @param $aData Integer The state value returned by <tt>handle()</tt>.
/plugin/sidebar/
H A Daction.php32 function _debug(&$event, $param) { argument
33 ptln($param);
39 function _output(&$event, $param) { argument
/plugin/sidebarng/
H A Daction.php28 function _before(&$event, $param) { argument
50 function _after(&$event, $param) { argument
/plugin/simpleforward/
H A Daction.php30 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
34 public function handle_dokuwiki_started(Doku_Event &$event, $param) { argument
/plugin/singlesearchresult/
H A Daction.php24 public function handle_search_query_pagelookup(Doku_Event &$event, $param) { argument
/plugin/siteexport/action/
H A Daggregate.php139 public function siteexport_aggregate_button(& $event, $param) { argument
H A Dpdfstyles.php33 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
37 public function handle_use_cache(Doku_Event &$event, $param) { argument
50 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
54 public function handle_css_styles(Doku_Event &$event, $param) { argument
/plugin/siteexport/inc/
H A Dfunctions.php446 foreach( explode("&", $intermediate) as $param ) {
447 list($key, $value) = array_pad( explode("=", $param, 2), 2, null );
/plugin/siteexport/
H A Djquery.filedownload.js221 settings.data = $.param(settings.data);
H A Dscript.js57 var settings = $.param(_.cleanSettings()).split('&').join(' ');
/plugin/sitemapnavi/action/
H A Dajax.php37 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
40 public function handle_ajax(Doku_Event $event, $param) argument

1...<<31323334353637383940>>...48