Home
last modified time | relevance | path

Searched refs:netloc (Results 1 – 25 of 2199) sorted by relevance

12345678910>>...88

/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Durlparse.py76 netloc = self.netloc
77 if "@" in netloc:
86 netloc = self.netloc
95 netloc = self.netloc.split('@')[-1]
96 if '[' in netloc and ']' in netloc:
107 netloc = self.netloc.split('@')[-1].split(']')[-1]
186 if (('[' in netloc and ']' not in netloc) or
187 (']' in netloc and '[' not in netloc)):
209 if (('[' in netloc and ']' not in netloc) or
210 (']' in netloc and '[' not in netloc)):
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Durlparse.py72 netloc = self.netloc
73 if "@" in netloc:
82 netloc = self.netloc
91 netloc = self.netloc.split('@')[-1]
92 if '[' in netloc and ']' in netloc:
103 netloc = self.netloc.split('@')[-1].split(']')[-1]
180 if (('[' in netloc and ']' not in netloc) or
181 (']' in netloc and '[' not in netloc)):
203 if (('[' in netloc and ']' not in netloc) or
204 (']' in netloc and '[' not in netloc)):
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Durlparse.py78 netloc = self.netloc
88 netloc = self.netloc
97 netloc = self.netloc.split('@')[-1]
98 if '[' in netloc and ']' in netloc:
109 netloc = self.netloc.split('@')[-1].split(']')[-1]
169 if not netloc or not isinstance(netloc, unicode):
208 if (('[' in netloc and ']' not in netloc) or
209 (']' in netloc and '[' not in netloc)):
232 if (('[' in netloc and ']' not in netloc) or
233 (']' in netloc and '[' not in netloc)):
[all …]
/dports/lang/python27/Python-2.7.18/Lib/
H A Durlparse.py78 netloc = self.netloc
88 netloc = self.netloc
97 netloc = self.netloc.split('@')[-1]
98 if '[' in netloc and ']' in netloc:
109 netloc = self.netloc.split('@')[-1].split(']')[-1]
169 if not netloc or not isinstance(netloc, unicode):
208 if (('[' in netloc and ']' not in netloc) or
209 (']' in netloc and '[' not in netloc)):
232 if (('[' in netloc and ']' not in netloc) or
233 (']' in netloc and '[' not in netloc)):
[all …]
/dports/www/fswiki/wiki3_6_2/lib/WWW/
H A DRobotRules.pm93 $self->clear_rules($netloc);
216 for $rule ($self->rules($netloc)) {
264 my($self, $netloc, $time) = @_;
265 return unless $netloc;
277 my ($self, $netloc) = @_;
278 $self->{'loc'}{$netloc}{'count'};
282 my ($self, $netloc) = @_;
283 $self->{'loc'}{$netloc}{'last'};
296 my($self, $netloc, @rules) = @_;
301 my($self, $netloc) = @_;
[all …]
/dports/www/p5-WWW-RobotRules/WWW-RobotRules-6.02/lib/WWW/
H A DRobotRules.pm29 $self->clear_rules($netloc);
159 for $rule ($self->rules($netloc)) {
208 my($self, $netloc, $time) = @_;
209 return unless $netloc;
223 my ($self, $netloc) = @_;
224 $self->{'loc'}{$netloc}{'count'};
229 my ($self, $netloc) = @_;
230 $self->{'loc'}{$netloc}{'last'};
245 my($self, $netloc, @rules) = @_;
251 my($self, $netloc) = @_;
[all …]
/dports/www/p5-ParallelUserAgent/ParallelUserAgent-2.62/lib/LWP/Parallel/
H A DRobotUA.pm132 my($self, $netloc) = @_;
249 $netloc);
254 $netloc);
259 $netloc);
301 $busy{$netloc}++;
314 $busy{$netloc}++;
349 $delete{$netloc}++;
366 $delete{$netloc}++;
434 $netloc);
444 $netloc);
[all …]
/dports/www/p5-WWW-RobotRules/WWW-RobotRules-6.02/lib/WWW/RobotRules/
H A DAnyDBM_File.pm81 my ($self, $netloc) = @_;
82 my $t = $self->{'dbm'}{"$netloc|vis"};
88 my ($self, $netloc) = @_;
95 my ($self, $netloc, $fresh) = @_;
102 $self->{'dbm'}{"$netloc|exp"} = $fresh;
108 my($self, $netloc, $time) = @_;
123 my($self, $netloc, @rules) = @_;
128 $self->{'dbm'}{"$netloc|r$cnt"} = $_;
134 my($self, $netloc) = @_;
137 delete $self->{'dbm'}{"$netloc|r$cnt"};
[all …]
/dports/www/fswiki/wiki3_6_2/lib/WWW/RobotRules/
H A DAnyDBM_File.pm82 my ($self, $netloc) = @_;
83 my $t = $self->{'dbm'}{"$netloc|vis"};
89 my ($self, $netloc) = @_;
96 my ($self, $netloc, $fresh) = @_;
103 $self->{'dbm'}{"$netloc|exp"} = $fresh;
109 my($self, $netloc, $time) = @_;
124 my($self, $netloc, @rules) = @_;
129 $self->{'dbm'}{"$netloc|r$cnt"} = $_;
135 my($self, $netloc) = @_;
138 delete $self->{'dbm'}{"$netloc|r$cnt"};
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/unit/plugins/modules/source_control/gitlab/
H A Dgitlab.py67 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/users", method="get")
80 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/users", method="post")
92 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/users/1", method="get")
106 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/users/1", method="get")
114 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/users/1", method="delete")
122 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/users/1", method="delete")
171 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/groups", method="get")
189 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/groups/1", method="get")
214 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/groups/1", method="get")
222 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/groups", method="post")
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/urlparse-0.7.3/tests/
H A Dtest_urlparse.rs11 assert_eq!(url.netloc, ""); in test_urlparse_rfc2368()
183 assert_eq!(url.netloc, ""); in test_urlparse_withoutscheme()
200 assert_eq!(url.netloc, ""); in test_urlparse_portseparator()
204 assert_eq!(url.netloc, ""); in test_urlparse_portseparator()
218 assert_eq!(url.netloc, ""); in test_urlparse_anyscheme()
274 assert_eq!(url.netloc, ""); in test_urlparse_withoutnetloc()
286 assert_eq!(url.netloc, ""); in test_urlparse_fragments()
296 assert_eq!(url.netloc, ""); in test_urlparse_fragments()
301 assert_eq!(url.netloc, ""); in test_urlparse_fragments()
306 assert_eq!(url.netloc, ""); in test_urlparse_fragments()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/source_control/
H A Dgitlab.py58 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/users", method="get")
71 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/users", method="post")
83 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/users/1", method="get")
97 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/users/1", method="get")
105 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/users/1", method="delete")
113 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/users/1", method="delete")
162 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/groups", method="get")
180 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/groups/1", method="get")
203 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/groups/1", method="get")
211 @urlmatch(scheme="http", netloc="localhost", path="/api/v4/groups", method="post")
[all …]
/dports/www/py-urlobject/URLObject-2.4.3/urlobject/
H A Durlobject.py2 from .netloc import Netloc
63 netloc = split.netloc.encode('idna').decode('ascii')
67 new_components = split._replace(netloc=netloc,
96 def netloc(self): member in URLObject
108 def with_netloc(self, netloc): argument
115 return self.__replace(netloc=netloc)
127 return self.netloc.username
157 return self.netloc.password
206 return self.netloc.port
238 return self.netloc.auth
[all …]
/dports/textproc/py-python-lsp-server/python-lsp-server-1.3.3/pylsp/
H A Duris.py20 parse.unquote(netloc),
30 scheme, netloc, path, params, query, fragment = parts
40 parse.quote(netloc),
58 if netloc and path and scheme == 'file':
60 value = "//{}{}".format(netloc, path)
80 path, netloc = _normalize_win_path(path)
93 netloc or old_netloc,
102 netloc = ''
115 netloc = path[2:]
117 netloc = path[2:idx]
[all …]
/dports/www/py-urlobject/URLObject-2.4.3/test/
H A Dnetloc_test.py5 from urlobject.netloc import Netloc
11 netloc = 'zack:1234@github.com:443'
12 assert Netloc(netloc) == netloc
15 netloc = 'zack:1234@github.com:443'
16 assert hash(Netloc(netloc)) == hash(netloc)
83 netloc = Netloc('github.com')
84 assert netloc.without_auth() == 'github.com'
86 netloc = Netloc('alice@github.com')
87 assert netloc.without_auth() == 'github.com'
89 netloc = Netloc('alice:1234@github.com')
[all …]
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/downloadermiddlewares/
H A Drobotstxt.py60 netloc = url.netloc
62 if netloc not in self._parsers:
63 self._parsers[netloc] = Deferred()
73 dfd.addErrback(self._robots_error, netloc)
82 self._parsers[netloc].addCallback(cb)
85 return self._parsers[netloc]
99 rp_dfd = self._parsers[netloc]
100 self._parsers[netloc] = rp
103 def _robots_error(self, failure, netloc): argument
107 rp_dfd = self._parsers[netloc]
[all …]
/dports/sysutils/py-focker/focker-ce2108e3/focker/
H A Dpull.py8 netloc = url.netloc.split(':')
9 host = netloc[0]
11 conn = HTTPSConnection(netloc[0], netloc[1] \
12 if len(netloc) > 1 else 443)
14 conn = HTTPConnection(netloc[0], netloc[1] \
15 if len(netloc) > 1 else 80)
/dports/databases/py-gdbm/Python-3.8.12/Lib/urllib/
H A Dparse.py188 netloc = self.netloc
200 netloc = self.netloc
218 netloc = self.netloc
230 netloc = self.netloc
301 _ParseResultBase.netloc.__doc__ = _SplitResultBase.netloc.__doc__
403 if not netloc or netloc.isascii():
448 if (('[' in netloc and ']' not in netloc) or
449 (']' in netloc and '[' not in netloc)):
472 if (('[' in netloc and ']' not in netloc) or
473 (']' in netloc and '[' not in netloc)):
[all …]
/dports/lang/python37/Python-3.7.12/Lib/urllib/
H A Dparse.py183 netloc = self.netloc
195 netloc = self.netloc
213 netloc = self.netloc
225 netloc = self.netloc
296 _ParseResultBase.netloc.__doc__ = _SplitResultBase.netloc.__doc__
398 if not netloc or netloc.isascii():
443 if (('[' in netloc and ']' not in netloc) or
444 (']' in netloc and '[' not in netloc)):
467 if (('[' in netloc and ']' not in netloc) or
468 (']' in netloc and '[' not in netloc)):
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/urllib/
H A Dparse.py188 netloc = self.netloc
200 netloc = self.netloc
218 netloc = self.netloc
230 netloc = self.netloc
301 _ParseResultBase.netloc.__doc__ = _SplitResultBase.netloc.__doc__
403 if not netloc or netloc.isascii():
448 if (('[' in netloc and ']' not in netloc) or
449 (']' in netloc and '[' not in netloc)):
472 if (('[' in netloc and ']' not in netloc) or
473 (']' in netloc and '[' not in netloc)):
[all …]
/dports/lang/python38/Python-3.8.12/Lib/urllib/
H A Dparse.py188 netloc = self.netloc
200 netloc = self.netloc
218 netloc = self.netloc
230 netloc = self.netloc
301 _ParseResultBase.netloc.__doc__ = _SplitResultBase.netloc.__doc__
403 if not netloc or netloc.isascii():
448 if (('[' in netloc and ']' not in netloc) or
449 (']' in netloc and '[' not in netloc)):
472 if (('[' in netloc and ']' not in netloc) or
473 (']' in netloc and '[' not in netloc)):
[all …]
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/bleach/_vendor/
H A Dparse.py183 netloc = self.netloc
195 netloc = self.netloc
213 netloc = self.netloc
225 netloc = self.netloc
296 _ParseResultBase.netloc.__doc__ = _SplitResultBase.netloc.__doc__
398 if not netloc or not any(ord(c) > 127 for c in netloc):
444 if (('[' in netloc and ']' not in netloc) or
445 (']' in netloc and '[' not in netloc)):
468 if (('[' in netloc and ']' not in netloc) or
469 (']' in netloc and '[' not in netloc)):
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/urllib/
H A Dparse.py188 netloc = self.netloc
200 netloc = self.netloc
218 netloc = self.netloc
230 netloc = self.netloc
301 _ParseResultBase.netloc.__doc__ = _SplitResultBase.netloc.__doc__
403 if not netloc or netloc.isascii():
448 if (('[' in netloc and ']' not in netloc) or
449 (']' in netloc and '[' not in netloc)):
472 if (('[' in netloc and ']' not in netloc) or
473 (']' in netloc and '[' not in netloc)):
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/urllib/
H A Dparse.py188 netloc = self.netloc
200 netloc = self.netloc
218 netloc = self.netloc
230 netloc = self.netloc
301 _ParseResultBase.netloc.__doc__ = _SplitResultBase.netloc.__doc__
403 if not netloc or netloc.isascii():
448 if (('[' in netloc and ']' not in netloc) or
449 (']' in netloc and '[' not in netloc)):
472 if (('[' in netloc and ']' not in netloc) or
473 (']' in netloc and '[' not in netloc)):
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/auxdir/
H A Dx_ac_netloc.m419 [netloc],
20 AS_HELP_STRING(--with-netloc=PATH,Specify path to netloc installation),
24 AC_MSG_WARN([support for netloc disabled])
27 [for netloc installation],
33 test -f "$d/include/netloc.h" || continue
41 [AC_LANG_PROGRAM([#include <netloc.h>
42 #include <netloc/map.h>],
47 [AC_LANG_PROGRAM([#include <netloc.h>
63 AC_MSG_WARN([unable to locate netloc installation])
72 AC_DEFINE(HAVE_NETLOC, 1, [Define to 1 if netloc library found])
[all …]

12345678910>>...88