Searched refs:fld (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DQueryElement.java107 * @param fld name of the field to be set.
111 public QueryElement(String fld, String val, int rel) argument
113 this.fieldName = fld;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DQueryElement.java107 * @param fld name of the field to be set.
111 public QueryElement(String fld, String val, int rel) argument
113 this.fieldName = fld;
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIDefinitionBase.java100 for (Field fld : fields) {
101 SubCommandInfo info = fld.getAnnotation(SubCommandInfo.class);
137 String subcmdName = fld.getName().replace('_', '-');
H A DSubCommand.java79 Field fld = (Field) allFields[i];
80 if (fld.getName().startsWith(CLIConstants.PREFIX_ARGUMENT)) {
81 reservedLongOptionNames.add((String)fld.get(null));
83 String option = fld.getName().substring(
88 (String)fld.get(null), (String)fldShort.get(null));
89 } else if (fld.getName().startsWith(
92 reservedShortOptionNames.add((String)fld.get(null));
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIDefinitionBase.java100 for (Field fld : fields) {
101 SubCommandInfo info = fld.getAnnotation(SubCommandInfo.class);
137 String subcmdName = fld.getName().replace('_', '-');
H A DSubCommand.java79 Field fld = (Field) allFields[i];
80 if (fld.getName().startsWith(CLIConstants.PREFIX_ARGUMENT)) {
81 reservedLongOptionNames.add((String)fld.get(null));
83 String option = fld.getName().substring(
88 (String)fld.get(null), (String)fldShort.get(null));
89 } else if (fld.getName().startsWith(
92 reservedShortOptionNames.add((String)fld.get(null));
/forgerock/openam-v13/openam-tools/build-helper-plugin/src/main/java/org/forgerock/maven/plugins/
H A DCLIDefinitionGenerator.java136 for (Field fld : fields) {
137 SubCommandInfo info = fld.getAnnotation(SubCommandInfo.class);
140 throw new Exception("Incorrect Definition, class=" + className + " field=" + fld.toString());
158 String subcmdName = fld.getName().replace('_', '-');
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/tools/
H A DWebHelperCreator.java134 for (Field fld : fields) {
135 SubCommandInfo info = fld.getAnnotation(SubCommandInfo.class);
143 fld.toString());
170 new WebHelperMethodCreator(fld.getName(),
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/tools/
H A DWebHelperCreator.java134 for (Field fld : fields) {
135 SubCommandInfo info = fld.getAnnotation(SubCommandInfo.class);
143 fld.toString());
170 new WebHelperMethodCreator(fld.getName(),
/forgerock/openam/openam-tools/build-helper-plugin/src/main/java/org/forgerock/maven/plugins/
H A DCLIDefinitionGenerator.java136 for (Field fld : fields) {
137 SubCommandInfo info = fld.getAnnotation(SubCommandInfo.class);
140 throw new Exception("Incorrect Definition, class=" + className + " field=" + fld.toString());
158 String subcmdName = fld.getName().replace('_', '-');
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/colorpicker/
H A Dcolorpicker-beta-debug.js890 var el, child, img, fld, i,
1000 fld = new RGBElem("input", {
1005 child.appendChild(fld);
1011 fld = new RGBElem("input", {
1016 child.appendChild(fld);
1022 fld = new RGBElem("input", {
1027 child.appendChild(fld);
1041 fld = new RGBElem("input", {
1046 child.appendChild(fld);
1054 fld
[all...]
H A Dcolorpicker-beta-min.js22 default:Event.stopEvent(e);return false;}};proto.getElement=function(id){return this.get(this.OPT.ELEMENTS)[this.get(this.OPT.IDS)[id]];};_createElements=function(){var el,child,img,fld,i,ids=this.get(this.OPT.IDS),txt=this.get(this.OPT.TXT),images=this.get(this.OPT.IMAGES),Elem=function(type,o){var n=document.createElement(type);if(o){lang.augmentObject(n,o,true);}
23 return n;},RGBElem=function(type,obj){var o=lang.merge({autocomplete:"off",value:"0",size:3,maxlength:3},obj);o.name=o.id;return new Elem(type,o);};var p=this.get("element");el=new Elem("div",{id:ids[this.ID.PICKER_BG],className:"yui-picker-bg",tabIndex:-1,hideFocus:true});child=new Elem("div",{id:ids[this.ID.PICKER_THUMB],className:"yui-picker-thumb"});img=new Elem("img",{src:images.PICKER_THUMB});child.appendChild(img);el.appendChild(child);p.appendChild(el);el=new Elem("div",{id:ids[this.ID.HUE_BG],className:"yui-picker-hue-bg",tabIndex:-1,hideFocus:true});child=new Elem("div",{id:ids[this.ID.HUE_THUMB],className:"yui-picker-hue-thumb"});img=new Elem("img",{src:images.HUE_THUMB});child.appendChild(img);el.appendChild(child);p.appendChild(el);el=new Elem("div",{id:ids[this.ID.CONTROLS],className:"yui-picker-controls"});p.appendChild(el);p=el;el=new Elem("div",{className:"hd"});child=new Elem("a",{id:ids[this.ID.CONTROLS_LABEL],href:"#"});el.appendChild(child);p.appendChild(el);el=new Elem("div",{className:"bd"});p.appendChild(el);p=el;el=new Elem("ul",{id:ids[this.ID.RGB_CONTROLS],className:"yui-picker-rgb-controls"});child=new Elem("li");child.appendChild(document.createTextNode(txt.R+" "));fld=new RGBElem("input",{id:ids[this.ID.R],className:"yui-picker-r"});child.appendChild(fld);el.appendChild(child);child=new Elem("li");child.appendChild(document.createTextNode(txt.G+" "));fld=new RGBElem("input",{id:ids[this.ID.G],className:"yui-picker-g"});child.appendChild(fld);el.appendChild(child);child=new Elem("li");child.appendChild(document.createTextNode(txt.B+" "));fld=new RGBElem("input",{id:ids[this.ID.B],className:"yui-picker-b"});child.appendChild(fld);el.appendChild(child);p.appendChild(el);el=new Elem("ul",{id:ids[this.ID.HSV_CONTROLS],className:"yui-picker-hsv-controls"});child=new Elem("li");child.appendChild(document.createTextNode(txt.H+" "));fld=new RGBElem("input",{id:ids[this.ID.H],className:"yui-picker-h"});child.appendChild(fld);child.appendChild(document.createTextNode(" "+txt.DEG));el.appendChild(child);child=new Elem("li");child.appendChild(document.createTextNode(txt.S+" "));fld
[all...]
H A Dcolorpicker-beta.js883 var el, child, img, fld, i,
993 fld = new RGBElem("input", {
998 child.appendChild(fld);
1004 fld = new RGBElem("input", {
1009 child.appendChild(fld);
1015 fld = new RGBElem("input", {
1020 child.appendChild(fld);
1034 fld = new RGBElem("input", {
1039 child.appendChild(fld);
1047 fld
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/colorpicker/
H A Dcolorpicker-beta-debug.js890 var el, child, img, fld, i,
1000 fld = new RGBElem("input", {
1005 child.appendChild(fld);
1011 fld = new RGBElem("input", {
1016 child.appendChild(fld);
1022 fld = new RGBElem("input", {
1027 child.appendChild(fld);
1041 fld = new RGBElem("input", {
1046 child.appendChild(fld);
1054 fld
[all...]
H A Dcolorpicker-beta-min.js22 default:Event.stopEvent(e);return false;}};proto.getElement=function(id){return this.get(this.OPT.ELEMENTS)[this.get(this.OPT.IDS)[id]];};_createElements=function(){var el,child,img,fld,i,ids=this.get(this.OPT.IDS),txt=this.get(this.OPT.TXT),images=this.get(this.OPT.IMAGES),Elem=function(type,o){var n=document.createElement(type);if(o){lang.augmentObject(n,o,true);}
23 return n;},RGBElem=function(type,obj){var o=lang.merge({autocomplete:"off",value:"0",size:3,maxlength:3},obj);o.name=o.id;return new Elem(type,o);};var p=this.get("element");el=new Elem("div",{id:ids[this.ID.PICKER_BG],className:"yui-picker-bg",tabIndex:-1,hideFocus:true});child=new Elem("div",{id:ids[this.ID.PICKER_THUMB],className:"yui-picker-thumb"});img=new Elem("img",{src:images.PICKER_THUMB});child.appendChild(img);el.appendChild(child);p.appendChild(el);el=new Elem("div",{id:ids[this.ID.HUE_BG],className:"yui-picker-hue-bg",tabIndex:-1,hideFocus:true});child=new Elem("div",{id:ids[this.ID.HUE_THUMB],className:"yui-picker-hue-thumb"});img=new Elem("img",{src:images.HUE_THUMB});child.appendChild(img);el.appendChild(child);p.appendChild(el);el=new Elem("div",{id:ids[this.ID.CONTROLS],className:"yui-picker-controls"});p.appendChild(el);p=el;el=new Elem("div",{className:"hd"});child=new Elem("a",{id:ids[this.ID.CONTROLS_LABEL],href:"#"});el.appendChild(child);p.appendChild(el);el=new Elem("div",{className:"bd"});p.appendChild(el);p=el;el=new Elem("ul",{id:ids[this.ID.RGB_CONTROLS],className:"yui-picker-rgb-controls"});child=new Elem("li");child.appendChild(document.createTextNode(txt.R+" "));fld=new RGBElem("input",{id:ids[this.ID.R],className:"yui-picker-r"});child.appendChild(fld);el.appendChild(child);child=new Elem("li");child.appendChild(document.createTextNode(txt.G+" "));fld=new RGBElem("input",{id:ids[this.ID.G],className:"yui-picker-g"});child.appendChild(fld);el.appendChild(child);child=new Elem("li");child.appendChild(document.createTextNode(txt.B+" "));fld=new RGBElem("input",{id:ids[this.ID.B],className:"yui-picker-b"});child.appendChild(fld);el.appendChild(child);p.appendChild(el);el=new Elem("ul",{id:ids[this.ID.HSV_CONTROLS],className:"yui-picker-hsv-controls"});child=new Elem("li");child.appendChild(document.createTextNode(txt.H+" "));fld=new RGBElem("input",{id:ids[this.ID.H],className:"yui-picker-h"});child.appendChild(fld);child.appendChild(document.createTextNode(" "+txt.DEG));el.appendChild(child);child=new Elem("li");child.appendChild(document.createTextNode(txt.S+" "));fld
[all...]
H A Dcolorpicker-beta.js883 var el, child, img, fld, i,
993 fld = new RGBElem("input", {
998 child.appendChild(fld);
1004 fld = new RGBElem("input", {
1009 child.appendChild(fld);
1015 fld = new RGBElem("input", {
1020 child.appendChild(fld);
1034 fld = new RGBElem("input", {
1039 child.appendChild(fld);
1047 fld
[all...]

Completed in 121 milliseconds