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 de.anomic.crawler.CrawlProfile.url()

                                while (iter.hasNext()) {
                                    if ((entry = iter.next()) == null) continue;
                                    String value = null;
                                   
                                    location: switch (option) {
                                        case URL:       value = (entry.url() == null) ? null : entry.url().toString(); break location;
                                        case ANCHOR:    value = entry.name(); break location;
                                        case DEPTH:     value = Integer.toString(entry.depth()); break location;
                                        case INITIATOR:
                                            value = (entry.initiator() == null || entry.initiator().length == 0) ? "proxy" : ASCII.String(entry.initiator());
                                            break location;
    View Full Code Here

    Examples of de.anomic.crawler.CrawlProfile.url()

                                            break location;
                                        case MODIFIED:  value = daydate(entry.appdate()); break location;
                                        default: value = null; break location;
                                    }
                                   
                                    if (value != null && compiledPattern.matcher(value).matches()) removehashes.add(entry.url().hash());
                                }
                                Log.logInfo("IndexCreateWWWLocalQueue", "created a remove list with " + removehashes.size() + " entries for pattern '" + pattern + "'");
                                for (final byte[] b: removehashes) {
                                    sb.crawlQueues.noticeURL.removeByURLHash(b);
                                }
    View Full Code Here

    Examples of de.anomic.crawler.retrieval.Request.url()

                String profileHandle;
                CrawlProfile profileEntry;
                int i, showNum = 0;
                for (i = 0; (i < crawlerList.size()) && (showNum < showLimit); i++) {
                    urle = crawlerList.get(i);
                    if (urle != null && urle.url() != null) {
                        initiator = sb.peers.getConnected((urle.initiator() == null) ? "" : ASCII.String(urle.initiator()));
                        profileHandle = urle.profileHandle();
                        profileEntry = profileHandle == null ? null : sb.crawler.getActive(profileHandle.getBytes());
                        prop.put("crawler-queue_list_"+showNum+"_dark", dark ? "1" : "0");
                        prop.putHTML("crawler-queue_list_"+showNum+"_initiator", ((initiator == null) ? "proxy" : initiator.getName()) );
    View Full Code Here

    Examples of de.anomic.crawler.retrieval.Request.url()

                        prop.putHTML("crawler-queue_list_"+showNum+"_initiator", ((initiator == null) ? "proxy" : initiator.getName()) );
                        prop.put("crawler-queue_list_"+showNum+"_profile", ((profileEntry == null) ? "unknown" : profileEntry.name()));
                        prop.put("crawler-queue_list_"+showNum+"_depth", urle.depth());
                        prop.put("crawler-queue_list_"+showNum+"_modified", daydate(urle.appdate()) );
                        prop.putHTML("crawler-queue_list_"+showNum+"_anchor", urle.name());
                        prop.putHTML("crawler-queue_list_"+showNum+"_url", urle.url().toNormalform(false, true));
                        prop.put("crawler-queue_list_"+showNum+"_hash", urle.url().hash());
                        dark = !dark;
                        showNum++;
                    } else {
                        stackSize--;
    View Full Code Here

    Examples of de.anomic.crawler.retrieval.Request.url()

                        prop.put("crawler-queue_list_"+showNum+"_profile", ((profileEntry == null) ? "unknown" : profileEntry.name()));
                        prop.put("crawler-queue_list_"+showNum+"_depth", urle.depth());
                        prop.put("crawler-queue_list_"+showNum+"_modified", daydate(urle.appdate()) );
                        prop.putHTML("crawler-queue_list_"+showNum+"_anchor", urle.name());
                        prop.putHTML("crawler-queue_list_"+showNum+"_url", urle.url().toNormalform(false, true));
                        prop.put("crawler-queue_list_"+showNum+"_hash", urle.url().hash());
                        dark = !dark;
                        showNum++;
                    } else {
                        stackSize--;
                    }
    View Full Code Here

    Examples of de.anomic.crawler.retrieval.Request.url()

                                while (iter.hasNext()) {
                                    if ((entry = iter.next()) == null) continue;
                                    String value = null;
                                   
                                    location: switch (option) {
                                        case URL:       value = (entry.url() == null) ? null : entry.url().toString(); break location;
                                        case ANCHOR:    value = entry.name(); break location;
                                        case DEPTH:     value = Integer.toString(entry.depth()); break location;
                                        case INITIATOR:
                                            value = (entry.initiator() == null || entry.initiator().length == 0) ? "proxy" : ASCII.String(entry.initiator());
                                            break location;
    View Full Code Here

    Examples of de.anomic.crawler.retrieval.Request.url()

                                while (iter.hasNext()) {
                                    if ((entry = iter.next()) == null) continue;
                                    String value = null;
                                   
                                    location: switch (option) {
                                        case URL:       value = (entry.url() == null) ? null : entry.url().toString(); break location;
                                        case ANCHOR:    value = entry.name(); break location;
                                        case DEPTH:     value = Integer.toString(entry.depth()); break location;
                                        case INITIATOR:
                                            value = (entry.initiator() == null || entry.initiator().length == 0) ? "proxy" : ASCII.String(entry.initiator());
                                            break location;
    View Full Code Here

    Examples of de.anomic.crawler.retrieval.Request.url()

                                            break location;
                                        case MODIFIED:  value = daydate(entry.appdate()); break location;
                                        default: value = null; break location;
                                    }
                                   
                                    if (value != null && compiledPattern.matcher(value).matches()) removehashes.add(entry.url().hash());
                                }
                                Log.logInfo("IndexCreateWWWLocalQueue", "created a remove list with " + removehashes.size() + " entries for pattern '" + pattern + "'");
                                for (final byte[] b: removehashes) {
                                    sb.crawlQueues.noticeURL.removeByURLHash(b);
                                }
    View Full Code Here

    Examples of de.anomic.crawler.retrieval.Request.url()

                String profileHandle;
                CrawlProfile profileEntry;
                int i;
                for (i = 0; (i < crawlerList.size()) && (showNum < showLimit); i++) {
                    urle = crawlerList.get(i);
                    if ((urle != null)&&(urle.url()!=null)) {
                        initiator = sb.peers.getConnected(urle.initiator() == null ? "" : ASCII.String(urle.initiator()));
                        profileHandle = urle.profileHandle();
                        profileEntry = profileHandle == null ? null : sb.crawler.getActive(profileHandle.getBytes());
                        prop.put("crawler-queue_list_"+showNum+"_dark", dark ? "1" : "0");
                        prop.putHTML("crawler-queue_list_"+showNum+"_initiator", ((initiator == null) ? "proxy" : initiator.getName()) );
    View Full Code Here

    Examples of de.anomic.crawler.retrieval.Request.url()

                        prop.putHTML("crawler-queue_list_"+showNum+"_initiator", ((initiator == null) ? "proxy" : initiator.getName()) );
                        prop.put("crawler-queue_list_"+showNum+"_profile", ((profileEntry == null) ? "unknown" : profileEntry.name()));
                        prop.put("crawler-queue_list_"+showNum+"_depth", urle.depth());
                        prop.put("crawler-queue_list_"+showNum+"_modified", daydate(urle.appdate()) );
                        prop.putHTML("crawler-queue_list_"+showNum+"_anchor", urle.name());
                        prop.putHTML("crawler-queue_list_"+showNum+"_url", urle.url().toNormalform(false, true));
                        prop.put("crawler-queue_list_"+showNum+"_hash", urle.url().hash());
                        dark = !dark;
                        showNum++;
                    } else {
                        stackSize--;
    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.