Home
last modified time | relevance | path

Searched refs:tagName (Results 201 – 225 of 300) sorted by last modified time

12345678910>>...12

/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php173 list($namespace, $tagName) = SabreXml\Service::parseClarkNotation($xmlProperty['name']);
175 $propertyName = $tagName;
185 $value = '<' . $tagName . ' xmlns="' . $namespace . '"';
191 $value .= '>' . $xmlProperty['value'] . '</' . $tagName . '>';
294 $tagName = static::getTagName($specialChild['name']);
296 if ('period' === $tagName) {
424 list(, $tagName) = SabreXml\Service::parseClarkNotation($clarkedTagName);
425 return $tagName;
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js700 …dbg3 += '\nPGNTEXT: length=' + (theObj.tagName.toLowerCase() == 'textarea' ? theObj.value.length :…
1956 if (document.getElementById(textareaId).tagName.toLowerCase() == "textarea") {
/plugin/markdownextra/
H A Dsyntax.php129 if (preg_match('/h([1-7])/',$node->tagName,$match))
/plugin/freechat/phpfreechat/themes/default/
H A Diepngfix.htc40 if (tagName == 'IMG')
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js73 objForm=frm;var sXml="<xjxquery><q>";if(objForm&&objForm.tagName&&objForm.tagName.toUpperCase()=='F…
H A Dprototype.js1550 tagName = tagName.toLowerCase();
1553 tagName = '<' + tagName + ' name="' + attributes.name + '">';
1557 if (!cache[tagName]) cache[tagName] = Element.extend(document.createElement(tagName));
2431 var tagName = element.tagName.toUpperCase();
2456 var parent = element.parentNode, tagName = parent.tagName.toUpperCase();
2550 tagName = element.tagName, property, value;
2553 if (ByTag[tagName]) Object.extend(methods, ByTag[tagName]);
2604 if (Object.isArray(tagName)) tagName.each(extend);
2609 tagName = tagName.toUpperCase();
2638 if (trans[tagName]) klass = 'HTML' + trans[tagName] + 'Element';
[all …]
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Diepngfix.htc40 if (tagName == 'IMG')
/plugin/twcheckliste/
H A Dscript.js72 } else if (jQuery(this).get(0).tagName == "H3") {
102 } else if (jQuery(this).get(0).tagName == "H4") {
/plugin/rst/
H A Dsyntax.php169 if (preg_match('/h([1-7])/',$node->tagName,$match))
/plugin/sectionedit/
H A Dscript.js51 …if ( this.tagName.toLowerCase() == 'input' && $element.is(':checkbox') && !$element.is(':checked')…
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php136 function getBranches($tagPath = "", $tagName = "", $attrName = "", $attrValue = "") { argument
146 if(($tagName == "" || $this->nodes[$arrKeys[$index]]->tag->getTagName() == $tagName) &&
160 …$newArray = $this->nodes[$arrKeys[$index]]->getBranches($newTagPath, $tagName, $attrName, $attrVal…
435 function removeBranches($tagPath = "", $tagName = "", $attrName = "", $attrValue = "") { argument
451 …if(($tagName == "" || $referencedBranches[$i]->nodes[$arrKeys[$index]]->tag->getTagName() == $tagN…
H A DTag.php42 var $tagName; variable in Tag
119 return $this->tagName;
148 if($this->tagName != "") {
149 $tagString .= $this->tagStartOpen . $this->tagName;
168 if($this->tagName != "" && $this->tagContent != "")
169 $tagString .= $this->tagEndOpen . $this->tagName . $this->tagEndClose;
255 $tagName = $tagContent = "";
369 $tempNewPos = $tempPos + strlen($this->tagStartOpen . $tagName);
372 $tempNewPos = $tempPos + strlen($this->tagStartOpen . $tagName);
400 $this->setTagName($tagName);
[all …]
/plugin/advrack/
H A Draphael.js2737 if (container.tagName) {
3934 if (g.win.opera && target.tagName == "svg") {
6096 if (pn.tagName.toLowerCase() != "a") {
6649 if (this.node.parentNode.tagName.toLowerCase() == "a") {
6827 if (this.node.parentNode.tagName.toLowerCase() == "a") {
6848 if (parent.tagName.toLowerCase() == "a") {
8028 createNode = function (tagName) { argument
8029 return doc.createElement('<rvml:' + tagName + ' class="rvml">');
8032 createNode = function (tagName) {
8033 … return doc.createElement('<' + tagName + ' xmlns="urn:schemas-microsoft.com:vml" class="rvml">');
/plugin/rigrr/lib/rigrr/
H A Drigrr.nocache.js7 …m.write(gb+b+hb);c=m.getElementById(b);a=c&&c.previousSibling;while(a&&a.tagName!=ib){a=a.previous…
/plugin/rigrr/lib/
H A Drigrr.nocache.js7 …m.write(gb+b+hb);c=m.getElementById(b);a=c&&c.previousSibling;while(a&&a.tagName!=ib){a=a.previous…
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js428 …var svg = (evt.target.tagName === 'svg' || evt.target.tagName === 'SVG') ? evt.target : evt.target…
530 …var svg = (evt.target.tagName === 'svg' || evt.target.tagName === 'SVG') ? evt.target : evt.target…
569 …, svg = (target.tagName === 'svg' || target.tagName === 'SVG') ? target : target.ownerSVGElement |…
615 …var svg = (evt.target.tagName === 'svg' || evt.target.tagName === 'SVG') ? evt.target : evt.target…
617 …if (evt.target.tagName === 'svg' || !this.options.dragEnabled) { // Pan anyway when drag is disabl…
643 …var svg = (evt.target.tagName === 'svg' || evt.target.tagName === 'SVG') ? evt.target : evt.target…
1015 …var svg = (evt.target.tagName === 'svg' || evt.target.tagName === 'SVG') ? evt.target : evt.target…
1127 if (element.tagName.toLowerCase() === 'svg') {
1130 if (element.tagName.toLowerCase() === 'object') {
1133 if (element.tagName.toLowerCase() === 'embed') {
[all …]
/plugin/txt2tags/
H A Dsyntax.php141 if (preg_match('/h([1-7])/',$node->tagName,$match))
/plugin/headernofloat/
H A Dscript.js17 if( ediv[kk].tagName=='H1' ||
18 ediv[kk].tagName=='H2' ||
19 ediv[kk].tagName=='H3' ||
20 ediv[kk].tagName=='H4' ||
21 ediv[kk].tagName=='H5') {
26 if(ediv[kk].tagName == "DIV") {
/plugin/aceeditor/
H A Dbuild.js1tagName||this.voidElements[r.tagName.toLowerCase()]?"":r.selfClosing?"":r.value.indexOf("/"+r.tagN…
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js165 },isXMLDoc:function(elem){return elem.documentElement&&!elem.body||elem.tagName&&elem.ownerDocument…
284 if(elem.tagName){var special=/href|src|style/.test(name);
H A Dsimile-ajax-api.js36 if (node.nodeType == 1 && node.tagName.toLowerCase() == "script") {
/plugin/eventline/timeline_ajax/scripts/
H A Dsignal.js15 if (node.nodeType == 1 && node.tagName.toLowerCase() == "script") {

12345678910>>...12