Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 515 for mary (1.37 sec)

  1. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      And so she went on, taking first one side and then the other,
    and making quite a conversation of it altogether; but after a few
    minutes she heard a voice outside, and stopped to listen.
    
      `Mary Ann!  Mary Ann!' said the voice.  `Fetch me my gloves
    this moment!'  Then came a little pattering of feet on the
    stairs.  Alice knew it was the Rabbit coming to look for her, and
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      And so she went on, taking first one side and then the other,
    and making quite a conversation of it altogether; but after a few
    minutes she heard a voice outside, and stopped to listen.
    
      `Mary Ann!  Mary Ann!' said the voice.  `Fetch me my gloves
    this moment!'  Then came a little pattering of feet on the
    stairs.  Alice knew it was the Rabbit coming to look for her, and
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/bootstrap.min.js.map

    qB7E,EAAE6D,GAAGa,IAE1BI,GAAQ,CACZ2Q,cAAa,gBAAmB7Q,GAChC+K,KAAI,OAAmB/K,GACvBgL,OAAM,SAAmBhL,GACzB6K,KAAI,OAAmB7K,GACvB8K,MAAK,QAAmB9K,IAGpBM,GACM,OADNA,GAEM,OAFNA,GAGM,OAHNA,GAIM,UAGNsD,GAAc,CAClBuV,UAAY,UACZ8H,SAAY,UACZ3H,MAAY,UAGRjW,GAAU,CACd8V,WAAY,EACZ8H,UAAY,EACZ3H,MAAY,KAGRlX,GACW,yBASX8e,cACJ,SAAAA,EAAYllB,EAASyB,GACnBvC,KAAKsF,SAAWxE,EAChBd,KAAKoK,QAAWpK,KAAKqK,WAAW9H,GAChCvC,KAAKof,SAAW,KAChBpf,KAAKwf,2CAmBPzO,KAAA,WAAO,IAAAhR,EAAAC,KACLE,EAAEF,KAAKsF,UAAUvD,QAAQiD,GAAM2K,MAE3B3P,KAAKo...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 185.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/execution/Combinators.kt

    ): Parser<T> = {
        val mark = currentPosition
        when (val lr = left()) {
            is ParserResult.Failure -> {
                restore(mark)
                right().map(r)
            }
    
            is ParserResult.Success -> {
                lr.map(l)
            }
        }
    }
    
    
    internal
    fun <T> optional(parser: Parser<T>): Parser<T?> = {
        val mark = currentPosition
        when (val r = parser()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/mod_import_cycle.txt

    # 'go list all' should fail with a reasonable error message
    ! go list all
    stderr '^package m\n\timports m/a\n\timports m/b\n\timports m/a: import cycle not allowed'
    
    # 'go list -e' should not print to stderr, but should mark all three
    # packages (m, m/a, and m/b) as Incomplete.
    go list -e -json all
    ! stderr .
    stdout -count=3 '"Incomplete": true,'
    
    -- go.mod --
    module m
    
    require (
    	m/a v0.0.0
    	m/b v0.0.0
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 28 19:09:53 UTC 2020
    - 644 bytes
    - Viewed (0)
  6. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/WorkNodeCodec.kt

                }
                if (node is LocalTaskNode) {
                    scheduledNodeIds[node.prepareNode] = scheduledNodeIds.size
                }
            }
            // A large build may have many nodes but not so many entry nodes.
            // To save some disk space, we're only saving entry node ids rather than writing "entry/non-entry" boolean for every node.
            writeCollection(scheduledEntryNodeIds) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  7. .mailmap

    Etienne Studer <******@****.***> <******@****.***>
    Etienne Studer <******@****.***> <******@****.***>
    Etienne Studer <******@****.***> <log>
    Gary Hale <gary@gradle.com> <******@****.***>
    Hans Dockter <******@****.***>
    Hans Dockter <******@****.***> <******@****.***>
    Hans Dockter <******@****.***> <******@****.***>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 03 06:34:28 UTC 2017
    - 3.3K bytes
    - Viewed (0)
  8. architecture/build-state-model.md

    A "build session" represents a single invocation of Gradle, for example when you run `gradlew build`.
    A session runs the build one or more times.
    For example, when continuous build is enabled, the session may run the build many times, but when it is disabled, the session will run the build once only.
    
    The build session state is managed by the `BuildSessionState` class.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:49 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/components/scopeProvider/TestScopeRenderer.kt

     * Scope tests should not forget checking contained names, as they're a public part of the [KaScope] API.
     *
     * Note: Many scopes wouldn't work correctly if the contained name sets were broken, as these names are often the basis for the search.
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 08:26:19 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom

          <organization>Walding Consulting Services</organization>
          <roles>
            <role>Developer</role>
          </roles>
        </developer>
        <developer>
          <id>mhw</id>
          <name>Mark Wilkinson</name>
          <email>******@****.***</email>
          <roles>
            <role>Developer</role>
          </roles>
        </developer>
        <developer>
          <id>michal</id>
          <name>Michal Maczka</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:09:10 UTC 2020
    - 7.8K bytes
    - Viewed (0)
Back to top