Searched refs:dirty (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-scripting/src/test/java/org/forgerock/openam/scripting/
H A DAbstractSandboxTests.java100 assertThat(allowed.dirty).isTrue();
116 assertThat(allowed.fruit.dirty).isFalse();
137 private boolean dirty = false; field in class:AbstractSandboxTests.Allowed
144 dirty = true;
150 private boolean dirty = false; field in class:AbstractSandboxTests.ForbiddenFruit
153 dirty = true;
/forgerock/openam/openam-scripting/src/test/java/org/forgerock/openam/scripting/
H A DAbstractSandboxTests.java100 assertThat(allowed.dirty).isTrue();
116 assertThat(allowed.fruit.dirty).isFalse();
137 private boolean dirty = false; field in class:AbstractSandboxTests.Allowed
144 dirty = true;
150 private boolean dirty = false; field in class:AbstractSandboxTests.ForbiddenFruit
153 dirty = true;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DCachedSMSEntry.java86 // Flag to determine if the cached entry is dirty and
88 private boolean dirty; field in class:CachedSMSEntry
128 if (ttlEnabled && !dirty &&
131 dirty = true;
134 return dirty;
139 * Mark the entry as dirty and return. The method refresh() must be
148 dirty = true;
165 dirty = true;
195 dirty = false;
201 * and marks the entry as non-dirty
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DCachedSMSEntry.java87 // Flag to determine if the cached entry is dirty and
89 private boolean dirty; field in class:CachedSMSEntry
128 if (ttlEnabled && !dirty &&
131 dirty = true;
134 return dirty;
139 * Mark the entry as dirty and return. The method refresh() must be
148 dirty = true;
165 dirty = true;
194 dirty = false;
200 * and marks the entry as non-dirty
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/yuiloader/
H A Dyuiloader-beta-debug.js553 * @property dirty
557 this.dirty = true;
658 this.dirty = true;
671 this.dirty = true;
724 if (!this.dirty && mod.expanded) {
774 if (this.dirty) {
785 this.dirty = false;
920 if (this.dirty || !this.rollups) {
H A Dyuiloader-beta-min.js17 loader.insert(null,o);}else{YUI.finishInit();}}};YUI.YUILoader=function(o){YAHOO_config.injecting=true;o=o||{};this._internalCallback=null;this.onLoadComplete=null;this.base=("base"in o)?o.base:YUI.info.base;this.allowRollup=("allowRollup"in o)?o.allowRollup:true;this.filter=o.filter;this.sandbox=o.sandbox;this.required={};this.moduleInfo=o.moduleInfo||YUI.info.moduleInfo;this.rollups=null;this.loadOptional=o.loadOptional||false;this.sorted=[];this.loaded={};this.dirty=true;this.inserted={};this.skin=o.skin||YUI.ObjectUtil.clone(YUI.info.skin);if(o.require){this.require(o.require);}
19 this.moduleInfo[o.name]=o;this.dirty=true;return true;},require:function(what){var a=(typeof what==="string")?arguments:what;this.dirty=true;for(var i=0;i<a.length;i=i+1){this.required[a[i]]=true;var s=this.parseSkin(a[i]);if(s){this._addSkin(s.skin,s.module);}}
21 if(mod){name=this.formatSkin(skin,mod);if(!this.moduleInfo[name]){this.addModule({'name':name,'type':'css','path':mod+'/'+this.skin.base+skin+"/"+mod+".css"});}}},getRequires:function(mod){if(!this.dirty&&mod.expanded){return mod.expanded;}
24 mod.expanded=YUI.ArrayUtil.uniq(d);return mod.expanded;},getProvides:function(name){var mod=this.moduleInfo[name];var o={};o[name]=true;s=mod&&mod.supersedes;YUI.ObjectUtil.appendArray(o,s);return o;},calculate:function(o){if(this.dirty){this._setup(o);this._explode();this._skin();if(this.allowRollup){this._rollup();}
25 this._reduce();this._sort();this.dirty=false;}},_setup:function(o){o=o||{};this.loaded=YUI.ObjectUtil.clone(this.inserted);if(!this.sandbox&&typeof YAHOO!=="undefined"&&YAHOO.env){this.loaded=YUI.ObjectUtil.merge(this.loaded,YAHOO.env.modules);}
29 return null;},_rollup:function(){var i,j,m,s,rollups={},r=this.required,roll;if(this.dirty||!this.rollups){for(i in this.moduleInfo){m=this.moduleInfo[i];if(m&&m.rollup){rollups[i]=m;}}
H A Dyuiloader-beta.js553 * @property dirty
557 this.dirty = true;
658 this.dirty = true;
671 this.dirty = true;
724 if (!this.dirty && mod.expanded) {
774 if (this.dirty) {
785 this.dirty = false;
920 if (this.dirty || !this.rollups) {
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/yuiloader/
H A Dyuiloader-beta-debug.js553 * @property dirty
557 this.dirty = true;
658 this.dirty = true;
671 this.dirty = true;
724 if (!this.dirty && mod.expanded) {
774 if (this.dirty) {
785 this.dirty = false;
920 if (this.dirty || !this.rollups) {
H A Dyuiloader-beta-min.js17 loader.insert(null,o);}else{YUI.finishInit();}}};YUI.YUILoader=function(o){YAHOO_config.injecting=true;o=o||{};this._internalCallback=null;this.onLoadComplete=null;this.base=("base"in o)?o.base:YUI.info.base;this.allowRollup=("allowRollup"in o)?o.allowRollup:true;this.filter=o.filter;this.sandbox=o.sandbox;this.required={};this.moduleInfo=o.moduleInfo||YUI.info.moduleInfo;this.rollups=null;this.loadOptional=o.loadOptional||false;this.sorted=[];this.loaded={};this.dirty=true;this.inserted={};this.skin=o.skin||YUI.ObjectUtil.clone(YUI.info.skin);if(o.require){this.require(o.require);}
19 this.moduleInfo[o.name]=o;this.dirty=true;return true;},require:function(what){var a=(typeof what==="string")?arguments:what;this.dirty=true;for(var i=0;i<a.length;i=i+1){this.required[a[i]]=true;var s=this.parseSkin(a[i]);if(s){this._addSkin(s.skin,s.module);}}
21 if(mod){name=this.formatSkin(skin,mod);if(!this.moduleInfo[name]){this.addModule({'name':name,'type':'css','path':mod+'/'+this.skin.base+skin+"/"+mod+".css"});}}},getRequires:function(mod){if(!this.dirty&&mod.expanded){return mod.expanded;}
24 mod.expanded=YUI.ArrayUtil.uniq(d);return mod.expanded;},getProvides:function(name){var mod=this.moduleInfo[name];var o={};o[name]=true;s=mod&&mod.supersedes;YUI.ObjectUtil.appendArray(o,s);return o;},calculate:function(o){if(this.dirty){this._setup(o);this._explode();this._skin();if(this.allowRollup){this._rollup();}
25 this._reduce();this._sort();this.dirty=false;}},_setup:function(o){o=o||{};this.loaded=YUI.ObjectUtil.clone(this.inserted);if(!this.sandbox&&typeof YAHOO!=="undefined"&&YAHOO.env){this.loaded=YUI.ObjectUtil.merge(this.loaded,YAHOO.env.modules);}
29 return null;},_rollup:function(){var i,j,m,s,rollups={},r=this.required,roll;if(this.dirty||!this.rollups){for(i in this.moduleInfo){m=this.moduleInfo[i];if(m&&m.rollup){rollups[i]=m;}}
H A Dyuiloader-beta.js553 * @property dirty
557 this.dirty = true;
658 this.dirty = true;
671 this.dirty = true;
724 if (!this.dirty && mod.expanded) {
774 if (this.dirty) {
785 this.dirty = false;
920 if (this.dirty || !this.rollups) {
/forgerock/opendj-b2.6/ext/svnkit/
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...

Completed in 54 milliseconds