Searched refs:end (Results 1 - 25 of 620) sorted by relevance

1234567891011>>

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRANotificationTableViewCell.m21 @end
H A DFRANotificationUISlider.h24 @end
H A DFRAOathMechanismFactory.h21 @end
H A DFRAActivityIndicator.h28 @end
H A DFRADateUtils.h27 @end
H A DFRALAContextFactory.h31 @end
H A DFRALAContextFactory.m25 @end
H A DFRABlockActionSheet.h32 @end
H A DAppDelegate.h39 @end
H A DFRACircleProgressView.h33 @end
H A DFRASplashViewController.h30 @end
H A DFRAFMDatabaseFactory.h34 @end
H A DFRAPushMechanismFactory.h24 @end
H A DFRAUIUtils.h40 @end
H A DFRABlockActionSheet.m23 @end
44 @end
/forgerock/authenticator-ios-v2/unit-tests/
H A DFRAModelUtils.h31 @end
/forgerock/openidm-v4/openidm-smartevent/src/main/java/org/forgerock/openidm/smartevent/
H A DEventEntry.java28 * Represents an event entry that spans the start/end event. It allows the
29 * calling of end() to complete the event window, and additional info useful for
37 * For events that mark/span the beginning and end of something, call this
40 void end(); method in interface:EventEntry
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DTimeDuration.java31 private long end = 0; field in class:TimeDuration
43 end = start;
50 end = System.currentTimeMillis();
58 end = 0;
68 return (end - start);
/forgerock/opendj2/ext/ant/bin/
H A Drunrc.cmd26 end
31 end
43 end
52 end
53 end
/forgerock/opendj-b2.6/ext/ant/bin/
H A Drunrc.cmd26 end
31 end
43 end
52 end
53 end
/forgerock/opendj2.6.2/ext/ant/bin/
H A Drunrc.cmd26 end
31 end
43 end
52 end
53 end
/forgerock/opendj2-hg/ext/ant/bin/
H A Drunrc.cmd26 end
31 end
43 end
52 end
53 end
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/bin/
H A Drunrc.cmd26 end
31 end
43 end
52 end
53 end
/forgerock/web-agents-v4/expat/
H A Dxmltok.h13 #define XML_TOK_TRAILING_RSQB -5 /* ] or ]] at the end of the scan; might be
19 #define XML_TOK_TRAILING_CR -3 /* A CR at the end of the scan;
155 const char *end,
159 const char *end,
176 /* Scan the string starting at ptr until the end of the next complete
190 set to point to the character following the end of that token.
198 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
199 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
201 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
202 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPt
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dcookie.js25 var end = cookie.indexOf(";", start);
27 if (end == -1)
28 end = cookie.length;
31 return cookie.substring(start, end);

Completed in 377 milliseconds

1234567891011>>