Home
last modified time | relevance | path

Searched refs:followRedir (Results 1 – 8 of 8) sorted by relevance

/dports/www/py-wikitools/wikitools-1.1.1/wikitools/
H A Dpagelist.py41 item = wikifile.File(site, title=item['title'], check=False, followRedir=False, pageid=pageid)
43 item = page.Page(site, title=item['title'], check=False, followRedir=False, pageid=pageid)
54 item = wikifile.File(site, title=item['title'], check=False, followRedir=False, pageid=pageid)
56 item = page.Page(site, title=item['title'], check=False, followRedir=False, pageid=pageid)
60 def listFromTitles(site, titles, check=True, followRedir=False): argument
90 if followRedir:
107 def listFromPageids(site, pageids, check=True, followRedir=False): argument
136 if followRedir:
155 item = category.Category(site, title=title, check=False, followRedir=False, pageid=key)
157 item = wikifile.File(site, title=title, check=False, followRedir=False, pageid=key)
[all …]
H A Dcategory.py24 …def __init__(self, site, title=False, check=True, followRedir=False, section=False, sectionnumber=… argument
34 …page.Page.__init__(self, site=site, title=title, check=check, followRedir=followRedir, section=sec…
111 yield page.Page(self.site, item['title'], check=False, followRedir=False)
H A Dpage.py63 …def __init__(self, site, title=False, check=True, followRedir=True, section=False, sectionnumber=F… argument
82 self.followRedir = followRedir
132 followRedir = self.followRedir
138 if followRedir:
282 def toggleTalk(self, check=True, followRedir=True): argument
309 return Page(self.site, newname, check, followRedir)
H A Dwikifile.py31 def __init__(self, wiki, title, check=True, followRedir=False, section=False, sectionnumber=False): argument
41 page.Page.__init__(self, wiki, title, check, followRedir, section, sectionnumber)
139 yield page.Page(self.site, item['title'], check=False, followRedir=False)
H A Duser.py49 …age(self.site, ':'.join([self.site.namespaces[2]['*'], self.name]), check=check, followRedir=False)
/dports/security/lego/lego-4.5.3/vendor/gopkg.in/ns1/ns1-go.v2/rest/model/monitor/
H A Djob.go147 … int, it time.Duration, reqIPV4 bool, vhost string, tlsSkipVerify bool, followRedir bool) *Config {
158 "follow_redirect": followRedir,
/dports/net/traefik/traefik-2.6.1/vendor/gopkg.in/ns1/ns1-go.v2/rest/model/monitor/
H A Djob.go147 … int, it time.Duration, reqIPV4 bool, vhost string, tlsSkipVerify bool, followRedir bool) *Config {
158 "follow_redirect": followRedir,
/dports/www/py-wikitools/wikitools-1.1.1/
H A DCHANGELOG78 note that this removes the followRedir param from setPageInfo, replacing it with
79 a followRedir member variable