Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 308 for Aleman (0.04 sec)

  1. src/test/java/org/codelibs/fess/suggest/SuggesterBuilderTest.java

    1. runner.ensureYellow();
    2. }
    3.  
    4. @Override
    5. protected void tearDown() throws Exception {
    6. runner.close();
    7. runner.clean();
    8. }
    9.  
    10. public void test_buildWithDefault() throws Exception {
    11. final String id = "BuildTest";
    12. final Suggester suggester = Suggester.builder().build(runner.client(), id);
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  2. helm/minio/templates/_helper_create_user.txt

    1. if ! checkUserExists ; then
    2. echo "Creating user '$USER'"
    3. cat $MINIO_ACCESSKEY_SECRETKEY_TMP | ${MC} admin user add myminio
    4. else
    5. echo "User '$USER' already exists."
    6. fi
    7. #clean up credentials files.
    8. rm -f $MINIO_ACCESSKEY_SECRETKEY_TMP
    9.  
    10. # set policy for user
    11. if [ ! -z $POLICY -a $POLICY != " " ] ; then
    12. echo "Adding policy '$POLICY' for '$USER'"
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Dec 12 23:43:32 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/fess/suggest/settings/ArraySettingsTest.java

    1. runner.ensureYellow();
    2. }
    3.  
    4. @AfterClass
    5. public static void afterClass() throws Exception {
    6. runner.close();
    7. runner.clean();
    8. }
    9.  
    10. @Before
    11. public void before() throws Exception {
    12. try {
    13. runner.admin().indices().prepareDelete("_all").execute().actionGet();
    14. } catch (IndexNotFoundException ignore) {
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  4. helm/minio/templates/_helper_create_svcacct.txt

    1. fi
    2. else
    3. echo "Svcacct '$SVCACCT' already exists."
    4. fi
    5. #clean up credentials files.
    6. rm -f $MINIO_ACCESSKEY_SECRETKEY_TMP
    7. }
    8.  
    9. # Try connecting to MinIO instance
    10. {{- if .Values.tls.enabled }}
    11. scheme=https
    12. {{- else }}
    13. scheme=http
    14. {{- end }}
    15. connectToMinio $scheme
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Mar 28 23:20:50 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  5. internal/handlers/forwarder.go

    1. *outReq = *quietReq
    2. }
    3. }
    4.  
    5. // headerRewriter is responsible for removing hop-by-hop headers and setting forwarding headers
    6. type headerRewriter struct{}
    7.  
    8. // Clean up IP in case if it is ipv6 address and it has {zone} information in it, like
    9. // "[fe80::d806:a55d:eb1b:49cc%vEthernet (vmxnet3 Ethernet Adapter - Virtual Switch)]:64692"
    10. func ipv6fix(clientIP string) string {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Apr 07 05:42:10 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  6. internal/pubsub/pubsub.go

    1. combined.Merge(Mask(mask.Mask()))
    2. atomic.StoreUint64(&ps.types, uint64(combined))
    3. if wg != nil {
    4. wg.Add(1)
    5. }
    6. go func() {
    7. defer func() {
    8. if wg != nil {
    9. wg.Done()
    10. }
    11. // Clean up and de-register the subscriber
    12. ps.Lock()
    13. defer ps.Unlock()
    14. var remainTypes Mask
    15. for i, s := range ps.subs {
    16. if s == sub {
    17. ps.subs = append(ps.subs[:i], ps.subs[i+1:]...)
    18. } else {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Feb 06 16:57:30 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  7. cmd/api-utils.go

    1. if strings.ToLower(encodingType) == "url" {
    2. return s3URLEncode(name)
    3. }
    4. return name
    5. }
    6.  
    7. // getHandlerName returns the name of the handler function. It takes the type
    8. // name as a string to clean up the name retrieved via reflection. This function
    9. // only works correctly when the type is present in the cmd package.
    10. func getHandlerName(f http.HandlerFunc, cmdType string) string {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Mar 04 18:05:56 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  8. .teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt

    1. gradleWrapper {
    2. name = "GRADLE_RUNNER"
    3. workingDir = os.perfTestWorkingDir
    4. gradleParams = (
    5. performanceTestCommandLine(
    6. "clean performance:%testProject%PerformanceAdHocTest --tests \"%scenario%\"",
    7. "%performance.baselines%",
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu Oct 03 06:45:18 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  9. .teamcity/src/test/kotlin/PromotionProjectTests.kt

    1. val steps = startReleaseCycle.steps.items
    2. assertEquals(1, steps.size)
    3.  
    4. val step = gradleStep(steps, 0)
    5. step.assertTasks("clean promoteStartReleaseCycle")
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Feb 13 14:18:23 UTC 2024
    - 13.4K bytes
    - Viewed (1)
  10. impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java

    1. private boolean hasBeenPackagedDuringThisSession(MavenProject project) {
    2. boolean packaged = false;
    3. for (String phase : getLifecycles(project)) {
    4. switch (phase) {
    5. case "clean":
    6. packaged = false;
    7. break;
    8. case "package":
    9. case "install":
    10. case "deploy":
    11. packaged = true;
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top