Home
last modified time | relevance | path

Searched refs:getlist (Results 251 – 275 of 641) sorted by relevance

1...<<11121314151617181920>>...26

/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/werkzeug/
H A Ddatastructures.pyi105 def getlist(self, key, type: Optional[Any] = ...): ...
149 def getlist(self, key, type: Optional[Any] = ...): ...
181 def getlist(self, key, type: Optional[Any] = ..., as_bytes: bool = ...): ...
236 def getlist(self, key, type: Optional[Any] = ...): ...
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dfilesetlang.py139 def getlist(x): function
148 l = getlist(x)
/dports/shells/bash/bash-5.1/examples/loadables/
H A Dcut.c75 getlist (arg, opp) in getlist() function
513 if ((npos = getlist (list_arg, &poslist)) < 0)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/coverage/coverage/
H A Dconfig.py96 def getlist(self, section, option): member in HandyConfigParser
309 self.paths[option] = cp.getlist('paths', option)
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/coverage/
H A Dconfig.py96 def getlist(self, section, option): member in HandyConfigParser
311 self.paths[option] = cp.getlist('paths', option)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/coverage/coverage/
H A Dconfig.py96 def getlist(self, section, option): member in HandyConfigParser
309 self.paths[option] = cp.getlist('paths', option)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/coverage/coverage/
H A Dconfig.py96 def getlist(self, section, option): member in HandyConfigParser
309 self.paths[option] = cp.getlist('paths', option)
/dports/graphics/piddle/piddle-1.0.15/docs/notesAI/PiddifyAI/
H A DPiddifyAI.py339 def getlist(): function
357 a = getlist()
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/downloadermiddlewares/
H A Dretry.py140 self.retry_http_codes = set(int(x) for x in settings.getlist('RETRY_HTTP_CODES'))
H A Dredirect.py96 self._ignore_tags = settings.getlist('METAREFRESH_IGNORE_TAGS')
/dports/news/inn-current/inn-2.7-20211226/doc/pod/
H A Dpasswd.nntp.pod40 B<actsync>, B<getlist>, B<inews>, B<innxbatch>, B<innxmit>, B<nnrpd>,
/dports/sysutils/py-glances/glances-3.1.4/glances/
H A Devents.py110 proc_list = proc_list or glances_processes.getlist()
/dports/www/py-werkzeug/Werkzeug-2.0.2/src/werkzeug/
H A Ddatastructures.pyi128 def getlist(self, key: K) -> List[V]: ...
130 def getlist(self, key: K, type: Callable[[V], T] = ...) -> List[T]: ...
183 def getlist(self, key: K) -> List[V]: ...
185 def getlist(self, key: K, type: Callable[[V], T] = ...) -> List[T]: ...
234 def getlist(self, key: str) -> List[str]: ...
236 def getlist(self, key: str, type: Callable[[str], T]) -> List[T]: ...
327 def getlist(self, key: K) -> List[V]: ...
329 def getlist(self, key: K, type: Callable[[V], T] = ...) -> List[T]: ...
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dcommit.c154 find_data->ignlist = getlist (); in find_dirent_proc()
464 find_args.ulist = getlist (); in commit()
659 mulist = getlist (); in commit()
664 hardlist = getlist (); in commit()
977 ulist = ml->ulist = getlist (); in check_fileproc()
978 cilist = ml->cilist = getlist (); in check_fileproc()
/dports/www/trac-devel/Trac-1.5.3/trac/ticket/
H A Dadmin.py120 sel = req.args.getlist('sel')
302 sel = req.args.getlist('sel')
507 sel = req.args.getlist('sel')
665 sel = req.args.getlist('sel')
/dports/mail/spamd/spamd-4.9.1/spamd-setup/
H A Dspamd-setup.c99 int getlist(char **, char *, struct blacklist *, struct blacklist *);
728 getlist(char ** db_array, char *name, struct blacklist *blist, in getlist() function
943 black = getlist(db_array, name, &blists[white],
/dports/www/trac-devel/Trac-1.5.3/trac/mimeview/
H A Dapi.py935 for mapping in self.config['mimeviewer'].getlist('mime_map'):
966 .getlist('mime_map_patterns'):
1002 for mapping in self.config['mimeviewer'].getlist(option):
/dports/www/py-flask-peewee/flask-peewee-3.0.4/flask_peewee/
H A Dfilters.py342 request.args.getlist(qf_select),
343 request.args.getlist(qf_value),
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/metrics/
H A Dviews.py236 for query in queryParams.getlist('query'):
264 metrics = queryParams.getlist('metric')
/dports/benchmarks/lmbench/lmbench-3.0-a9/results/
H A DMakefile47 LIST= `$(SCRIPTS)getlist $(LST)`
55 ../scripts/getctx ../scripts/getdisk ../scripts/getlist \
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/requests_toolbelt/utils/
H A Ddump.py102 for value in headers.getlist(name):
/dports/www/py-requests-toolbelt/requests-toolbelt-0.9.1/requests_toolbelt/utils/
H A Ddump.py102 for value in headers.getlist(name):
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/extensions/
H A Dmemusage.py35 self.notify_mails = crawler.settings.getlist('MEMUSAGE_NOTIFY_MAIL')
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/
H A Ddraft_reviewer.py65 reviewers = request.data.getlist('reviewer')
H A Dinvitations.py92 accepters = request.data.getlist('accepter', None)

1...<<11121314151617181920>>...26