Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 728 for york (0.07 sec)

  1. src/bufio/example_test.go

    // input as a sequence of space-delimited tokens.
    func ExampleScanner_words() {
    	// An artificial input source.
    	const input = "Now is the winter of our discontent,\nMade glorious summer by this sun of York.\n"
    	scanner := bufio.NewScanner(strings.NewReader(input))
    	// Set the split function for the scanning operation.
    	scanner.Split(bufio.ScanWords)
    	// Count the words.
    	count := 0
    	for scanner.Scan() {
    		count++
    	}
    Registered: 2025-05-27 11:13
    - Last Modified: 2024-11-01 21:52
    - 5.5K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    wolterskluwer
    
    // woodside : Woodside Petroleum Limited
    // https://www.iana.org/domains/root/db/woodside.html
    woodside
    
    // work : Registry Services, LLC
    // https://www.iana.org/domains/root/db/work.html
    work
    
    // works : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/works.html
    works
    
    // world : Binky Moon, LLC
    Registered: 2025-05-30 11:42
    - Last Modified: 2024-12-27 13:39
    - 309.7K bytes
    - Viewed (0)
  3. api/maven-api-core/src/main/java/org/apache/maven/api/plugin/annotations/Execute.java

    import org.apache.maven.api.annotations.Nonnull;
    
    /**
     * Used if your Mojo needs to fork a <a href="/ref/3.0.4/maven-core/lifecycles.html">lifecycle</a>.
     *
     * @since 4.0.0
     */
    @Experimental
    @Documented
    @Retention(RetentionPolicy.RUNTIME)
    @Target(ElementType.TYPE)
    @Inherited
    public @interface Execute {
        /**
         * Lifecycle phase to fork. Note that specifying a phase overrides specifying a goal.
         * @return the phase
    Registered: 2025-05-24 08:56
    - Last Modified: 2024-04-12 10:50
    - 2.2K bytes
    - Viewed (0)
  4. CONTRIBUTING.md

    * [git](https://git-scm.com/) and a [GitHub account](https://github.com/join).
    
    Gradle uses pull requests for contributions. Fork [gradle/gradle](https://github.com/gradle/gradle) and clone your fork. Configure your Git username and email with:
    
        git config user.name 'First Last'
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-05-16 07:28
    - 18.5K bytes
    - Viewed (0)
  5. android/pom.xml

                    <version>2.36.0</version>
                  </path>
                </annotationProcessorPaths>
                <!-- Fork because we need args like add-exports. (But see the TODO above about .mvn/jvm.config.) -->
                <fork>true</fork>
              </configuration>
              <executions>
                <execution>
                  <id>default-compile</id>
                  <configuration>
    Registered: 2025-05-30 12:43
    - Last Modified: 2025-04-12 22:10
    - 24.5K bytes
    - Viewed (0)
  6. pom.xml

                    <version>2.36.0</version>
                  </path>
                </annotationProcessorPaths>
                <!-- Fork because we need args like add-exports. (But see the TODO above about .mvn/jvm.config.) -->
                <fork>true</fork>
              </configuration>
              <executions>
                <execution>
                  <id>default-compile</id>
                  <configuration>
    Registered: 2025-05-30 12:43
    - Last Modified: 2025-04-04 22:08
    - 24.1K bytes
    - Viewed (0)
  7. CREDITS

          and conversions to other media types.
    
          "Work" shall mean the work of authorship, whether in Source or
          Object form, made available under the License, as indicated by a
          copyright notice that is included in or attached to the work
          (an example is provided in the Appendix below).
    
          "Derivative Works" shall mean any work, whether in Source or Object
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-03-13 05:29
    - 1.8M bytes
    - Viewed (0)
  8. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/DistributionTest.kt

    import org.gradle.api.tasks.PathSensitivity
    import org.gradle.api.tasks.testing.Test
    import org.gradle.api.tasks.testing.TestListener
    import org.gradle.process.CommandLineArgumentProvider
    import org.gradle.work.DisableCachingByDefault
    import java.io.File
    import java.util.SortedSet
    
    
    /**
     * Tests that check the end-to-end behavior of a Gradle distribution.
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-02-24 05:11
    - 8.3K bytes
    - Viewed (0)
  9. manifests/charts/README.md

    ---
    
    Note: If making any changes to the charts or values.yaml in this dir, first read [UPDATING-CHARTS.md](UPDATING-CHARTS.md)
    
    Istio installer is a modular, 'a-la-carte' installer for Istio. It is based on a
    fork of the Istio helm templates, refactored to increase modularity and isolation.
    
    Goals:
    - Improve upgrade experience: users should be able to gradually roll upgrades, with proper
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-10-31 16:56
    - 7.4K bytes
    - Viewed (0)
  10. LICENSES/vendor/github.com/containerd/containerd/api/LICENSE

          and conversions to other media types.
    
          "Work" shall mean the work of authorship, whether in Source or
          Object form, made available under the License, as indicated by a
          copyright notice that is included in or attached to the work
          (an example is provided in the Appendix below).
    
          "Derivative Works" shall mean any work, whether in Source or Object
    Registered: 2025-05-30 09:05
    - Last Modified: 2024-09-22 18:50
    - 10.7K bytes
    - Viewed (0)
Back to top