Searched refs:config (Results 1 - 15 of 15) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/management/
H A DJMXConfigurationMBean.java43 * @param config String the configuration object in xml to set
46 public void setConfiguration(String config) throws IOException; argument
H A DJMXConfiguration.java49 public void setConfiguration(String config) throws IOException { argument
50 Configuration configuration = Configuration.makeXMLStringAsConfiguration(config);
H A DOGAgent.java105 } else if (args[i].startsWith("--config=")) {
106 file = new File(args[i].substring("--config=".length()));
202 ObjectName config = new ObjectName("OGA:name=JMXConfiguration");
204 server.registerMBean(jc, config);
/opengrok/web/js/
H A Dsearchable-option-list-2.0.2.js81 var selectionContainerYPos = this.$input.offset().top - this.config.scrollTarget.scrollTop() + this.$input.outerHeight(false),
84 displayContainerAboveInput = this.config.displayContainerAboveInput || document.documentElement.clientHeight - this.config.scrollTarget.scrollTop() < selectionContainerBottom,
89 selectionContainerYPos = this.$input.offset().top - selectionContainerHeight - this.config.scrollTarget.scrollTop() + parseInt(this.$selectionContainer.css('border-bottom-width'), 10);
123 this.config.displayContainerAboveInput = displayContainerAboveInput;
129 return this.config.multiple && this.config.selectAllMaxItemsThreshold && this.items && this.items.length <= this.config.selectAllMaxItemsThreshold;
151 this.config = $.extend(true, {}, this.defaults, this.options, this.metadata);
168 this.config
[all...]
H A Dsearchable-option-list-2.0.2.min.js16 (function(d,c,a){var b=function(e,f){this.$originalElement=e;this.options=f;this.metadata=this.$originalElement.data("sol-options")};b.prototype={SOL_OPTION_FORMAT:{type:"option",value:undefined,selected:false,disabled:false,label:undefined,tooltip:undefined,cssClass:""},SOL_OPTIONGROUP_FORMAT:{type:"optiongroup",label:undefined,tooltip:undefined,disabled:false,children:undefined},DATA_KEY:"sol-element",WINDOW_EVENTS_KEY:"sol-window-events",defaults:{data:undefined,name:undefined,texts:{noItemsAvailable:"No entries found",selectAll:"Select all",selectNone:"Select none",quickDelete:"&times;",searchplaceholder:"Click here to search",loadingData:"Still loading data...",itemsSelected:"{$a} more items selected"},events:{onInitialized:undefined,onRendered:undefined,onOpen:undefined,onClose:undefined,onChange:undefined,onScroll:function(){var g=this.$input.offset().top-this.config.scrollTarget.scrollTop()+this.$input.outerHeight(false),h=this.$selectionContainer.outerHeight(false),i=g+h,j=this.config.displayContainerAboveInput||a.documentElement.clientHeight-this.config.scrollTarget.scrollTop()<i,e=this.$innerContainer.outerWidth(false)-parseInt(this.$selectionContainer.css("border-left-width"),10)-parseInt(this.$selectionContainer.css("border-right-width"),10);if(j){g=this.$input.offset().top-h-this.config.scrollTarget.scrollTop()+parseInt(this.$selectionContainer.css("border-bottom-width"),10);this.$container.removeClass("sol-selection-bottom").addClass("sol-selection-top")}else{this.$container.removeClass("sol-selection-top").addClass("sol-selection-bottom")}if(this.$innerContainer.css("display")!=="block"){e=e*1.2}else{var f=j?"border-bottom-right-radius":"border-top-right-radius";this.$selectionContainer.css(f,"initial");if(this.$actionButtons){this.$actionButtons.css(f,"initial")}}this.$selectionContainer.css("top",Math.floor(g)).css("left",Math.floor(this.$container.offset().left)).css("width",e);this.config.displayContainerAboveInput=j}},selectAllMaxItemsThreshold:30,showSelectAll:function(){return this.config.multiple&&this.config.selectAllMaxItemsThreshold&&this.items&&this.items.length<=this.config.selectAllMaxItemsThreshold},useBracketParameters:false,multiple:undefined,resultsContainer:undefined,closeOnClick:false,showSelectionBelowList:false,allowNullSelection:false,scrollTarget:undefined,maxHeight:undefined,converter:undefined,asyncBatchSize:300,searchTimeout:300,maxShow:0},init:function(){this.config=d.extend(true,{},this.defaults,this.options,this.metadata);var e=this._getNameAttribute(),f=this;if(!e){this._showErrorLabel("name attribute is required");return}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}this.config
[all...]
H A Dutils.js1107 var posY = this.$input.offset().top - this.config.scrollTarget.scrollTop() + this.$input.outerHeight() + 1,
/opengrok/src/org/opensolaris/opengrok/web/
H A DAuthorizationFilter.java52 PageConfig config = PageConfig.get(httpReq);
54 Project p = config.getProject();
55 if (p != null && !config.isAllowed(p)) {
H A DWebappListener.java68 String config = context.getInitParameter("CONFIGURATION");
69 if (config == null) {
73 env.readConfiguration(new File(config));
75 LOGGER.log(Level.WARNING, "OpenGrok Configuration error. Failed to read config file: ", ex);
/opengrok/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java65 /* config variables from agent */
70 private Configuration config = null; field in class:ConfigurationsFrame
132 config = Configuration.makeXMLStringAsConfiguration(xmlconfig);
149 this.dataRootField.setText(config.getDataRoot());
150 this.sourceRootField.setText(config.getSourceRoot());
151 this.indexVersionedFilesOnlyCB.setSelected(config.isIndexVersionedFilesOnly());
152 this.luceneLockingCB.setSelected(config.isUsingLuceneLocking());
153 this.remoteSCMSupportedCB.setText(config.getRemoteScmSupported().toString());
154 this.bugPageField.setText(config.getBugPage());
155 this.bugPatternField.setText(config
[all...]
/opengrok/
H A Dmvnw93 JAVA_HOME=`java-config --jre-home`
220 MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS"
H A Dmvnw.cmd111 IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig
114 for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a
/opengrok/test/org/opensolaris/opengrok/web/
H A DPageConfigTest.java254 PageConfig config =
256 assertEquals(expected, config.canProcess());
/opengrok/platform/solaris/ips/
H A Dcreate.sh212 PKG pkgsend add file doc/ctags.config mode=0444 owner=root group=sys path=/usr/opengrok/doc/ctags.config
/opengrok/test/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironmentTest.java68 originalConfig = File.createTempFile("config", ".xml");
83 Configuration config = new Configuration();
84 RuntimeEnvironment.getInstance().setConfiguration(config);
/opengrok/.mvn/wrapper/
H A Dmaven-wrapper.jarorg/apache/maven/wrapper/BootstrapMainStarter.class BootstrapMainStarter.java package org.apache.maven.wrapper public ...

Completed in 59 milliseconds