Searched refs:container (Results 201 - 225 of 254) sorted by relevance

1234567891011

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DBackendImpl.java99 * The root JE container to use for this backend.
796 EntryContainer container = rootContainer.getEntryContainer(entry.getDN());
798 if (currentContainer != container)
874 // If the backend already has the root container open, we must use the same
875 // underlying root container
933 // If the backend already has the root container open, we must use the same
934 // underlying root container
1089 // If the backend already has the root container open, we must use the same
1090 // underlying root container
1143 // If the backend already has the root container ope
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DBackendImpl.java99 * The root JE container to use for this backend.
796 EntryContainer container = rootContainer.getEntryContainer(entry.getDN());
798 if (currentContainer != container)
874 // If the backend already has the root container open, we must use the same
875 // underlying root container
933 // If the backend already has the root container open, we must use the same
934 // underlying root container
1089 // If the backend already has the root container open, we must use the same
1090 // underlying root container
1143 // If the backend already has the root container ope
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/behaviors/
H A DPoliciesView.js124 container: 'body',
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPAddressCard.java29 package com.sun.identity.liberty.ws.idpp.container;
64 * Gets the container object i.e. LegalIdentity JAXB Object
202 * Gets required common name container attributes.
204 * @return Set set of required container attributes
214 * Sets the container attributes for a given select expression.
227 * Processes modify container values and returns key value/pair to be
H A DIDPPLegalIdentity.java29 package com.sun.identity.liberty.ws.idpp.container;
60 * Gets the container object i.e. LegalIdentity JAXB Object
212 * Gets required common name container attributes.
213 * @return Set set of required container attributes
238 * Gets the container attributes for a given select expression.
288 * Processes modify container values and returns key value/pair to be
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPAddressCard.java29 package com.sun.identity.liberty.ws.idpp.container;
64 * Gets the container object i.e. LegalIdentity JAXB Object
202 * Gets required common name container attributes.
204 * @return Set set of required container attributes
214 * Sets the container attributes for a given select expression.
227 * Processes modify container values and returns key value/pair to be
H A DIDPPLegalIdentity.java29 package com.sun.identity.liberty.ws.idpp.container;
60 * Gets the container object i.e. LegalIdentity JAXB Object
212 * Gets required common name container attributes.
213 * @return Set set of required container attributes
238 * Gets the container attributes for a given select expression.
288 * Processes modify container values and returns key value/pair to be
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DBackendImpl.java110 * The root JE container to use for this backend.
914 EntryContainer container = rootContainer.getEntryContainer(entry.getDN());
916 if (currentContainer != container)
997 // If the backend already has the root container open, we must use the same
998 // underlying root container
1077 //If a root container was opened in this method as read only, close it
1108 // If the backend already has the root container open, we must use the same
1109 // underlying root container
1260 // If the backend already has the root container open, we must use the same
1261 // underlying root container
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DBackendImpl.java106 * The root JE container to use for this backend.
911 EntryContainer container = rootContainer.getEntryContainer(entry.getDN());
913 if (currentContainer != container)
993 // If the backend already has the root container open, we must use the same
994 // underlying root container
1073 //If a root container was opened in this method as read only, close it
1104 // If the backend already has the root container open, we must use the same
1105 // underlying root container
1256 // If the backend already has the root container open, we must use the same
1257 // underlying root container
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DBackendImpl.java110 * The root JE container to use for this backend.
914 EntryContainer container = rootContainer.getEntryContainer(entry.getDN());
916 if (currentContainer != container)
997 // If the backend already has the root container open, we must use the same
998 // underlying root container
1077 //If a root container was opened in this method as read only, close it
1108 // If the backend already has the root container open, we must use the same
1109 // underlying root container
1257 // If the backend already has the root container open, we must use the same
1258 // underlying root container
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/button/
H A Dbutton-beta-debug.js44 * @optional container, menu
2850 var oContainer = this.get("container"),
3089 * @config container
3097 this.setAttributeConfig("container", {
3099 value: oAttributes.container,
4061 var oContainer = this.get("container");
4150 * @config container
4158 this.setAttributeConfig("container", {
4160 value: oAttributes.container,
H A Dbutton-beta-min.js122 this._button=oButton;YAHOO.widget.Button.superclass.init.call(this,p_oElement,p_oAttributes);m_oButtons[this.get("id")]=this;this.addClass(this.CSS_CLASS_NAME);this.addClass("yui-"+this.get("type")+"-button");Event.on(this._button,"focus",this._onFocus,null,this);this.on("mouseover",this._onMouseOver);this.on("click",this._onClick);this.on("appendTo",this._onAppendTo);var oContainer=this.get("container"),oElement=this.get("element"),bElInDoc=Dom.inDocument(oElement),oParentNode;if(oContainer){if(oSrcElement&&oSrcElement!=oElement){oParentNode=oSrcElement.parentNode;if(oParentNode){oParentNode.removeChild(oSrcElement);}}
126 else if(this.get("type")!="link"&&bElInDoc&&oSrcElement&&oSrcElement==oElement){this._addListenersToForm();}},initAttributes:function(p_oAttributes){var oAttributes=p_oAttributes||{};YAHOO.widget.Button.superclass.initAttributes.call(this,oAttributes);this.setAttributeConfig("type",{value:(oAttributes.type||"push"),validator:Lang.isString,writeOnce:true,method:this._setType});this.setAttributeConfig("label",{value:oAttributes.label,validator:Lang.isString,method:this._setLabel});this.setAttributeConfig("value",{value:oAttributes.value});this.setAttributeConfig("name",{value:oAttributes.name,validator:Lang.isString});this.setAttributeConfig("tabindex",{value:oAttributes.tabindex,validator:Lang.isNumber,method:this._setTabIndex});this.configureAttribute("title",{value:oAttributes.title,validator:Lang.isString,method:this._setTitle});this.setAttributeConfig("disabled",{value:(oAttributes.disabled||false),validator:Lang.isBoolean,method:this._setDisabled});this.setAttributeConfig("href",{value:oAttributes.href,validator:Lang.isString,method:this._setHref});this.setAttributeConfig("target",{value:oAttributes.target,validator:Lang.isString,method:this._setTarget});this.setAttributeConfig("checked",{value:(oAttributes.checked||false),validator:Lang.isBoolean,method:this._setChecked});this.setAttributeConfig("container",{value:oAttributes.container,writeOnce:true});this.setAttributeConfig("srcelement",{value:oAttributes.srcelement,writeOnce:true});this.setAttributeConfig("menu",{value:null,method:this._setMenu,writeOnce:true});this.setAttributeConfig("lazyloadmenu",{value:(oAttributes.lazyloadmenu===false?false:true),validator:Lang.isBoolean,writeOnce:true});this.setAttributeConfig("menuclassname",{value:(oAttributes.menuclassname||"yui-button-menu"),validator:Lang.isString,method:this._setMenuClassName,writeOnce:true});this.setAttributeConfig("selectedMenuItem",{value:0,validator:Lang.isNumber,method:this._setSelectedMenuItem});this.setAttributeConfig("onclick",{value:oAttributes.onclick,method:this._setOnClick});this.setAttributeConfig("focusmenu",{value:(oAttributes.focusmenu===false?false:true),validator:Lang.isBoolean});},focus:function(){if(!this.get("disabled")){this._button.focus();}},blur:function(){if(!this.get("disabled")){this._button.blur();}},hasFocus:function(){return(m_oFocusedButton==this);},isActive:function(){return this.hasClass(this.CSS_CLASS_NAME+"-active");},getMenu:function(){return this._menu;},getForm:function(){return this._button.form;},getHiddenFields:function(){return this._hiddenFields;},destroy:function(){var oElement=this.get("element"),oParentNode=oElement.parentNode,oMenu=this._menu;if(oMenu){oMenu.destroy();}
149 this.on("keydown",this._onKeyDown);this.on("appendTo",this._onAppendTo);var oContainer=this.get("container");if(oContainer){if(Lang.isString(oContainer)){Event.onContentReady(oContainer,function(){this.appendTo(oContainer);},null,this);}
150 else{this.appendTo(oContainer);}}},initAttributes:function(p_oAttributes){var oAttributes=p_oAttributes||{};YAHOO.widget.ButtonGroup.superclass.initAttributes.call(this,oAttributes);this.setAttributeConfig("name",{value:oAttributes.name,validator:Lang.isString});this.setAttributeConfig("disabled",{value:(oAttributes.disabled||false),validator:Lang.isBoolean,method:this._setDisabled});this.setAttributeConfig("value",{value:oAttributes.value});this.setAttributeConfig("container",{value:oAttributes.container,writeOnce:true});this.setAttributeConfig("checkedButton",{value:null});},addButton:function(p_oButton){var oButton,oButtonElement,oGroupElement,nIndex,sButtonName,sGroupName;if(p_oButton instanceof Button&&p_oButton.get("type")=="radio"){oButton=p_oButton;}
H A Dbutton-beta.js44 * @optional container, menu
2811 var oContainer = this.get("container"),
3049 * @config container
3057 this.setAttributeConfig("container", {
3059 value: oAttributes.container,
3992 var oContainer = this.get("container");
4080 * @config container
4088 this.setAttributeConfig("container", {
4090 value: oAttributes.container,
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/resources/css/am-admin/
H A Dpolicies.less80 .fa-container {
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/properties/
H A DAttributesGridView.js274 var previewElement = $('<i class="dragToSort fa fa-arrows pull-left"></i> <div class="property-container-parent"><div class="property-container"></div></div>');
277 previewElement.find(".property-container").append('<div class="title">' + this.model.attributes.attribute.source + '</div>');
279 previewElement.find(".property-container").append('<div class="title"></div>');
283 previewElement.find(".property-container").append('<div class="text-muted">(' + this.model.attributes.sample + ')</div>');
298 className: "properties-icon-container-parent",
300 var iconElement = $('<div class="properties-icon-container"></div>'),
347 var previewElement = $('<div class="property-container-parent"><div class="property-container"></div></div>');
350 previewElement.find(".property-container")
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/resource/
H A DGenericEditResourceView.js299 container: 'body',
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/button/
H A Dbutton-beta-debug.js44 * @optional container, menu
2850 var oContainer = this.get("container"),
3089 * @config container
3097 this.setAttributeConfig("container", {
3099 value: oAttributes.container,
4061 var oContainer = this.get("container");
4150 * @config container
4158 this.setAttributeConfig("container", {
4160 value: oAttributes.container,
H A Dbutton-beta-min.js122 this._button=oButton;YAHOO.widget.Button.superclass.init.call(this,p_oElement,p_oAttributes);m_oButtons[this.get("id")]=this;this.addClass(this.CSS_CLASS_NAME);this.addClass("yui-"+this.get("type")+"-button");Event.on(this._button,"focus",this._onFocus,null,this);this.on("mouseover",this._onMouseOver);this.on("click",this._onClick);this.on("appendTo",this._onAppendTo);var oContainer=this.get("container"),oElement=this.get("element"),bElInDoc=Dom.inDocument(oElement),oParentNode;if(oContainer){if(oSrcElement&&oSrcElement!=oElement){oParentNode=oSrcElement.parentNode;if(oParentNode){oParentNode.removeChild(oSrcElement);}}
126 else if(this.get("type")!="link"&&bElInDoc&&oSrcElement&&oSrcElement==oElement){this._addListenersToForm();}},initAttributes:function(p_oAttributes){var oAttributes=p_oAttributes||{};YAHOO.widget.Button.superclass.initAttributes.call(this,oAttributes);this.setAttributeConfig("type",{value:(oAttributes.type||"push"),validator:Lang.isString,writeOnce:true,method:this._setType});this.setAttributeConfig("label",{value:oAttributes.label,validator:Lang.isString,method:this._setLabel});this.setAttributeConfig("value",{value:oAttributes.value});this.setAttributeConfig("name",{value:oAttributes.name,validator:Lang.isString});this.setAttributeConfig("tabindex",{value:oAttributes.tabindex,validator:Lang.isNumber,method:this._setTabIndex});this.configureAttribute("title",{value:oAttributes.title,validator:Lang.isString,method:this._setTitle});this.setAttributeConfig("disabled",{value:(oAttributes.disabled||false),validator:Lang.isBoolean,method:this._setDisabled});this.setAttributeConfig("href",{value:oAttributes.href,validator:Lang.isString,method:this._setHref});this.setAttributeConfig("target",{value:oAttributes.target,validator:Lang.isString,method:this._setTarget});this.setAttributeConfig("checked",{value:(oAttributes.checked||false),validator:Lang.isBoolean,method:this._setChecked});this.setAttributeConfig("container",{value:oAttributes.container,writeOnce:true});this.setAttributeConfig("srcelement",{value:oAttributes.srcelement,writeOnce:true});this.setAttributeConfig("menu",{value:null,method:this._setMenu,writeOnce:true});this.setAttributeConfig("lazyloadmenu",{value:(oAttributes.lazyloadmenu===false?false:true),validator:Lang.isBoolean,writeOnce:true});this.setAttributeConfig("menuclassname",{value:(oAttributes.menuclassname||"yui-button-menu"),validator:Lang.isString,method:this._setMenuClassName,writeOnce:true});this.setAttributeConfig("selectedMenuItem",{value:0,validator:Lang.isNumber,method:this._setSelectedMenuItem});this.setAttributeConfig("onclick",{value:oAttributes.onclick,method:this._setOnClick});this.setAttributeConfig("focusmenu",{value:(oAttributes.focusmenu===false?false:true),validator:Lang.isBoolean});},focus:function(){if(!this.get("disabled")){this._button.focus();}},blur:function(){if(!this.get("disabled")){this._button.blur();}},hasFocus:function(){return(m_oFocusedButton==this);},isActive:function(){return this.hasClass(this.CSS_CLASS_NAME+"-active");},getMenu:function(){return this._menu;},getForm:function(){return this._button.form;},getHiddenFields:function(){return this._hiddenFields;},destroy:function(){var oElement=this.get("element"),oParentNode=oElement.parentNode,oMenu=this._menu;if(oMenu){oMenu.destroy();}
149 this.on("keydown",this._onKeyDown);this.on("appendTo",this._onAppendTo);var oContainer=this.get("container");if(oContainer){if(Lang.isString(oContainer)){Event.onContentReady(oContainer,function(){this.appendTo(oContainer);},null,this);}
150 else{this.appendTo(oContainer);}}},initAttributes:function(p_oAttributes){var oAttributes=p_oAttributes||{};YAHOO.widget.ButtonGroup.superclass.initAttributes.call(this,oAttributes);this.setAttributeConfig("name",{value:oAttributes.name,validator:Lang.isString});this.setAttributeConfig("disabled",{value:(oAttributes.disabled||false),validator:Lang.isBoolean,method:this._setDisabled});this.setAttributeConfig("value",{value:oAttributes.value});this.setAttributeConfig("container",{value:oAttributes.container,writeOnce:true});this.setAttributeConfig("checkedButton",{value:null});},addButton:function(p_oButton){var oButton,oButtonElement,oGroupElement,nIndex,sButtonName,sGroupName;if(p_oButton instanceof Button&&p_oButton.get("type")=="radio"){oButton=p_oButton;}
H A Dbutton-beta.js44 * @optional container, menu
2811 var oContainer = this.get("container"),
3049 * @config container
3057 this.setAttributeConfig("container", {
3059 value: oAttributes.container,
3992 var oContainer = this.get("container");
4080 * @config container
4088 this.setAttributeConfig("container", {
4090 value: oAttributes.container,
/forgerock/openam/openam-ui/openam-ui-ria/src/main/resources/css/am-admin/
H A Dpolicies.less80 .fa-container {
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/calendar/
H A Dcalendar-debug.js995 * @param {String} containerId The id of the container div element that will wrap the calendar table
1268 * The DOM element reference that points to this calendar's container element. The calendar will be inserted into this element when the shell is rendered.
1318 * @param {String} containerId The id of the container div element that will wrap the calendar table
1329 if (! this.oDomContainer) { this.logger.log("No valid container present.", "error"); }
1373 * renders the built-in IFRAME shim if the container is relatively or absolutely positioned.
3751 * Hides the Calendar's outer container from view.
3759 * Shows the Calendar's outer container.
3809 * YAHOO.widget.CalendarGroup is a special container class for YAHOO.widget.Calendar. This class facilitates
3825 * @param {String} containerId The id of the container div element that will wrap the calendar table
3839 * @param {String} containerId The id of the container di
[all...]
H A Dcalendar-min.js119 cal.parent=this;cal.index=p;this.pages[this.pages.length]=cal;}};YAHOO.widget.CalendarGroup.prototype.configPageDate=function(type,args,obj){var val=args[0];var firstPageDate;var cfgPageDate=YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.PAGEDATE.key;for(var p=0;p<this.pages.length;++p){var cal=this.pages[p];if(p===0){firstPageDate=cal._parsePageDate(val);cal.cfg.setProperty(cfgPageDate,firstPageDate);}else{var pageDate=new Date(firstPageDate);this._setMonthOnDate(pageDate,pageDate.getMonth()+p);cal.cfg.setProperty(cfgPageDate,pageDate);}}};YAHOO.widget.CalendarGroup.prototype.configSelected=function(type,args,obj){var cfgSelected=YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.SELECTED.key;this.delegateConfig(type,args,obj);var selected=(this.pages.length>0)?this.pages[0].cfg.getProperty(cfgSelected):[];this.cfg.setProperty(cfgSelected,selected,true);};YAHOO.widget.CalendarGroup.prototype.delegateConfig=function(type,args,obj){var val=args[0];var cal;for(var p=0;p<this.pages.length;p++){cal=this.pages[p];cal.cfg.setProperty(type,val);}};YAHOO.widget.CalendarGroup.prototype.setChildFunction=function(fnName,fn){var pageCount=this.cfg.getProperty(YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.PAGES.key);for(var p=0;p<pageCount;++p){this.pages[p][fnName]=fn;}};YAHOO.widget.CalendarGroup.prototype.callChildFunction=function(fnName,args){var pageCount=this.cfg.getProperty(YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.PAGES.key);for(var p=0;p<pageCount;++p){var page=this.pages[p];if(page[fnName]){var fn=page[fnName];fn.call(page,args);}}};YAHOO.widget.CalendarGroup.prototype.constructChild=function(id,containerId,config){var container=document.getElementById(containerId);if(!container){container=document.createElement("div");container.id=containerId;this.oDomContainer.appendChild(container);}
H A Dcalendar.js989 * @param {String} containerId The id of the container div element that will wrap the calendar table
1262 * The DOM element reference that points to this calendar's container element. The calendar will be inserted into this element when the shell is rendered.
1312 * @param {String} containerId The id of the container div element that will wrap the calendar table
1365 * renders the built-in IFRAME shim if the container is relatively or absolutely positioned.
3725 * Hides the Calendar's outer container from view.
3733 * Shows the Calendar's outer container.
3783 * YAHOO.widget.CalendarGroup is a special container class for YAHOO.widget.Calendar. This class facilitates
3799 * @param {String} containerId The id of the container div element that will wrap the calendar table
3813 * @param {String} containerId The id of the container div element that will wrap the calendar table
3835 * The unique id associated with the CalendarGroup container
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/calendar/
H A Dcalendar-debug.js995 * @param {String} containerId The id of the container div element that will wrap the calendar table
1268 * The DOM element reference that points to this calendar's container element. The calendar will be inserted into this element when the shell is rendered.
1318 * @param {String} containerId The id of the container div element that will wrap the calendar table
1329 if (! this.oDomContainer) { this.logger.log("No valid container present.", "error"); }
1373 * renders the built-in IFRAME shim if the container is relatively or absolutely positioned.
3751 * Hides the Calendar's outer container from view.
3759 * Shows the Calendar's outer container.
3809 * YAHOO.widget.CalendarGroup is a special container class for YAHOO.widget.Calendar. This class facilitates
3825 * @param {String} containerId The id of the container div element that will wrap the calendar table
3839 * @param {String} containerId The id of the container di
[all...]
H A Dcalendar-min.js119 cal.parent=this;cal.index=p;this.pages[this.pages.length]=cal;}};YAHOO.widget.CalendarGroup.prototype.configPageDate=function(type,args,obj){var val=args[0];var firstPageDate;var cfgPageDate=YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.PAGEDATE.key;for(var p=0;p<this.pages.length;++p){var cal=this.pages[p];if(p===0){firstPageDate=cal._parsePageDate(val);cal.cfg.setProperty(cfgPageDate,firstPageDate);}else{var pageDate=new Date(firstPageDate);this._setMonthOnDate(pageDate,pageDate.getMonth()+p);cal.cfg.setProperty(cfgPageDate,pageDate);}}};YAHOO.widget.CalendarGroup.prototype.configSelected=function(type,args,obj){var cfgSelected=YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.SELECTED.key;this.delegateConfig(type,args,obj);var selected=(this.pages.length>0)?this.pages[0].cfg.getProperty(cfgSelected):[];this.cfg.setProperty(cfgSelected,selected,true);};YAHOO.widget.CalendarGroup.prototype.delegateConfig=function(type,args,obj){var val=args[0];var cal;for(var p=0;p<this.pages.length;p++){cal=this.pages[p];cal.cfg.setProperty(type,val);}};YAHOO.widget.CalendarGroup.prototype.setChildFunction=function(fnName,fn){var pageCount=this.cfg.getProperty(YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.PAGES.key);for(var p=0;p<pageCount;++p){this.pages[p][fnName]=fn;}};YAHOO.widget.CalendarGroup.prototype.callChildFunction=function(fnName,args){var pageCount=this.cfg.getProperty(YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.PAGES.key);for(var p=0;p<pageCount;++p){var page=this.pages[p];if(page[fnName]){var fn=page[fnName];fn.call(page,args);}}};YAHOO.widget.CalendarGroup.prototype.constructChild=function(id,containerId,config){var container=document.getElementById(containerId);if(!container){container=document.createElement("div");container.id=containerId;this.oDomContainer.appendChild(container);}

Completed in 132 milliseconds

1234567891011