Home
last modified time | relevance | path

Searched refs:params (Results 2926 – 2939 of 2939) sorted by last modified time

1...<<111112113114115116117118

/plugin/multitemplate_styleman/
H A Daction.php64 $params = substr($href,$pos+7);
65 $params = str_replace( 't=multitemplate', '', $params );
66 if (! $params)
69 … $href = DOKU_BASE.'lib/plugins/multitemplate_styleman/css.php' . $params . '&tpl=' . $template;
/plugin/charter/
H A Dhelper.php38 'params' => array(
45 'params' => array (
52 'params' => array (
/plugin/snap/
H A Dhelper.php96 'params' => array(
/plugin/ryubin/ryubin/js/
H A DAC_RunActiveContent.js163 function AC_Generateobj(objAttrs, params, embedAttrs) argument
174 for (var i in params)
176 str += '<param name="' + i + '" value="' + params[i] + '" /> ';
199 AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
208 AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
214 ret.params = new Object();
229 ret.params[srcParamName] = args[i+1];
286 ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
/plugin/flowplay2/
H A Dsyntax.php95 return array('type' => 'player', 'url' => $url, 'paramStr' => $paramStr, 'params' => $params);
126 foreach ($indata['params'] as $k => $v)
174 foreach ($indata['params'] as $k => $v)
/plugin/nroff/
H A Drenderer.php778 function rss ($url,$params){ argument
792 if($params['reverse']){
795 $end = $start - ($params['max']);
801 $end = ($end > $params['max']) ? $params['max'] : $end;;
811 if($params['author']){
819 if($params['date']){
822 if($params['details']){
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js350 FCKTools.CreateEventListener = function( func, params ) argument
359 func.apply( this, aAllParams.concat( params ) ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckevents.js40 FCKEvents.prototype.FireEvent = function( eventName, params ) argument
52 bReturnValue = ( oCalls[ i ]( this.Owner, params ) && bReturnValue ) ;
/plugin/flowplay/flowplayer/
H A Dswfobject.js16 this.params=new Object();
39 this.params[_11]=_12;
41 return this.params;
/plugin/googlesearch/
H A Dnusoap.php6299 $params[$r][] = $this->message[$child_pos]['result'];
6336 …if ((!is_array($params[$this->message[$child_pos]['name']])) || (!isset($params[$this->message[$ch…
6337 … $params[$this->message[$child_pos]['name']] = array($params[$this->message[$child_pos]['name']]);
6349 $params[$n] = $v;
6362 $params['!'] = $this->message[$pos]['cdata'];
6366 return is_array($params) ? $params : array();
6554 $this->appendDebug('params=' . $this->varDump($params));
6590 $this->debug('params must be array or string');
6591 $this->setError('params must be array or string');
6629 $this->debug('params must be array or string');
[all …]
H A DGoogleAPI.php39 $params = array(
55 $ret = $this->soapclient->call('doGoogleSearch', $params, $this->soapoptions);
77 $params = array(
82 $spell = $soapclient->call('doSpellingSuggestion', $params, $this->soapoptions);
/plugin/txtconf/
H A Dconfig0.class.php292 function setting0($key, $params=NULL) { argument
295 if (is_array($params)) {
296 foreach($params as $property => $value) {
/plugin/zip/pear/MIME/
H A DType.php134 $params = array();
137 $params[] = trim($tmp[$i]);
139 return $params;
324 * @param bool $params Append MIME parameters if true
329 function autoDetect($file, $params = false) argument
351 if (MIME_Type::hasParameters($type) && !$params) {
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …ong":1,namespace:1,"new":1,"null":1,object:1,operator:1,out:1,override:1,params:1,"private":1,"pro… property in hljs.LANGUAGES.cs.dM.k

1...<<111112113114115116117118