Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 9,003 for then (0.15 sec)

  1. hack/verify-golangci-lint.sh

      # GOBIN. If not, then we have to make a temporary copy of the config and
      # replace the path with an absolute one. This could be done also
      # unconditionally, but the invocation that is printed below is nicer if we
      # don't to do it when not required.
      if grep -q 'path: ../_output/local/bin/' "${golangci_config}" &&
         [ "${GOBIN}" != "${KUBE_ROOT}/_output/local/bin" ]; then
        kube::util::ensure-temp-dir
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/DaemonLifecycleSpec.groovy

            busy()
        }
    
        def "a new daemon is started if all existing are busy"() {
            when:
            startBuild()
    
            then:
            busy()
    
            when:
            startBuild()
    
            then:
            busy 2
        }
    
        def "sending stop to idle daemons causes them to terminate immediately"() {
            when:
            startBuild()
    
            then:
            busy()
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  3. hack/verify-api-groups.sh

    	if grep -q 'GroupName = "' "${register_file}"; then
    		group_name=$(grep 'GroupName = "' "${register_file}" | cut -d\" -f2 -)
    	else
    		echo "${register_file} is missing \"const GroupName =\""
    		exit 1
    	fi
    
    	# If the dirname doesn't have a slash, then it's the internal package.
    	# if does have one, then it's versioned (e.g. foobar/v1).
    	if [[ "${group_dirname#*'/'}" == "${group_dirname}" ]]; then
    		group_dirnames+=("${group_dirname}")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 13 09:26:16 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. src/main/assemblies/files/fess

            if [ -r "$include" ]; then
                . "$include"
                break
            fi
        done
    # ...otherwise, source the specified include.
    elif [ -r "$FESS_INCLUDE" ]; then
        . "$FESS_INCLUDE"
    fi
    
    if [ -x "$JAVA_HOME/bin/java" ]; then
        JAVA="$JAVA_HOME/bin/java"
    else
        JAVA=`which java`
    fi
    
    if [ ! -x "$JAVA" ]; then
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun Jan 15 06:32:15 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  5. hack/make-rules/verify.sh

    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
    source "${KUBE_ROOT}/hack/lib/util.sh"
    
    # If KUBE_JUNIT_REPORT_DIR is unset, and ARTIFACTS is set, then have them match.
    if [[ -z "${KUBE_JUNIT_REPORT_DIR:-}" && -n "${ARTIFACTS:-}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 12:24:15 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/api/internal/cache/DefaultCacheConfigurationsTest.groovy

            then:
            thrown(IllegalArgumentException)
    
            when:
            cacheConfigurations.downloadedResources.setRemoveUnusedEntriesAfterDays(0)
    
            then:
            thrown(IllegalArgumentException)
    
            when:
            cacheConfigurations.releasedWrappers.setRemoveUnusedEntriesAfterDays(0)
    
            then:
            thrown(IllegalArgumentException)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 20:26:37 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  7. subprojects/core/src/test/groovy/org/gradle/util/LineBufferingOutputStreamTest.groovy

            when:
            outputStream.close()
    
            then:
            action.endOfStream(null)
    
            when:
            outputStream.write("ignore me".getBytes())
    
            then:
            thrown(IOException)
        }
    
        def splitsLongLines() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 12 07:56:08 UTC 2021
    - 5.3K bytes
    - Viewed (0)
  8. platforms/software/platform-base/src/test/groovy/org/gradle/api/internal/plugins/DefaultArtifactPublicationSetTest.groovy

            def ear = artifact("ear")
    
            when:
            publication.addCandidate(war)
    
            then:
            publication.defaultArtifactProvider.get() == set(war)
    
            when:
            publication.addCandidate(ear)
    
            then:
            publication.defaultArtifactProvider.get() == set(ear)
    
            when:
            publication.addCandidate(war)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  9. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/event/ListenerBroadcastTest.groovy

            0 * _._
        }
    
        def 'the Action can have fewer parameters than the event method'() {
            given:
            Action<Integer> action = Mock()
            broadcast.add("event2", action)
    
            when:
            broadcast.source.event2(1, "param")
    
            then:
            1 * action.execute(1)
    
            when:
            broadcast.source.event2(2, null)
    
            then:
            1 * action.execute(2)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  10. test-site/activator

        process_my_args "${myargs[@]}"
      }
    }
    
    # Actually runs the script.
    run() {
      # TODO - check for sane environment
    
      # process the combined args, then reset "$@" to the residuals
      process_args "$@"
      detect_terminal_for_ui
      set -- "${residual_args[@]}"
      argumentCount=$#
    
      #check for jline terminal fixes on cygwin
      if is_cygwin; then
        stty -icanon min 1 -echo > /dev/null 2>&1
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 9.3K bytes
    - Viewed (0)
Back to top