Home
last modified time | relevance | path

Searched refs:magic_re (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/python-legacy/Python-2.7.18/Lib/
H A D_MozillaCookieJar.py39 magic_re = "#( Netscape)? HTTP Cookie File" variable in MozillaCookieJar
51 if not re.search(self.magic_re, magic):
H A D_LWPCookieJar.py95 if not re.search(self.magic_re, magic):
/dports/lang/python27/Python-2.7.18/Lib/
H A D_MozillaCookieJar.py39 magic_re = "#( Netscape)? HTTP Cookie File" variable in MozillaCookieJar
51 if not re.search(self.magic_re, magic):
H A D_LWPCookieJar.py95 if not re.search(self.magic_re, magic):
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A D_MozillaCookieJar.py39 magic_re = "#( Netscape)? HTTP Cookie File" variable in MozillaCookieJar
51 if not re.search(self.magic_re, magic):
H A D_LWPCookieJar.py95 if not re.search(self.magic_re, magic):
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A D_MozillaCookieJar.py39 magic_re = "#( Netscape)? HTTP Cookie File" variable in MozillaCookieJar
51 if not re.search(self.magic_re, magic):
H A D_LWPCookieJar.py95 if not re.search(self.magic_re, magic):
/dports/www/py-mechanize/mechanize-0.4.7/mechanize/
H A D_clientcookie.py194 NETSCAPE_MAGIC_RGX = MCJ.magic_re
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/Plugin/
H A DBayes.pm1171 my $magic_re = $self->{store}->get_magic_re();
1186 next if ( defined $magic_re && $token =~ /$magic_re/ );
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dcookielib.pyi113 magic_re: Any
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2/
H A Dcookielib.pyi84 magic_re: Any
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/@python2/
H A Dcookielib.pyi113 magic_re: Any
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/Plugin/
H A DBayes.pm1250 my $magic_re = $self->{store}->get_magic_re();
1265 next if ( defined $magic_re && $token =~ /$magic_re/o );
/dports/databases/py-sqlite3/Python-3.8.12/Lib/http/
H A Dcookiejar.py1256 magic_re = re.compile(r"^\#LWP-Cookies-(\d+\.\d+)", re.ASCII) variable in CookieJar
1899 if not self.magic_re.search(magic):
2007 magic_re = re.compile("#( Netscape)? HTTP Cookie File") variable in MozillaCookieJar
2019 if not self.magic_re.search(magic):
/dports/lang/python37/Python-3.7.12/Lib/http/
H A Dcookiejar.py1253 magic_re = re.compile(r"^\#LWP-Cookies-(\d+\.\d+)", re.ASCII) variable in CookieJar
1899 if not self.magic_re.search(magic):
2007 magic_re = re.compile("#( Netscape)? HTTP Cookie File") variable in MozillaCookieJar
2019 if not self.magic_re.search(magic):
/dports/lang/python38/Python-3.8.12/Lib/http/
H A Dcookiejar.py1256 magic_re = re.compile(r"^\#LWP-Cookies-(\d+\.\d+)", re.ASCII) variable in CookieJar
1899 if not self.magic_re.search(magic):
2007 magic_re = re.compile("#( Netscape)? HTTP Cookie File") variable in MozillaCookieJar
2019 if not self.magic_re.search(magic):
/dports/lang/python-tools/Python-3.8.12/Lib/http/
H A Dcookiejar.py1256 magic_re = re.compile(r"^\#LWP-Cookies-(\d+\.\d+)", re.ASCII) variable in CookieJar
1899 if not self.magic_re.search(magic):
2007 magic_re = re.compile("#( Netscape)? HTTP Cookie File") variable in MozillaCookieJar
2019 if not self.magic_re.search(magic):
/dports/lang/python39/Python-3.9.9/Lib/http/
H A Dcookiejar.py1256 magic_re = re.compile(r"^\#LWP-Cookies-(\d+\.\d+)", re.ASCII) variable in CookieJar
1899 if not self.magic_re.search(magic):
2007 magic_re = re.compile("#( Netscape)? HTTP Cookie File") variable in MozillaCookieJar
2019 if not self.magic_re.search(magic):
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/future/backports/http/
H A Dcookiejar.py1237 magic_re = re.compile(r"^\#LWP-Cookies-(\d+\.\d+)", re.ASCII) variable in CookieJar
1891 if not self.magic_re.search(magic):
2000 magic_re = re.compile("#( Netscape)? HTTP Cookie File") variable in MozillaCookieJar
2012 if not self.magic_re.search(magic):
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/future/backports/http/
H A Dcookiejar.py1237 magic_re = re.compile(r"^\#LWP-Cookies-(\d+\.\d+)", re.ASCII) variable in CookieJar
1891 if not self.magic_re.search(magic):
2000 magic_re = re.compile("#( Netscape)? HTTP Cookie File") variable in MozillaCookieJar
2012 if not self.magic_re.search(magic):
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/http/
H A Dcookiejar.py1256 magic_re = re.compile(r"^\#LWP-Cookies-(\d+\.\d+)", re.ASCII) variable in CookieJar
1899 if not self.magic_re.search(magic):
2007 magic_re = re.compile("#( Netscape)? HTTP Cookie File") variable in MozillaCookieJar
2019 if not self.magic_re.search(magic):
/dports/databases/py-gdbm/Python-3.8.12/Lib/http/
H A Dcookiejar.py1256 magic_re = re.compile(r"^\#LWP-Cookies-(\d+\.\d+)", re.ASCII) variable in CookieJar
1899 if not self.magic_re.search(magic):
2007 magic_re = re.compile("#( Netscape)? HTTP Cookie File") variable in MozillaCookieJar
2019 if not self.magic_re.search(magic):
/dports/net/py-eventlet/eventlet-0.33.0/eventlet/green/http/
H A Dcookiejar.py1291 magic_re = re.compile(r"^\#LWP-Cookies-(\d+\.\d+)", re.ASCII) variable in CookieJar
1938 if not self.magic_re.search(magic):
2046 magic_re = re.compile("#( Netscape)? HTTP Cookie File") variable in MozillaCookieJar
2058 if not self.magic_re.search(magic):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/future/backports/http/
H A Dcookiejar.py1236 magic_re = re.compile(r"^\#LWP-Cookies-(\d+\.\d+)", re.ASCII) variable in CookieJar
1890 if not self.magic_re.search(magic):
1999 magic_re = re.compile("#( Netscape)? HTTP Cookie File") variable in MozillaCookieJar
2011 if not self.magic_re.search(magic):

12