Home
last modified time | relevance | path

Searched refs:tagName (Results 126 – 150 of 300) sorted by relevance

12345678910>>...12

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dview.js237 tagName: 'span'
240 assert.equal(new View().el.tagName, 'SPAN');
246 tagName: function() {
/plugin/fckg/fckeditor/editor/plugins/plugintool/
H A Dfckplugin.js155 AddItems : function( menu, tag, tagName ) { argument
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckselection_ie.js150 if ( oContainer.tagName == nodeTagName ) return true ;
H A Dfckselection_gecko.js173 if ( oContainer.nodeType == 1 && oContainer.tagName == nodeTagName ) return true ;
H A Dfcktools_ie.js105 switch ( e.tagName )
/plugin/freechat/phpfreechat/themes/default/
H A Diepngfix.htc40 if (tagName == 'IMG')
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js94 if ( oTextarea && oTextarea.tagName.toLowerCase() == 'textarea' )
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Diepngfix.htc40 if (tagName == 'IMG')
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js24 var FCKListCommand = function( name, tagName ) argument
27 this.TagName = tagName ;
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php122 $tagName = $actualTag->getTagName();
123 if (in_array($tagName, WebCodeTag::CODE_TAGS)) {
/plugin/fckg/fckeditor/
H A Dfckeditor.js119 if ( oTextarea && oTextarea.tagName.toLowerCase() == 'textarea' )
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js369 if (!isArray(tags) || isEmpty(tags) || isUndefined(prop) || isEmpty(prop.tagName)) return false;
370 var t = prop.tagName.toLowerCase();
/plugin/diagramsnet/lib/math/extensions/
H A Dtex2jax.js19 …eof(c.className)==="undefined"?"":c.className);e=(typeof(c.tagName)==="undefined"?"":c.tagName);if…
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js36 if (node.nodeType == 1 && node.tagName.toLowerCase() == "script") {
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js36 if (node.nodeType == 1 && node.tagName.toLowerCase() == "script") {
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverSelect.php39 return $this->element->findElements(WebDriverBy::tagName('option'));
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php197 …$tagName = null !== $this->currentMetadata && $this->currentMetadata->xmlKeyValuePairs && $this->i…
199 $entryNode = $this->createElement($tagName, $namespace);
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js878 …if (!el || !el.tagName || (el.tagName.toLowerCase() != 'input' && el.tagName.toLowerCase() != 'tex…
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php801 $tagName = ($childNode->prefix ? $childNode->prefix.':' : '') . 'AttributeValue';
802 if ($childNode->nodeType == XML_ELEMENT_NODE && $childNode->tagName === $tagName) {
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js54 if ( oFakeImage.tagName == 'IMG' && oFakeImage.getAttribute('_fckflash') )
/plugin/livepreview/
H A Dscript.js31 ('string' == typeof cp && el.tagName.toLowerCase() == cp.toLowerCase()) ||
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js56 if ( oFakeImage.tagName == 'IMG' && oFakeImage.getAttribute('_fckflash') )
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js730 while ( (target.tagName !== "A") &&
735 if ( target.tagName === "A" ) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1988 $expectedElement->tagName,
1989 $actualElement->tagName,
2001 $expectedElement->tagName
2018 $expectedElement->tagName
2035 $expectedElement->tagName
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js152tagName(a))};sre.SemanticUtil.hasEmptyTag=function(a){return!!a&&-1!==sre.SemanticUtil.EMPTYTAGS.i…
403 …(a,b,c,d,e,f){if(e(a)||-1<c.indexOf(a.tagName)||sre.MathspeakUtil.containsAttr(a,d))return f;-1<b.…
410tagName===sre.Semantic.Type.SUBSCRIPT&&a===d.childNodes[1]||e.tagName===sre.Semantic.Type.TENSOR&&…
420tagName!==sre.Semantic.Type.MATRIX||a.getAttribute("role")!==sre.Semantic.Role.DETERMINANT)return[…
742tagName!==sre.SemanticAttr.Type.SUBSCRIPT)return!1;a=a.childNodes[0].childNodes;var b=a[1];return …
743tagName===sre.SemanticAttr.Type.NUMBER&&a.hasAttribute("role")&&a.getAttribute("role")===sre.Seman…
751tagName===sre.SemanticAttr.Type.ROOT||c[b+1].tagName===sre.SemanticAttr.Type.SQRT||c[b+1].tagName=…
752tagName===sre.SemanticAttr.Type.IDENTIFIER)&&("2"===c[b+1].childNodes[0].childNodes[1].textContent…
753tagName===sre.SemanticAttr.Type.FENCED||a.hasAttribute("role")&&a.getAttribute("role")===sre.Seman…
754 …rbolic=function(a){if(a.tagName===sre.SemanticAttr.Type.APPL){var b=sre.XpathUtil.evalXPath("child…
[all …]

12345678910>>...12