Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 5,957 for Result (0.14 sec)

  1. src/test/java/org/codelibs/fess/helper/DuplicateHostHelperTest.java

            String url;
            String result;
    
            url = "http://foo.com";
            result = "http://www.foo.com";
            assertEquals(result, duplicateHostHelper.convert(url));
    
            url = "http://foo.com/";
            result = "http://www.foo.com/";
            assertEquals(result, duplicateHostHelper.convert(url));
    
            url = "http://foo.com:8080/";
            result = "http://www.foo.com:8080/";
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/transform/ConsumerProvidedVariantFinderTest.groovy

            when:
            def result = transformations.findTransformedVariants(variants, requested)
    
            then:
            result.size() == 4
            assertTransformChain(result[0], sourceVariant, compatible, transform1)
            assertTransformChain(result[1], sourceVariant, compatible2, transform2)
            assertTransformChain(result[2], otherVariant, compatible2, transform3)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 22.7K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/FetchAllIdeaProjects.java

        @Override
        public Result execute(BuildController controller) {
            Result result = new Result();
    
            GradleBuild buildModel = controller.getBuildModel();
            result.rootBuild = buildModel;
            result.rootIdeaProject = controller.getModel(IdeaProject.class);
    
            collectAllNestedBuilds(buildModel, controller, result);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. maven-compat/src/test/java/org/apache/maven/artifact/resolver/ArtifactResolverTest.java

            ArtifactResolutionResult result = artifactResolver.resolveTransitively(
                    Collections.singleton(g), projectArtifact, remoteRepositories(), localRepository(), null);
    
            printErrors(result);
    
            assertEquals(2, result.getArtifacts().size());
    
            assertTrue(result.getArtifacts().contains(g));
    
            assertTrue(result.getArtifacts().contains(h));
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 25 05:46:50 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs-asciidoctor-extensions-base/src/main/java/org/gradle/docs/asciidoctor/IdGenerator.java

            String result = source.toLowerCase();
    
            // replace invalid characters
            result = ID_PATTERN.matcher(result).replaceAll("");
    
            // normalize separators
            result = SEPARATOR_PATTERN.matcher(result).replaceAll(PART_SEPARATOR);
    
            // strip separator from the end
            if (result.endsWith(PART_SEPARATOR)) {
                result = result.substring(0, result.length() - 1);
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/samples/build-organization/multi-project-with-convention-plugins/groovy/buildSrc/src/test/groovy/com/example/LibraryPluginTest.groovy

            result.task(":readmeCheck").outcome == TaskOutcome.FAILED
            result.output.contains('README should contain section: ^## API$')
        }
    
        def "fails when README does not have Changelog section"() {
            given:
            new File(testProjectDir, 'README.md') << """
    ## API
    public API description
            """
    
            when:
            def result = runTaskWithFailure('check')
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  7. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/BuildResultLoggerIntegrationTest.groovy

            then:
            result.assertTasksNotSkipped(":adHocTask", ":executedTask")
            result.assertHasPostBuildOutput "2 actionable tasks: 2 executed"
    
            when:
            run "adHocTask", "executedTask"
    
            then:
            result.assertTaskSkipped(":adHocTask")
            result.assertTasksNotSkipped(":executedTask")
            result.assertHasPostBuildOutput "2 actionable tasks: 1 executed, 1 up-to-date"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  8. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/snapshot/SingletonChildMap.java

        }
    
        @Override
        public <RESULT> ChildMap<RESULT> invalidate(VfsRelativePath targetPath, CaseSensitivity caseSensitivity, InvalidationHandler<T, RESULT> handler) {
            return entry.withNode(targetPath, caseSensitivity, new AbstractInvalidateChildHandler<T, RESULT>(handler) {
                @SuppressWarnings("unchecked")
                @Override
                public SingletonChildMap<RESULT> getChildMap() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 23 13:19:32 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  9. src/internal/fuzz/fuzz.go

    						err = &crashError{
    							path: result.entry.Path,
    							err:  errors.New(result.crasherMsg),
    						}
    					}
    					if shouldPrintDebugInfo() {
    						c.debugLogf(
    							"found crasher, id: %s, parent: %s, gen: %d, size: %d, exec time: %s",
    							result.entry.Path,
    							result.entry.Parent,
    							result.entry.Generation,
    							len(result.entry.Data),
    							result.entryDuration,
    						)
    					}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  10. plugin/pkg/admission/security/podsecurity/admission.go

    				retval.ErrStatus.Reason = result.Result.Reason
    			}
    			if result.Result.Details != nil {
    				retval.ErrStatus.Details = result.Result.Details
    			}
    			if result.Result.Code != 0 {
    				retval.ErrStatus.Code = result.Result.Code
    			}
    		}
    		return retval
    	}
    	return nil
    }
    
    type lazyConvertingAttributes struct {
    	admission.Attributes
    
    	convertObjectOnce    sync.Once
    	convertedObject      runtime.Object
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 08:49:11 UTC 2023
    - 8.5K bytes
    - Viewed (0)
Back to top