Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,119 for nothings (0.21 sec)

  1. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/AbstractIncompleteFileSystemNodeTest.groovy

            1 * selectedChild.store(searchedPath.pathFromChild(selectedChildPath), CASE_SENSITIVE, snapshot, diffListener) >> updatedChild
        }
    
        def "querying the snapshot for non-existing child #vfsSpec.searchedPath finds nothings (#vfsSpec)"() {
            setupTest(vfsSpec)
    
            when:
            def resultRoot = initialRoot.getSnapshot(searchedPath, CASE_SENSITIVE)
            then:
            !resultRoot.present
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionBean.java

            // do nothing
        }
    
        @Override
        public void xsetupForQueryInsert() {
            // do nothing
        }
    
        @Override
        public void xsetupForSpecifiedUpdate() {
            // do nothing
        }
    
        @Override
        public void xsetupForVaryingUpdate() {
            // do nothing
        }
    
        @Override
        public void enableThatsBadTiming() {
            // do nothing
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionBean.java

            // do nothing
        }
    
        @Override
        public void xsetupForQueryInsert() {
            // do nothing
        }
    
        @Override
        public void xsetupForSpecifiedUpdate() {
            // do nothing
        }
    
        @Override
        public void xsetupForVaryingUpdate() {
            // do nothing
        }
    
        @Override
        public void enableThatsBadTiming() {
            // do nothing
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionBean.java

            // do nothing
        }
    
        @Override
        public void xsetupForQueryInsert() {
            // do nothing
        }
    
        @Override
        public void xsetupForSpecifiedUpdate() {
            // do nothing
        }
    
        @Override
        public void xsetupForVaryingUpdate() {
            // do nothing
        }
    
        @Override
        public void enableThatsBadTiming() {
            // do nothing
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/NormalizingExcludeFactoryTest.groovy

            everything()                       | nothing()             | nothing()
            everything()                       | everything()          | everything()
            nothing()                          | nothing()             | nothing()
            everything()                       | group("foo")          | group("foo")
            nothing()                          | group("foo")          | nothing()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java

        }
    
        private void upgradeFrom13_7() {
            // nothing
        }
    
        private void upgradeFrom13_8() {
            // nothing
        }
    
        private void upgradeFrom13_9() {
            // nothing
        }
    
        private void upgradeFrom13_10() {
            // nothing
        }
    
        private void upgradeFrom13_11() {
            // nothing
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun May 26 05:52:29 UTC 2024
    - 48.6K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/IntersectionsTest.groovy

            moduleId("com.google.collections", "google-collections")                                                       | moduleIdSet(["com.sun.jmx", "jmxri"], ["javax.jms", "jms"], ["com.sun.jdmk", "jmxtools"])                             | nothing()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  8. cluster/addons/addon-manager/kube-addons.sh

          log INFO "== Successfully reconciled ${config_name} in namespace ${namespace} at $(date -Is)" && \
          return 0;
      if echo "${kubectl_output}" | grep --silent "no objects"; then
        # Nothing to do.
        return 0;
      fi
      echo "${kubectl_output}" # for visibility of errors
      return 1;
    }
    
    # Creates resources with addon mode EnsureExists for create_resource_from_string.
    # Does not perform pruning.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 15 05:40:38 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  9. maven-api-impl/src/test/remote-repo/org/apache/maven/its/plugins/maven-it-plugin/0.1/maven-it-plugin-0.1.jar

    maven-it-plugin 0.1 it false true generate-metadata Does nothing. compile false true false false false true process-classes org.apache.maven.plugin.coreit.DMojo java per-lookup once-per-session java Does nothing. false true false false false true generate-sources org.apache.maven.plugin.coreit.AMojo java per-lookup once-per-session models java.lang.String[] false true version java.lang.String false true ${version} generate-test-metadata Does nothing. test false true false false false true process-test-classes...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/Intersections.java

            @Override
            public ExcludeSpec doIntersect(GroupExclude left, GroupExclude right, ExcludeFactory factory) {
                // equality has been tested before, so we know groups are different
                return factory.nothing();
            }
        }
    
        @NonNullApi
        private static final class IntersectGroupWithModuleId extends AbstractIntersection<GroupExclude, ModuleIdExclude> {
            private IntersectGroupWithModuleId() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 21:03:05 UTC 2024
    - 21.6K bytes
    - Viewed (0)
Back to top