Searched refs:collection (Results 1 - 25 of 145) sorted by relevance

123456

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DQualifiedCollection.java34 * Class that wraps a collection and a boolean flag Used to represent ACI target
48 * @param collection
55 public QualifiedCollection(Collection collection, boolean exclusive) { argument
56 _collection = collection;
62 * The objects are considered equal if they have the same collection of
105 * Sets the collection of values
107 * @param collection
108 * the collection of values
111 public void setCollection(Collection collection) { argument
112 _collection = collection;
[all...]
H A DACI.java185 * @param users collection of users for who the ACI applies.
368 * Sets the collection of users to whom the ACI apllies
371 * the collection of users to whom the ACI apllies
380 * Gets the collection of users to whom the ACI apllies
382 * @return the collection of users to whom the ACI apllies
391 * Sets the collection of groups to whom the ACI apllies
394 * the collection of groups to whom the ACI apllies
403 * Gets the collection of groups to whom the ACI apllies
405 * @return the collection of groups to whom the ACI apllies
414 * Sets the collection o
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/history/
H A DListHistory.js48 collection,
52 collection = new (Backbone.PageableCollection.extend({
111 collection: collection
114 collection.on("backgrid:sort", BackgridUtils.doubleSortFix);
117 collection: collection,
124 collection.fetch({ processData: false, reset: true });
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DQualifiedCollection.java34 * Class that wraps a collection and a boolean flag Used to represent ACI target
48 * @param collection
55 public QualifiedCollection(Collection collection, boolean exclusive) { argument
56 _collection = collection;
62 * The objects are considered equal if they have the same collection of
105 * Sets the collection of values
107 * @param collection
108 * the collection of values
111 public void setCollection(Collection collection) { argument
112 _collection = collection;
[all...]
H A DACI.java185 * @param users collection of users for who the ACI applies.
368 * Sets the collection of users to whom the ACI apllies
371 * the collection of users to whom the ACI apllies
380 * Gets the collection of users to whom the ACI apllies
382 * @return the collection of users to whom the ACI apllies
391 * Sets the collection of groups to whom the ACI apllies
394 * the collection of groups to whom the ACI apllies
403 * Gets the collection of groups to whom the ACI apllies
405 * @return the collection of groups to whom the ACI apllies
414 * Sets the collection o
[all...]
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/model/
H A DSortedList.java37 public boolean addAll(Collection<? extends T> collection) { argument
38 boolean result = super.addAll(collection);
/forgerock/openidm-v4/openidm-router/src/main/java/org/forgerock/openidm/router/
H A DRouteBuilder.java51 private CollectionResourceProvider collection; field in class:RouteBuilder
117 if ((null == collection) && (null == singleton) && (null == handler)) {
129 routes.add(new RouteItem(collection, singleton, handler, mode, uriTemplate));
133 this.collection = null;
185 this.collection = service;
192 this.collection = null;
199 this.collection = null;
220 private final CollectionResourceProvider collection; field in class:RouteBuilder.RouteItem
226 private RouteItem(CollectionResourceProvider collection, argument
229 this.collection
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/resource/
H A DBasePage.js128 this.data.collection = new Collection();
129 this.data.collection.on("backgrid:sort", BackgridUtils.doubleSortFix);
134 collection: this.data.collection,
139 collection: this.data.collection,
147 self.data.collection.fetch({ reset: true, processData: false }).done(function () {
H A DLabelTreeNavigationView.js84 addToParent: function (collection, label) {
89 collection.push(label);
95 parent = _.find(collection, { title: parentName });
98 collection.push(parent);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/resource/
H A DBasePage.js138 this.data.collection = new Collection();
139 this.data.collection.on("backgrid:sort", BackgridUtils.doubleSortFix);
144 collection: this.data.collection,
149 collection: this.data.collection,
157 self.data.collection.fetch({ reset: true, processData: false }).done(function () {
H A DLabelTreeNavigationView.js84 addToParent (collection, label) {
89 collection.push(label);
95 parent = _.find(collection, { title: parentName });
98 collection.push(parent);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/history/
H A DListHistory.js40 collection,
44 collection = new (Backbone.PageableCollection.extend({
101 collection
104 collection.on("backgrid:sort", BackgridUtils.doubleSortFix);
107 collection,
114 collection.fetch({ processData: false, reset: true });
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DCollectionUtils.java247 * Retrieves the first item from a collection.
249 * @param collection The collection.
250 * @param <T> The type of the collection.
251 * @return The first instance of the collection else null if not present.
253 public static <T> T getFirstItem(final Collection<T> collection) { argument
254 return getFirstItem(collection, null);
260 * @param collection
261 * the collection
265 * the type of the collection
269 getFirstItem(final Collection<T> collection, final T defaultValue) argument
402 isNotEmpty(final Collection<?> collection) argument
414 isEmpty(Collection<?> collection) argument
526 newList(Collection<T> collection) argument
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/libs/
H A Dbackgrid-paginator-0.3.5-custom.min.js8 !function(a,b){"object"==typeof exports&&(module.exports=b(require("underscore"),require("backbone"),require("backgrid"),require("backbone.paginator"))),"function"==typeof define&&define.amd?define(["underscore","backbone","backgrid","backbone.paginator"],b):b(a._,a.Backbone,a.Backgrid)}(this,function(a,b,c){"use strict";var d=c.Extension.PageHandle=b.View.extend({tagName:"li",events:{"click a":"changePage"},title:function(a){return"Page "+a.label},isRewind:!1,isBack:!1,isForward:!1,isFastForward:!1,initialize:function(b){var c=this.collection,d=c.state,e=d.currentPage,f=d.firstPage,g=d.lastPage;a.extend(this,a.pick(b,["isRewind","isBack","isForward","isFastForward"]));var h;this.isRewind?h=f:this.isBack?h=Math.max(f,e-1):this.isForward?h=Math.min(g,e+1):this.isFastForward?h=g:(h=+b.pageIndex,h=f?h+1:h),this.pageIndex=h,this.label=(b.label||(f?h:h+1))+"";var i=b.title||this.title;this.title=a.isFunction(i)?i({label:this.label}):i},render:function(){this.$el.empty();var a=document.createElement("a");a.href="#",this.title&&(a.title=this.title),a.innerHTML=this.label,this.el.appendChild(a);var b=this.collection,c=b.state,d=c.currentPage,e=this.pageIndex;return this.isRewind&&d==c.firstPage||this.isBack&&!b.hasPreviousPage()||this.isForward&&!b.hasNextPage()||this.isFastForward&&(d==c.lastPage||c.totalPages<1)?this.$el.addClass("disabled"):this.isRewind||this.isBack||this.isForward||this.isFastForward||c.currentPage!=e||this.$el.addClass("active"),this.delegateEvents(),this},changePage:function(a){a.preventDefault();var b=this.$el,c=this.collection;return b.hasClass("active")||b.hasClass("disabled")||(this.isRewind?c.getFirstPage():this.isBack?c.getPreviousPage():this.isForward?c.getNextPage():this.isFastForward?c.getLastPage():c.getPage(this.pageIndex,{reset:!0})),this}}),e=c.Extension.Paginator=b.View.extend({className:"backgrid-paginator",windowSize:10,slideScale:.5,controls:{rewind:{label:"《",title:"First"},back:{label:"〈",title:"Previous"},forward:{label:"〉",title:"Next"},fastForward:{label:"》",title:"Last"}},renderIndexedPageHandles:!0,pageHandle:d,goBackFirstOnSort:!0,initialize:function(b){var c=this;c.controls=a.defaults(b.controls||{},c.controls,e.prototype.controls),a.extend(c,a.pick(b||{},"windowSize","pageHandle","slideScale","goBackFirstOnSort","renderIndexedPageHandles"));var d=c.collection;c.listenTo(d,"add",c.render),c.listenTo(d,"remove",c.render),c.listenTo(d,"reset",c.render),c.listenTo(d,"backgrid:sorted",function(){c.goBackFirstOnSort&&d.getFirstPage({reset:!0})})},slideMaybe:function(a,b,c,d){return Math.round(c%d/d)},slideThisMuch:function(a,b,c,d,e){return~~(d*e)},_calculateWindow:function(){var a=this.collection,b=a.state,c=b.firstPage,d=+b.lastPage;d=Math.max(0,c?d-1:d);var e=Math.max(b.currentPage,b.firstPage);e=c?e-1:e;var f=this.windowSize,g=this.slideScale,h=Math.floor(e/f)*f;e<=d-this.slideThisMuch()&&(h+=this.slideMaybe(c,d,e,f,g)*this.slideThisMuch(c,d,e,f,g));var i=Math.min(d+1,h+f);return[h,i]},makeHandles:function(){var b=[],c=this.collection,d=this._calculateWindow(),e=d[0],f=d[1];if(this.renderIndexedPageHandles)for(var g=e;f>g;g++)b.push(new this.pageHandle({collection:c,pageIndex:g}));var h=this.controls;return a.each(["back","rewind","forward","fastForward"],function(a){var d=h[a];if(d){var e={collection:c,title:d.title,label:d.label};e["is"+a.slice(0,1).toUpperCase()+a.slice(1)]=!0;var f=new this.pag (…)
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/libs/
H A Dbackgrid-paginator-0.3.5-custom.min.js8 !function(a,b){"object"==typeof exports&&(module.exports=b(require("underscore"),require("backbone"),require("backgrid"),require("backbone.paginator"))),"function"==typeof define&&define.amd?define(["underscore","backbone","backgrid","backbone.paginator"],b):b(a._,a.Backbone,a.Backgrid)}(this,function(a,b,c){"use strict";var d=c.Extension.PageHandle=b.View.extend({tagName:"li",events:{"click a":"changePage"},title:function(a){return"Page "+a.label},isRewind:!1,isBack:!1,isForward:!1,isFastForward:!1,initialize:function(b){var c=this.collection,d=c.state,e=d.currentPage,f=d.firstPage,g=d.lastPage;a.extend(this,a.pick(b,["isRewind","isBack","isForward","isFastForward"]));var h;this.isRewind?h=f:this.isBack?h=Math.max(f,e-1):this.isForward?h=Math.min(g,e+1):this.isFastForward?h=g:(h=+b.pageIndex,h=f?h+1:h),this.pageIndex=h,this.label=(b.label||(f?h:h+1))+"";var i=b.title||this.title;this.title=a.isFunction(i)?i({label:this.label}):i},render:function(){this.$el.empty();var a=document.createElement("a");a.href="#",this.title&&(a.title=this.title),a.innerHTML=this.label,this.el.appendChild(a);var b=this.collection,c=b.state,d=c.currentPage,e=this.pageIndex;return this.isRewind&&d==c.firstPage||this.isBack&&!b.hasPreviousPage()||this.isForward&&!b.hasNextPage()||this.isFastForward&&(d==c.lastPage||c.totalPages<1)?this.$el.addClass("disabled"):this.isRewind||this.isBack||this.isForward||this.isFastForward||c.currentPage!=e||this.$el.addClass("active"),this.delegateEvents(),this},changePage:function(a){a.preventDefault();var b=this.$el,c=this.collection;return b.hasClass("active")||b.hasClass("disabled")||(this.isRewind?c.getFirstPage():this.isBack?c.getPreviousPage():this.isForward?c.getNextPage():this.isFastForward?c.getLastPage():c.getPage(this.pageIndex,{reset:!0})),this}}),e=c.Extension.Paginator=b.View.extend({className:"backgrid-paginator",windowSize:10,slideScale:.5,controls:{rewind:{label:"《",title:"First"},back:{label:"〈",title:"Previous"},forward:{label:"〉",title:"Next"},fastForward:{label:"》",title:"Last"}},renderIndexedPageHandles:!0,pageHandle:d,goBackFirstOnSort:!0,initialize:function(b){var c=this;c.controls=a.defaults(b.controls||{},c.controls,e.prototype.controls),a.extend(c,a.pick(b||{},"windowSize","pageHandle","slideScale","goBackFirstOnSort","renderIndexedPageHandles"));var d=c.collection;c.listenTo(d,"add",c.render),c.listenTo(d,"remove",c.render),c.listenTo(d,"reset",c.render),c.listenTo(d,"backgrid:sorted",function(){c.goBackFirstOnSort&&d.getFirstPage({reset:!0})})},slideMaybe:function(a,b,c,d){return Math.round(c%d/d)},slideThisMuch:function(a,b,c,d,e){return~~(d*e)},_calculateWindow:function(){var a=this.collection,b=a.state,c=b.firstPage,d=+b.lastPage;d=Math.max(0,c?d-1:d);var e=Math.max(b.currentPage,b.firstPage);e=c?e-1:e;var f=this.windowSize,g=this.slideScale,h=Math.floor(e/f)*f;e<=d-this.slideThisMuch()&&(h+=this.slideMaybe(c,d,e,f,g)*this.slideThisMuch(c,d,e,f,g));var i=Math.min(d+1,h+f);return[h,i]},makeHandles:function(){var b=[],c=this.collection,d=this._calculateWindow(),e=d[0],f=d[1];if(this.renderIndexedPageHandles)for(var g=e;f>g;g++)b.push(new this.pageHandle({collection:c,pageIndex:g}));var h=this.controls;return a.each(["back","rewind","forward","fastForward"],function(a){var d=h[a];if(d){var e={collection:c,title:d.title,label:d.label};e["is"+a.slice(0,1).toUpperCase()+a.slice(1)]=!0;var f=new this.pag (…)
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DCollectionUtils.java246 * Retrieves the first item from a collection.
248 * @param collection The collection.
249 * @param <T> The type of the collection.
250 * @return The first instance of the collection else null if not present.
252 public static <T> T getFirstItem(final Collection<T> collection) { argument
253 return getFirstItem(collection, null);
259 * @param collection
260 * the collection
264 * the type of the collection
268 getFirstItem(final Collection<T> collection, final T defaultValue) argument
401 isNotEmpty(final Collection<?> collection) argument
413 isEmpty(Collection<?> collection) argument
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLICommandBase.java142 protected String tokenize(Collection collection) { argument
144 if ((collection != null) && !collection.isEmpty()) {
146 for (Iterator i = collection.iterator(); i.hasNext(); ) {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLICommandBase.java142 protected String tokenize(Collection collection) { argument
144 if ((collection != null) && !collection.isEmpty()) {
146 for (Iterator i = collection.iterator(); i.hasNext(); ) {
/forgerock/opendj-b2.6/src/server/org/opends/server/monitors/
H A DClientConnectionMonitorProvider.java159 Collection<ClientConnection> collection =
161 for (ClientConnection conn : collection)
/forgerock/opendj2/src/server/org/opends/server/monitors/
H A DClientConnectionMonitorProvider.java158 Collection<ClientConnection> collection =
160 for (ClientConnection conn : collection)
/forgerock/opendj2.6.2/src/server/org/opends/server/monitors/
H A DClientConnectionMonitorProvider.java159 Collection<ClientConnection> collection =
161 for (ClientConnection conn : collection)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/monitors/
H A DClientConnectionMonitorProvider.java159 Collection<ClientConnection> collection =
161 for (ClientConnection conn : collection)
/forgerock/opendj2-hg/src/server/org/opends/server/monitors/
H A DClientConnectionMonitorProvider.java158 Collection<ClientConnection> collection =
160 for (ClientConnection conn : collection)
/forgerock/web-agents-v4/source/
H A Dadmin_iis.c288 static BOOL get_from_collection_idx(IAppHostElementCollection* collection, argument
296 hresult = IAppHostElementCollection_get_Count(collection, &count);
298 fprintf(stderr, "Unable to get the count of collection.\n");
307 hresult = IAppHostElementCollection_get_Item(collection, idx, &element);
336 static BOOL get_from_collection(IAppHostElementCollection* collection, argument
341 if (!get_from_collection_idx(collection, property_key, property_value, &idx)) {
342 fprintf(stderr, "Failed to get child from collection.\n");
349 hresult = IAppHostElementCollection_get_Item(collection, idx_var, element);
351 fprintf(stderr, "Failed to get element from collection.\n");
406 fprintf(stderr, "Unable to get system.webServer section group collection
454 IAppHostElementCollection* collection = NULL; local
635 IAppHostElementCollection* collection = NULL; local
1062 IAppHostElementCollection* collection = NULL; local
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/share/
H A DCommonShare.js134 collection,
157 collection = this.parentModel.get("policy").get("permissions");
158 this.data.permissions = collection.toJSON();
188 collection: collection,

Completed in 90 milliseconds

123456