/plugin/fckg/fckeditor/editor/dialog/common/ |
H A D | fck_dialog_common.js | 77 function SetAttribute( element, attName, attValue ) argument 80 element.removeAttribute( attName, 0 ) ; // 0 : Case Insensitive 82 element.setAttribute( attName, attValue, 0 ) ; // 0 : Case Insensitive 85 function GetAttribute( element, attName, valueIfNull ) argument 87 var oAtt = element.attributes[attName] ; 92 var oValue = element.getAttribute( attName, 2 ) ; 214 for( var attName in oAttributes ) 215 bChanged |= ( oOriginal.getAttribute( attName, 2) != oAttributes[attName] ) ; 279 for( var attName in oAttributes ) 280 oNewNode.setAttribute( attName, oAttributes[attName], 0 ) ; // 0 : Case Insensitive
|
/plugin/wysiwyg/fckeditor/editor/dialog/common/ |
H A D | fck_dialog_common.js | 37 function SetAttribute( element, attName, attValue ) argument 40 element.removeAttribute( attName, 0 ) ; // 0 : Case Insensitive 42 element.setAttribute( attName, attValue, 0 ) ; // 0 : Case Insensitive 45 function GetAttribute( element, attName, valueIfNull ) argument 47 var oAtt = element.attributes[attName] ; 52 var oValue = element.getAttribute( attName, 2 ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckstyle.js | 458 var attName = attribs[i][0] ; 459 if ( FCKDomTools.HasAttribute( element, attName ) ) 607 var attName = attributes[i][0] ; 609 if ( FCKDomTools.HasAttribute( element, attName ) ) 685 if ( attName == 'style' && valueA && valueB ) 694 GetFinalAttributeValue : function( attName ) argument 699 if ( !attValue && attName == 'style' ) 1206 for ( var attName in attrs ) 1211 overrideAttrs.push( [ attName.toLowerCase(), attrs[ attName ] ] ) ; 1263 var attName = att.nodeName.toLowerCase() ; variable [all …]
|
H A D | fckxml.js | 30 FCKXml.GetAttribute = function( node, attName, defaultValue ) argument 32 var attNode = node.attributes.getNamedItem( attName ) ;
|
/plugin/diagramsnet/lib/js/diagramly/graphml/ |
H A D | mxGraphMlCodec.js | 168 attName = attName? attName : yType 184 this.nodesKeys[attName] = obj; 185 this.edgesKeys[attName] = obj; 186 this.portsKeys[attName] = obj; 304 var attName = child.nodeName; 314 attName = arrayElem[j].nodeName; 318 obj[attName] = arr; 328 var dotPos = attName.lastIndexOf("."); 332 attName = attName.substr(dotPos + 1); 335 if (obj[attName] != null) [all …]
|
/plugin/combo/ComboStrap/Xml/ |
H A D | XmlDocument.php | 560 * @param $attName 565 function addAttributeValue($attName, $attValue, $xml) argument 573 $value = $xml->getAttribute($attName); 575 $xml->setAttribute($attName, $attValue); 577 $actualAttValue = $xml->getAttribute($attName); 580 $xml->setAttribute($attName, (string)$actualAttValue . " $attValue");
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckdomtools.js | 479 var attName = att ; 484 attName = att.nodeName ; 489 if ( attName == 'style' ) 494 else if ( attName == 'class' || attName.indexOf('on') == 0 ) 500 return element.getAttribute( attName, 2 ) ;
|
H A D | fck.js | 756 function _FCK_ProtectEvents_ReplaceEvents( eventMatch, attName ) argument 758 return ' ' + attName + '_fckprotectedatt="' + encodeURIComponent( eventMatch ) + '"' ;
|
/plugin/mantis/lib/ |
H A D | class.xmlschema.php | 768 foreach($typeDef['attrs'] as $attName => $data){ 769 $str .= " $attName=\"{type = ".$data['type']."}\"";
|
H A D | nusoap.php | 1836 foreach($typeDef['attrs'] as $attName => $data){ 1837 $str .= " $attName=\"{type = ".$data['type']."}\"";
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 4929 …xVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String$int = function (elem, attName, defVal) { argument 4931 var val = elem.getAttribute(attName); 4948 mxVsdxUtils.getIntAttr = function (elem, attName, defVal) { argument 4949 …null && (elem.nodeType == 1)) || elem === null) && ((typeof attName === 'string') || attName === n… 4950 …aph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String$int(elem, attName, defVal); 4952 …null && (elem.nodeType == 1)) || elem === null) && ((typeof attName === 'string') || attName === n… 4953 …urn com.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(elem, attName); 4958 … mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String = function (elem, attName) { argument 4959 … return mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String$int(elem, attName, 0);
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | jstl-1.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
javax ... |
/plugin/googlesearch/ |
H A D | nusoap.php | 1725 foreach($attrs as $attName => $data){ 1726 $str .= " $attName=\"{type = ".$data['type']."}\"";
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|