Home
last modified time | relevance | path

Searched refs:param (Results 1176 – 1180 of 1180) sorted by last modified time

1...<<4142434445464748

/plugin/txtconf/
H A Dconfig0.class.php68 $param = $this->_metadata[$key];
69 array_shift($param);
72 $param = NULL;
75 $this->setting[$key] = new $class($key,$param);
/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/zip/pear/MIME/Type/
H A DParameter.php59 if ($param) {
60 $this->parse($param);
71 function parse($param) argument
88 function getAttribute($param) argument
90 $tmp = explode('=', $param);
102 function getValue($param) argument
104 $tmp = explode('=', $param);
122 function getComment($param) argument
124 $cs = strpos($param, '(');
137 function hasComment($param) argument
[all …]
/plugin/socialmark/
H A Dlist.txt8 #Always put the URL param at the end of the url
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …GS={code:1,kbd:1,font:1,noscript:1,style:1,img:1,title:1,menu:1,tt:1,tr:1,param:1,li:1,tfoot:1,th:… property in hljs.HTML_TAGS

1...<<4142434445464748