Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 4,573 for before8 (0.13 sec)

  1. docs/en/docs/advanced/events.md

    The same way, you can define logic (code) that should be executed when the application is **shutting down**. In this case, this code will be executed **once**, **after** having handled possibly **many requests**.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/CodeNarcExtension.java

        }
    
        /**
         * The maximum number of priority 1 violations allowed before failing the build.
         */
        public int getMaxPriority1Violations() {
            return maxPriority1Violations;
        }
    
        /**
         * The maximum number of priority 1 violations allowed before failing the build.
         */
        public void setMaxPriority1Violations(int maxPriority1Violations) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 4K bytes
    - Viewed (0)
  3. pkg/registry/core/service/storage/alloc.go

    // attempts to default service ip families according to cluster configuration
    // while ensuring that provided families are configured on cluster.
    func (al *Allocators) initIPFamilyFields(after After, before Before) error {
    	oldService, service := before.Service, after.Service
    
    	// can not do anything here
    	if service.Spec.Type == api.ServiceTypeExternalName {
    		return nil
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:05 UTC 2023
    - 37.3K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/invocation/GradleLifecycleIsolationIntegrationTest.groovy

            then:
            outputContains 'root with version from action'
            outputContains 'sub with version from action'
            outputContains '[1: before root unspecified, 2: before root from action, 1: after root from script, 2: after root from script]'
            outputContains '[1: before sub unspecified, 2: before sub from action, 1: after sub from script, 2: after sub from script]'
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 05:18:22 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/ide/idea/groovy/build.gradle

    plugins {
        id 'idea'
    }
    // end::use-plugin[]
    
    // tag::module-before-merged[]
    idea.module.iml {
        beforeMerged { module ->
            module.dependencies.clear()
        }
    }
    // end::module-before-merged[]
    
    // tag::project-before-merged[]
    idea.project.ipr {
        beforeMerged { project ->
            project.modulePaths.clear()
        }
    }
    // end::project-before-merged[]
    
    
    // tag::module-when-merged[]
    idea.module.iml {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 777 bytes
    - Viewed (0)
  6. maven-slf4j-provider/src/main/java/org/apache/maven/slf4j/MavenFailOnSeverityLogger.java

        }
    
        /**
         * Perform single parameter substitution before logging the message of level
         * WARN according to the format outlined above.
         */
        @Override
        public void warn(String format, Object arg) {
            super.warn(format, arg);
            logLevelRecorder.record(Level.WARN);
        }
    
        /**
         * Perform double parameter substitution before logging the message of level
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jan 09 06:36:58 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  7. src/time/mono_test.go

    		check(txs+".After("+tys+"w)", tx.After(tyw), cw > 0)
    		check(txs+"w.After("+tys+"w)", txw.After(tyw), cw > 0)
    
    		check(txs+".Before("+tys+")", tx.Before(ty), c < 0)
    		check(txs+"w.Before("+tys+")", txw.Before(ty), cw < 0)
    		check(txs+".Before("+tys+"w)", tx.Before(tyw), cw < 0)
    		check(txs+"w.Before("+tys+"w)", txw.Before(tyw), cw < 0)
    
    		check(txs+".Equal("+tys+")", tx.Equal(ty), c == 0)
    		check(txs+"w.Equal("+tys+")", txw.Equal(ty), cw == 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 19 17:10:49 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  8. src/os/executable_test.go

    	}
    }
    
    const testExecutableDeletion = `package main
    
    import (
    	"fmt"
    	"os"
    )
    
    func main() {
    	before, err := os.Executable()
    	if err != nil {
    		fmt.Fprintf(os.Stderr, "failed to read executable name before deletion: %v\n", err)
    		os.Exit(1)
    	}
    
    	err = os.Remove(before)
    	if err != nil {
    		fmt.Fprintf(os.Stderr, "failed to remove executable: %v\n", err)
    		os.Exit(1)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 23:35:32 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  9. pkg/kubelet/util/node_startup_latency_tracker_test.go

            # TYPE kubelet_node_startup_pre_kubelet_duration_seconds gauge
            kubelet_node_startup_pre_kubelet_duration_seconds 0
            # HELP kubelet_node_startup_pre_registration_duration_seconds [ALPHA] Duration in seconds of node startup before registration.
            # TYPE kubelet_node_startup_pre_registration_duration_seconds gauge
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 05:54:25 UTC 2023
    - 18K bytes
    - Viewed (0)
  10. .github/workflows/stale-issues.yml

              exempt-pr-labels: "override-stale"
              #Limit the No. of API calls in one run default value is 30.
              operations-per-run: 1000
              days-before-issue-stale: 7
              days-before-issue-close: 7
              stale-issue-label: "stale"
              # reason for closed the issue default value is not_planned
              close-issue-reason: completed
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 23 20:04:38 UTC 2023
    - 4.1K bytes
    - Viewed (0)
Back to top