Home
last modified time | relevance | path

Searched refs:base_prefix (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/dports/www/radicale/Radicale-3.0.6/radicale/app/
H A Ddelete.py26 def xml_delete(base_prefix, path, collection, href=None): argument
39 href.text = xmlutils.make_href(base_prefix, path)
50 def do_DELETE(self, environ, base_prefix, path, user): argument
66 xml_answer = xml_delete(base_prefix, path, item)
69 base_prefix, path, item.collection, item.href)
H A Dreport.py32 def xml_report(base_prefix, path, xml_request, collection, encoding, argument
77 if (href_path + "/").startswith(base_prefix + "/"):
78 hreferences.add(href_path[len(base_prefix):])
128 response = xml_item_response(base_prefix, hreference,
143 response = xml_item_response(base_prefix, uri,
224 base_prefix, uri, found_props=found_props,
230 def xml_item_response(base_prefix, href, found_props=(), not_found_props=(), argument
235 href_tag.text = xmlutils.make_href(base_prefix, href)
259 def do_REPORT(self, environ, base_prefix, path, user): argument
287 base_prefix, path, xml_content, collection, self._encoding,
H A Dpropfind.py31 def xml_propfind(base_prefix, path, xml_request, allowed_items, user, argument
68 base_prefix, path, item, props, user, encoding, write=write,
74 def xml_propfind_response(base_prefix, path, item, props, user, encoding, argument
94 href.text = xmlutils.make_href(base_prefix, uri)
156 tag.text = xmlutils.make_href(base_prefix, "/")
164 tag.text = xmlutils.make_href(base_prefix, path)
183 tag.text = xmlutils.make_href(base_prefix, "/%s/" % user)
230 base_prefix, "/%s/" % collection.owner)
344 def do_PROPFIND(self, environ, base_prefix, path, user): argument
373 base_prefix, path, xml_content, allowed_items, user,
H A Dproppatch.py53 def xml_proppatch(base_prefix, path, xml_request, collection): argument
68 href.text = xmlutils.make_href(base_prefix, path)
88 def do_PROPPATCH(self, environ, base_prefix, path, user): argument
113 xml_answer = xml_proppatch(base_prefix, path, xml_content,
H A Dhead.py22 def do_HEAD(self, environ, base_prefix, path, user): argument
24 status, headers, _ = self.do_GET(environ, base_prefix, path, user)
H A Dpost.py25 def do_POST(self, environ, base_prefix, path, user): argument
28 return self._web.post(environ, base_prefix, path, user)
H A Dmove.py29 def do_MOVE(self, environ, base_prefix, path, user): argument
41 if not (to_path + "/").startswith(base_prefix + "/"):
45 to_path = to_path[len(base_prefix):]
H A Dget.py59 def do_GET(self, environ, base_prefix, path, user): argument
65 web_path = posixpath.join(posixpath.basename(base_prefix),
72 return self._web.get(environ, base_prefix, path, user)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/virtualenv/create/via_global_ref/builtin/python2/
H A Dsite.py13 sys.real_prefix = sys.base_prefix = config["base-prefix"]
80 base_exe, base_prefix, base_exec = get_exe_prefixes(base=True)
87 … sys.path[at] = map_path(path, base_exe, exe_dir, exec_prefix, base_prefix, prefix, base_exec)
118 def map_path(path, base_executable, exe_dir, exec_prefix, base_prefix, prefix, base_exec_prefix): argument
124 return "{}{}".format(base_prefix, path[len(prefix) :])
158 site.PREFIXES = [sys.base_prefix, sys.base_exec_prefix]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/virtualenv/create/via_global_ref/builtin/python2/
H A Dsite.py13 sys.real_prefix = sys.base_prefix = config["base-prefix"]
80 base_exe, base_prefix, base_exec = get_exe_prefixes(base=True)
87 … sys.path[at] = map_path(path, base_exe, exe_dir, exec_prefix, base_prefix, prefix, base_exec)
118 def map_path(path, base_executable, exe_dir, exec_prefix, base_prefix, prefix, base_exec_prefix): argument
124 return "{}{}".format(base_prefix, path[len(prefix) :])
158 site.PREFIXES = [sys.base_prefix, sys.base_exec_prefix]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/virtualenv/create/via_global_ref/builtin/python2/
H A Dsite.py13 sys.real_prefix = sys.base_prefix = config["base-prefix"]
81 base_exe, base_prefix, base_exec = get_exe_prefixes(base=True)
88 … sys.path[at] = map_path(path, base_exe, exe_dir, exec_prefix, base_prefix, prefix, base_exec)
119 def map_path(path, base_executable, exe_dir, exec_prefix, base_prefix, prefix, base_exec_prefix): argument
125 return "{}{}".format(base_prefix, path[len(prefix) :])
159 site.PREFIXES = [sys.base_prefix, sys.base_exec_prefix]
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/
H A Dsite.py13 sys.real_prefix = sys.base_prefix = config["base-prefix"]
81 base_exe, base_prefix, base_exec = get_exe_prefixes(base=True)
88 … sys.path[at] = map_path(path, base_exe, exe_dir, exec_prefix, base_prefix, prefix, base_exec)
119 def map_path(path, base_executable, exe_dir, exec_prefix, base_prefix, prefix, base_exec_prefix): argument
125 return "{}{}".format(base_prefix, path[len(prefix) :])
159 site.PREFIXES = [sys.base_prefix, sys.base_exec_prefix]
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/virtualenv/create/via_global_ref/builtin/python2/
H A Dsite.py14 sys.real_prefix = sys.base_prefix = config["base-prefix"]
85 base_exe, base_prefix, base_exec = get_exe_prefixes(base=True)
92 … sys.path[at] = map_path(path, base_exe, exe_dir, exec_prefix, base_prefix, prefix, base_exec)
123 def map_path(path, base_executable, exe_dir, exec_prefix, base_prefix, prefix, base_exec_prefix): argument
129 return "{}{}".format(base_prefix, path[len(prefix) :])
163 site.PREFIXES = [sys.base_prefix, sys.base_exec_prefix]
/dports/devel/py-pyinstaller/PyInstaller-3.5/PyInstaller/hooks/
H A Dhook-mpl_toolkits.basemap.py12 from PyInstaller.compat import is_win, base_prefix
28 src_basemap_data = os.path.join(base_prefix, 'Library', 'share', 'basemap')
32 src_basemap_data = os.path.join(base_prefix, 'share', 'basemap')
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/python/
H A Dpyinterpreter.cpp44 const std::string base_prefix = name.substr(0,dot); in AttachPrefix() local
45 if( self->base_prefixes.find(base_prefix) == self->base_prefixes.end() ) { in AttachPrefix()
46 self->base_prefixes.insert(base_prefix); in AttachPrefix()
48 base_prefix + std::string(" = pypangolin.Var('") + in AttachPrefix()
49 base_prefix + std::string("')\n"); in AttachPrefix()
/dports/devel/py-pyinstaller/PyInstaller-3.5/PyInstaller/utils/
H A Dosx.py17 from ..compat import base_prefix, exec_command
29 if env_prefix and base_prefix.startswith(env_prefix):
42 if env_prefix and base_prefix.startswith(env_prefix):
/dports/math/gap/gap-4.11.0/pkg/kbmag-1.5.9/standalone/src/
H A Dgpgeowa.c155 base_prefix(fsaname); in main()
203 base_prefix(fsaname); in main()
255 base_prefix(fsaname); in main()
288 base_prefix(fsaname); in main()
341 base_prefix(fsaname); in main()
389 base_prefix(fsaname); in main()
404 base_prefix(fsaname); in main()
456 base_prefix(fsaname); in main()
H A Dgpminkb.c130 base_prefix(fsaname); in main()
172 base_prefix(fsaname); in main()
206 base_prefix(fsaname); in main()
243 base_prefix(fsaname); in main()
/dports/devel/py-pip/pip-20.3.4/tests/unit/
H A Dtest_utils_virtualenv.py22 monkeypatch, real_prefix, base_prefix, expected): argument
28 if base_prefix is None:
31 monkeypatch.setattr(sys, "base_prefix", base_prefix, raising=False)
/dports/www/radicale/Radicale-3.0.6/radicale/web/
H A D__init__.py45 def get(self, environ, base_prefix, path, user): argument
57 def post(self, environ, base_prefix, path, user): argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/utils/
H A Dinline_hash.rb43 base_prefix = "#{prefix}#{connector}"
44 hash.map { |key, value| ["#{base_prefix}#{key}", value] }
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/tools_webrtc/ios/
H A Dmerge_ios_libs.py72 base_prefix = library[:-2].split('_')[0]
74 if valid_lib[:len(base_prefix)] == base_prefix:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/tools_webrtc/ios/
H A Dmerge_ios_libs.py70 base_prefix = library[:-2].split('_')[0]
72 if valid_lib[:len(base_prefix)] == base_prefix:
/dports/lang/lfe/lfe-1.3/src/
H A Dlfe_io_format.erl210 Prefix = base_prefix(Base, true),
214 Prefix = base_prefix(Base, false),
416 base_prefix(2, true) -> "#b"; function
417 base_prefix(2, false) -> "#B"; function
418 base_prefix(8, true) -> "#o"; function
419 base_prefix(8, false) -> "#O"; function
420 base_prefix(10, true) -> "#d"; function
421 base_prefix(10, false) -> "#D"; function
422 base_prefix(16, true) -> "#x"; function
423 base_prefix(16, false) -> "#X"; function
[all …]
/dports/devel/py-pyinstaller/PyInstaller-3.5/PyInstaller/
H A Dcompat.py199 base_prefix = getattr( sys, 'real_prefix', variable
203 base_prefix = os.path.abspath(base_prefix) variable
204 is_venv = is_virtualenv = base_prefix != os.path.abspath(sys.prefix)
210 is_conda = os.path.isdir(os.path.join(base_prefix, 'conda-meta'))
770 pths.append(os.path.join(base_prefix, 'Lib', 'site-packages'))

12345678910>>...22