Searched defs:paused (Results 1 - 6 of 6) sorted by relevance

/forgerock/openidm-v4/openidm-quartz-fragment/src/main/java/org/forgerock/openidm/quartz/impl/
H A DJobGroupWrapper.java43 private boolean paused = false; field in class:JobGroupWrapper
53 paused = false;
73 if (map.get("paused") != null) {
74 paused = (Boolean)map.get("paused");
94 * Returns true if the Job is in the "paused" state, false otherwise
96 * @return true if the Job is in the "paused" state, false otherwise
99 return paused;
103 * Sets the JobGroupWrapper in the "paused" state.
110 * Resumes the JobGroupWrapper form the "paused" stat
121 setPaused(boolean paused) argument
[all...]
H A DJobWrapper.java42 private boolean paused = false; field in class:JobWrapper
48 * @param paused if the job is paused
51 public JobWrapper(JobDetail jobDetail, boolean paused) throws JobPersistenceException { argument
54 this.paused = paused;
65 paused = (Boolean)map.get("paused");
78 map.put("paused", paused);
142 setPaused(boolean paused) argument
[all...]
H A DTriggerGroupWrapper.java43 private boolean paused; field in class:TriggerGroupWrapper
53 paused = false;
73 if (map.get("paused") != null) {
74 paused = (Boolean)map.get("paused");
94 * Returns true if the group is in the "paused" state, false otherwise.
96 * @return true if the group is in the "paused" state, false otherwise
99 return paused;
103 * Sets the TriggerGroupWrapper in the "paused" state.
110 * Resumes the TriggerGroupWrapper form the "paused" stat
121 setPaused(boolean paused) argument
[all...]
H A DTriggerWrapper.java52 * @param paused if the trigger is paused
55 public TriggerWrapper(Trigger trigger, boolean paused) throws Exception { argument
56 this(trigger.getName(), trigger.getGroup(), RepoJobStoreUtils.serialize(trigger), paused);
65 * @param paused if the trigger is paused
67 public TriggerWrapper(String name, String group, String serializedValue, boolean paused) { argument
72 if (paused) {
84 * @param paused if the trigger is paused
86 TriggerWrapper(JsonValue value, boolean paused) argument
[all...]
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/requirejs/requirejs/1.0.8/
H A Drequirejs-1.0.8-min.js14 depCount:0,depDone:[],depCallbacks:[],deps:[],listeners:[],add:D},B[h.id]=!0,g&&(!a||N[a])))M[g]=h;a&&!c?(g=l(a),a in n&&!n[a]&&(delete n[a],delete R[g.url]),a=v(g,!0),a.add(function(){var f=l(b.originalName,b.parentMap),f=v(f,!0);h.placeholder=!0;f.add(function(b){h.callback=function(){return b};p(h)})})):e&&f&&(s[h.id]=!1,i.paused.push(h),y(h));return h}function C(b,f,a,c){var b=l(b,c),d=b.name,h=b.fullName,e=v(b),j=e.id,k=e.deps,o;if(h){if(h in n||s[j]===!0||h==="jquery"&&q.jQuery&&q.jQuery!==
18 if(l&&k.length)for(a=0;h=x[k[a]];a++)if(h=F(h,{})){z(h,{});break}if(!b&&(l||i.scriptCount)){if((I||da)&&!X)X=setTimeout(function(){X=0;E()},50);return r}if(i.waitCount){for(a=0;h=J[a];a++)z(h,{});i.paused.length&&A();Y<5&&(Y+=1,E())}Y=0;d.checkReadyState();return r}var i,A,q={waitSeconds:7,baseUrl:"./",paths:{},pkgs:{},catchError:{}},S=[],B={require:!0,exports:!0,module:!0},G={},n={},s={},x={},J=[],R={},O=0,M={},N={},H={},T={},Z=0;W=function(b){if(!i.jQuery&&(b=b||(typeof jQuery!=="undefined"?jQuery:
19 null))&&!(q.jQuery&&b.fn.jquery!==q.jQuery)&&("holdReady"in b||"readyWait"in b))if(i.jQuery=b,w(["jquery",[],function(){return jQuery}]),i.scriptCount)V(b,!0),i.jQueryIncremented=!0};A=function(){var b,a,c,l,k,h;i.takeGlobalQueue();Z+=1;if(i.scriptCount<=0)i.scriptCount=0;for(;S.length;)if(b=S.shift(),b[0]===null)return d.onError(P("mismatch","Mismatched anonymous define() module: "+b[b.length-1]));else w(b);if(!q.priorityWait||j())for(;i.paused.length;){k=i.paused;i.pausedCount+=k.length;i.paused=
20 [];for(l=0;b=k[l];l++)a=b.map,c=a.url,h=a.fullName,a.prefix?o(a.prefix,b):!R[c]&&!s[h]&&((q.requireLoad||d.load)(i,h,c),c.indexOf("empty:")!==0&&(R[c]=!0));i.startTime=(new Date).getTime();i.pausedCount-=k.length}Z===1&&E();Z-=1;return r};i={contextName:a,config:q,defQueue:S,waiting:x,waitCount:0,specified:B,loaded:s,urlMap:G,urlFetched:R,scriptCount:0,defined:n,paused:[],pausedCount:0,plugins:N,needFullExec:H,fake:{},fullExec:T,managerCallbacks:M,makeModuleMap:l,normalize:c,configure:function(b){var a,
22 n},requireSpecified:function(b,a){return l(b,a).fullName in B},require:function(b,c,g){if(typeof b==="string"){if(K(c))return d.onError(P("requireargs","Invalid require call"));if(d.get)return d.get(i,b,c);c=l(b,c);b=c.fullName;return!(b in n)?d.onError(P("notloaded","Module name '"+c.fullName+"' has not been loaded yet for context: "+a)):n[b]}(b&&b.length||c)&&C(null,b,c,g);if(!i.requireWait)for(;!i.scriptCount&&i.paused.length;)A();return i.require},takeGlobalQueue:function(){U.length&&(ja.apply(i.defQueue,
/forgerock/web-agents-v4/source/
H A Dhttp_parser.c91 /* We either errored above or got paused; get out */ \
118 /* We either errored above or got paused; get out */ \
652 * we got paused.
2447 http_parser_pause(http_parser *parser, int paused) { argument
2454 SET_ERRNO((paused) ? HPE_PAUSED : HPE_OK);

Completed in 48 milliseconds