Searched refs:nodeValue (Results 1 - 25 of 55) sorted by relevance

123

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/treenodes/
H A DDefaultTreeNode.java29 private final char nodeValue; field in class:DefaultTreeNode
31 public DefaultTreeNode(char nodeValue) { argument
32 this.nodeValue = nodeValue;
37 return nodeValue;
42 return nodeValue == value;
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/treenodes/
H A DDefaultTreeNode.java29 private final char nodeValue; field in class:DefaultTreeNode
31 public DefaultTreeNode(char nodeValue) { argument
32 this.nodeValue = nodeValue;
37 return nodeValue;
42 return nodeValue == value;
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/nodefactory/
H A DAbstractTreeNodeFactory.java38 public TreeNode getTreeNode(char nodeValue) { argument
39 NodeCreator creator = creatorCache.get(nodeValue);
40 return (creator == null) ? createDefaultNode(nodeValue) : creator.createNode(nodeValue);
46 * @param nodeValue
51 protected void addNodeCreator(char nodeValue, NodeCreator creator) { argument
52 creatorCache.put(nodeValue, creator);
58 * @param nodeValue
62 protected abstract TreeNode createDefaultNode(char nodeValue); argument
H A DBasicTreeNodeFactory.java37 public TreeNode createNode(char nodeValue) {
46 public TreeNode createNode(char nodeValue) {
59 protected TreeNode createDefaultNode(char nodeValue) { argument
60 return new DefaultTreeNode(nodeValue);
H A DTreeNodeFactory.java30 * @param nodeValue
34 public TreeNode getTreeNode(char nodeValue); argument
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/nodefactory/
H A DAbstractTreeNodeFactory.java38 public TreeNode getTreeNode(char nodeValue) { argument
39 NodeCreator creator = creatorCache.get(nodeValue);
40 return (creator == null) ? createDefaultNode(nodeValue) : creator.createNode(nodeValue);
46 * @param nodeValue
51 protected void addNodeCreator(char nodeValue, NodeCreator creator) { argument
52 creatorCache.put(nodeValue, creator);
58 * @param nodeValue
62 protected abstract TreeNode createDefaultNode(char nodeValue); argument
H A DBasicTreeNodeFactory.java37 public TreeNode createNode(char nodeValue) {
46 public TreeNode createNode(char nodeValue) {
59 protected TreeNode createDefaultNode(char nodeValue) { argument
60 return new DefaultTreeNode(nodeValue);
H A DTreeNodeFactory.java30 * @param nodeValue
34 public TreeNode getTreeNode(char nodeValue); argument
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/nodecreator/
H A DNodeCreator.java30 * @param nodeValue
34 public TreeNode createNode(char nodeValue); argument
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/nodecreator/
H A DNodeCreator.java30 * @param nodeValue
34 public TreeNode createNode(char nodeValue); argument
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeAuditServiceStep.java132 Node nodeValue = (Node) ((Element) hostnameNode).getElementsByTagName("Value").item(0);
134 if (OLD_HOSTNAME_VALIDATOR.equals(nodeValue.getTextContent())) {
136 nodeValue.getTextContent(), NEW_HOSTNAME_VALIDATOR);
137 nodeValue.setTextContent(NEW_HOSTNAME_VALIDATOR);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsServerPropertiesResource.java362 String nodeValue = defaultValues.item(i).getNodeValue().replace('-', '.');
363 if (nodeValue.substring(0, 3).equals("csc")) {
364 nodeValue = nodeValue.substring(3, nodeValue.length());
365 nodeValue = "amconfig.".concat(nodeValue);
367 defaultValueNames.add(nodeValue);
380 final String nodeValue = defaultValues.item(i).getNodeValue();
381 sectionNames.add(nodeValue);
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/js/Bluff-0.3.6.2/
H A Dexcanvas.js16 initElement:function(b){if(!b.getContext){b.getContext=X;b.innerHTML="";b.attachEvent("onpropertychange",Z);b.attachEvent("onresize",$);var a=b.attributes;if(a.width&&a.width.specified)b.style.width=a.width.nodeValue+"px";else b.width=b.clientWidth;if(a.height&&a.height.specified)b.style.height=a.height.nodeValue+"px";else b.height=b.clientHeight}return b}};function Z(b){var a=b.srcElement;switch(b.propertyName){case "width":a.style.width=a.attributes.width.nodeValue+"px";a.getContext().clearRect();
17 break;case "height":a.style.height=a.attributes.height.nodeValue+"px";a.getContext().clearRect();break}}function $(b){var a=b.srcElement;if(a.firstChild){a.firstChild.style.width=a.clientWidth+"px";a.firstChild.style.height=a.clientHeight+"px"}}M.init();var N=[],B=0;for(;B<16;B++){var C=0;for(;C<16;C++)N[B*16+C]=B.toString(16)+C.toString(16)}function I(){return[[1,0,0],[0,1,0],[0,0,1]]}function y(b,a){var c=I(),d=0;for(;d<3;d++){var f=0;for(;f<3;f++){var h=0,g=0;for(;g<3;g++)h+=b[d][g]*a[g][f];c[d][f]=
/forgerock/openam/openam-server-only/src/main/webapp/js/Bluff-0.3.6.2/
H A Dexcanvas.js16 initElement:function(b){if(!b.getContext){b.getContext=X;b.innerHTML="";b.attachEvent("onpropertychange",Z);b.attachEvent("onresize",$);var a=b.attributes;if(a.width&&a.width.specified)b.style.width=a.width.nodeValue+"px";else b.width=b.clientWidth;if(a.height&&a.height.specified)b.style.height=a.height.nodeValue+"px";else b.height=b.clientHeight}return b}};function Z(b){var a=b.srcElement;switch(b.propertyName){case "width":a.style.width=a.attributes.width.nodeValue+"px";a.getContext().clearRect();
17 break;case "height":a.style.height=a.attributes.height.nodeValue+"px";a.getContext().clearRect();break}}function $(b){var a=b.srcElement;if(a.firstChild){a.firstChild.style.width=a.clientWidth+"px";a.firstChild.style.height=a.clientHeight+"px"}}M.init();var N=[],B=0;for(;B<16;B++){var C=0;for(;C<16;C++)N[B*16+C]=B.toString(16)+C.toString(16)}function I(){return[[1,0,0],[0,1,0],[0,0,1]]}function y(b,a){var c=I(),d=0;for(;d<3;d++){var f=0;for(;f<3;f++){var h=0,g=0;for(;g<3;g++)h+=b[d][g]*a[g][f];c[d][f]=
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsServerPropertiesResource.java545 String nodeValue = defaultValues.item(i).getNodeValue().replace('-', '.');
546 if (nodeValue.substring(0, 3).equals("csc")) {
547 nodeValue = nodeValue.substring(3, nodeValue.length());
549 defaultValueNames.add(nodeValue);
565 final String nodeValue = defaultValues.item(i).getNodeValue();
566 sectionNames.add(nodeValue);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/editor/
H A Deditor-beta-debug.js103 Dom.addClass(items[i].element, 'yui-toolbar-' + o.get('value') + '-' + ((items[i].value) ? items[i].value.replace(/ /g, '-').toLowerCase() : items[i]._oText.nodeValue.replace(/ /g, '-').toLowerCase()));
104 Dom.addClass(items[i].element, 'yui-toolbar-' + o.get('value') + '-' + ((items[i].value) ? items[i].value.replace(/ /g, '-') : items[i]._oText.nodeValue.replace(/ /g, '-')));
749 oButton.value = ((oMenu.value) ? oMenu.value : oMenu._oText.nodeValue);
887 oButton.value = ((oMenu.value) ? oMenu.value : oMenu._oText.nodeValue);
1385 button.set('label', '<span class="yui-toolbar-' + button.get('value') + '-' + (value).replace(/ /g, '-').toLowerCase() + '">' + _items[m]._oText.nodeValue + '</span>');
H A Deditor-beta-min.js16 var items=this.getItems();for(var i=0;i<items.length;i++){Dom.addClass(items[i].element,'yui-toolbar-'+o.get('value')+'-'+((items[i].value)?items[i].value.replace(/ /g,'-').toLowerCase():items[i]._oText.nodeValue.replace(/ /g,'-').toLowerCase()));Dom.addClass(items[i].element,'yui-toolbar-'+o.get('value')+'-'+((items[i].value)?items[i].value.replace(/ /g,'-'):items[i]._oText.nodeValue.replace(/ /g,'-')));}
36 oButton.value=((oMenu.value)?oMenu.value:oMenu._oText.nodeValue);},scope:this}
54 oButton.value=((oMenu.value)?oMenu.value:oMenu._oText.nodeValue);self._buttonClick.call(self,args[1],oButton);tmp._hideMenu();return false;});tmp.getMenu().clickEvent.subscribe(function(ev,args){YAHOO.util.Event.stopEvent(args[0]);});}}else{tmp.on('mousedown',function(ev){YAHOO.util.Event.stopEvent(ev);});tmp.on('click',function(ev){YAHOO.util.Event.stopEvent(ev);});}
86 if(button instanceof YAHOO.widget.Button){button.addClass('yui-button-selected');button.addClass('yui-button-'+button.get('value')+'-selected');if(value){var _items=button.getMenu().getItems();for(var m=0;m<_items.length;m++){if(_items[m].value==value){_items[m].cfg.setProperty('checked',true);button.set('label','<span class="yui-toolbar-'+button.get('value')+'-'+(value).replace(/ /g,'-').toLowerCase()+'">'+_items[m]._oText.nodeValue+'</span>');}else{_items[m].cfg.setProperty('checked',false);}}}}else{return false;}}},deselectButton:function(button){if(Lang.isString(button)){var button=this.getButtonById(button);}
H A Deditor-beta.js97 Dom.addClass(items[i].element, 'yui-toolbar-' + o.get('value') + '-' + ((items[i].value) ? items[i].value.replace(/ /g, '-').toLowerCase() : items[i]._oText.nodeValue.replace(/ /g, '-').toLowerCase()));
98 Dom.addClass(items[i].element, 'yui-toolbar-' + o.get('value') + '-' + ((items[i].value) ? items[i].value.replace(/ /g, '-') : items[i]._oText.nodeValue.replace(/ /g, '-')));
740 oButton.value = ((oMenu.value) ? oMenu.value : oMenu._oText.nodeValue);
876 oButton.value = ((oMenu.value) ? oMenu.value : oMenu._oText.nodeValue);
1367 button.set('label', '<span class="yui-toolbar-' + button.get('value') + '-' + (value).replace(/ /g, '-').toLowerCase() + '">' + _items[m]._oText.nodeValue + '</span>');
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/editor/
H A Deditor-beta-debug.js103 Dom.addClass(items[i].element, 'yui-toolbar-' + o.get('value') + '-' + ((items[i].value) ? items[i].value.replace(/ /g, '-').toLowerCase() : items[i]._oText.nodeValue.replace(/ /g, '-').toLowerCase()));
104 Dom.addClass(items[i].element, 'yui-toolbar-' + o.get('value') + '-' + ((items[i].value) ? items[i].value.replace(/ /g, '-') : items[i]._oText.nodeValue.replace(/ /g, '-')));
749 oButton.value = ((oMenu.value) ? oMenu.value : oMenu._oText.nodeValue);
887 oButton.value = ((oMenu.value) ? oMenu.value : oMenu._oText.nodeValue);
1385 button.set('label', '<span class="yui-toolbar-' + button.get('value') + '-' + (value).replace(/ /g, '-').toLowerCase() + '">' + _items[m]._oText.nodeValue + '</span>');
H A Deditor-beta-min.js16 var items=this.getItems();for(var i=0;i<items.length;i++){Dom.addClass(items[i].element,'yui-toolbar-'+o.get('value')+'-'+((items[i].value)?items[i].value.replace(/ /g,'-').toLowerCase():items[i]._oText.nodeValue.replace(/ /g,'-').toLowerCase()));Dom.addClass(items[i].element,'yui-toolbar-'+o.get('value')+'-'+((items[i].value)?items[i].value.replace(/ /g,'-'):items[i]._oText.nodeValue.replace(/ /g,'-')));}
36 oButton.value=((oMenu.value)?oMenu.value:oMenu._oText.nodeValue);},scope:this}
54 oButton.value=((oMenu.value)?oMenu.value:oMenu._oText.nodeValue);self._buttonClick.call(self,args[1],oButton);tmp._hideMenu();return false;});tmp.getMenu().clickEvent.subscribe(function(ev,args){YAHOO.util.Event.stopEvent(args[0]);});}}else{tmp.on('mousedown',function(ev){YAHOO.util.Event.stopEvent(ev);});tmp.on('click',function(ev){YAHOO.util.Event.stopEvent(ev);});}
86 if(button instanceof YAHOO.widget.Button){button.addClass('yui-button-selected');button.addClass('yui-button-'+button.get('value')+'-selected');if(value){var _items=button.getMenu().getItems();for(var m=0;m<_items.length;m++){if(_items[m].value==value){_items[m].cfg.setProperty('checked',true);button.set('label','<span class="yui-toolbar-'+button.get('value')+'-'+(value).replace(/ /g,'-').toLowerCase()+'">'+_items[m]._oText.nodeValue+'</span>');}else{_items[m].cfg.setProperty('checked',false);}}}}else{return false;}}},deselectButton:function(button){if(Lang.isString(button)){var button=this.getButtonById(button);}
H A Deditor-beta.js97 Dom.addClass(items[i].element, 'yui-toolbar-' + o.get('value') + '-' + ((items[i].value) ? items[i].value.replace(/ /g, '-').toLowerCase() : items[i]._oText.nodeValue.replace(/ /g, '-').toLowerCase()));
98 Dom.addClass(items[i].element, 'yui-toolbar-' + o.get('value') + '-' + ((items[i].value) ? items[i].value.replace(/ /g, '-') : items[i]._oText.nodeValue.replace(/ /g, '-')));
740 oButton.value = ((oMenu.value) ? oMenu.value : oMenu._oText.nodeValue);
876 oButton.value = ((oMenu.value) ? oMenu.value : oMenu._oText.nodeValue);
1367 button.set('label', '<span class="yui-toolbar-' + button.get('value') + '-' + (value).replace(/ /g, '-').toLowerCase() + '">' + _items[m]._oText.nodeValue + '</span>');
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/datasource/
H A Ddatasource-beta-debug.js1192 data = xmlNode.item(0).firstChild.nodeValue;
H A Ddatasource-beta-min.js67 else{var xmlNode=result.getElementsByTagName(key);if(xmlNode&&xmlNode.item(0)&&xmlNode.item(0).firstChild){data=xmlNode.item(0).firstChild.nodeValue;}
H A Ddatasource-beta.js1148 data = xmlNode.item(0).firstChild.nodeValue;
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/datasource/
H A Ddatasource-beta-debug.js1192 data = xmlNode.item(0).firstChild.nodeValue;

Completed in 162 milliseconds

123