/plugin/amazon_heavy/ |
H A D | class.xmlreader.php | 47 $tagname = $vals[$i]['tag']; 50 $array[$tagname]['@'] = $vals[$i]['attributes']; 54 $array[$tagname]['@'] = array(); 70 $tagname = $vals[$i]['tag']; 74 $tagname = ''; 76 if ( isset ( $children[$tagname] ) ) 78 $size = sizeof($children[$tagname]); 94 $tagname = $vals[$i]['tag']; 95 if( isset ($children[$tagname]) ) 97 $size = sizeof($children[$tagname]); [all …]
|
/plugin/prosemirror/parser/ |
H A D | HtmlPhpNode.php |
|
/plugin/tagentry/ |
H A D | action.php | 189 foreach ( $alltags as $tagname ) { 193 $inBlacklist = $this->in_iarray( $tagname, $options['blacklist'] ); 199 $rv .= '<label><input type="checkbox" id="plugin__tagentry_cb' . $tagname . '"'; 200 $rv .= ' value="1" name="' . $tagname . '"'; 201 if ( $this->in_iarray( $tagname, $options['assigned'] ) ){ 205 … $rv .= ' onclick="tagentry_clicktag(\'' . $this->escapeJSstring( $tagname ) . '\', this);"'; 208 $rv .= ' /> ' . $this->_getTagTitle( $tagname ) ; 228 function _getTagTitle( $tagname ) { argument 234 return $this->clipstring( $tagname ); 237 $id = $tagname; [all …]
|
H A D | script.js | 1 function tagentry_clicktag(tagname, cbox) { argument 2 tagentry_settag(tagname,cbox.checked); 4 function tagentry_settag(tagname, on) { argument 15 var len = tagname.length+1; 19 while ((f=oldtext.toLowerCase().substr(s,l).indexOf(tagname.toLowerCase())) >= 0) { 41 oldtext = oldtext.substr(0,split)+ws+tagname+oldtext.substr(split); 45 oldtext+='\n{{tag>'+tagname+'}}';
|
/plugin/authucenter/lib/uc_client/control/ |
H A D | tag.php | 27 $tagname = $this->input('tagname'); 29 if(empty($tagname)) { 40 $data = $_ENV['tag']->get_tag_by_name($tagname); 54 $_ENV['tag']->formatcache($tagdata['appid'], $tagname); 73 $_ENV['tag']->formatcache($appid, $tagname); 78 $_ENV['note']->add('gettag', "id=$tagname", '', $appadd, -1);
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | tag.php | 26 function get_tag_by_name($tagname) { argument 27 $arr = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."tags WHERE tagname='$tagname'"); 60 function formatcache($appid, $tagname) { argument 61 …result_first("SELECT count(*) FROM ".UC_DBTABLEPRE."tags WHERE tagname='$tagname' AND appid='$appi… 63 …$this->db->query("UPDATE ".UC_DBTABLEPRE."tags SET expiration='0' WHERE tagname='$tagname' AND app… 65 …INSERT INTO ".UC_DBTABLEPRE."tags (tagname, appid, expiration) VALUES ('$tagname', '$appid', '0')"…
|
/plugin/sectiontoggle/ |
H A D | script.js | 175 var tagname = jQuery(this).prop("tagName").toLowerCase();
176 matches = tagname.match(/h(\d)/);
183 tagname = tagname + "." + $classes[0];
187 tagname = tagname + "#" + $id;
190 qstr += tagname;
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.ruleset.class.php | 57 $tagname = strtolower($root->tagname()); 59 if ($tagname === 'style') { 64 } elseif ($tagname === 'link') { 242 if (isset($this->tag_filtered[strtolower($root->tagname())])) { 243 $local_css = $this->tag_filtered[strtolower($root->tagname())]; 280 if (isset($this->tag_filtered[strtolower($root->tagname())])) { 281 $local_css = $this->tag_filtered[strtolower($root->tagname())];
|
H A D | config.parse.php | 21 switch ($child->tagname()) { 96 switch ($child->tagname()) { 128 switch ($child->tagname()) { 153 switch ($child->tagname()) { 185 switch ($child->tagname()) {
|
H A D | css.selectors.inc.php | 73 if ($selector[1] == strtolower($root->tagname())) { return true; }; 84 ($selector[1] == strtolower($root->tagname()))) { return true; }; 149 return $root->tagname() == "a" && $root->has_attribute('href'); 151 return $root->tagname() == "a" && $root->has_attribute('href');
|
H A D | dom.php4.inc.php | 67 function tagname() { function in PHP4DOMTree 68 return $this->_element->tagname();
|
H A D | xhtml.utils.inc.php | 249 $tagname = $matches[1]; 252 $tagname = $matches[1]; 256 $tagname = ""; 310 return $prefix.$tagname.$str.$suffix;
|
H A D | parser.xhtml.class.php | 58 if ($root->tagname() === 'base') {
|
H A D | tree.navigation.inc.php | 43 if (strtolower($root->tagname()) == "body") {
|
H A D | dom.php5.inc.php | 90 function tagname() { function in DOMTree
|
H A D | box.table.cell.php | 226 … if (array_search(strtolower($child->tagname()), array("h1","h2","h3","h4","h5","h6","p"))) { 239 … if (array_search(strtolower($child->tagname()), array("h1","h2","h3","h4","h5","h6","p"))) {
|
H A D | box.generic.php | 84 function set_tagname($tagname) { argument 85 $this->_tagname = $tagname;
|
H A D | dom.activelink.inc.php | 33 function tagname() { function in ActiveLinkDOMTree
|
H A D | box.php | 185 switch ($root->tagname()) { 386 $box->set_tagname($root->tagname());
|
/plugin/tag/syntax/ |
H A D | count.php | 119 foreach($occurrences as $tagname => $count) { 123 $renderer->doc .= '<td class="'.$class.'">'.$helper->tagLink($tagname).'</td>';
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | getid3.lib.php | 1547 foreach ($tagarray as $tagname => $tagdata) { 1550 if (empty($ThisFileInfo['comments'][$tagname])) { 1557 foreach ($ThisFileInfo['comments'][$tagname] as $existingkey => $existingvalue) { 1575 foreach ($ThisFileInfo['comments'][$tagname] as $existingkey => $existingvalue) { 1578 $ThisFileInfo['comments'][$tagname][$existingkey] = trim($value); 1584 …lue) || empty($ThisFileInfo['comments'][$tagname]) || !in_array(trim($value), $ThisFileInfo['comme… 1587 $ThisFileInfo['comments'][$tagname][$key] = $value; 1589 if (!isset($ThisFileInfo['comments'][$tagname])) { 1590 $ThisFileInfo['comments'][$tagname] = array($value); 1592 $ThisFileInfo['comments'][$tagname][] = $value;
|
H A D | module.graphic.jpg.php | 170 list($subsection, $tagname) = explode(':', $key); 171 $info['xmp'][$subsection][$tagname] = $this->CastAsAppropriate($value);
|
H A D | getid3.php | 1528 foreach ($tagarray as $tagname => $tagdata) { 1529 if ($tagname == 'picture') { 1533 if (isset($this->info['tags'][$tagtype][$tagname][$key])) { 1534 unset($this->info['tags'][$tagtype][$tagname][$key]); 1536 if (isset($this->info['tags_html'][$tagtype][$tagname][$key])) { 1537 unset($this->info['tags_html'][$tagtype][$tagname][$key]);
|
/plugin/jukebox/id3/ |
H A D | getid3.lib.php | 1192 foreach ($tagarray as $tagname => $tagdata) { 1195 if (empty($ThisFileInfo['comments'][$tagname])) { 1202 foreach ($ThisFileInfo['comments'][$tagname] as $existingkey => $existingvalue) { 1213 foreach ($ThisFileInfo['comments'][$tagname] as $existingkey => $existingvalue) { 1216 $ThisFileInfo['comments'][$tagname][$existingkey] = trim($value); 1222 …if (empty($ThisFileInfo['comments'][$tagname]) || !in_array(trim($value), $ThisFileInfo['comments'… 1223 $ThisFileInfo['comments'][$tagname][] = trim($value);
|
/plugin/wikistats/ |
H A D | syntax.php | 438 foreach($occurrences as $tagname => $count) { 441 … $content .= DOKU_TAB.DOKU_TAB.'<td class="'.$class.'">'.$tagname.'</td>'.DOKU_LF;
|