Searched defs:group (Results 1 - 25 of 148) sorted by relevance

123456

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/parsingtool/
H A DWriteXMLFile_int.java33 private String group; field in class:WriteXMLFile_int
38 group = inGroup;
43 //System.out.println("For " + group + " the number of suites is " + Integer.toString(arrayData.sizeSuites()));
46 String strDirName = strDir + "/" + group;
58 String strFilename = strDirName + "/" + group + ".xml";
63 fwOutput.write("<?xml-stylesheet type=\"text/xsl\" href=\"" + group + ".xsl\"?>\n");
71 fwOutput.write(" <category name=\"" + group + "\"/>\n");
72 fwOutput.write(" <groupid>" + group + "</groupid>\n");
75 fwOutput.write(" <url>http://samsonite.central.sun.com/" + group + "</url>\n\n");
89 fwOutput.write(" <group>"
[all...]
H A DWriteXMLFile_xml.java32 private String group; field in class:WriteXMLFile_xml
39 group = inGroup;
45 String strDirName = strDir + "/" + group;
56 if (group.indexOf("/") < 0) {
57 strFilename = strDirName + "/" + group + ".xml";
59 String tmpStr = new String(group);
88 fwOutput.write(" <category name=\"" + group + "\"/>\n");
89 fwOutput.write(" <groupid>" + group + "</groupid>\n");
118 fwOutput.write(" <group>" + currTestGroup + "</group>\
[all...]
H A DWriteHTMLFile.java35 private String group; field in class:WriteHTMLFile
41 group = inGroup;
47 String strDirName = strDir + "/" + group;
63 if(group.indexOf("/") < 0)
65 xmlFilename = strDirName + "/" + group + ".xml";
66 htmlFilename = strDirName + "/" + group + ".html";
70 String tmpStr = new String(group);
/forgerock/opendj2/tests/staf-tests/shared/java/parsingtool/
H A DWriteXMLFile_int.java32 private String group; field in class:WriteXMLFile_int
37 group = inGroup;
42 //System.out.println("For " + group + " the number of suites is " + Integer.toString(arrayData.sizeSuites()));
45 String strDirName = strDir + "/" + group;
57 String strFilename = strDirName + "/" + group + ".xml";
62 fwOutput.write("<?xml-stylesheet type=\"text/xsl\" href=\"" + group + ".xsl\"?>\n");
70 fwOutput.write(" <category name=\"" + group + "\"/>\n");
71 fwOutput.write(" <groupid>" + group + "</groupid>\n");
74 fwOutput.write(" <url>http://samsonite.central.sun.com/" + group + "</url>\n\n");
88 fwOutput.write(" <group>"
[all...]
H A DWriteXMLFile_xml.java31 private String group; field in class:WriteXMLFile_xml
38 group = inGroup;
44 String strDirName = strDir + "/" + group;
55 if (group.indexOf("/") < 0) {
56 strFilename = strDirName + "/" + group + ".xml";
58 String tmpStr = new String(group);
87 fwOutput.write(" <category name=\"" + group + "\"/>\n");
88 fwOutput.write(" <groupid>" + group + "</groupid>\n");
117 fwOutput.write(" <group>" + currTestGroup + "</group>\
[all...]
H A DWriteHTMLFile.java34 private String group; field in class:WriteHTMLFile
40 group = inGroup;
46 String strDirName = strDir + "/" + group;
62 if(group.indexOf("/") < 0)
64 xmlFilename = strDirName + "/" + group + ".xml";
65 htmlFilename = strDirName + "/" + group + ".html";
69 String tmpStr = new String(group);
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/parsingtool/
H A DWriteXMLFile_int.java33 private String group; field in class:WriteXMLFile_int
38 group = inGroup;
43 //System.out.println("For " + group + " the number of suites is " + Integer.toString(arrayData.sizeSuites()));
46 String strDirName = strDir + "/" + group;
58 String strFilename = strDirName + "/" + group + ".xml";
63 fwOutput.write("<?xml-stylesheet type=\"text/xsl\" href=\"" + group + ".xsl\"?>\n");
71 fwOutput.write(" <category name=\"" + group + "\"/>\n");
72 fwOutput.write(" <groupid>" + group + "</groupid>\n");
75 fwOutput.write(" <url>http://samsonite.central.sun.com/" + group + "</url>\n\n");
89 fwOutput.write(" <group>"
[all...]
H A DWriteXMLFile_xml.java32 private String group; field in class:WriteXMLFile_xml
39 group = inGroup;
45 String strDirName = strDir + "/" + group;
56 if (group.indexOf("/") < 0) {
57 strFilename = strDirName + "/" + group + ".xml";
59 String tmpStr = new String(group);
88 fwOutput.write(" <category name=\"" + group + "\"/>\n");
89 fwOutput.write(" <groupid>" + group + "</groupid>\n");
118 fwOutput.write(" <group>" + currTestGroup + "</group>\
[all...]
H A DWriteHTMLFile.java35 private String group; field in class:WriteHTMLFile
41 group = inGroup;
47 String strDirName = strDir + "/" + group;
63 if(group.indexOf("/") < 0)
65 xmlFilename = strDirName + "/" + group + ".xml";
66 htmlFilename = strDirName + "/" + group + ".html";
70 String tmpStr = new String(group);
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/parsingtool/
H A DWriteXMLFile_int.java33 private String group; field in class:WriteXMLFile_int
38 group = inGroup;
43 //System.out.println("For " + group + " the number of suites is " + Integer.toString(arrayData.sizeSuites()));
46 String strDirName = strDir + "/" + group;
58 String strFilename = strDirName + "/" + group + ".xml";
63 fwOutput.write("<?xml-stylesheet type=\"text/xsl\" href=\"" + group + ".xsl\"?>\n");
71 fwOutput.write(" <category name=\"" + group + "\"/>\n");
72 fwOutput.write(" <groupid>" + group + "</groupid>\n");
75 fwOutput.write(" <url>http://samsonite.central.sun.com/" + group + "</url>\n\n");
89 fwOutput.write(" <group>"
[all...]
H A DWriteXMLFile_xml.java32 private String group; field in class:WriteXMLFile_xml
39 group = inGroup;
45 String strDirName = strDir + "/" + group;
56 if (group.indexOf("/") < 0) {
57 strFilename = strDirName + "/" + group + ".xml";
59 String tmpStr = new String(group);
88 fwOutput.write(" <category name=\"" + group + "\"/>\n");
89 fwOutput.write(" <groupid>" + group + "</groupid>\n");
118 fwOutput.write(" <group>" + currTestGroup + "</group>\
[all...]
H A DWriteHTMLFile.java35 private String group; field in class:WriteHTMLFile
41 group = inGroup;
47 String strDirName = strDir + "/" + group;
63 if(group.indexOf("/") < 0)
65 xmlFilename = strDirName + "/" + group + ".xml";
66 htmlFilename = strDirName + "/" + group + ".html";
70 String tmpStr = new String(group);
/forgerock/opendj2-hg/tests/staf-tests/shared/java/parsingtool/
H A DWriteXMLFile_int.java32 private String group; field in class:WriteXMLFile_int
37 group = inGroup;
42 //System.out.println("For " + group + " the number of suites is " + Integer.toString(arrayData.sizeSuites()));
45 String strDirName = strDir + "/" + group;
57 String strFilename = strDirName + "/" + group + ".xml";
62 fwOutput.write("<?xml-stylesheet type=\"text/xsl\" href=\"" + group + ".xsl\"?>\n");
70 fwOutput.write(" <category name=\"" + group + "\"/>\n");
71 fwOutput.write(" <groupid>" + group + "</groupid>\n");
74 fwOutput.write(" <url>http://samsonite.central.sun.com/" + group + "</url>\n\n");
88 fwOutput.write(" <group>"
[all...]
H A DWriteXMLFile_xml.java31 private String group; field in class:WriteXMLFile_xml
38 group = inGroup;
44 String strDirName = strDir + "/" + group;
55 if (group.indexOf("/") < 0) {
56 strFilename = strDirName + "/" + group + ".xml";
58 String tmpStr = new String(group);
87 fwOutput.write(" <category name=\"" + group + "\"/>\n");
88 fwOutput.write(" <groupid>" + group + "</groupid>\n");
117 fwOutput.write(" <group>" + currTestGroup + "</group>\
[all...]
H A DWriteHTMLFile.java34 private String group; field in class:WriteHTMLFile
40 group = inGroup;
46 String strDirName = strDir + "/" + group;
62 if(group.indexOf("/") < 0)
64 xmlFilename = strDirName + "/" + group + ".xml";
65 htmlFilename = strDirName + "/" + group + ".html";
69 String tmpStr = new String(group);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/imageloader/
H A Dimageloader-experimental-debug.js22 * A group for images. A group can have one time limit and a series of triggers. Thus the images belonging to this group must share these constraints.
23 * @class YAHOO.util.ImageLoader.group
31 YAHOO.util.ImageLoader.group = function(trigEl, trigAct, timeout) {
33 * Name for the group. Only used to identify the group in logging statements
40 * Collection of images registered with this group
63 * Collection of triggers for this group.
72 * Flag to check if images are above the fold. If foldConditional is true, the group wil
[all...]
H A Dimageloader-experimental-min.js9 YAHOO.util.ImageLoader.group=function(trigEl,trigAct,timeout){this.name='unnamed';this._imgObjs={};this.timeoutLen=timeout;this._timeout=null;this._triggers=[];this.foldConditional=false;this.className=null;this._classImageEls=null;YAHOO.util.Event.addListener(window,'load',this._onloadTasks,this,true);this.addTrigger(trigEl,trigAct);};YAHOO.util.ImageLoader.group.prototype.addTrigger=function(trigEl,trigAct){if(!trigEl||!trigAct){return;}
10 var wrappedFetch=function(){this.fetch();};this._triggers.push([trigEl,trigAct,wrappedFetch]);YAHOO.util.Event.addListener(trigEl,trigAct,wrappedFetch,this,true);};YAHOO.util.ImageLoader.group.prototype._onloadTasks=function(){if(this.timeoutLen&&typeof(this.timeoutLen)=='number'&&this.timeoutLen>0){this._timeout=setTimeout(this._getFetchTimeout(),this.timeoutLen*1000);}
11 if(this.foldConditional){this._foldCheck();}};YAHOO.util.ImageLoader.group.prototype._getFetchTimeout=function(){var self=this;return function(){self.fetch();};};YAHOO.util.ImageLoader.group.prototype.registerBgImage=function(domId,url){this._imgObjs[domId]=new YAHOO.util.ImageLoader.bgImgObj(domId,url);return this._imgObjs[domId];};YAHOO.util.ImageLoader.group.prototype.registerSrcImage=function(domId,url,width,height){this._imgObjs[domId]=new YAHOO.util.ImageLoader.srcImgObj(domId,url,width,height);return this._imgObjs[domId];};YAHOO.util.ImageLoader.group.prototype.registerPngBgImage=function(domId,url){this._imgObjs[domId]=new YAHOO.util.ImageLoader.pngBgImgObj(domId,url);return this._imgObjs[domId];};YAHOO.util.ImageLoader.group.prototype.fetch=function(){YAHOO.log('Fetching images in group: "'+this.name+'".','info','imageloader');clearTimeout(this._timeout);for(var i=0;i<this._triggers.length;i++){YAHOO.util.Event.removeListener(this._triggers[i][0],this._triggers[i][1],this._triggers[i][2]);}
12 this._fetchByClass();for(var id in this._imgObjs){if(YAHOO.lang.hasOwnProperty(this._imgObjs,id)){this._imgObjs[id].fetch();}}};YAHOO.util.ImageLoader.group
[all...]
H A Dimageloader-experimental.js22 * A group for images. A group can have one time limit and a series of triggers. Thus the images belonging to this group must share these constraints.
23 * @class YAHOO.util.ImageLoader.group
31 YAHOO.util.ImageLoader.group = function(trigEl, trigAct, timeout) {
33 * Name for the group. Only used to identify the group in logging statements
40 * Collection of images registered with this group
63 * Collection of triggers for this group.
72 * Flag to check if images are above the fold. If foldConditional is true, the group wil
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/imageloader/
H A Dimageloader-experimental-debug.js22 * A group for images. A group can have one time limit and a series of triggers. Thus the images belonging to this group must share these constraints.
23 * @class YAHOO.util.ImageLoader.group
31 YAHOO.util.ImageLoader.group = function(trigEl, trigAct, timeout) {
33 * Name for the group. Only used to identify the group in logging statements
40 * Collection of images registered with this group
63 * Collection of triggers for this group.
72 * Flag to check if images are above the fold. If foldConditional is true, the group wil
[all...]
H A Dimageloader-experimental-min.js9 YAHOO.util.ImageLoader.group=function(trigEl,trigAct,timeout){this.name='unnamed';this._imgObjs={};this.timeoutLen=timeout;this._timeout=null;this._triggers=[];this.foldConditional=false;this.className=null;this._classImageEls=null;YAHOO.util.Event.addListener(window,'load',this._onloadTasks,this,true);this.addTrigger(trigEl,trigAct);};YAHOO.util.ImageLoader.group.prototype.addTrigger=function(trigEl,trigAct){if(!trigEl||!trigAct){return;}
10 var wrappedFetch=function(){this.fetch();};this._triggers.push([trigEl,trigAct,wrappedFetch]);YAHOO.util.Event.addListener(trigEl,trigAct,wrappedFetch,this,true);};YAHOO.util.ImageLoader.group.prototype._onloadTasks=function(){if(this.timeoutLen&&typeof(this.timeoutLen)=='number'&&this.timeoutLen>0){this._timeout=setTimeout(this._getFetchTimeout(),this.timeoutLen*1000);}
11 if(this.foldConditional){this._foldCheck();}};YAHOO.util.ImageLoader.group.prototype._getFetchTimeout=function(){var self=this;return function(){self.fetch();};};YAHOO.util.ImageLoader.group.prototype.registerBgImage=function(domId,url){this._imgObjs[domId]=new YAHOO.util.ImageLoader.bgImgObj(domId,url);return this._imgObjs[domId];};YAHOO.util.ImageLoader.group.prototype.registerSrcImage=function(domId,url,width,height){this._imgObjs[domId]=new YAHOO.util.ImageLoader.srcImgObj(domId,url,width,height);return this._imgObjs[domId];};YAHOO.util.ImageLoader.group.prototype.registerPngBgImage=function(domId,url){this._imgObjs[domId]=new YAHOO.util.ImageLoader.pngBgImgObj(domId,url);return this._imgObjs[domId];};YAHOO.util.ImageLoader.group.prototype.fetch=function(){YAHOO.log('Fetching images in group: "'+this.name+'".','info','imageloader');clearTimeout(this._timeout);for(var i=0;i<this._triggers.length;i++){YAHOO.util.Event.removeListener(this._triggers[i][0],this._triggers[i][1],this._triggers[i][2]);}
12 this._fetchByClass();for(var id in this._imgObjs){if(YAHOO.lang.hasOwnProperty(this._imgObjs,id)){this._imgObjs[id].fetch();}}};YAHOO.util.ImageLoader.group
[all...]
H A Dimageloader-experimental.js22 * A group for images. A group can have one time limit and a series of triggers. Thus the images belonging to this group must share these constraints.
23 * @class YAHOO.util.ImageLoader.group
31 YAHOO.util.ImageLoader.group = function(trigEl, trigAct, timeout) {
33 * Name for the group. Only used to identify the group in logging statements
40 * Collection of images registered with this group
63 * Collection of triggers for this group.
72 * Flag to check if images are above the fold. If foldConditional is true, the group wil
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/
H A DServerGroupConfiguration.java28 * Represents the configuration information for a server group.
31 private ServerGroup group; field in class:ServerGroupConfiguration
36 * @param group Non null.
39 ServerGroupConfiguration(ServerGroup group, ServerInstance instance) { argument
40 this.group = group;
76 * instances in the corresponding server group.
79 Collection<Server> servers = group.getServersList();
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DI18NInfo.java37 public I18NInfo(String key, String group) { argument
39 setGroup(group);
47 return group;
54 private void setGroup(String group) { argument
55 this.group = group;
60 private String group; field in class:I18NInfo
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/
H A DServerGroupConfiguration.java28 * Represents the configuration information for a server group.
31 private ServerGroup group; field in class:ServerGroupConfiguration
36 * @param group Non null.
39 ServerGroupConfiguration(ServerGroup group, ServerInstance instance) { argument
40 this.group = group;
80 * instances in the corresponding server group.
83 Collection<Server> servers = group.getServersList();
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DI18NInfo.java37 public I18NInfo(String key, String group) { argument
39 setGroup(group);
47 return group;
54 private void setGroup(String group) { argument
55 this.group = group;
60 private String group; field in class:I18NInfo

Completed in 349 milliseconds

123456