Examples of url()

@param url File URL or path relative to data directory @return File indicated by provided URL @see Files#url(File,String)
  • org.jeecgframework.core.annotation.config.AutoMenu.url()
  • org.jfrog.build.api.builder.BuildInfoBuilder.url()
    Sets the URL of the build @param url Build URL @return Builder instance
  • org.jfrog.build.api.builder.BuildInfoMavenBuilder.url()
    Sets the URL of the build @param url Build URL @return Builder instance
  • org.jsoup.Connection.url()
    Set the request URL to fetch. The protocol must be HTTP or HTTPS. @param url URL to connect to @return this Connection, for chaining
  • org.jsoup.Connection.Response.url()
  • org.mifosplatform.mix.data.NamespaceData.url()
  • org.onesocialweb.model.vcard4.VCard4Factory.url()
  • org.picketlink.idm.config.LDAPStoreConfigurationBuilder.url()
  • org.sgx.yuigwt.galleryexplorer.client.api.Module.url()
    gallery module url @return
  • org.stjs.testing.annotation.HTMLFixture.url()
  • play.mvc.Call.url()
    The request URL.

  • Examples of net.yacy.document.parser.html.ImageEntry.url()

                        prop.put("viewMode_links_" + i + "_nr", i);
                        prop.put("viewMode_links_" + i + "_dark", dark ? "1" : "0");
                        prop.put("viewMode_links_" + i + "_type", "image");
                        prop.put("viewMode_links_" + i + "_text", (entry.alt().isEmpty()) ? " " : markup(wordArray, entry.alt()));
                        prop.put("viewMode_links_" + i + "_url", entry.url().toNormalform(false, true));
                        prop.put("viewMode_links_" + i + "_link", markup(wordArray, entry.url().toNormalform(false, true)));
                        if (entry.width() > 0 && entry.height() > 0)
                            prop.put("viewMode_links_" + i + "_attr", entry.width() + "x" + entry.height() + " Pixel");
                        else
                            prop.put("viewMode_links_" + i + "_attr", "unknown");
                        dark = !dark;
    View Full Code Here

    Examples of net.yacy.document.parser.html.ImageEntry.url()

            DigestURI url;
            String desc;
            final List<MediaSnippet> result = new ArrayList<MediaSnippet>();
            while (i.hasNext()) {
                ientry = i.next();
                url = new DigestURI(ientry.url());
                final String u = url.toString();
                if (u.indexOf(".ico") >= 0 || u.indexOf("favicon") >= 0) continue;
                if (ientry.height() > 0 && ientry.height() < 32) continue;
                if (ientry.width() > 0 && ientry.width() < 32) continue;
                desc = ientry.alt();
    View Full Code Here

    Examples of net.yacy.document.parser.html.ImageEntry.url()

                final Iterator<ImageEntry> j = document.getImages().values().iterator();
                ImageEntry ientry;
                MultiProtocolURI url;
                while (j.hasNext()) {
                    ientry = j.next();
                    url = ientry.url();
                    if (url == null) continue;
                    insertTextToWords(url.toNormalform(false, false), 99, flag_cat_hasimage, RESULT_FLAGS, false, meaningLib);
                    insertTextToWords(ientry.alt(), 99, flag_cat_hasimage, RESULT_FLAGS, true, meaningLib);
                }
           
    View Full Code Here

    Examples of net.yacy.kelondro.data.meta.URIMetadataRow.Components.url()

            ArrayList<DigestURI> files = new ArrayList<DigestURI>();
            Components metadata;
            while ((row = rankedCache.takeURL(false, 1000)) != null) {
                metadata = row.metadata();
                if (metadata == null) continue;
                files.add(metadata.url());
                count--;
                if (count == 0) break;
            }
            return files;
        }
    View Full Code Here

    Examples of net.yacy.kelondro.data.meta.URIMetadataRow.Components.url()

            if (urlhash.length == 0) return null;
            final URIMetadataRow le = this.indexSegments.urlMetadata(process).load(urlhash);
            if (le != null) {
                final Components metadata = le.metadata();
                if (metadata == null) return null;
                return metadata.url();
            }
            return this.crawlQueues.getURL(urlhash);
        }

        public RankingProfile getRanking() {
    View Full Code Here

    Examples of net.yacy.search.snippet.ResultEntry.url()

                // generate result object
                final ResultEntry result = theSearch.oneResult(item, theQuery.isLocal() ? 1000 : 5000);
                if (result == null) return prop; // no content

                final DigestURI resultURL = result.url();
                final int port = resultURL.getPort();
                DigestURI faviconURL = null;
                if ((fileType == FileType.HTML || fileType == FileType.JSON) && !sb.isIntranetMode() && !resultURL.isLocal()) try {
                    faviconURL = new DigestURI(resultURL.getProtocol() + "://" + resultURL.getHost() + ((port != -1) ? (":" + port) : "") + "/favicon.ico");
                } catch (final MalformedURLException e1) {
    View Full Code Here

    Examples of org.apache.tomcat.lite.http.HttpMessage.HttpMessageBytes.url()

            HttpMessageBytes msgBytes;

            if (serverMode) {
                msgBytes = http.httpReq.getMsgBytes();
                parseRequestLine(line, msgBytes.method(),
                        msgBytes.url(),
                        msgBytes.query(),
                        msgBytes.protocol());
            } else {
                msgBytes = http.httpRes.getMsgBytes();
                parseResponseLine(line, msgBytes.protocol(),
    View Full Code Here

    Examples of org.apache.velocity.tools.generic.EscapeTool.url()

            /* javascript */
            assertEquals("\\uFFFF\\b\\n\\t\\f\\r\\\"\\'\\\\",escapeTool.javascript("\uFFFF\b\n\t\f\r\"'\\"));
            /* html */
            assertEquals("&quot;&amp;&lt;&gt;&nbsp;",escapeTool.html("\"&<>"+(char)160));
            /* url */
            assertEquals("%40%2F%3F%3D+%26",escapeTool.url("@/?= &"));
            /* sql */
            assertEquals("''",escapeTool.sql("'"));
            /* xml */
            assertEquals("&quot;&amp;&lt;&gt;",escapeTool.html("\"&<>"));
        }
    View Full Code Here

    Examples of org.chromium.sdk.internal.wip.protocol.input.page.FrameValue.url()

              public void success(GetResourceTreeData value) {
                FrameValue frame = value.frameTree().frame();
                if (frame.parentId() != null) {
                  throw new RuntimeException("Unexpected parentId value");
                }
                String url = frame.url();
                boolean silentUpdate = urlUnknown;
                tabImpl.updateUrl(url, silentUpdate);
                urlUnknown = false;
              }
    View Full Code Here

    Examples of org.eclipse.sapphire.ui.forms.HtmlPanelPart.url()

                        }
                    );
                }
                else
                {
                    browser.setUrl( part.url() );
                   
                    attachPartListener
                    (
                        new FilteredListener<ContentEvent>()
                        {
    View Full Code Here
    TOP
    Copyright © 2018 www.massapi.com. All rights reserved.
    All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.