Searched refs:back (Results 1 - 25 of 58) sorted by relevance

123

/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/login/
H A DRESTLoginDialog.js42 * use of events so this #back is a workaround to ensure the page and hash are in sync when the session
45 Backbone.history.history.back();
/forgerock/opendj2/src/pkg/
H A Dopends-dsml-gateway_proto.py39 processing. It then translates the LDAP response from the directory server back \
/forgerock/opendj-b2.6/src/pkg/
H A Dopends-dsml-gateway_proto.py40 processing. It then translates the LDAP response from the directory server back \
/forgerock/opendj2.6.2/src/pkg/
H A Dopends-dsml-gateway_proto.py40 processing. It then translates the LDAP response from the directory server back \
/forgerock/opendj2-hg/src/pkg/
H A Dopends-dsml-gateway_proto.py39 processing. It then translates the LDAP response from the directory server back \
/forgerock/opendj2-jel-hg/src/pkg/
H A Dopends-dsml-gateway_proto.py40 processing. It then translates the LDAP response from the directory server back \
/forgerock/web-agents-v4/zlib/
H A Dinflate.h102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
H A Dinflate.c33 * - Remove bit fields--back to byte structure for speed
53 * source file infback.c to provide a call-back interface to inflate for
124 state->back = -1;
1027 state->back = -1;
1030 state->back = 0;
1045 state->back += last.bits;
1048 state->back += here.bits;
1059 state->back = -1;
1075 state->back += state->extra;
1095 state->back
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/settings/update/
H A DInstallationReportView.js44 "click .back": "back"
61 * @param configs.back {function}
100 back: function(e) {
104 this.model.back();
/forgerock/openam-v13/openam-server-only/src/main/webapp/login_images/
H A DCCCSS_Default.css93 .table-back-table { background-color: #9999CC; margin: 3px 5px 3px 5px; }
104 .tab-frame-back { background-color: #666; }
105 .tab-content-back { background-color: #CCC; }
/forgerock/openam/openam-server-only/src/main/webapp/login_images/
H A DCCCSS_Default.css93 .table-back-table { background-color: #9999CC; margin: 3px 5px 3px 5px; }
104 .tab-frame-back { background-color: #666; }
105 .tab-content-back { background-color: #CCC; }
/forgerock/openam-v13/openam-console/src/main/webapp/css/
H A Dcss_generic.css79 .global-tab-sec-back { background-color: #FFC; }
90 .local-tab-back { background-color: #CCC; }
99 .local-tab-sec-back { background-color: #FFF; }
239 .wizard-tab-frame-back { background-color: #666; }
240 .wizard-tab-content-back { background-color: #CCC; }
H A Dcss_ns4sol.css435 .global-tab-sec-back {background-color:#FFC}
446 .local-tab-back {background-color:#CCC}
455 .local-tab-sec-back {background-color:#FFF}
597 .wizard-tab-frame-back {background-color:#666}
598 .wizard-tab-content-back {background-color:#CCC}
H A Dcss_ns4win.css438 .global-tab-sec-back {background-color:#FFC}
449 .local-tab-back {background-color:#CCC}
458 .local-tab-sec-back {background-color:#FFF}
600 .wizard-tab-frame-back {background-color:#666}
601 .wizard-tab-content-back {background-color:#CCC}
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/
H A DadminStyle.less121 .back-bar {
662 .back-bar a:before {
669 .back-bar a {
673 .back-bar a:hover {
748 .back-bar a {
/forgerock/openam/openam-console/src/main/webapp/css/
H A Dcss_generic.css79 .global-tab-sec-back { background-color: #FFC; }
90 .local-tab-back { background-color: #CCC; }
99 .local-tab-sec-back { background-color: #FFF; }
239 .wizard-tab-frame-back { background-color: #666; }
240 .wizard-tab-content-back { background-color: #CCC; }
/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.pageHandle(e);"rewind"==a||"back"==a?b.unshift(f):b.push(f)}},this),b},render:function(){if(this.$el.empty(),this.handles)for(var a (…)
/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.pageHandle(e);"rewind"==a||"back"==a?b.unshift(f):b.push(f)}},this),b},render:function(){if(this.$el.empty(),this.handles)for(var a (…)
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/salesforce-connector/
H A DREADME76 -For this sample there are two mappings one from Salesforce Users to Managed Users and going back from
93 If you go back to your user view inside of Salesforce you will see that user now reflects the change you
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/css/
H A Dcss_ns4sol.css435 .global-tab-sec-back {background-color:#FFC}
446 .local-tab-back {background-color:#CCC}
455 .local-tab-sec-back {background-color:#FFF}
597 .wizard-tab-frame-back {background-color:#666}
598 .wizard-tab-content-back {background-color:#CCC}
H A Dcss_ns4win.css438 .global-tab-sec-back {background-color:#FFC}
449 .local-tab-back {background-color:#CCC}
458 .local-tab-sec-back {background-color:#FFF}
600 .wizard-tab-frame-back {background-color:#666}
601 .wizard-tab-content-back {background-color:#CCC}
/forgerock/openam-v13/openam-server-only/src/main/webapp/password/css/
H A Dcss_ns4sol.css435 .global-tab-sec-back {background-color:#FFC}
446 .local-tab-back {background-color:#CCC}
455 .local-tab-sec-back {background-color:#FFF}
597 .wizard-tab-frame-back {background-color:#666}
598 .wizard-tab-content-back {background-color:#CCC}
H A Dcss_ns4win.css438 .global-tab-sec-back {background-color:#FFC}
449 .local-tab-back {background-color:#CCC}
458 .local-tab-sec-back {background-color:#FFF}
600 .wizard-tab-frame-back {background-color:#666}
601 .wizard-tab-content-back {background-color:#CCC}
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/css/
H A Dcss_ns4sol.css435 .global-tab-sec-back {background-color:#FFC}
446 .local-tab-back {background-color:#CCC}
455 .local-tab-sec-back {background-color:#FFF}
597 .wizard-tab-frame-back {background-color:#666}
598 .wizard-tab-content-back {background-color:#CCC}
H A Dcss_ns4win.css438 .global-tab-sec-back {background-color:#FFC}
449 .local-tab-back {background-color:#CCC}
458 .local-tab-sec-back {background-color:#FFF}
600 .wizard-tab-frame-back {background-color:#666}
601 .wizard-tab-content-back {background-color:#CCC}

Completed in 142 milliseconds

123