Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 372 for Review (0.1 sec)

  1. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/managed/ManagedScalarCollectionsIntegrationTest.groovy

                }
            }
    
            apply plugin: Rules
            """
    
            then:
            fails 'tasks'
    
            and:
            failure.assertHasCause "Attempt to modify a read only view of model element 'container.items' of type '$type<String>' given to rule Rules#tryToMutate(ModelMap<Task>, Container)"
    
            where:
            type << MANAGED_SCALAR_COLLECTION_TYPES
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp

        <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
    </head>
    <body class="hold-transition sidebar-mini">
    <div class="wrapper">
        <jsp:include page="/WEB-INF/view/common/admin/header.jsp"></jsp:include>
        <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp">
            <jsp:param name="menuCategoryType" value="log"/>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 24.9K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/schema/extract/ManagedProxyClassGeneratorTest.groovy

        def "generates a node backed view class for an interface"() {
            expect:
            def impl = newNodeBackedInstance(SomeType)
            impl instanceof SomeType
        }
    
        def "generates a view class for an interface"() {
            expect:
            def impl = newSimpleInstance(SomeType)
            impl instanceof SomeType
        }
    
        def "generates a view class for an interface with type parameters"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/troubleshooting.adoc

    You can see a dependency tree and see which resolved dependency versions differed from what was requested by clicking the _Dependencies_ view and using the search functionality, specifying the resolution reason.
    
    .Debugging dependency conflicts with build scans
    image::troubleshooting-dependency-management-build-scan.png[]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:22:03 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness.go

    			// Wait until the request is finished from the APF point of view
    			// (which is when its initialization is done).
    			watchInitializationSignal.Wait()
    		}
    
    		// Ensure that an item can be put to resultCh asynchronously.
    		resultCh := make(chan interface{}, 1)
    
    		// Call Handle in a separate goroutine.
    		// The reason for it is that from APF point of view, the request processing
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  6. guava/src/com/google/common/collect/Iterables.java

              return Streams.stream(iterable).skip(numberToSkip).spliterator();
            }
          }
        };
      }
    
      /**
       * Returns a view of {@code iterable} containing its first {@code limitSize} elements. If {@code
       * iterable} contains fewer than {@code limitSize} elements, the returned view contains all of its
       * elements. The returned iterable's iterator supports {@code remove()} if {@code iterable}'s
       * iterator does.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 42.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/running-builds/tutorial/part3_gradle_dep_man.adoc

    For our `guava` dependency to work, it requires a library called `failureaccess`.
    Therefore `failureaccess` is a transitive dependency of the project.
    
    == Step 4. Viewing Project Dependencies
    You can view your dependency tree in the terminal using the `./gradlew :app:dependencies` command:
    [source,kotlin]
    ----
    $ ./gradlew :app:dependencies
    
    > Task :app:dependencies
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 22:40:17 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/managed/ManagedModelMapIntegrationTest.groovy

            fails "tasks"
    
            and:
            failure.assertHasCause("Exception thrown while executing model rule: RulePlugin#people(ModelMap<Person>)")
            failure.assertHasCause("Attempt to read from a write only view of model element 'people' of type 'ModelMap<Person>' given to rule RulePlugin#people(ModelMap<Person>)")
        }
    
        def "cannot mutate when used as an input"() {
            when:
            buildScript '''
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  9. README.md

    [Test using MinIO Client `mc`](#test-using-minio-client-mc) for more information on using the `mc` commandline tool. For application developers,
    see <https://min.io/docs/minio/linux/developers/minio-drivers.html> to view MinIO SDKs for supported languages.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 10 00:22:36 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                key="labels.crawler_configuration"/></title>
        <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
    </head>
    <body class="hold-transition sidebar-mini">
    <div class="wrapper">
        <jsp:include page="/WEB-INF/view/common/admin/header.jsp"></jsp:include>
        <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp">
            <jsp:param name="menuCategoryType" value="system"/>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 16 12:54:35 UTC 2023
    - 39.4K bytes
    - Viewed (0)
Back to top