Searched defs:this (Results 1 - 24 of 24) sorted by relevance

/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/requirejs/
H A Dr.js17 * dist.js file to inject other files to completely enable this file. It is
56 return rhinoContext.evaluateString(this, string, name, 0, null);
94 return vm.runInThisContext(this.requirejsVars.require.makeNodeWrapper(string),
121 //Change this version number for each release.
274 * with prototype here to avoid using "this" in require, in case it
275 * needs to be used in more super secure envs that do not want this.
316 * all paths that use this function should look normalized.
317 * NOTE: this method MODIFIES the input array.
369 //this normalization.
385 // No baseName, so this i
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/animation/
H A Danimation-debug.js44 this.init(el, attributes, duration, method);
54 var el = this.getEl();
70 * @param {Number} start The value this attribute should start from for this animation.
71 * @param {Number} end The value this attribute should end at for this animation.
75 return this.method(this.currentFrame, start, end - start, this.totalFrames);
86 if ( this
[all...]
H A Danimation-min.js9 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;}
10 YAHOO.util.Dom.setStyle(this.getEl(),attr,val+unit);},getAttribute:function(attr){var el=this.getEl();var val=YAHOO.util.Dom.getStyle(el,attr);if(val!=='auto'&&!this.patterns.offsetUnit.test(val)){return parseFloat(val);}
11 var a=this
[all...]
H A Danimation.js43 this.init(el, attributes, duration, method);
53 var el = this.getEl();
69 * @param {Number} start The value this attribute should start from for this animation.
70 * @param {Number} end The value this attribute should end at for this animation.
74 return this.method(this.currentFrame, start, end - start, this.totalFrames);
85 if ( this
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/animation/
H A Danimation-debug.js44 this.init(el, attributes, duration, method);
54 var el = this.getEl();
70 * @param {Number} start The value this attribute should start from for this animation.
71 * @param {Number} end The value this attribute should end at for this animation.
75 return this.method(this.currentFrame, start, end - start, this.totalFrames);
86 if ( this
[all...]
H A Danimation-min.js9 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;}
10 YAHOO.util.Dom.setStyle(this.getEl(),attr,val+unit);},getAttribute:function(attr){var el=this.getEl();var val=YAHOO.util.Dom.getStyle(el,attr);if(val!=='auto'&&!this.patterns.offsetUnit.test(val)){return parseFloat(val);}
11 var a=this
[all...]
H A Danimation.js43 this.init(el, attributes, duration, method);
53 var el = this.getEl();
69 * @param {Number} start The value this attribute should start from for this animation.
70 * @param {Number} end The value this attribute should end at for this animation.
74 return this.method(this.currentFrame, start, end - start, this.totalFrames);
85 if ( this
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/js/
H A DAjaxUtils.js59 this.simpleCall(url, successCallback, callbackArgs);
344 // Dropping this reposition for now because of flickering
398 this.AjaxFailedAlert = "Your browser does not support the enhanced functionality of this website, and therefore you will have an experience that differs from the intended one.\n";
399 this.requestFile = file;
400 this.method = "POST";
401 this.URLString = "";
402 this.encodeURIString = true;
403 this.execute = false;
405 this
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/js/
H A DAjaxUtils.js59 this.simpleCall(url, successCallback, callbackArgs);
344 // Dropping this reposition for now because of flickering
398 this.AjaxFailedAlert = "Your browser does not support the enhanced functionality of this website, and therefore you will have an experience that differs from the intended one.\n";
399 this.requestFile = file;
400 this.method = "POST";
401 this.URLString = "";
402 this.encodeURIString = true;
403 this.execute = false;
405 this
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js25 YAHOO.lang.augmentObject.apply(this,a);},dump:function(o,d){var l=YAHOO.lang,i,len,s=[],OBJ="{...}",FUN="f(){...}",COMMA=', ',ARROW=' => ';if(!l.isObject(o)||o instanceof Date||("nodeType"in o&&"tagName"in o)){return o;}else if(l.isFunction(o)){return FUN;}
58 return el;},getStyle:function(el,property){property=toCamel(property);var f=function(element){return getStyle(element,property);};return Y.Dom.batch(el,f,Y.Dom,true);},setStyle:function(el,property,val){property=toCamel(property);var f=function(element){setStyle(element,property,val);};Y.Dom.batch(el,f,Y.Dom,true);},getXY:function(el){var f=function(el){if((el.parentNode===null||el.offsetParent===null||this.getStyle(el,'display')=='none')&&el!=document.body){return false;}
60 else{pos=[el.offsetLeft,el.offsetTop];parentNode=el.offsetParent;var hasAbs=this.getStyle(el,'position')=='absolute';if(parentNode!=el){while(parentNode){pos[0]+=parentNode.offsetLeft;pos[1]+=parentNode.offsetTop;if(isSafari&&!hasAbs&&this.getStyle(parentNode,'position')=='absolute'){hasAbs=true;}
66 return pos;};return Y.Dom.batch(el,f,Y.Dom,true);},getX:function(el){var f=function(el){return Y.Dom.getXY(el)[0];};return Y.Dom.batch(el,f,Y.Dom,true);},getY:function(el){var f=function(el){return Y.Dom.getXY(el)[1];};return Y.Dom.batch(el,f,Y.Dom,true);},setXY:function(el,pos,noRetry){var f=function(el){var style_pos=this.getStyle(el,'position');if(style_pos=='static'){this.setStyle(el,'position','relative');style_pos='relative';}
67 var pageXY=this.getXY(el);if(pageXY===false){return false;}
68 var delta=[parseInt(this.getStyle(el,'left'),10),parseInt(this.getStyle(el,'top'),10)];if(isNaN(delta[0])){delta[0]=(style_pos=='relative')?0:el.offsetLeft;}
72 if(!noRetry){var newXY=this
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js25 YAHOO.lang.augmentObject.apply(this,a);},dump:function(o,d){var l=YAHOO.lang,i,len,s=[],OBJ="{...}",FUN="f(){...}",COMMA=', ',ARROW=' => ';if(!l.isObject(o)||o instanceof Date||("nodeType"in o&&"tagName"in o)){return o;}else if(l.isFunction(o)){return FUN;}
58 return el;},getStyle:function(el,property){property=toCamel(property);var f=function(element){return getStyle(element,property);};return Y.Dom.batch(el,f,Y.Dom,true);},setStyle:function(el,property,val){property=toCamel(property);var f=function(element){setStyle(element,property,val);};Y.Dom.batch(el,f,Y.Dom,true);},getXY:function(el){var f=function(el){if((el.parentNode===null||el.offsetParent===null||this.getStyle(el,'display')=='none')&&el!=document.body){return false;}
60 else{pos=[el.offsetLeft,el.offsetTop];parentNode=el.offsetParent;var hasAbs=this.getStyle(el,'position')=='absolute';if(parentNode!=el){while(parentNode){pos[0]+=parentNode.offsetLeft;pos[1]+=parentNode.offsetTop;if(isSafari&&!hasAbs&&this.getStyle(parentNode,'position')=='absolute'){hasAbs=true;}
66 return pos;};return Y.Dom.batch(el,f,Y.Dom,true);},getX:function(el){var f=function(el){return Y.Dom.getXY(el)[0];};return Y.Dom.batch(el,f,Y.Dom,true);},getY:function(el){var f=function(el){return Y.Dom.getXY(el)[1];};return Y.Dom.batch(el,f,Y.Dom,true);},setXY:function(el,pos,noRetry){var f=function(el){var style_pos=this.getStyle(el,'position');if(style_pos=='static'){this.setStyle(el,'position','relative');style_pos='relative';}
67 var pageXY=this.getXY(el);if(pageXY===false){return false;}
68 var delta=[parseInt(this.getStyle(el,'left'),10),parseInt(this.getStyle(el,'top'),10)];if(isNaN(delta[0])){delta[0]=(style_pos=='relative')?0:el.offsetLeft;}
72 if(!noRetry){var newXY=this
[all...]
/forgerock/web-agents-v4/source/iis/
H A Dagent.c2 * The contents of this file are subject to the terms of the Common Development and
3 * Distribution License (the License). You may not use this file except in compliance with the
9 * When distributing Covered Software, include this CDDL Header Notice in each file and include
116 delete this; local
378 delete this; local
862 /* agent module is not enabled for this
863 * server/site - we are not handling this request
907 d.ctx_class = this; /*set_user use only*/
1318 delete this; local
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/calendar/
H A Dcalendar-debug.js18 * @param {Object} owner The owner Object to which this Config Object belongs
24 this.init(owner);
63 * Object reference to the owner of this Config Object
114 * @param {Object} owner The owner Object to which this Config
119 this.owner = owner;
121 this.configChangedEvent =
122 this.createEvent(Config.CONFIG_CHANGED_EVENT);
124 this.configChangedEvent.signature = CustomEvent.LIST;
125 this.queueInProgress = false;
126 this
[all...]
H A Dcalendar-min.js8 (function(){YAHOO.util.Config=function(owner){if(owner){this.init(owner);}
9 if(!owner){}};var Lang=YAHOO.lang,CustomEvent=YAHOO.util.CustomEvent,Config=YAHOO.util.Config;Config.CONFIG_CHANGED_EVENT="configChanged";Config.BOOLEAN_TYPE="boolean";Config.prototype={owner:null,queueInProgress:false,config:null,initialConfig:null,eventQueue:null,configChangedEvent:null,init:function(owner){this.owner=owner;this.configChangedEvent=this.createEvent(Config.CONFIG_CHANGED_EVENT);this.configChangedEvent.signature=CustomEvent.LIST;this.queueInProgress=false;this.config={};this.initialConfig={};this.eventQueue=[];},checkBoolean:function(val){return(typeof val==Config.BOOLEAN_TYPE);},checkNumber:function(val){return(!isNaN(val));},fireEvent:function(key,value){var property=this
[all...]
H A Dcalendar.js18 * @param {Object} owner The owner Object to which this Config Object belongs
24 this.init(owner);
62 * Object reference to the owner of this Config Object
113 * @param {Object} owner The owner Object to which this Config
118 this.owner = owner;
120 this.configChangedEvent =
121 this.createEvent(Config.CONFIG_CHANGED_EVENT);
123 this.configChangedEvent.signature = CustomEvent.LIST;
124 this.queueInProgress = false;
125 this
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/datatable/
H A Ddatatable-beta-debug.js36 this._nIndex = YAHOO.widget.DataTable._nCount;
37 this._sName = "instance" + this._nIndex;
38 this.id = "yui-dt"+this._nIndex;
41 this._initContainerEl(elContainer);
42 if(!this._elContainer) {
43 YAHOO.log("Could not instantiate DataTable due to an invalid container element", "error", this.toString());
48 this._initConfigs(oConfigs);
51 this
[all...]
H A Ddatatable-beta-min.js8 YAHOO.widget.DataTable=function(elContainer,aColumnDefs,oDataSource,oConfigs){this._nIndex=YAHOO.widget.DataTable._nCount;this._sName="instance"+this._nIndex;this.id="yui-dt"+this._nIndex;this._initContainerEl(elContainer);if(!this._elContainer){return;}
9 this._initConfigs(oConfigs);this._initColumnSet(aColumnDefs);if(!this
[all...]
H A Ddatatable-beta.js36 this._nIndex = YAHOO.widget.DataTable._nCount;
37 this._sName = "instance" + this._nIndex;
38 this.id = "yui-dt"+this._nIndex;
41 this._initContainerEl(elContainer);
42 if(!this._elContainer) {
47 this._initConfigs(oConfigs);
50 this._initColumnSet(aColumnDefs);
51 if(!this
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/calendar/
H A Dcalendar-debug.js18 * @param {Object} owner The owner Object to which this Config Object belongs
24 this.init(owner);
63 * Object reference to the owner of this Config Object
114 * @param {Object} owner The owner Object to which this Config
119 this.owner = owner;
121 this.configChangedEvent =
122 this.createEvent(Config.CONFIG_CHANGED_EVENT);
124 this.configChangedEvent.signature = CustomEvent.LIST;
125 this.queueInProgress = false;
126 this
[all...]
H A Dcalendar-min.js8 (function(){YAHOO.util.Config=function(owner){if(owner){this.init(owner);}
9 if(!owner){}};var Lang=YAHOO.lang,CustomEvent=YAHOO.util.CustomEvent,Config=YAHOO.util.Config;Config.CONFIG_CHANGED_EVENT="configChanged";Config.BOOLEAN_TYPE="boolean";Config.prototype={owner:null,queueInProgress:false,config:null,initialConfig:null,eventQueue:null,configChangedEvent:null,init:function(owner){this.owner=owner;this.configChangedEvent=this.createEvent(Config.CONFIG_CHANGED_EVENT);this.configChangedEvent.signature=CustomEvent.LIST;this.queueInProgress=false;this.config={};this.initialConfig={};this.eventQueue=[];},checkBoolean:function(val){return(typeof val==Config.BOOLEAN_TYPE);},checkNumber:function(val){return(!isNaN(val));},fireEvent:function(key,value){var property=this
[all...]
H A Dcalendar.js18 * @param {Object} owner The owner Object to which this Config Object belongs
24 this.init(owner);
62 * Object reference to the owner of this Config Object
113 * @param {Object} owner The owner Object to which this Config
118 this.owner = owner;
120 this.configChangedEvent =
121 this.createEvent(Config.CONFIG_CHANGED_EVENT);
123 this.configChangedEvent.signature = CustomEvent.LIST;
124 this.queueInProgress = false;
125 this
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/datatable/
H A Ddatatable-beta-debug.js36 this._nIndex = YAHOO.widget.DataTable._nCount;
37 this._sName = "instance" + this._nIndex;
38 this.id = "yui-dt"+this._nIndex;
41 this._initContainerEl(elContainer);
42 if(!this._elContainer) {
43 YAHOO.log("Could not instantiate DataTable due to an invalid container element", "error", this.toString());
48 this._initConfigs(oConfigs);
51 this
[all...]
H A Ddatatable-beta-min.js8 YAHOO.widget.DataTable=function(elContainer,aColumnDefs,oDataSource,oConfigs){this._nIndex=YAHOO.widget.DataTable._nCount;this._sName="instance"+this._nIndex;this.id="yui-dt"+this._nIndex;this._initContainerEl(elContainer);if(!this._elContainer){return;}
9 this._initConfigs(oConfigs);this._initColumnSet(aColumnDefs);if(!this
[all...]
H A Ddatatable-beta.js36 this._nIndex = YAHOO.widget.DataTable._nCount;
37 this._sName = "instance" + this._nIndex;
38 this.id = "yui-dt"+this._nIndex;
41 this._initContainerEl(elContainer);
42 if(!this._elContainer) {
47 this._initConfigs(oConfigs);
50 this._initColumnSet(aColumnDefs);
51 if(!this
[all...]

Completed in 112 milliseconds