Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 84 for jobconfig (0.15 sec)

  1. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_edit.jsp

        <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp">
            <jsp:param name="menuCategoryType" value="crawl"/>
            <jsp:param name="menuType" value="webConfig"/>
        </jsp:include>
        <div class="content-wrapper">
            <div class="content-header">
                <div class="container-fluid">
                    <div class="row mb-2">
                        <div class="col-sm-6">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 15.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.admin.webconfig;
    
    import javax.validation.constraints.Max;
    import javax.validation.constraints.Min;
    import javax.validation.constraints.Size;
    
    import org.codelibs.core.lang.StringUtil;
    import org.codelibs.fess.Constants;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/caching/internal/services/AbstractBuildCacheControllerFactory.java

            BuildCacheDescription description = new BuildCacheDescription(configuration, describer.type, config);
    
            logConfig(buildIdentityPath, role, description);
    
            return new DescribedBuildCacheService<>(configuration, service, description);
        }
    
        private static void logConfig(Path buildIdentityPath, BuildCacheServiceRole role, BuildCacheDescription description) {
            if (LOGGER.isInfoEnabled()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 17:08:26 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  4. pkg/scheduler/apis/config/v1/default_plugins_test.go

    		t.Run(test.name, func(t *testing.T) {
    			for k, v := range test.features {
    				featuregatetesting.SetFeatureGateDuringTest(t, feature.DefaultFeatureGate, k, v)
    			}
    
    			gotConfig := getDefaultPlugins()
    			if diff := cmp.Diff(test.wantConfig, gotConfig); diff != "" {
    				t.Errorf("unexpected config diff (-want, +got): %s", diff)
    			}
    		})
    	}
    }
    
    func TestMergePlugins(t *testing.T) {
    	tests := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 15:03:04 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/model/LocalComponentDependencyMetadataTest.groovy

            def toConfig = consumableConfiguration("to")
            toComponent.getCandidatesForGraphVariantSelection().variants.addAll(toConfig)
    
            expect:
            dep.selectVariants(variantSelector, attributes([:]), toComponent, attributesSchema, [] as Set).variants == [toConfig]
        }
    
        @Unroll("selects variant '#expected' from target component (#scenario)")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 25.3K bytes
    - Viewed (0)
  6. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/legacy/BuildScanConfigIntegrationTest.groovy

        def setup() {
            settingsFile << scanPlugin.pluginManagement()
    
            scanPlugin.with {
                logConfig = true
                logApplied = true
                publishDummyPlugin(executer)
            }
    
            buildFile << """
                task t
            """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 17 10:17:11 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java

            SingletonLaContainerFactory.getContainer().register(LabelTypeHelper.class, "labelTypeHelper");
    
            WebConfig webConfig = new WebConfig();
            ComponentUtil.getCrawlingConfigHelper().store("test", webConfig);
            setValueToObject(ComponentUtil.getLabelTypeHelper(), "labelTypePatternList", new ArrayList<LabelTypePattern>());
    
            System.gc();
            Thread.sleep(1000L);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  8. internal/config/etcd/etcd.go

    	cfg.DialTimeout = defaultDialTimeout
    	cfg.DialKeepAliveTime = defaultDialKeepAlive
    	// Disable etcd client SDK logging, etcd client
    	// incorrectly starts logging in unexpected data
    	// format.
    	cfg.LogConfig = &zap.Config{
    		Level:    zap.NewAtomicLevelAt(zap.FatalLevel),
    		Encoding: "console",
    	}
    	cfg.Endpoints = etcdEndpoints
    	cfg.CoreDNSPath = env.Get(EnvEtcdCoreDNSPath, kvs.Get(CoreDNSPath))
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  9. pilot/pkg/config/file/store.go

    			yamlChunk: resourceChunk,
    		})
    	}
    	return chunks, nil
    }
    
    const (
    	FieldMapKey  = "istiofilefieldmap"
    	ReferenceKey = "istiosource"
    )
    
    // ToConfig converts the given object and proto to a config.Config
    func ToConfig(object metav1.Object, schema sresource.Schema, source resource.Reference, fieldMap map[string]int) (*config.Config, error) {
    	m, err := runtime.DefaultUnstructuredConverter.ToUnstructured(object)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 17:36:47 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  10. pkg/kube/inject/inject.go

    		return metadata.GenerateName + "***** (actual name not yet known)"
    	}
    	return ""
    }
    
    // overwriteClusterInfo updates cluster name and network from url path
    // This is needed when webconfig config runs on a different cluster than webhook
    func overwriteClusterInfo(pod *corev1.Pod, params InjectionParameters) {
    	c := FindSidecar(pod)
    	if c == nil {
    		return
    	}
    	if len(params.proxyEnvs) > 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 28.8K bytes
    - Viewed (1)
Back to top