Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 156 for checkIn (0.35 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

                }
    
                task check {
                    doFirst {
                        provider.get().increment()
                    }
                }
            """
    
            expect:
            run("check")
            run("check")
    
            where:
            serviceType << [
                ExecOperations,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    			// TODO: If at some point we decide the performance and scalability
    			// footprint is acceptable, this is the place to hook them in.
    			// However, we then need to check if this was called as a result
    			// of a bookmark event or regular Add/Update/Delete operation by
    			// checking if resourceVersion here has changed.
    			if event.Type != watch.Bookmark {
    				c.dispatchEvent(&event)
    			}
    			lastProcessedResourceVersion = event.ResourceVersion
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  3. guava/src/com/google/common/reflect/TypeToken.java

        }
        // if 'this' is wildcard, it's a suptype of to 'supertype' if any of its "extends"
        // bounds is a subtype of 'supertype'.
        if (runtimeType instanceof WildcardType) {
          // <? super Base> is of no use in checking 'from' being a subtype of 'to'.
          return any(((WildcardType) runtimeType).getUpperBounds()).isSubtypeOf(supertype);
        }
        // if 'this' is type variable, it's a subtype if any of its "extends"
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/bootstrap.min.js

    t.toggle=function(){var t=!0,e=!0,n=g(this._element).closest(A)[0];if(n){var i=this._element.querySelector(k);if(i){if("radio"===i.type)if(i.checked&&this._element.classList.contains(S))t=!1;else{var o=n.querySelector(P);o&&g(o).removeClass(S)}else"checkbox"===i.type?"LABEL"===this._element.tagName&&i.checked===this._element.classList.contains(S)&&(t=!1):t=!1;t&&(i.checked=!this._element.classList.contains(S),g(i).trigger("change")),i.focus(),e=!1}}this._element.hasAttribute("disabled")||this._element.c...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 58.6K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/Synchronized.java

    import java.util.Queue;
    import java.util.RandomAccess;
    import java.util.Set;
    import java.util.SortedMap;
    import java.util.SortedSet;
    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * Synchronized collection views. The returned synchronized collection views are serializable if the
     * backing collection and the mutex are serializable.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 53.4K bytes
    - Viewed (0)
  6. src/time/format.go

    // corresponding to Jan 1, year 0, 15:04:00 UTC (note that because the year is
    // 0, this time is before the zero Time).
    // Years must be in the range 0000..9999. The day of the week is checked
    // for syntax but it is otherwise ignored.
    //
    // For layouts specifying the two-digit year 06, a value NN >= 69 will be treated
    // as 19NN and a value NN < 69 will be treated as 20NN.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/ImmutableSortedMap.java

    import java.util.function.BinaryOperator;
    import java.util.function.Function;
    import java.util.stream.Collector;
    import java.util.stream.Collectors;
    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * A {@link NavigableMap} whose contents will never change, with many other important properties
     * detailed at {@link ImmutableCollection}.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 53K bytes
    - Viewed (0)
  8. pkg/kubelet/kuberuntime/kuberuntime_container.go

    		// restartCount to be reset to 0. This causes the logfile to
    		// start at 0.log, which either overwrites or appends to the
    		// already existing log.
    		//
    		// We are checking to see if the log directory exists, and find
    		// the latest restartCount by checking the log name -
    		// {restartCount}.log - and adding 1 to it.
    		logDir := BuildContainerLogsDirectory(m.podLogsDirectory, pod.Namespace, pod.Name, pod.UID, container.Name)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/reflect/TypeToken.java

        }
        // if 'this' is wildcard, it's a suptype of to 'supertype' if any of its "extends"
        // bounds is a subtype of 'supertype'.
        if (runtimeType instanceof WildcardType) {
          // <? super Base> is of no use in checking 'from' being a subtype of 'to'.
          return any(((WildcardType) runtimeType).getUpperBounds()).isSubtypeOf(supertype);
        }
        // if 'this' is type variable, it's a subtype if any of its "extends"
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  10. src/cmd/dist/build.go

    			"It probably contains stale files that may confuse the build.\n"+
    			"Please (check what's there and) remove it and try again.\n"+
    			"See https://golang.org/s/go14nopkg\n",
    			pathf("%s/src/pkg", goroot))
    	}
    
    	if rebuildall {
    		clean()
    	}
    
    	setup()
    
    	timelog("build", "toolchain1")
    	checkCC()
    	bootstrapBuildTools()
    
    	// Remember old content of $GOROOT/bin for comparison below.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
Back to top