Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,215 for nothings (0.15 sec)

  1. platforms/ide/ide-plugins/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r54/RunEclipseAutoBuildTasksCrossVersionSpec.groovy

                    .setStandardOutput(out)
                    .forTasks()
                    .run()
            }
    
            then:
            !taskExecuted(out, ":nothing")
            !taskExecuted(out, ":nothing_")
            taskExecuted(out, ":nothing__")
        }
    
        private def taskExecuted(ByteArrayOutputStream out, String taskPath) {
            out.toString().contains("> Task $taskPath ")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  2. platforms/ide/ide-plugins/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r54/RunEclipseSynchronizationTasksCrossVersionSpec.groovy

                    .setStandardOutput(out)
                    .forTasks()
                    .run()
            }
    
            then:
            !taskExecuted(out, ":nothing")
            !taskExecuted(out, ":nothing_")
            taskExecuted(out, ":nothing__")
        }
    
        private def taskExecuted(ByteArrayOutputStream out, String taskPath) {
            out.toString().contains("> Task $taskPath ")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  3. cmd/import-boss/README.md

    match that regex.
    
    Note: an empty list (`[]`) matches nothing, and an empty string (`""`) is a
    prefix of everything.
    
    ### What are InverseRules?
    
    In contrast to rules, which are defined in terms of "things this package
    depends on", inverse rules are defined in terms of "things which import this
    package".  This allows for fine-grained import restrictions for "semi-private
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:36 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  4. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/services/LoggingServiceRegistry.java

         * </ul>
         *
         * <p>Does nothing until started.</p>
         */
        public static LoggingServiceRegistry newEmbeddableLogging() {
            return new CommandLineLogging();
        }
    
        /**
         * Creates a set of logging services to set up a new logging scope that does nothing by default. The methods on {@link LoggingManagerInternal} can be used to configure the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  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/ExcludeFactory.java

                // the intersection is empty
                return nothing();
            }
            return remainder.size() == 1 ? remainder.iterator().next() : anyOf(remainder);
        }
    
        default ExcludeSpec fromModuleIds(Set<ModuleIdentifier> common) {
            if (common.isEmpty()) {
                return nothing();
            }
            if (common.size() == 1) {
                return moduleId(common.iterator().next());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 17:19:13 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top