Searched refs:id (Results 451 - 475 of 1565) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2/src/server/org/opends/server/util/
H A DVersionCompatibilityIssue.java336 * is associated with <code>id</code> this method returns null.
337 * @param id of a cause
338 * @return Cause with <code>id</code>
340 static Cause fromId(int id) { argument
344 if (c.getId() == id) {
352 private int id; field in class:VersionCompatibilityIssue.Cause
360 * @param id of this cause. It would get very complicated to try to
413 private Cause(int id, Message upgradeMessage, Message reversionMessage, argument
415 this.id = id;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DVersionCompatibilityIssue.java337 * is associated with <code>id</code> this method returns null.
338 * @param id of a cause
339 * @return Cause with <code>id</code>
341 static Cause fromId(int id) { argument
345 if (c.getId() == id) {
353 private int id; field in class:VersionCompatibilityIssue.Cause
361 * @param id of this cause. It would get very complicated to try to
414 private Cause(int id, Message upgradeMessage, Message reversionMessage, argument
416 this.id = id;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DVersionCompatibilityIssue.java337 * is associated with <code>id</code> this method returns null.
338 * @param id of a cause
339 * @return Cause with <code>id</code>
341 static Cause fromId(int id) { argument
345 if (c.getId() == id) {
353 private int id; field in class:VersionCompatibilityIssue.Cause
361 * @param id of this cause. It would get very complicated to try to
414 private Cause(int id, Message upgradeMessage, Message reversionMessage, argument
416 this.id = id;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DVersionCompatibilityIssue.java336 * is associated with <code>id</code> this method returns null.
337 * @param id of a cause
338 * @return Cause with <code>id</code>
340 static Cause fromId(int id) { argument
344 if (c.getId() == id) {
352 private int id; field in class:VersionCompatibilityIssue.Cause
360 * @param id of this cause. It would get very complicated to try to
413 private Cause(int id, Message upgradeMessage, Message reversionMessage, argument
415 this.id = id;
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEventListenerManager.java268 String id; field in class:SMSEventListenerManager.NotificationObject
275 id = SMSUtils.getUniqueID();
283 return (id);
289 hash = 13 * hash + (id != null ? id.hashCode() : 0);
296 return (id.equals(no.id));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DOpenDJAccessEventBuilder.java84 public T ldapConnectionId(long id) argument
86 getLdapValue().put("connId", id);
126 public T ldapIdToAbandon(int id) argument
128 getLdapValue().put("idToAbandon", id);
230 public T runAs(String id) argument
232 Reject.ifNull(id);
233 jsonValue.put("runAs", id);
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/
H A DIdentityActivity.java84 final GridView identityView = ((GridView) findViewById(R.id.grid));
92 findViewById(R.id.empty).setVisibility(View.VISIBLE);
94 findViewById(R.id.empty).setVisibility(View.GONE);
121 menu.findItem(R.id.action_scan).setVisible(settings.isCameraEnabled());
148 menu.findItem(R.id.action_scan).setVisible(settings.isCameraEnabled());
155 case R.id.action_scan:
164 case R.id.action_about:
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/add/
H A DScanActivity.java90 final ImageView image = (ImageView) findViewById(R.id.image);
97 findViewById(R.id.progress).setVisibility(View.INVISIBLE);
164 ((SurfaceView) findViewById(R.id.surfaceview)).getHolder().addCallback(this);
225 findViewById(R.id.surfaceview).setVisibility(View.INVISIBLE);
226 findViewById(R.id.progress).setVisibility(View.INVISIBLE);
227 findViewById(R.id.window).setVisibility(View.INVISIBLE);
228 findViewById(R.id.textview).setVisibility(View.VISIBLE);
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/oath/
H A DOathLayout.java78 mProgressOuter = (ProgressCircle) findViewById(R.id.progressOuter);
79 mCode = (TextView) findViewById(R.id.code);
80 refresh = (ImageButton) findViewById(R.id.refresh);
92 MechanismIcon icon = (MechanismIcon) findViewById(R.id.icon);
108 case R.id.action_delete:
110 case R.id.action_copy:
121 menu.findItem(R.id.action_copy).setEnabled(code != null);
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DPhaseStatistic.java80 * @param sourceId The source id processed, or null if none
81 * @param targetId The target id processed, or null if none
91 String id;
93 id = sourceId;
95 id = targetId;
98 if (id != null) {
103 situationIds.add(id); // TODO: option to not keep all results in memory
111 public void addNotValid(String id) { argument
112 notValid.add(id);
H A DLink.java80 // The id linked in the source object set of the mapping.
84 // The id linked in the target object set of the mapping.
121 * @param id the local (unqualified) link identifier
122 * @return the qualified id, qualified to the repository
124 private static String linkId(String id) { argument
127 if (id != null) {
128 sb.append('/').append(id);
255 * @param id The ID to look up the links
258 private void getLinkFromFirst(String id) throws SynchronizationException { argument
260 if (id !
296 getLinkFromSecond(String id) argument
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js81 el.className=YAHOO.lang.trim(el.className);return true;};return Y.Dom.batch(el,f,Y.Dom,true);},generateId:function(el,prefix){prefix=prefix||'yui-gen';var f=function(el){if(el&&el.id){return el.id;}
82 var id=prefix+id_counter++;if(el){el.id=id;}
83 return id;};return Y.Dom.batch(el,f,Y.Dom,true)||f.apply(Y.Dom,arguments);},isAncestor:function(haystack,needle){haystack=Y.Dom.get(haystack);if(!haystack||!needle){return false;}
128 return defaultScope;};YAHOO.util.Subscriber.prototype.contains=function(fn,obj){if(obj){return(this.fn==fn&&this.obj==obj);}else{return(this.fn==fn);}};YAHOO.util.Subscriber.prototype.toString=function(){return"Subscriber { obj: "+this.obj+", override: "+(this.override||"no")+" }";};if(!YAHOO.util.Event){YAHOO.util.Event=function(){var loadComplete=false;var DOMReady=false;var listeners=[];var unloadListeners=[];var legacyEvents=[];var legacyHandlers=[];var retryCount=0;var onAvailStack=[];var legacyMap=[];var counter=0;var webkitKeymap={63232:38,63233:40,63234:37,63235:39};return{POLL_RETRYS:4000,POLL_INTERVAL:10,EL:0,TYPE:1,FN:2,WFN:3,OBJ:3,ADJ_SCOPE:4,lastError:null,isSafari:YAHOO.env.ua.webkit,webkit:YAHOO.env.ua.webkit,isIE:YAHOO.env.ua.ie,_interval:null,startInterval:function(){if(!this._interval){var self=this;var callback=function(){self._tryPreloadAttach();};this._interval=setInterval(callback,this.POLL_INTERVAL);}},onAvailable:function(p_id,p_fn,p_obj,p_override){onAvailStack.push({id:p_id,fn:p_fn,obj:p_obj,override:p_override,checkReady:false});retryCount=this.POLL_RETRYS;this.startInterval();},onDOMReady:function(p_fn,p_obj,p_override){if(DOMReady){setTimeout(function(){var s=window;if(p_override){if(p_override===true){s=p_obj;}else{s=p_override;}}
129 p_fn.call(s,"DOMReady",[],p_obj);},0);}else{this.DOMReadyEvent.subscribe(p_fn,p_obj,p_override);}},onContentReady:function(p_id,p_fn,p_obj,p_override){onAvailStack.push({id:p_id,fn:p_fn,obj:p_obj,override:p_override,checkReady:true});retryCount=this.POLL_RETRYS;this.startInterval();},addListener:function(el,sType,fn,obj,override){if(!fn||!fn.call){return false;}
135 var wrappedFn=function(e){return fn.call(scope,YAHOO.util.Event.getEvent(e),obj);};var li=[el,sType,fn,wrappedFn,scope];var index=listeners.length;listeners[index]=li;if(this.useLegacyEvent(el,sType)){var legacyIndex=this.getLegacyIndex(el,sType);if(legacyIndex==-1||el!=legacyEvents[legacyIndex][0]){legacyIndex=legacyEvents.length;legacyMap[el.id+sType]=legacyIndex;legacyEvents[legacyIndex]=[el,sType,el["on"+sType]];legacyHandlers[legacyIndex]=[];el["on"+sType]=function(e){YAHOO.util.Event.fireLegacyEvent(YAHOO.util.Event.getEvent(e),legacyIndex);};}
157 return-1;},generateId:function(el){var id
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js81 el.className=YAHOO.lang.trim(el.className);return true;};return Y.Dom.batch(el,f,Y.Dom,true);},generateId:function(el,prefix){prefix=prefix||'yui-gen';var f=function(el){if(el&&el.id){return el.id;}
82 var id=prefix+id_counter++;if(el){el.id=id;}
83 return id;};return Y.Dom.batch(el,f,Y.Dom,true)||f.apply(Y.Dom,arguments);},isAncestor:function(haystack,needle){haystack=Y.Dom.get(haystack);if(!haystack||!needle){return false;}
128 return defaultScope;};YAHOO.util.Subscriber.prototype.contains=function(fn,obj){if(obj){return(this.fn==fn&&this.obj==obj);}else{return(this.fn==fn);}};YAHOO.util.Subscriber.prototype.toString=function(){return"Subscriber { obj: "+this.obj+", override: "+(this.override||"no")+" }";};if(!YAHOO.util.Event){YAHOO.util.Event=function(){var loadComplete=false;var DOMReady=false;var listeners=[];var unloadListeners=[];var legacyEvents=[];var legacyHandlers=[];var retryCount=0;var onAvailStack=[];var legacyMap=[];var counter=0;var webkitKeymap={63232:38,63233:40,63234:37,63235:39};return{POLL_RETRYS:4000,POLL_INTERVAL:10,EL:0,TYPE:1,FN:2,WFN:3,OBJ:3,ADJ_SCOPE:4,lastError:null,isSafari:YAHOO.env.ua.webkit,webkit:YAHOO.env.ua.webkit,isIE:YAHOO.env.ua.ie,_interval:null,startInterval:function(){if(!this._interval){var self=this;var callback=function(){self._tryPreloadAttach();};this._interval=setInterval(callback,this.POLL_INTERVAL);}},onAvailable:function(p_id,p_fn,p_obj,p_override){onAvailStack.push({id:p_id,fn:p_fn,obj:p_obj,override:p_override,checkReady:false});retryCount=this.POLL_RETRYS;this.startInterval();},onDOMReady:function(p_fn,p_obj,p_override){if(DOMReady){setTimeout(function(){var s=window;if(p_override){if(p_override===true){s=p_obj;}else{s=p_override;}}
129 p_fn.call(s,"DOMReady",[],p_obj);},0);}else{this.DOMReadyEvent.subscribe(p_fn,p_obj,p_override);}},onContentReady:function(p_id,p_fn,p_obj,p_override){onAvailStack.push({id:p_id,fn:p_fn,obj:p_obj,override:p_override,checkReady:true});retryCount=this.POLL_RETRYS;this.startInterval();},addListener:function(el,sType,fn,obj,override){if(!fn||!fn.call){return false;}
135 var wrappedFn=function(e){return fn.call(scope,YAHOO.util.Event.getEvent(e),obj);};var li=[el,sType,fn,wrappedFn,scope];var index=listeners.length;listeners[index]=li;if(this.useLegacyEvent(el,sType)){var legacyIndex=this.getLegacyIndex(el,sType);if(legacyIndex==-1||el!=legacyEvents[legacyIndex][0]){legacyIndex=legacyEvents.length;legacyMap[el.id+sType]=legacyIndex;legacyEvents[legacyIndex]=[el,sType,el["on"+sType]];legacyHandlers[legacyIndex]=[];el["on"+sType]=function(e){YAHOO.util.Event.fireLegacyEvent(YAHOO.util.Event.getEvent(e),legacyIndex);};}
157 return-1;},generateId:function(el){var id
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DID2Entry.java361 * @param id The entry ID which forms the key.
369 public boolean insert(Transaction txn, EntryID id, Entry entry) argument
372 DatabaseEntry key = id.getDatabaseEntry();
390 * @param id The entry ID which forms the key.
397 public boolean put(Transaction txn, EntryID id, Entry entry) argument
400 DatabaseEntry key = id.getDatabaseEntry();
434 * @param id The entry ID which forms the key.
438 public boolean remove(Transaction txn, EntryID id) argument
441 DatabaseEntry key = id.getDatabaseEntry();
455 * @param id Th
461 get(Transaction txn, EntryID id, LockMode lockMode) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DID2Entry.java362 * @param id The entry ID which forms the key.
370 public boolean insert(Transaction txn, EntryID id, Entry entry) argument
373 DatabaseEntry key = id.getDatabaseEntry();
391 * @param id The entry ID which forms the key.
398 public boolean put(Transaction txn, EntryID id, Entry entry) argument
401 DatabaseEntry key = id.getDatabaseEntry();
435 * @param id The entry ID which forms the key.
439 public boolean remove(Transaction txn, EntryID id) argument
442 DatabaseEntry key = id.getDatabaseEntry();
456 * @param id Th
462 get(Transaction txn, EntryID id, LockMode lockMode) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DID2Entry.java362 * @param id The entry ID which forms the key.
370 public boolean insert(Transaction txn, EntryID id, Entry entry) argument
373 DatabaseEntry key = id.getDatabaseEntry();
391 * @param id The entry ID which forms the key.
398 public boolean put(Transaction txn, EntryID id, Entry entry) argument
401 DatabaseEntry key = id.getDatabaseEntry();
435 * @param id The entry ID which forms the key.
439 public boolean remove(Transaction txn, EntryID id) argument
442 DatabaseEntry key = id.getDatabaseEntry();
456 * @param id Th
462 get(Transaction txn, EntryID id, LockMode lockMode) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DID2Entry.java361 * @param id The entry ID which forms the key.
369 public boolean insert(Transaction txn, EntryID id, Entry entry) argument
372 DatabaseEntry key = id.getDatabaseEntry();
390 * @param id The entry ID which forms the key.
397 public boolean put(Transaction txn, EntryID id, Entry entry) argument
400 DatabaseEntry key = id.getDatabaseEntry();
434 * @param id The entry ID which forms the key.
438 public boolean remove(Transaction txn, EntryID id) argument
441 DatabaseEntry key = id.getDatabaseEntry();
455 * @param id Th
461 get(Transaction txn, EntryID id, LockMode lockMode) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DID2Entry.java362 * @param id The entry ID which forms the key.
370 public boolean insert(Transaction txn, EntryID id, Entry entry) argument
373 DatabaseEntry key = id.getDatabaseEntry();
391 * @param id The entry ID which forms the key.
398 public boolean put(Transaction txn, EntryID id, Entry entry) argument
401 DatabaseEntry key = id.getDatabaseEntry();
435 * @param id The entry ID which forms the key.
439 public boolean remove(Transaction txn, EntryID id) argument
442 DatabaseEntry key = id.getDatabaseEntry();
456 * @param id Th
462 get(Transaction txn, EntryID id, LockMode lockMode) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/monitors/
H A DStackTraceMonitorProvider.java106 long id = t.getId();
109 buffer.append("id=");
110 buffer.append(id);
122 buffer.append("id=");
123 buffer.append(id);
/forgerock/opendj2/src/server/org/opends/server/monitors/
H A DStackTraceMonitorProvider.java105 long id = t.getId();
108 buffer.append("id=");
109 buffer.append(id);
121 buffer.append("id=");
122 buffer.append(id);
/forgerock/opendj-b2.6/tests/staf-tests/shared/python/
H A Dreplication.py40 def __init__(self, port, id):
42 self.id = id
52 return self.id
60 def __init__(self, suffixDn, id):
62 self.id = id
72 return self.id
205 id = changelogServer.getId()
218 ldifLines.append('ds-cfg-replication-server-id
[all...]
/forgerock/opendj2/tests/staf-tests/shared/python/
H A Dreplication.py39 def __init__(self, port, id):
41 self.id = id
51 return self.id
59 def __init__(self, suffixDn, id):
61 self.id = id
71 return self.id
209 id = changelogServer.getId()
222 ldifLines.append('ds-cfg-replication-server-id
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/monitors/
H A DStackTraceMonitorProvider.java106 long id = t.getId();
109 buffer.append("id=");
110 buffer.append(id);
122 buffer.append("id=");
123 buffer.append(id);
/forgerock/opendj2.6.2/tests/staf-tests/shared/python/
H A Dreplication.py40 def __init__(self, port, id):
42 self.id = id
52 return self.id
60 def __init__(self, suffixDn, id):
62 self.id = id
72 return self.id
205 id = changelogServer.getId()
218 ldifLines.append('ds-cfg-replication-server-id
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/python/
H A Dreplication.py40 def __init__(self, port, id):
42 self.id = id
52 return self.id
60 def __init__(self, suffixDn, id):
62 self.id = id
72 return self.id
205 id = changelogServer.getId()
218 ldifLines.append('ds-cfg-replication-server-id
[all...]

Completed in 154 milliseconds

<<11121314151617181920>>