Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 22 for GetUrl (0.23 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java

            final ResponseData responseData = new ResponseData();
            responseData.setMethod(Constants.GET_METHOD);
            final String filePath = preprocessUri(uri);
            responseData.setUrl(filePath);
    
            SmbFile file = null;
            final SmbAuthentication smbAuthentication = smbAuthenticationHolder.get(filePath);
            if (logger.isDebugEnabled()) {
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu May 23 01:54:10 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

         * is supported (i.e. no <tt>doOutput</tt>).
         *
         * @deprecated Use getURL() instead
         * @return A new <code>{@link java.net.URL}</code> for this <code>SmbFile</code>
         */
        @Deprecated
        public URL toURL () {
            return getURL();
        }
    
    
        /**
         * Computes a hashCode for this file based on the URL string and IP
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  3. cmd/server_test.go

    		c.Assert(err, nil)
    
    		response, err = s.client.Do(request)
    		c.Assert(err, nil)
    		c.Assert(response.StatusCode, http.StatusOK)
    	}
    
    	testCases := []struct {
    		getURL          string
    		expectedStrings []string
    	}{
    		{getListObjectsV1URL(s.endPoint, bucketName, "", "1000", ""), []string{"<Key>foo bar 1</Key>", "<Key>foo bar 2</Key>"}},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/helper/ViewHelper.java

            String charset = responseData.getCharSet();
            if (charset == null) {
                charset = Constants.UTF_8;
            }
            final String name;
            final String url = responseData.getUrl();
            final int pos = url.lastIndexOf('/');
            try {
                if (pos >= 0 && pos + 1 < url.length()) {
                    name = URLDecoder.decode(url.substring(pos + 1), charset);
                } else {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:58:45 UTC 2024
    - 40.2K bytes
    - Viewed (0)
  5. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.artifacts.DependencyArtifact.getType()> does not have raw return type assignable to org.gradle.api.provider.Property in (DependencyArtifact.java:0)
    Method <org.gradle.api.artifacts.DependencyArtifact.getUrl()> does not have raw return type assignable to org.gradle.api.provider.Property in (DependencyArtifact.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  6. pkg/test/echo/proto/echo.pb.go

    		return x.Qps
    	}
    	return 0
    }
    
    func (x *ForwardEchoRequest) GetTimeoutMicros() int64 {
    	if x != nil {
    		return x.TimeoutMicros
    	}
    	return 0
    }
    
    func (x *ForwardEchoRequest) GetUrl() string {
    	if x != nil {
    		return x.Url
    	}
    	return ""
    }
    
    func (x *ForwardEchoRequest) GetHeaders() []*Header {
    	if x != nil {
    		return x.Headers
    	}
    	return nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/parameters/BuildProgressListenerAdapter.java

        }
    
        private static DocumentationLink toDocumentationLink(@Nullable InternalDocumentationLink link) {
            return link == null ? new DefaultDocumentationLink(null) : new DefaultDocumentationLink(link.getUrl());
        }
    
        private static List<Solution> toSolutions(List<InternalSolution> solutions) {
            List<Solution> result = new ArrayList<>(solutions.size());
            for (InternalSolution solution : solutions) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  8. src/net/http/clientserver_test.go

    	h2 bool
    	h  Handler
    	ts *httptest.Server
    	tr *Transport
    	c  *Client
    }
    
    func (t *clientServerTest) close() {
    	t.tr.CloseIdleConnections()
    	t.ts.Close()
    }
    
    func (t *clientServerTest) getURL(u string) string {
    	res, err := t.c.Get(u)
    	if err != nil {
    		t.t.Fatal(err)
    	}
    	defer res.Body.Close()
    	slurp, err := io.ReadAll(res.Body)
    	if err != nil {
    		t.t.Fatal(err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  9. testing/integ-test/src/crossVersionTest/groovy/org/gradle/integtests/TaskTransitiveSubclassingBinaryCompatibilityCrossVersionSpec.groovy

                        }
                    }
                }
    
                publishing {
                    repositories {
                        maven {
                            name = "localRepo"
                            setUrl(new File(project.buildDir, 'repo'))
                        }
                    }
                }
            """
            file("plugin/src/main/groovy/SofPlugin.groovy") << """
                import org.gradle.api.Project
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 04:11:37 UTC 2024
    - 4K bytes
    - Viewed (0)
  10. gradle/shared-with-buildSrc/mirrors.settings.gradle.kts

                    originalUrls.forEach { name, originalUrl ->
                        if (normalizeUrl(originalUrl) == normalizeUrl(this.url.toString()) && mirrorUrls.containsKey(name)) {
                            mirrorUrls.get(name)?.let { this.setUrl(it) }
                        }
                    }
                }
            }
        }
    
        fun normalizeUrl(url: String): String {
            val result = url.replace("https://", "http://")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 04:11:37 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top