Searched refs:cursor (Results 126 - 150 of 371) sorted by relevance

1234567891011>>

/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/button/assets/
H A Dbutton.css55 cursor:pointer;
56 cursor:hand;
213 cursor:default;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/resources/css/am-admin/
H A Dpolicies.less48 cursor: pointer;
88 cursor: pointer;
206 cursor: move !important;
215 cursor: default;
233 cursor: default;
265 cursor: pointer;
377 cursor: move;
400 cursor: default;
415 cursor: move;
445 cursor
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DIndex.java364 * cursor if needed.
374 Cursor cursor = curLocal.get();
375 if(cursor == null) {
376 cursor = openCursor(null, null);
377 curLocal.set(cursor);
396 Cursor cursor = curLocal.get();
397 if(cursor == null) {
398 cursor = openCursor(null, null);
399 curLocal.set(cursor);
1097 Cursor cursor;
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DIndex.java365 * cursor if needed.
375 Cursor cursor = curLocal.get();
376 if(cursor == null) {
377 cursor = openCursor(null, null);
378 curLocal.set(cursor);
397 Cursor cursor = curLocal.get();
398 if(cursor == null) {
399 cursor = openCursor(null, null);
400 curLocal.set(cursor);
1098 Cursor cursor;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DIndex.java365 * cursor if needed.
375 Cursor cursor = curLocal.get();
376 if(cursor == null) {
377 cursor = openCursor(null, null);
378 curLocal.set(cursor);
397 Cursor cursor = curLocal.get();
398 if(cursor == null) {
399 cursor = openCursor(null, null);
400 curLocal.set(cursor);
1098 Cursor cursor;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DIndex.java364 * cursor if needed.
374 Cursor cursor = curLocal.get();
375 if(cursor == null) {
376 cursor = openCursor(null, null);
377 curLocal.set(cursor);
396 Cursor cursor = curLocal.get();
397 if(cursor == null) {
398 cursor = openCursor(null, null);
399 curLocal.set(cursor);
1097 Cursor cursor;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DIndex.java365 * cursor if needed.
375 Cursor cursor = curLocal.get();
376 if(cursor == null) {
377 cursor = openCursor(null, null);
378 curLocal.set(cursor);
397 Cursor cursor = curLocal.get();
398 if(cursor == null) {
399 cursor = openCursor(null, null);
400 curLocal.set(cursor);
1098 Cursor cursor;
[all...]
/forgerock/openam-v13/openam-console/src/main/webapp/css/
H A Dstyles.css33 a:hover { text-decoration: underline} .footerText { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 9pt; color: #333333} .loginText { font-family: Helvetica, Arial, Geneva, sans-serif} .mastheadLinks { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 9pt; color: #4D59AB; text-decoration: none} .mastheadUsername { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 10pt; color: #333333; font-weight: bold} input.buttonblue{ cursor: hand; font-family: verdana; background: #594fbf; color: #ffffff; font-weight: bold; font-size: 10pt; padding: 1px 1px; margin: 0px 0px; border: 0px} .doubleArrow { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #594FBF} .mastheadSeparators { font-family: Helvetica, Arial, Geneva, sans-serif; color: #A2A2A2; text-decoration: none; font-size: 12pt}
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DDN2ID.java172 final Cursor<ByteString, ByteString> cursor = txn.openCursor(getName());
173 cursor.positionToKey(toKey(dn));
174 return cursor;
194 try (SequentialCursor<ByteString, ByteString> cursor = new SubtreeCursor(openCursor0(txn, oldName)))
202 ByteString currentDnKey = cursor.getKey();
203 EntryID oldID = new EntryID(cursor.getValue());
204 cursor.delete();
218 while (cursor.next());
281 * Decorator overriding the next() behavior to iterate through children of the entry pointed by the given cursor at
320 * Decorator overriding the next() behavior to iterate through subordinates of the entry pointed by the given cursor
[all...]
H A DVerifyJob.java356 try(final Cursor<ByteString, ByteString> cursor = txn.openCursor(id2entry.getName()))
359 while (cursor.next())
361 ByteString key = cursor.getKey();
362 ByteString value = cursor.getValue();
453 try(final Cursor<ByteString, ByteString> cursor = txn.openCursor(dn2id.getName()))
455 while (cursor.next())
459 final ByteString key = cursor.getKey();
463 entryID = new EntryID(cursor.getValue());
536 try (final SequentialCursor<EntryID, Void> cursor = id2childrenCount.openCursor(txn))
538 while (cursor
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/base/
H A Dbase-min.css7 h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-s (…)
H A Dbase.css31 cursor:help;
/forgerock/openam-v13/openam-server-only/src/main/webapp/fed_css/
H A Dstyles.css34 input.buttonblue{ cursor: hand; font-family: verdana; background: #594fbf; color: #ffffff; font-weight: bold; font-size: 10pt; padding: 1px 1px; margin: 0px 0px; border: 0px}
/forgerock/openam-v13/openam-server-only/src/main/webapp/password/css/
H A Dstyles.css35 a:hover { text-decoration: underline} .footerText { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 9pt; color: #333333} .loginText { font-family: Helvetica, Arial, Geneva, sans-serif} .mastheadLinks { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 9pt; color: #4D59AB; text-decoration: none} .mastheadUsername { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 10pt; color: #333333; font-weight: bold} input.buttonblue{ cursor: hand; font-family: verdana; background: #594fbf; color: #ffffff; font-weight: bold; font-size: 10pt; padding: 1px 1px; margin: 0px 0px; border: 0px} .doubleArrow { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #594FBF} .mastheadSeparators { font-family: Helvetica, Arial, Geneva, sans-serif; color: #A2A2A2; text-decoration: none; font-size: 12pt}
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/
H A DsyncConfig.less35 cursor: pointer;
180 cursor: pointer;
288 cursor: pointer;
297 cursor: pointer;
H A DscriptEditor.less101 cursor:pointer;
146 cursor:pointer;
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/base/
H A Dbase-min.css7 h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-s (…)
H A Dbase.css31 cursor:help;
/forgerock/openam/openam-server-only/src/main/webapp/fed_css/
H A Dstyles.css34 input.buttonblue{ cursor: hand; font-family: verdana; background: #594fbf; color: #ffffff; font-weight: bold; font-size: 10pt; padding: 1px 1px; margin: 0px 0px; border: 0px}
/forgerock/openam/openam-server-only/src/main/webapp/password/css/
H A Dstyles.css35 a:hover { text-decoration: underline} .footerText { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 9pt; color: #333333} .loginText { font-family: Helvetica, Arial, Geneva, sans-serif} .mastheadLinks { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 9pt; color: #4D59AB; text-decoration: none} .mastheadUsername { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 10pt; color: #333333; font-weight: bold} input.buttonblue{ cursor: hand; font-family: verdana; background: #594fbf; color: #ffffff; font-weight: bold; font-size: 10pt; padding: 1px 1px; margin: 0px 0px; border: 0px} .doubleArrow { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #594FBF} .mastheadSeparators { font-family: Helvetica, Arial, Geneva, sans-serif; color: #A2A2A2; text-decoration: none; font-size: 12pt}
/forgerock/openam/openam-console/src/main/webapp/css/
H A Dstyles.css33 a:hover { text-decoration: underline} .footerText { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 9pt; color: #333333} .loginText { font-family: Helvetica, Arial, Geneva, sans-serif} .mastheadLinks { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 9pt; color: #4D59AB; text-decoration: none} .mastheadUsername { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 10pt; color: #333333; font-weight: bold} input.buttonblue{ cursor: hand; font-family: verdana; background: #594fbf; color: #ffffff; font-weight: bold; font-size: 10pt; padding: 1px 1px; margin: 0px 0px; border: 0px} .doubleArrow { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #594FBF} .mastheadSeparators { font-family: Helvetica, Arial, Geneva, sans-serif; color: #A2A2A2; text-decoration: none; font-size: 12pt}
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/
H A DCompositeDBCursor.java45 * The type of data associated with each cursor
56 * The state of this cursor. One of {@link #UNINITIALIZED}, {@link #READY} or
69 * The cursors are sorted based on the current change of each cursor to
99 // If previous state was ready, then we must advance the first cursor
102 // to remove the first cursor, then add it again after moving it forward.
132 * Removes the cursor matching the provided data.
135 * the data for which the cursor must be found and removed
158 * Adds a cursor to this composite cursor. It first calls
161 * @param cursor
168 addCursor(final DBCursor<UpdateMsg> cursor, final T data) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/je/
H A DCompositeDBCursor.java45 * The type of data associated with each cursor
56 * The state of this cursor. One of {@link #UNINITIALIZED}, {@link #READY} or
69 * The cursors are sorted based on the current change of each cursor to
99 // If previous state was ready, then we must advance the first cursor
102 // to remove the first cursor, then add it again after moving it forward.
132 * Removes the cursor matching the provided data.
135 * the data for which the cursor must be found and removed
158 * Adds a cursor to this composite cursor. It first calls
161 * @param cursor
168 addCursor(final DBCursor<UpdateMsg> cursor, final T data) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/api/
H A DReplicationDomainDB.java42 * In particular, the {@code getCursorFom()} methods allow to obtain a cursor at any level:
48 * The cursor starting point is specified by providing a key, a {@link KeyMatchingStrategy} and
99 * When the cursor is not used anymore, client code MUST call the
101 * cursor.
104 * Starting point for each domain cursor. If any {@link ServerState}
107 * @param options The cursor options
120 * When the cursor is not used anymore, client code MUST call the
122 * cursor.
125 * Starting point for each domain cursor. If any {@link ServerState}
128 * @param options The cursor option
193 unregisterCursor(DBCursor<?> cursor) argument
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/assets/skins/sam/
H A Dcalendar.css7 .yui-calcontainer{position:relative;float:left;_overflow:hidden;}.yui-calcontainer iframe{position:absolute;border:none;margin:0;padding:0;z-index:0;width:100%;height:100%;left:0px;top:0px;}.yui-calcontainer iframe.fixedsize{width:50em;height:50em;top:-1px;left:-1px;}.yui-calcontainer.multi .groupcal{z-index:1;float:left;position:relative;}.yui-calcontainer .title{position:relative;z-index:1;}.yui-calcontainer .close-icon{position:absolute;z-index:1;}.yui-calendar{position:relative;}.yui-calendar .calnavleft{position:absolute;z-index:1;}.yui-calendar .calnavright{position:absolute;z-index:1;}.yui-calendar .calheader{position:relative;width:100%;text-align:center;}.yui-calendar .calbody a:hover{background:inherit;}p#clear{clear:left;padding-top:10px;}.yui-skin-sam .yui-calcontainer{background-color:#f2f2f2;border:1px solid #808080;padding:10px;}.yui-skin-sam .yui-calcontainer.multi{padding:0 5px 0 5px;}.yui-skin-sam .yui-calcontainer.multi .groupcal{background-color:transparent;border:none;padding:10px 5px 10px 5px;margin:0;}.yui-skin-sam .yui-calcontainer .title{background:url(sprite.png) repeat-x 0 0;border-bottom:1px solid #cccccc;font:100% sans-serif;color:#000;font-weight:bold;height:auto;padding:.4em;margin:0 -10px 10px -10px;top:0;left:0;text-align:left;}.yui-skin-sam .yui-calcontainer.multi .title{margin:0 -5px 0 -5px;}.yui-skin-sam .yui-calcontainer.withtitle{padding-top:0;}.yui-skin-sam .yui-calcontainer .calclose{background:url(sprite.png) no-repeat 0 -300px;width:25px;height:15px;top:.4em;right:.4em;cursor:pointer;}.yui-skin-sam .yui-calendar{border-spacing:0;border-collapse:collapse;font:100% sans-serif;text-align:center;}.yui-skin-sam .yui-calendar .calhead{background:transparent;border:none;vertical-align:middle;}.yui-skin-sam .yui-calendar .calheader{background:transparent;font-weight:bold;padding:0 0 .6em 0;text-align:center;}.yui-skin-sam .yui-calendar .calheader img{border:none;}.yui-skin-sam .yui-calendar .calnavleft{background:url(sprite.png) no-repeat 0 -450px;width:25px;height:15px;top:0;bottom:0;left:-10px;margin-left:.4em;cursor:pointer;}.yui-skin-sam .yui-calendar .calnavright{background:url(sprite.png) no-repeat 0 -500px;width:25px;height:15px;top:0;bottom:0;right:-10px;margin-right:.4em;cursor:pointer;}.yui-skin-sam .yui-calendar .calweekdayrow{height:2em;}.yui-skin-sam .yui-calendar .calweekdaycell{color:#000;font-weight:bold;text-align:center;width:2em;}.yui-skin-sam .yui-calendar .calfoot{background-color:#f2f2f2;}.yui-skin-sam .yui-calendar .calrowhead,.yui-skin-sam .yui-calendar .calrowfoot{color:#a6a6a6;font-size:85%;font-style:normal;font-weight:normal;}.yui-skin-sam .yui-calendar .calrowhead{text-align:right;padding-right:2px;}.yui-skin-sam .yui-calendar .calrowfoot{text-align:left;padding-left:2px;}.yui-skin-sam .yui-calendar td.calcell{border:1px solid #cccccc;background:#fff;padding:1px;height:1.6em;line-height:1.6em;text-align:center;white-space:nowrap;}.yui-skin-sam .yui-calendar td.calcell a{color:#0066cc;display:block;height:100%;text-decoration:none;}.yui-skin-sam .yui-calendar td.calcell.today{background-color:#000;}.yui-skin-sam .yui-calendar td.calcell.today a{background-color:#fff;}.yui-skin-sam .yui-calendar td.calcell.oom{background-color:#cccccc;color:#a6a6a6;cursor:default;}.yui-skin-sam .yui-calendar td.calcell.selected{background-color:#fff;color:#000;}.yui-skin-sam .yui-calendar td.calcell.selected a{background-color:#b3d4ff;color:#000;}.yui-skin-sam .yui-calendar td.calcell.calcellhover{background-color:#426fd9;color:#fff;cursor:pointer;}.yui-skin-sam .yui-calendar td.calcell.calcellhover a{background-color:#426fd9;color:#fff;}.yui-skin-sam .yui-calendar td.calcell.previous{color:#e0e0e0;}.yui-skin-sam .yui-calendar td.calcell.restricted{text-decoration:line-through;}.yui-skin-sam .yui-calendar td.calcell.highlight1{background-color:#ccff99;}.yui-skin-sam .yui-calendar td.calcell.highlight2{background-color:#99ccff;}.yui-skin-sam .yui-calendar td.calcell.highlight3{background-color:#ffcccc;}.yui-skin-sam .yui-calendar td.calcell.highlight4{background-color:#ccff99;}

Completed in 41 milliseconds

1234567891011>>