Home
last modified time | relevance | path

Searched refs:tag (Results 1051 – 1075 of 1150) sorted by last modified time

1...<<414243444546

/plugin/html2pdf/snorriheim/
H A Dprint.css152 /* code blocks by code tag */
166 /* code blocks by file tag */
H A Ddesign.css497 /* code blocks by code tag */
507 /* code blocks by file tag */
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog903 * Fixed: HR tag 'color' attribute was not supported
947 * Fixed: TABLE tag without nested TD tags caused an PHP error
1042 could cause containing tag to be processed incorrectly
1048 * Fixed: added basic support for 'rules' attribute of TABLE tag
1060 * Fixed: HTML pages containing <html> tag instead of </html> at
1090 * Fixed: FONT tag support broken in 1.8.2-pre1
1208 for 'TH' tag
1306 * Fixed vertical alignment issues inside the SELECT tag
1641 * box.inline.php: fixed bug 1242411 - PRE tag is not supported
1759 * box.select.ps: fixed bug 1224154 - SELECT tag text cut-off
[all …]
H A Dxhtml.utils.inc.php4 function close_tag($tag, $sample_html) { argument
13 function mk_open_tag_regexp($tag) { return "<\s*{$tag}(\s+[^>]*)?>"; }; argument
14 function mk_close_tag_regexp($tag) { return "<\s*/\s*{$tag}\s*>"; }; argument
116 $tag = $matches[5];
118 if ($tag == $tag_stack[0]) {
136 while ($tag_stack[$i] != $tag) {
162 $tag = $matches[4];
163 array_unshift($tag_stack, $tag);
173 $tag = array_shift($tag_stack);
174 $result .= "</".$tag.">";
[all …]
H A Ddefault.css181 * We use this non-standard display value to avoid generating box for HTML tag;
H A Dxhtml.autoclose.inc.php9 $tag = strtolower($matches[3]);
14 if ($tag == $close) { return $tag_end; };
17 if (isset($nested[$tag])) {
18 $offset = $nested[$tag]($sample_html, $tag_end);
34 function skip_to(&$html, $offset, $tag) { argument
38 if (preg_match("#^(.*?)<\s*({$tag})#is", $suffix, $matches)) {
51 $tag = strtolower($matches[3]);
56 if ($tag == $close) { return $tag_end; };
59 if (isset($nested[$tag])) {
60 $offset = $nested[$tag]($sample_html, $tag_end);
H A Dot.class.php45 function &getTable($tag) { argument
117 function &_getTable($tag, $filehandle, $file) { argument
118 if (!isset($this->_tables[$tag])) {
119 $table = $this->_createTableByTag($tag);
123 $dir = $this->_getDirectory($tag);
140 $this->_tables[$tag] =& $table;
143 return $this->_tables[$tag];
146 function _getDirectory($tag) { argument
148 if ($directoryEntry->_tag == $tag) {
156 function _createTableByTag($tag) { argument
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLDocument.php47 var $tag; variable in XMLDocument
59 $this->tag = new Tag();
60 $this->tag->tagStartOpen = "<?";
61 $this->tag->tagClose = "?>";
89 $xmlString = $this->tag->getTagString();
102 $tagPos = $this->tag->setTagFromString($XMLDocString);
134 $this->tag->setTagName("xml");
135 $this->tag->setAttribute("version", "1.0");
136 $this->tag->setAttribute("encoding", "UTF-8");
146 $this->tag->setAttribute("encoding", $encoding);
[all …]
/plugin/dokuwiki-webcomics/
H A Dsyntax.php64 return "[{$type} - couldn't parse image tag]";
/plugin/advrack/
H A Djquery.qtip.js2026 var createVML = function(tag, props, style) { argument
2027 return '<qtipvml:'+tag+' xmlns="urn:schemas-microsoft.com:vml" class="qtip-vml" '+(props||'')+
/plugin/dokumicrobugtracker/css/
H A Ddemo_table.css21 * 'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
H A Ddemo_table_jui.css21 * 'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
/plugin/dokumicrobugtracker/
H A Dstyle.css21 * 'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
560 * 'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
/plugin/colorpicker/
H A DREADME.md3 The color picker plugin puts a button in the DokuWiki edit toolbar for inserting a `<color>` tag.
/plugin/txt2tags/
H A DREADME.t2t88 … the table creation wizard, to do so, include this just before the </body> tag, at the end of your…
H A DREADME.doku88 … the table creation wizard, to do so, include this just before the </body> tag, at the end of your…
/plugin/asana/remote/
H A DAPILink.php300 foreach( $tags as $tag){
301 $text = $text . "<li>" . $tag['name'] . "</li>";
396 foreach($data_rep['data'] as $tag){
397 $tags[$tag['name']]=$tag['id'];
532 foreach( $task['tags'] as $tag ){
533 if( $tag['name'] == $tag_name ){
/plugin/exttab2/
H A Dsyntax.php236 function _opentag($tag, $params=NULL, $before='', $after='') { argument
237 $tagstr = $this->tagsmap[$tag][0];
238 $before = $this->tagsmap[$tag][1].$before;
239 $after = $this->tagsmap[$tag][2].$after;
244 function _closetag($tag, $before='', $after='') { argument
245 $tagstr = $this->tagsmap[$tag][0];
246 $before = $this->tagsmap[$tag][1].$before;
247 $after = $this->tagsmap[$tag][2].$after;
329 function _finishtags($tag) { argument
331 switch ($tag) {
/plugin/owncloud/tpl/
H A Ddetail.php101 foreach($fields as $key => $tag){
103 if (!empty($tag[0])) {
104 $t = array($tag[0]);
106 if(is_array($tag[3])) {
107 $t = array_merge($t,$tag[3]);
111 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
112 if ($tag[2] == 'date') {
/plugin/sqlraw/
H A Dsimple_html_dom.php117 public $tag = 'text'; variable in simple_html_dom_node
157 echo $lead.$this->tag;
181 $string = $this->tag;
341 if ($returnDom->tag == $tag)
566 if ($tag==='*' || $tag===$c->tag) {
598 if ($tag && $tag!=$node->tag && $tag!=='*') {$pass=false;}
1279 $tag = substr($tag, 0, $pos);
1339 if (isset($tag[0]) && $tag[0]==='!') {
1342 if (isset($tag[2]) && $tag[1]==='-' && $tag[2]==='-') {
1357 $tag = '<' . substr($tag, 0, -1);
[all …]
/plugin/geonav/tpl/startermap/
H A Ddetail.php55 foreach($fields as $key => $tag){
57 if (!empty($tag[0])) {
58 $t = array($tag[0]);
60 if(is_array($tag[3])) {
61 $t = array_merge($t,$tag[3]);
65 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
66 if ($tag[2] == 'date') {
/plugin/docimporter/
H A DImportUtils.php200 $tag = "__";
202 $tag = "//";
226 …$myWikiContent = substr($myWikiContent, 0, $start).str_replace($sentence, $tag.$sentence.$tag, sub…
/plugin/git/lib/
H A DGit.php619 * @param string $tag
623 public function add_tag($tag, $message = null) argument
626 $message = $tag;
628 return $this->run("tag -a $tag -m $message");
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/htmlsafe/
H A Dplugin.info.txt6 desc Allows <html> tag usage with security concerned markups excluded

1...<<414243444546