Searched defs:top (Results 1 - 25 of 75) sorted by relevance

123

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DAbstractManagedObjectDefinitionTest.java75 private TestDefinition top = new TestDefinition("topmost", null); field in class:AbstractManagedObjectDefinitionTest
77 private TestDefinition middle1 = new TestDefinition("middle1", top);
79 private TestDefinition middle2 = new TestDefinition("middle2", top);
120 return new Object[][] { { top, top, true }, { middle1, middle1, true },
121 { bottom1, bottom1, true }, { top, middle1, false },
122 { top, bottom1, false }, { middle1, top, true },
123 { bottom1, top, true }, { bottom1, middle1, true }, };
152 return new Object[][] { { top, to
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestImportJob.java63 private String top = field in class:TestImportJob
65 + "objectclass: top\n"
70 + "objectclass: top\n"
75 + "objectclass: top\n"
80 + "objectclass: top\n"
86 + "objectClass: top\n"
110 + "objectClass: top\n"
134 + "objectClass: top\n"
158 + "objectClass: top\n"
183 + "objectClass: top\
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DAbstractManagedObjectDefinitionTest.java74 private TestDefinition top = new TestDefinition("topmost", null); field in class:AbstractManagedObjectDefinitionTest
76 private TestDefinition middle1 = new TestDefinition("middle1", top);
78 private TestDefinition middle2 = new TestDefinition("middle2", top);
119 return new Object[][] { { top, top, true }, { middle1, middle1, true },
120 { bottom1, bottom1, true }, { top, middle1, false },
121 { top, bottom1, false }, { middle1, top, true },
122 { bottom1, top, true }, { bottom1, middle1, true }, };
151 return new Object[][] { { top, to
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestImportJob.java62 private String top = field in class:TestImportJob
64 + "objectclass: top\n"
69 + "objectclass: top\n"
74 + "objectclass: top\n"
79 + "objectclass: top\n"
85 + "objectClass: top\n"
109 + "objectClass: top\n"
133 + "objectClass: top\n"
157 + "objectClass: top\n"
182 + "objectClass: top\
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DAbstractManagedObjectDefinitionTest.java75 private TestDefinition top = new TestDefinition("topmost", null); field in class:AbstractManagedObjectDefinitionTest
77 private TestDefinition middle1 = new TestDefinition("middle1", top);
79 private TestDefinition middle2 = new TestDefinition("middle2", top);
120 return new Object[][] { { top, top, true }, { middle1, middle1, true },
121 { bottom1, bottom1, true }, { top, middle1, false },
122 { top, bottom1, false }, { middle1, top, true },
123 { bottom1, top, true }, { bottom1, middle1, true }, };
152 return new Object[][] { { top, to
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestImportJob.java63 private String top = field in class:TestImportJob
65 + "objectclass: top\n"
70 + "objectclass: top\n"
75 + "objectclass: top\n"
80 + "objectclass: top\n"
86 + "objectClass: top\n"
110 + "objectClass: top\n"
134 + "objectClass: top\n"
158 + "objectClass: top\n"
183 + "objectClass: top\
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestImportJob.java62 private String top = field in class:TestImportJob
64 + "objectclass: top\n"
69 + "objectclass: top\n"
74 + "objectclass: top\n"
79 + "objectclass: top\n"
85 + "objectClass: top\n"
109 + "objectClass: top\n"
133 + "objectClass: top\n"
157 + "objectClass: top\n"
182 + "objectClass: top\
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DAbstractManagedObjectDefinitionTest.java74 private TestDefinition top = new TestDefinition("topmost", null); field in class:AbstractManagedObjectDefinitionTest
76 private TestDefinition middle1 = new TestDefinition("middle1", top);
78 private TestDefinition middle2 = new TestDefinition("middle2", top);
119 return new Object[][] { { top, top, true }, { middle1, middle1, true },
120 { bottom1, bottom1, true }, { top, middle1, false },
121 { top, bottom1, false }, { middle1, top, true },
122 { bottom1, top, true }, { bottom1, middle1, true }, };
151 return new Object[][] { { top, to
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DAbstractManagedObjectDefinitionTest.java75 private TestDefinition top = new TestDefinition("topmost", null); field in class:AbstractManagedObjectDefinitionTest
77 private TestDefinition middle1 = new TestDefinition("middle1", top);
79 private TestDefinition middle2 = new TestDefinition("middle2", top);
120 return new Object[][] { { top, top, true }, { middle1, middle1, true },
121 { bottom1, bottom1, true }, { top, middle1, false },
122 { top, bottom1, false }, { middle1, top, true },
123 { bottom1, top, true }, { bottom1, middle1, true }, };
152 return new Object[][] { { top, to
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestImportJob.java63 private String top = field in class:TestImportJob
65 + "objectclass: top\n"
70 + "objectclass: top\n"
75 + "objectclass: top\n"
80 + "objectclass: top\n"
86 + "objectClass: top\n"
110 + "objectClass: top\n"
134 + "objectClass: top\n"
158 + "objectClass: top\n"
183 + "objectClass: top\
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/
H A DAbstractManagedObjectDefinitionTest.java74 private TestDefinition top = new TestDefinition("topmost", null); field in class:AbstractManagedObjectDefinitionTest
76 private TestDefinition middle1 = new TestDefinition("middle1", top);
78 private TestDefinition middle2 = new TestDefinition("middle2", top);
119 return new Object[][] { { top, top, true }, { middle1, middle1, true },
120 { bottom1, bottom1, true }, { top, middle1, false },
121 { top, bottom1, false }, { middle1, top, true },
122 { bottom1, top, true }, { bottom1, middle1, true }, };
151 return new Object[][] { { top, to
[all...]
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DAbstractManagedObjectDefinitionTest.java52 private ManagedObjectDef top = new ManagedObjectDef("topmost", null); field in class:AbstractManagedObjectDefinitionTest
54 private ManagedObjectDef middle1 = new ManagedObjectDef("middle1", top);
56 private ManagedObjectDef middle2 = new ManagedObjectDef("middle2", top);
78 { top, top, true },
81 { top, middle1, false },
82 { top, bottom1, false },
83 { middle1, top, true },
84 { bottom1, top, true },
98 { top, to
[all...]
/forgerock/web-agents-v4/pcre/
H A Dpcre_get.c81 int top, bot; local
85 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
87 if (top <= 0) return PCRE_ERROR_NOSUBSTRING;
95 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
97 if (top <= 0) return PCRE_ERROR_NOSUBSTRING;
105 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
107 if (top <= 0) return PCRE_ERROR_NOSUBSTRING;
116 while (top > bot)
118 int mid = (top + bot) / 2;
123 if (c > 0) bot = mid + 1; else top
164 int top, bot; local
[all...]
H A Dpcre_compile.c1500 int i, bot, top; local
1543 top = PRIV(utt_size);
1545 while (bot < top)
1548 i = (bot + top) >> 1;
1556 if (r > 0) bot = i + 1; else top = i;
4773 they are encountered at the top level, so we'll do that too. */
7412 during the pre-compile. However, this can happen only at top level - if
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java69 * Specifies the top inset for the steps.
83 * Specifies the top inset for the instructions sub panel.
88 * Specifies the top inset for input subpanel.
93 * Specifies the top inset for a primary field.
98 * Specifies the top inset for a secondary field.
103 * Specifies the top inset for a radio button.
108 * Specifies the top inset for a radio button subordinate panel.
113 * Specifies the top inset for the progress bar.
118 * Specifies the top inset for the progress text area.
123 * Specifies the top inse
1400 applyMargin(String html, int top, int right, int bottom, int left) argument
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java70 * Specifies the top inset for the steps.
84 * Specifies the top inset for the instructions sub panel.
89 * Specifies the top inset for input subpanel.
94 * Specifies the top inset for a primary field.
99 * Specifies the top inset for a secondary field.
104 * Specifies the top inset for a radio button.
109 * Specifies the top inset for a radio button subordinate panel.
114 * Specifies the top inset for the progress bar.
119 * Specifies the top inset for the progress text area.
124 * Specifies the top inse
1401 applyMargin(String html, int top, int right, int bottom, int left) argument
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java70 * Specifies the top inset for the steps.
84 * Specifies the top inset for the instructions sub panel.
89 * Specifies the top inset for input subpanel.
94 * Specifies the top inset for a primary field.
99 * Specifies the top inset for a secondary field.
104 * Specifies the top inset for a radio button.
109 * Specifies the top inset for a radio button subordinate panel.
114 * Specifies the top inset for the progress bar.
119 * Specifies the top inset for the progress text area.
124 * Specifies the top inse
1401 applyMargin(String html, int top, int right, int bottom, int left) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java69 * Specifies the top inset for the steps.
83 * Specifies the top inset for the instructions sub panel.
88 * Specifies the top inset for input subpanel.
93 * Specifies the top inset for a primary field.
98 * Specifies the top inset for a secondary field.
103 * Specifies the top inset for a radio button.
108 * Specifies the top inset for a radio button subordinate panel.
113 * Specifies the top inset for the progress bar.
118 * Specifies the top inset for the progress text area.
123 * Specifies the top inse
1400 applyMargin(String html, int top, int right, int bottom, int left) argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java70 * Specifies the top inset for the steps.
84 * Specifies the top inset for the instructions sub panel.
89 * Specifies the top inset for input subpanel.
94 * Specifies the top inset for a primary field.
99 * Specifies the top inset for a secondary field.
104 * Specifies the top inset for a radio button.
109 * Specifies the top inset for a radio button subordinate panel.
114 * Specifies the top inset for the progress bar.
119 * Specifies the top inset for the progress text area.
124 * Specifies the top inse
1401 applyMargin(String html, int top, int right, int bottom, int left) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DUIFactory.java84 /** Specifies the top inset for the steps. */
92 /** Specifies the top inset for the instructions sub panel. */
95 /** Specifies the top inset for input subpanel. */
98 /** Specifies the top inset for a primary field. */
101 /** Specifies the top inset for a secondary field. */
104 /** Specifies the top inset for a radio button. */
107 /** Specifies the top inset for a radio button subordinate panel. */
110 /** Specifies the top inset for the progress bar. */
113 /** Specifies the top inset for the progress text area. */
116 /** Specifies the top inse
1219 applyMargin(String html, int top, int right, int bottom, int left) argument
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/logger/
H A Dlogger-debug.js255 * Public member to access CSS top position of the LogReader container.
257 * @property top
260 YAHOO.widget.LogReader.prototype.top = null;
314 * Whether or not newest message is printed on top.
961 if(this.top) {
962 containerStyle.top = this.top;
970 containerStyle.top = "auto";
H A Dlogger-min.js13 this._initHeaderEl();this._initConsoleEl();this._initFooterEl();this._initDragDrop();this._initCategories();this._initSources();YAHOO.widget.Logger.newLogEvent.subscribe(this._onNewLog,this);YAHOO.widget.Logger.logResetEvent.subscribe(this._onReset,this);YAHOO.widget.Logger.categoryCreateEvent.subscribe(this._onCategoryCreate,this);YAHOO.widget.Logger.sourceCreateEvent.subscribe(this._onSourceCreate,this);this._filterLogs();YAHOO.log("LogReader initialized",null,this.toString());};YAHOO.widget.LogReader.prototype.logReaderEnabled=true;YAHOO.widget.LogReader.prototype.width=null;YAHOO.widget.LogReader.prototype.height=null;YAHOO.widget.LogReader.prototype.top=null;YAHOO.widget.LogReader.prototype.left=null;YAHOO.widget.LogReader.prototype.right=null;YAHOO.widget.LogReader.prototype.bottom=null;YAHOO.widget.LogReader.prototype.fontSize=null;YAHOO.widget.LogReader.prototype.footerEnabled=true;YAHOO.widget.LogReader.prototype.verboseOutput=true;YAHOO.widget.LogReader.prototype.newestOnTop=true;YAHOO.widget.LogReader.prototype.outputBuffer=100;YAHOO.widget.LogReader.prototype.thresholdMax=500;YAHOO.widget.LogReader.prototype.thresholdMin=100;YAHOO.widget.LogReader.prototype.isCollapsed=false;YAHOO.widget.LogReader.prototype.isPaused=false;YAHOO.widget.LogReader.prototype.draggable=true;YAHOO.widget.LogReader.prototype.toString=function(){return"LogReader instance"+this._sName;};YAHOO.widget.LogReader.prototype.pause=function(){this.isPaused=true;this._btnPause.value="Resume";this._timeout=null;this.logReaderEnabled=false;};YAHOO.widget.LogReader.prototype.resume=function(){this.isPaused=false;this._btnPause.value="Pause";this.logReaderEnabled=true;this._printBuffer();};YAHOO.widget.LogReader.prototype.hide=function(){this._elContainer.style.display="none";};YAHOO.widget.LogReader.prototype.show=function(){this._elContainer.style.display="block";};YAHOO.widget.LogReader.prototype.collapse=function(){this._elConsole.style.display="none";if(this._elFt){this._elFt.style.display="none";}
27 if(this.top){containerStyle.top=this.top;}
29 if(this.bottom){containerStyle.bottom=this.bottom;containerStyle.top="auto";}
H A Dlogger.js255 * Public member to access CSS top position of the LogReader container.
257 * @property top
260 YAHOO.widget.LogReader.prototype.top = null;
314 * Whether or not newest message is printed on top.
961 if(this.top) {
962 containerStyle.top = this.top;
970 containerStyle.top = "auto";
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/logger/
H A Dlogger-debug.js255 * Public member to access CSS top position of the LogReader container.
257 * @property top
260 YAHOO.widget.LogReader.prototype.top = null;
314 * Whether or not newest message is printed on top.
961 if(this.top) {
962 containerStyle.top = this.top;
970 containerStyle.top = "auto";
H A Dlogger-min.js13 this._initHeaderEl();this._initConsoleEl();this._initFooterEl();this._initDragDrop();this._initCategories();this._initSources();YAHOO.widget.Logger.newLogEvent.subscribe(this._onNewLog,this);YAHOO.widget.Logger.logResetEvent.subscribe(this._onReset,this);YAHOO.widget.Logger.categoryCreateEvent.subscribe(this._onCategoryCreate,this);YAHOO.widget.Logger.sourceCreateEvent.subscribe(this._onSourceCreate,this);this._filterLogs();YAHOO.log("LogReader initialized",null,this.toString());};YAHOO.widget.LogReader.prototype.logReaderEnabled=true;YAHOO.widget.LogReader.prototype.width=null;YAHOO.widget.LogReader.prototype.height=null;YAHOO.widget.LogReader.prototype.top=null;YAHOO.widget.LogReader.prototype.left=null;YAHOO.widget.LogReader.prototype.right=null;YAHOO.widget.LogReader.prototype.bottom=null;YAHOO.widget.LogReader.prototype.fontSize=null;YAHOO.widget.LogReader.prototype.footerEnabled=true;YAHOO.widget.LogReader.prototype.verboseOutput=true;YAHOO.widget.LogReader.prototype.newestOnTop=true;YAHOO.widget.LogReader.prototype.outputBuffer=100;YAHOO.widget.LogReader.prototype.thresholdMax=500;YAHOO.widget.LogReader.prototype.thresholdMin=100;YAHOO.widget.LogReader.prototype.isCollapsed=false;YAHOO.widget.LogReader.prototype.isPaused=false;YAHOO.widget.LogReader.prototype.draggable=true;YAHOO.widget.LogReader.prototype.toString=function(){return"LogReader instance"+this._sName;};YAHOO.widget.LogReader.prototype.pause=function(){this.isPaused=true;this._btnPause.value="Resume";this._timeout=null;this.logReaderEnabled=false;};YAHOO.widget.LogReader.prototype.resume=function(){this.isPaused=false;this._btnPause.value="Pause";this.logReaderEnabled=true;this._printBuffer();};YAHOO.widget.LogReader.prototype.hide=function(){this._elContainer.style.display="none";};YAHOO.widget.LogReader.prototype.show=function(){this._elContainer.style.display="block";};YAHOO.widget.LogReader.prototype.collapse=function(){this._elConsole.style.display="none";if(this._elFt){this._elFt.style.display="none";}
27 if(this.top){containerStyle.top=this.top;}
29 if(this.bottom){containerStyle.bottom=this.bottom;containerStyle.top="auto";}

Completed in 485 milliseconds

123