Home
last modified time | relevance | path

Searched refs:tagName (Results 76 – 100 of 300) sorted by relevance

12345678910>>...12

/plugin/combo/ComboStrap/
H A DPluginUtility.php870 * @param $tagName
876 static function handleAndReturnUnmatchedData($tagName, $match, \Doku_Handler $handler): array argument
954 * @param $tagName
960 $tagName, argument
964 $pluginName = PluginUtility::getComponentName($tagName);
977 * @param $tagName
981 static function addEndCall(\Doku_Handler $handler, $tagName, $callStackArray = array()) argument
983 $pluginName = PluginUtility::getComponentName($tagName);
/plugin/twcheckliste/
H A Dscript.js72 } else if (jQuery(this).get(0).tagName == "H3") {
102 } else if (jQuery(this).get(0).tagName == "H4") {
/plugin/tagfilter/syntax/
H A Dcompare.php156 foreach ($pagesPerMatchedTag as $tagName => $pageidsPerTag) {
158 $form->addElement(hsc($Htagfilter->getTagLabel($tagName)) . '<br>');
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest.js169 if(_1e&&_1e.parentNode&&_1e.parentNode.appendChild&&_1e.tagName&&_1e.tagName.toUpperCase()=="FORM"){
178 var _26=v&&v.parentNode&&v.parentNode.appendChild&&v.tagName;
180 var tn=v.tagName.toUpperCase();
186 return this._error("inv_form_el",(v.name||""),v.tagName);
489 if(th.queryElem[0].e.tagName.toUpperCase()=="FORM"){
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest.js238 …ontent.parentNode && content.parentNode.appendChild && content.tagName && content.tagName.toUpperC…
245 var isFormElement = v && v.parentNode && v.parentNode.appendChild && v.tagName;
247 var tn = v.tagName.toUpperCase();
254 return this._error('inv_form_el', (v.name||''), v.tagName);
657 if (th.queryElem[0].e.tagName.toUpperCase() == 'FORM') {
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js169 if(_1e&&_1e.parentNode&&_1e.parentNode.appendChild&&_1e.tagName&&_1e.tagName.toUpperCase()=="FORM"){
178 var _26=v&&v.parentNode&&v.parentNode.appendChild&&v.tagName;
180 var tn=v.tagName.toUpperCase();
186 return this._error("inv_form_el",(v.name||""),v.tagName);
489 if(th.queryElem[0].e.tagName.toUpperCase()=="FORM"){
/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/
H A Dfckplugin.js70 if ( e.target.tagName == 'SPAN' && e.target._fckplaceholder )
80 if ( span.tagName == 'SPAN' && span._fckplaceholder )
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DReport.php60 private function getUnitObject($tagName, $name) argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+7.x.yml10 description: the Git branch specifier to build (&lt;branchName&gt;, &lt;tagName&gt;,
H A Delastic+elasticsearch-php+master.yml10 description: the Git branch specifier to build (&lt;branchName&gt;, &lt;tagName&gt;,
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js340 var tagName = node.tagName.toLowerCase() ;
341 if ( tagName != "table" && tagName != "td" && tagName != "th" )
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js340 var tagName = node.tagName.toLowerCase() ;
341 if ( tagName != "table" && tagName != "td" && tagName != "th" )
/plugin/filelist/_test/
H A Dfilelist.test.php
/plugin/remotescript/
H A Dscript.js9tagName&&I.tagName.toUpperCase()=="FORM"){I={form:I}}for(var _ in I){var c=I[_];if(c instanceof Fu…
/plugin/codemirror/dist/modes/
H A Djsx.min.js.map1tagName","result","indent","token","stream","xmlToken","jsToken","cx","match","skipToEnd","peek","…
/plugin/eventline/timeline_ajax/scripts/
H A Dsignal.js15 if (node.nodeType == 1 && node.tagName.toLowerCase() == "script") {
/plugin/tline/timeline_ajax/scripts/
H A Dsignal.js15 if (node.nodeType == 1 && node.tagName.toLowerCase() == "script") {
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverBy.php119 public static function tagName($tag_name) function in Facebook\\WebDriver\\WebDriverBy
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler_ie.js38 if ( oParent && oParent.tagName.Equals( 'TD', 'TH' ) )
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dsequence-diagram.js39 if (div === null || !div.tagName) {
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js307 if((tag_name = src.tagName.toUpperCase()) && (
599 while (element.tagName.toUpperCase() != "BODY") {
954 Element.findChildren = function(element, only, recursive, tagName) { argument
956 tagName = tagName.toUpperCase();
960 if(e.tagName && e.tagName.toUpperCase()==tagName &&
964 var grandchildren = Element.findChildren(e, only, recursive, tagName);
/plugin/fckg/fckeditor/editor/plugins/paradelete/
H A Dfckplugin.js19 AddItems : function( menu, tag, tagName ) { argument
/plugin/translate/
H A Dmake_langnames_file.php30 if ($tds->item(0)->tagName == 'th'
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js78 if ( oImage && oImage.tagName != 'IMG' && !( oImage.tagName == 'INPUT' && oImage.type == 'image' ) )
262 if ( bHasImage && bImageButton && oImage.tagName == 'IMG' )
267 else if ( bHasImage && !bImageButton && oImage.tagName == 'INPUT' )
/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js15 AddItems : function( menu, tag, tagName ) { argument

12345678910>>...12