Home
last modified time | relevance | path

Searched refs:import_path (Results 1 – 25 of 713) sorted by relevance

12345678910>>...29

/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/checkdeps/
H A Dproto_checker.py38 def IsFullPath(self, import_path): argument
40 match = re.match('(.*)/([^/]*\.proto)', import_path)
58 import_path = found_item.group(1)
60 if '\\' in import_path:
62 import_path,
66 if '/' not in import_path:
73 if self._resolve_dotdot and '../' in import_path:
75 import_path = os.path.join(dependee_dir, import_path)
76 import_path = os.path.relpath(import_path, self._root_dir)
78 if not self.IsFullPath(import_path):
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/buildtools/checkdeps/
H A Dproto_checker.py38 def IsFullPath(self, import_path): argument
40 match = re.match('(.*)/([^/]*\.proto)', import_path)
58 import_path = found_item.group(1)
60 if '\\' in import_path:
62 import_path,
66 if '/' not in import_path:
73 if self._resolve_dotdot and '../' in import_path:
75 import_path = os.path.join(dependee_dir, import_path)
76 import_path = os.path.relpath(import_path, self._root_dir)
78 if not self.IsFullPath(import_path):
[all …]
/dports/lang/v8/v8-9.6.180.12/buildtools/checkdeps/
H A Dproto_checker.py40 def IsFullPath(self, import_path): argument
42 match = re.match(r'(.*)/([^/]*\.proto)', import_path)
60 import_path = found_item.group(1)
62 if '\\' in import_path:
64 import_path,
68 if '/' not in import_path:
75 if self._resolve_dotdot and '../' in import_path:
77 import_path = os.path.join(dependee_dir, import_path)
78 import_path = os.path.relpath(import_path, self._root_dir)
80 if not self.IsFullPath(import_path):
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_pathlib.py15 from _pytest.pathlib import import_path
154 import_path(p)
171 module = import_path(path)
177 m = import_path(p)
179 m = import_path(p_init)
207 mod1 = import_path(mod1path)
222 newmod = import_path(p)
230 import_path(p)
243 m1 = import_path(p1)
244 m2 = import_path(p2)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_pathlib.py15 from _pytest.pathlib import import_path
154 import_path(p)
171 module = import_path(path)
177 m = import_path(p)
179 m = import_path(p_init)
207 mod1 = import_path(mod1path)
222 newmod = import_path(p)
230 import_path(p)
243 m1 = import_path(p1)
244 m2 = import_path(p2)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_pathlib.py15 from _pytest.pathlib import import_path
154 import_path(p)
171 module = import_path(path)
177 m = import_path(p)
179 m = import_path(p_init)
207 mod1 = import_path(mod1path)
222 newmod = import_path(p)
230 import_path(p)
243 m1 = import_path(p1)
244 m2 = import_path(p2)
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/FileSystem/classes/
H A Dclass.ilFileDataImport.php21 public $import_path; variable in ilFileDataImport
31 $this->import_path = parent::getPath() . "/" . IMPORT_PATH;
45 return $this->import_path;
66 if (is_writable($this->import_path) && is_readable($this->import_path)) {
81 if (!@file_exists($this->import_path)) {
82 ilUtil::makeDir($this->import_path);
/dports/www/ilias6/ILIAS-6.14/Services/FileSystem/classes/
H A Dclass.ilFileDataImport.php21 public $import_path; variable in ilFileDataImport
31 $this->import_path = parent::getPath() . "/" . IMPORT_PATH;
45 return $this->import_path;
66 if (is_writable($this->import_path) && is_readable($this->import_path)) {
81 if (!@file_exists($this->import_path)) {
82 ilUtil::makeDir($this->import_path);
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/
H A Dimports.py110 from_import_name = import_path[-1]
111 import_path = from_names
190 import_path = base + tuple(import_path)
194 import_path = list(import_path)
215 if import_path:
221 import_path = base_import_path + import_path
222 self.import_path = import_path
229 for name in self.import_path
248 if not self.import_path:
278 string_names=import_path,
[all …]
/dports/science/py-scipy/scipy-1.7.1/doc/sphinxext/numpydoc/
H A D__main__.py12 def render_object(import_path, config=None): argument
15 print(get_doc_object(Docstring(import_path).obj,
20 def validate_object(import_path): argument
22 results = validate(import_path)
25 print(':'.join([import_path, err_code, err_desc]))
47 exit_code = validate_object(args.import_path)
49 exit_code = render_object(args.import_path, args.config)
/dports/deskutils/egroupware/egroupware/api/src/Framework/
H A DCssIncludes.php158 foreach($matches[1] as $import_path)
160 if ($import_path[0] != '/')
163 while(substr($import_path,0,3) == '../')
166 $import_path = substr($import_path, 3);
168 $import_path = ($dir != '/' ? $dir : '').'/'.$import_path;
170 self::resolve_css_includes($import_path, $pathes);
/dports/devel/py-resolver/resolver-0.2.1/
H A Dresolver.py68 import_path, evalable = statement.strip().split(':', 1)
70 import_path = statement
72 if not import_path:
74 descend = import_path.split('.')[1:]
75 res = __import__(import_path)
/dports/devel/py-streamparse/streamparse-4.0.0/streamparse/
H A Drun.py38 import_path = os.getcwd() # Storm <= 1.0.2
39 if RESOURCES_PATH in next(os.walk(import_path))[1] and os.path.isfile(
41 import_path, RESOURCES_PATH, mod_name.replace(".", os.path.sep) + ".py"
44 import_path = os.path.join(import_path, RESOURCES_PATH) # Storm >= 1.0.3
45 sys.path.append(import_path)
/dports/www/py-django-filer/django-filer-1.7.0/filer/utils/
H A Dloader.py18 def load_object(import_path): argument
33 if not isinstance(import_path, six.string_types):
34 return import_path
35 if '.' not in import_path:
39 module_name, object_name = import_path.rsplit('.', 1)
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/tests/
H A Dtest_docstrings.py390 import_path = [base_import_path, Estimator.__name__]
392 import_path.append(method)
394 import_path = ".".join(import_path)
396 res = numpydoc_validation.validate(import_path)
415 res = numpydoc_validation.validate(args.import_path)
417 import_path_sections = args.import_path.split(".")
432 msg = repr_errors(res, method=args.import_path)
437 print("All docstring checks passed for {}!".format(args.import_path))
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/util/
H A Dpatch_delay.py30 def _dot_lookup(thing, comp, import_path): argument
34 __import__(import_path)
40 import_path = components.pop(0)
41 thing = __import__(import_path)
44 import_path += ".{}".format(comp)
45 thing = _dot_lookup(thing, comp, import_path)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/bare_repository_import/
H A Dimporter.rb8 def self.execute(import_path) argument
9 unless import_path.ends_with?('/')
10 import_path = "#{import_path}/"
13 repos_to_import = Dir.glob(import_path + '**/*.git')
20 bare_repo = Gitlab::BareRepositoryImport::Repository.new(import_path, repo_path)
/dports/www/py-django-appconf/django-appconf-1.0.2/appconf/
H A Dutils.py4 def import_attribute(import_path, exception_handler=None): argument
9 module_name, object_name = import_path.rsplit('.', 1)
15 return exception_handler(import_path, exctype, excvalue, tb)
23 return exception_handler(import_path, exctype, excvalue, tb)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/pip_shims/
H A Denvironment.py19 def get_pip_version(import_path=BASE_IMPORT_PATH): argument
21 pip = importlib.import_module(import_path)
23 if import_path != "pip":
24 return get_pip_version(import_path="pip")
/dports/devel/py-pip-shims/pip_shims-0.6.0/src/pip_shims/
H A Denvironment.py19 def get_pip_version(import_path=BASE_IMPORT_PATH): argument
21 pip = importlib.import_module(import_path)
23 if import_path != "pip":
24 return get_pip_version(import_path="pip")
/dports/devel/py-python-easyconfig/Python-EasyConfig-0.1.7/easyconfig/
H A Dutils.py10 def import_string(import_path): argument
16 module = import_module(import_path)
18 if '.' not in import_path:
24 module_path, attr_name = import_path.rsplit('.', 1)
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/lang/go/testdata/names/import_path/
H A Dparams1 Mnames/import_path/import_path.proto=foobar,import_path=package
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/lang/go/testdata/names/import_path/
H A Dparams1 Mnames/import_path/import_path.proto=foobar,import_path=package
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/lang/go/testdata/names/import_path/
H A Dparams1 Mnames/import_path/import_path.proto=foobar,import_path=package
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/lang/go/testdata/names/import_path/
H A Dparams1 Mnames/import_path/import_path.proto=foobar,import_path=package

12345678910>>...29