| /plugin/fckg/fckeditor/editor/dialog/common/ |
| 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/grensladawritezor/fckeditor/editor/dialog/common/ |
| D | fck_dialog_common.js | 39 function SetAttribute( element, attName, attValue ) argument 42 element.removeAttribute( attName, 0 ) ; // 0 : Case Insensitive 44 element.setAttribute( attName, attValue, 0 ) ; // 0 : Case Insensitive 47 function GetAttribute( element, attName, valueIfNull ) argument 49 var oAtt = element.attributes[attName] ; 54 var oValue = element.getAttribute( attName, 2 ) ;
|
| /plugin/wysiwyg/fckeditor/editor/dialog/common/ |
| 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/ |
| D | fckstyle.js | 458 var attName = attribs[i][0] ; 459 if ( FCKDomTools.HasAttribute( element, attName ) ) 470 …( typeof attValue == 'string' && FCKDomTools.GetAttributeValue( element, attName ) == attValue ) || 471 attValue.test( FCKDomTools.GetAttributeValue( element, attName ) ) ) 607 var attName = attributes[i][0] ; 609 if ( FCKDomTools.HasAttribute( element, attName ) ) 620 ( attValue.test && attValue.test( FCKDomTools.GetAttributeValue( element, attName ) ) ) || 621 … ( typeof attValue == 'string' && FCKDomTools.GetAttributeValue( element, attName ) == attValue ) ) 622 FCKDomTools.RemoveAttribute( element, attName ) ; 683 _CompareAttributeValues : function( attName, valueA, valueB ) argument [all …]
|
| D | fckxml.js | 30 FCKXml.GetAttribute = function( node, attName, defaultValue ) argument 32 var attNode = node.attributes.getNamedItem( attName ) ;
|
| /plugin/diagramsnet/lib/js/diagramly/graphml/ |
| D | mxGraphMlCodec.js | 163 var attName = keyObj[mxGraphMlConstants.KEY_NAME]; 166 if (attName == mxGraphMlConstants.SHARED_DATA) sharedDataId = id; 168 attName = attName? attName : yType 174 this.nodesKeys[attName] = {key: id, keyObj: keyObj}; 177 this.edgesKeys[attName] = {key: id, keyObj: keyObj}; 180 this.portsKeys[attName] = {key: id, keyObj: keyObj}; 184 this.nodesKeys[attName] = obj; 185 this.edgesKeys[attName] = obj; 186 this.portsKeys[attName] = obj; 304 var attName = child.nodeName; [all …]
|
| /plugin/combo/ComboStrap/Xml/ |
| H A D | XmlDocument.php | 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/ |
| 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 ) ;
|
| D | fck.js | 756 function _FCK_ProtectEvents_ReplaceEvents( eventMatch, attName ) argument 758 return ' ' + attName + '_fckprotectedatt="' + encodeURIComponent( eventMatch ) + '"' ;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fck.js | 635 function _FCK_ProtectEvents_ReplaceEvents( eventMatch, attName ) argument 637 …return ' ' + attName + '_fckprotectedatt="' + eventMatch.ReplaceAll( [/&/g,/'/g,/"/g,/=/g,/</g,/>/…
|
| /plugin/mantis/lib/ |
| D | class.xmlschema.php | 768 foreach($typeDef['attrs'] as $attName => $data){ 769 $str .= " $attName=\"{type = ".$data['type']."}\"";
|
| D | nusoap.php | 1836 foreach($typeDef['attrs'] as $attName => $data){ 1837 $str .= " $attName=\"{type = ".$data['type']."}\"";
|
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| 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/ |
| D | jstl-1.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
javax ... |
| /plugin/googlesearch/ |
| D | nusoap.php | 1725 foreach($attrs as $attName => $data){ 1726 $str .= " $attName=\"{type = ".$data['type']."}\"";
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …or (let i = 0; i < len; i++) {\n const attName = n.attributes[i].name;\n value[a…
|