Home
last modified time | relevance | path

Searched refs:attName (Results 1 – 16 of 16) sorted by relevance

/plugin/fckg/fckeditor/editor/dialog/common/
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/grensladawritezor/fckeditor/editor/dialog/common/
Dfck_dialog_common.js39 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/
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/wysiwyg/fckeditor/editor/_source/classes/
Dfckstyle.js458 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 …]
Dfckxml.js30 FCKXml.GetAttribute = function( node, attName, defaultValue ) argument
32 var attNode = node.attributes.getNamedItem( attName ) ;
/plugin/diagramsnet/lib/js/diagramly/graphml/
DmxGraphMlCodec.js163 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 DXmlDocument.php565 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/
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 ) ;
Dfck.js756 function _FCK_ProtectEvents_ReplaceEvents( eventMatch, attName ) argument
758 return ' ' + attName + '_fckprotectedatt="' + encodeURIComponent( eventMatch ) + '"' ;
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfck.js635 function _FCK_ProtectEvents_ReplaceEvents( eventMatch, attName ) argument
637 …return ' ' + attName + '_fckprotectedatt="' + eventMatch.ReplaceAll( [/&/g,/'/g,/"/g,/=/g,/</g,/>/…
/plugin/mantis/lib/
Dclass.xmlschema.php768 foreach($typeDef['attrs'] as $attName => $data){
769 $str .= " $attName=\"{type = ".$data['type']."}\"";
Dnusoap.php1836 foreach($typeDef['attrs'] as $attName => $data){
1837 $str .= " $attName=\"{type = ".$data['type']."}\"";
/plugin/diagramsnet/lib/js/diagramly/vsdx/
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/diagramsnet/lib/WEB-INF/lib/
Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/googlesearch/
Dnusoap.php1725 foreach($attrs as $attName => $data){
1726 $str .= " $attName=\"{type = ".$data['type']."}\"";
/plugin/openlayersmap/ol/
Dol.js.map1 …or (let i = 0; i < len; i++) {\n const attName = n.attributes[i].name;\n value[a…