Home
last modified time | relevance | path

Searched refs:attName (Results 1 – 14 of 14) sorted by last modified time

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php560 * @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/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js168 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/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js4929 …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/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js77 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/mantis/lib/
H A Dnusoap.php1836 foreach($typeDef['attrs'] as $attName => $data){
1837 $str .= " $attName=\"{type = ".$data['type']."}\"";
H A Dclass.xmlschema.php768 foreach($typeDef['attrs'] as $attName => $data){
769 $str .= " $attName=\"{type = ".$data['type']."}\"";
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js458 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 Dfckxml.js30 FCKXml.GetAttribute = function( node, attName, defaultValue ) argument
32 var attNode = node.attributes.getNamedItem( attName ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js479 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 Dfck.js756 function _FCK_ProtectEvents_ReplaceEvents( eventMatch, attName ) argument
758 return ' ' + attName + '_fckprotectedatt="' + encodeURIComponent( eventMatch ) + '"' ;
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js37 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/googlesearch/
H A Dnusoap.php1725 foreach($attrs as $attName => $data){
1726 $str .= " $attName=\"{type = ".$data['type']."}\"";