Home
last modified time | relevance | path

Searched refs:_tag (Results 1 – 7 of 7) sorted by relevance

/plugin/vcard/
H A Dsyntax.php154 $html .= $this->_tag('folded', $this->_folded_hcard($renderer, $data));
178 $folded .= $this->_tag('org', '<b class="org">'.$data['org'].'</b>');
205 $folded .= $this->_tag('url', $html);
300 private function _tag($tag_, $text, $class = '') { function in syntax_plugin_vcard
326 return $this->_tag($tag, $text, $tag);
363 $type = '<b>'.$this->_tag('tel_type_'.$type, $type, 'type').'</b> ';
369 $values .= $this->_tag('tel_value', $renderer->_xmlEntities($value), 'value');
/plugin/openlayersmap/syntax/
H A Dolmap.php84 $_tag = explode('>', substr($match, 7, -9), 2);
85 $str_params = $_tag[0];
86 if (array_key_exists(1, $_tag)) {
87 $str_points = $_tag[1];
/plugin/html2pdf/html2pdf/html2ps/
H A Dot.class.php148 if ($directoryEntry->_tag == $tag) {
246 var $_tag; variable in OpenTypeFileTableDirectory
252 $this->_tag = null;
263 …$this->_tag = chr($unpacked['tag1']).chr($unpacked['tag2']).chr($unpacked['tag3']).chr($unpac…
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6_tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|d…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs15651 var _tag = decode_cell(tag.r);
15653 if(_tag.r >= arrayf[i][0].s.r && _tag.r <= arrayf[i][0].e.r)
15654 if(_tag.c >= arrayf[i][0].s.c && _tag.c <= arrayf[i][0].e.c)
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js38312 this._tag = data.id;
38337 var sig = sign(hash, key, this._hashType, this._signType, this._tag);
38346 this._tag = data.id;
38372 return verify(sig, hash, key, this._signType, this._tag);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1_tag = 'address|article|aside|base|basefont|blockquote|body|caption' + '|center|col|colgroup|dd|de…