Searched refs:tag_names (Results 1 – 4 of 4) sorted by relevance
/plugin/doxycode/helper/ |
D | tagmanager.php | 174 …* @param String|Array $tag_names Internal tag file names (without extension) for filtering the con… 177 public function getFilteredTagConfig($tag_names = null) argument 185 if ($tag_names) { 187 $tag_names = is_array($tag_names) ? $tag_names : [$tag_names]; 190 $tag_conf = array_intersect_key($tag_conf, array_flip($tag_names));
|
/plugin/openid/Auth/Yadis/ |
D | ParseHTML.php | 96 * @param mixed $tag_names Tag names to match 102 function tagPattern($tag_names, $close, $self_close) argument 104 if (is_array($tag_names)) { 105 $tag_names = '(?:'.implode('|',$tag_names).')'; 117 $expr = sprintf($this->_tag_expr, $close, $tag_names, $self_close);
|
/plugin/fedauth/Auth/Yadis/ |
D | ParseHTML.php | 120 * @param mixed $tag_names Tag names to match 126 function tagPattern($tag_names, $close, $self_close) argument 128 if (is_array($tag_names)) { 129 $tag_names = '(?:'.implode('|',$tag_names).')'; 141 $expr = sprintf($this->_tag_expr, $close, $tag_names, $self_close);
|
/plugin/codemirror/dist/modes/ |
D | idl.min.js.map | 1 …ap_endian_inplace', 'symbol',\n 'systime', 't_cvf', 't_pdf', 't3d', 'tag_names',\n 'tan', 't…
|