Searched refs:end (Results 376 - 400 of 620) sorted by relevance

<<11121314151617181920>>

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRANotificationsTableViewController.m41 @end
233 @end
H A DFRAPushMechanismFactory.m54 @end
232 @end
H A DAppDelegate.m146 @end
H A DFRAApplicationAssembly.m168 @end
H A DFRAFMDatabaseConnectionHelper.m220 @end
H A DFRAMessageUtils.m128 @end
H A DFRANotification.m118 @end
/forgerock/authenticator-ios-v2/unit-tests/
H A DFRAAccountsTableViewControllerTests.m34 @end
227 @end
H A DFRAFMDatabaseConnectionHelperTest.m31 @end
248 @end
H A DFRAModelsFromDatabaseTest.m50 @end
198 @end
H A DFRANotificationsTableViewControllerTests.m34 @end
276 @end
/forgerock/openidm-v4/openidm-repo-orientdb/src/main/java/org/forgerock/openidm/repo/orientdb/impl/query/
H A DCommands.java149 measure.end();
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DCollectionRelationshipProvider.java141 measure.end();
224 measure.end();
270 measure.end();
308 measure.end();
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DDbHandler.java371 } catch (Exception end)
375 mb.append(stackTraceToSingleLineString(end));
H A DDraftCNDbHandler.java285 } catch (Exception end)
289 mb.append(stackTraceToSingleLineString(end));
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DDbHandler.java363 catch (Exception end)
368 mb.append(stackTraceToSingleLineString(end));
H A DDraftCNDbHandler.java294 } catch (Exception end)
298 mb.append(stackTraceToSingleLineString(end));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DDbHandler.java371 } catch (Exception end)
375 mb.append(stackTraceToSingleLineString(end));
H A DDraftCNDbHandler.java285 } catch (Exception end)
289 mb.append(stackTraceToSingleLineString(end));
/forgerock/authenticator-android-v2/
H A Dgradlew.bat79 :end label
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java291 int end = xml.indexOf("</property>", start);
293 if (end != -1) {
295 xml.substring(end + 11);
1031 String end = original.substring(mark);
1032 index = end.indexOf("</subsection>") + 13;
1034 // the end of the subsection is missing. invalid xml perhaps.
1038 end = end.substring(index);
1040 return start + insert + end;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java291 int end = xml.indexOf("</property>", start);
293 if (end != -1) {
295 xml.substring(end + 11);
1031 String end = original.substring(mark);
1032 index = end.indexOf("</subsection>") + 13;
1034 // the end of the subsection is missing. invalid xml perhaps.
1038 end = end.substring(index);
1040 return start + insert + end;
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/selfservice/
H A DAbstractSelfServiceView.js394 setOrder: function(start, end) {
397 if(start !== end) {
399 this.model.saveConfig.stageConfigs.splice(end, 0, movedElement);
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java570 measure.end();
603 measure.end();
630 measure.end();
656 measure.end();
921 measure.end();
986 measureIdQueries.end();
1013 measureSource.end();
1027 measureTarget.end();
2149 measureSituation.end();
2160 measureDetermine.end();
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js322 this.init(el,attributes,duration,method);};YAHOO.util.Anim.prototype={toString:function(){var el=this.getEl();var id=el.id||el.tagName||el;return("Anim "+id);},patterns:{noNegatives:/width|height|opacity|padding/i,offsetAttribute:/^((width|height)|(top|left))$/,defaultUnit:/width|height|top$|bottom$|left$|right$/i,offsetUnit:/\d+(em|%|en|ex|pt|in|cm|mm|pc)$/i},doMethod:function(attr,start,end){return this.method(this.currentFrame,start,end-start,this.totalFrames);},setAttribute:function(attr,val,unit){if(this.patterns.noNegatives.test(attr)){val=(val>0)?val:0;}
326 return'';},setRuntimeAttribute:function(attr){var start;var end;var attributes=this.attributes;this.runtimeAttributes[attr]={};var isset=function(prop){return(typeof prop!=='undefined');};if(!isset(attributes[attr]['to'])&&!isset(attributes[attr]['by'])){return false;} variable
327 start=(isset(attributes[attr]['from']))?attributes[attr]['from']:this.getAttribute(attr);if(isset(attributes[attr]['to'])){end=attributes[attr]['to'];}else if(isset(attributes[attr]['by'])){if(start.constructor==Array){end=[];for(var i=0,len=start.length;i<len;++i){end[i]=start[i]+attributes[attr]['by'][i]*1;}}else{end=start+attributes[attr]['by']*1;}}
328 this.runtimeAttributes[attr].start=start;this.runtimeAttributes[attr].end=end;this.runtimeAttributes[attr].unit=(isset(attributes[attr].unit))?attributes[attr]['unit']:this.getDefaultUnit(attr);return true;},init:function(el,attributes,duration,method){var isAnimated=false;var startTime=null;var actualFrames=0;el=YAHOO.util.Dom.get(el);this.attributes=attributes||{};this.duration=!YAHOO.lang.isUndefined(duration)?duration:1;this.method=method||YAHOO.util.Easing.easeNone;this.useSeconds=true;this.currentFrame=0;this.totalFrames=YAHOO.util.AnimMgr.fps;this.setEl=function(element){el=YAHOO.util.Dom.get(element);};this.getEl=function(){return el;};this.isAnimated=function(){return isAnimated;};this.getStartTime=function(){return startTime;};this.runtimeAttributes={};this.animate=function(){if(this.isAnimated()){return false;}
332 isAnimated=true;actualFrames=0;startTime=new Date();};var onTween=function(){var data={duration:new Date()-this.getStartTime(),currentFrame:this.currentFrame};data.toString=function(){return('duration: '+data.duration+', currentFrame: '+data.currentFrame);};this.onTween.fire(data);var runtimeAttributes=this.runtimeAttributes;for(var attr in runtimeAttributes){this.setAttribute(attr,this.doMethod(attr,runtimeAttributes[attr].start,runtimeAttributes[attr].end),runtimeAttribute
[all...]

Completed in 129 milliseconds

<<11121314151617181920>>