Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 2,868 for revoked (0.2 sec)

  1. test/nilptr3.go

    	_ = *array0p    // ERROR "removed.* nil check"
    	_ = *intp       // ERROR "removed.* nil check"
    	_ = *arrayp     // ERROR "removed.* nil check"
    	_ = *structp    // ERROR "generated nil check"
    	_ = *emptyp     // ERROR "generated nil check"
    	_ = *arrayp     // ERROR "removed.* nil check"
    	_ = *bigarrayp  // ERROR "generated nil check" ARM removed nil check before indirect!!
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/EventListener.kt

      ) {
      }
    
      /**
       * Invoked immediately after a DNS lookup.
       *
       * This method is invoked after [dnsStart].
       */
      open fun dnsEnd(
        call: Call,
        domainName: String,
        inetAddressList: List<@JvmSuppressWildcards InetAddress>,
      ) {
      }
    
      /**
       * Invoked just prior to initiating a socket connection.
       *
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  3. pkg/controller/job/job_controller.go

    		jm.expectations.ExpectDeletions(logger, jobKey, len(podsToDelete))
    		removed, err := jm.deleteJobPods(ctx, job, jobKey, podsToDelete)
    		active -= removed
    		if feature.DefaultFeatureGate.Enabled(features.JobPodReplacementPolicy) {
    			*jobCtx.terminating += removed
    		}
    		return active, metrics.JobSyncActionPodsDeleted, err
    	}
    
    	var terminating int32 = 0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/request/object_count_tracker.go

    // of the total number of objects for each resource.
    // {group}.{resource} is used as the key name to update and retrieve
    // the total number of objects for a given resource.
    type StorageObjectCountTracker interface {
    	// Set is invoked to update the current number of total
    	// objects for the given resource
    	Set(string, int64)
    
    	// Get returns the total number of objects for the given resource.
    	// The following errors are returned:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 16 09:12:00 UTC 2022
    - 5K bytes
    - Viewed (0)
  5. platforms/native/language-native/src/test/groovy/org/gradle/language/nativeplatform/internal/incremental/IncrementalCompileProcessorTest.groovy

            expect:
            checkCompile recompiled: [], removed: []
        }
    
        def "detects new source files"() {
            given:
            initialFiles()
    
            when:
            def file3 = sourceFile("file3")
            sourceAdded(file3)
    
            then:
            checkCompile recompiled: [file3], removed: []
        }
    
        def "detects removed source file"() {
            given:
            initialFiles()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 15:31:28 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  6. cni/pkg/nodeagent/net.go

    	// The pod was injected with iptables rules, so it must be annotated as "inpod" - even if
    	// the following fails.
    	// This is so that if it is removed from the mesh, the inpod rules will unconditionally
    	// be removed.
    
    	log.Debug("notifying subscribed node proxies")
    	if err := s.sendPodToZtunnelAndWaitForAck(ctx, pod, openNetns); err != nil {
    		return NewErrPartialAdd(err)
    	}
    	return nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 05:10:23 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  7. build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AlphabeticalAcceptedApiChangesTaskIntegrationTest.kt

                                "member": "Method org.gradle.api.tasks.AbstractExecTask.getExecResult()",
                                "acceptation": "Removed for Gradle 8.0",
                                "changes": [
                                    "Method has been removed"
                                ]
                            },
                            {
                                "type": "org.gradle.api.AntBuilder",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 14:00:46 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  8. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/history/changes/ClasspathCompareStrategyTest.groovy

                [jar1: jar(1234), jar2: jar(2345), jar3: jar(3456), jar4: jar(4567), jar5: jar(5678), jar6: jar(6789), jar7: jar(7890)]
            ) == [removed('jar1'), added('jar2'), removed('jar2'), added('jar1'), removed('jar4'), modified('jar5'), removed('jar6')]
            changes(
                [jar1: jar(1234), jar2: jar(2345), jar3: jar(3456), jar4: jar(4567), jar5: jar(5678), jar6: jar(6789), jar7: jar(7890)],
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  9. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/history/changes/OutputFileChangesTest.groovy

            where:
            previous                         | expectedChanges
            regularFile("two", 0x1234)       | [removed("two")]
            missing("two")                   | [removed("two")]
            directoryWithTwoChildren("root") | [removed("root"), removed("root/one"), removed("root/two")]
        }
    
        def "trivial content change"() {
            expect:
            changes(
                regularFile("one", 0x1234),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  10. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/logging/comparison/DiffUtils.java

        private void reduceEqualLinesFromHeadAndTail(
                List<String> original, List<String> revised, int contextSize) {
            int head = 0;
            int maxHead = min(original.size(), revised.size());
            while (head < maxHead && original.get(head).equals(revised.get(head))) {
                head++;
            }
            head = max(head - contextSize, 0);
            offsetHead = head;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top