Home
last modified time | relevance | path

Searched refs:spec_path (Results 1 – 25 of 119) sorted by relevance

12345

/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/tests/testsuite/
H A Dcustom_target.rs177 let spec_path = p.root().join("custom-target.json"); in changing_spec_rebuilds() localVariable
178 let spec = fs::read_to_string(&spec_path).unwrap(); in changing_spec_rebuilds()
181 fs::write(&spec_path, spec).unwrap(); in changing_spec_rebuilds()
222 let spec_path = p.root().join("custom-target.json"); in changing_spec_relearns_crate_types() localVariable
223 let spec = fs::read_to_string(&spec_path).unwrap(); in changing_spec_relearns_crate_types()
225 fs::write(&spec_path, spec).unwrap(); in changing_spec_relearns_crate_types()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/tests/testsuite/
H A Dcustom_target.rs177 let spec_path = p.root().join("custom-target.json"); in changing_spec_rebuilds() localVariable
178 let spec = fs::read_to_string(&spec_path).unwrap(); in changing_spec_rebuilds()
181 fs::write(&spec_path, spec).unwrap(); in changing_spec_rebuilds()
222 let spec_path = p.root().join("custom-target.json"); in changing_spec_relearns_crate_types() localVariable
223 let spec = fs::read_to_string(&spec_path).unwrap(); in changing_spec_relearns_crate_types()
225 fs::write(&spec_path, spec).unwrap(); in changing_spec_relearns_crate_types()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/tests/testsuite/
H A Dcustom_target.rs177 let spec_path = p.root().join("custom-target.json"); in changing_spec_rebuilds() localVariable
178 let spec = fs::read_to_string(&spec_path).unwrap(); in changing_spec_rebuilds()
181 fs::write(&spec_path, spec).unwrap(); in changing_spec_rebuilds()
222 let spec_path = p.root().join("custom-target.json"); in changing_spec_relearns_crate_types() localVariable
223 let spec = fs::read_to_string(&spec_path).unwrap(); in changing_spec_relearns_crate_types()
225 fs::write(&spec_path, spec).unwrap(); in changing_spec_relearns_crate_types()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/rubocop/cop/migration/
H A Dupdate_column_in_batches.rb20 spec_path = spec_filename(node)
22 unless File.exist?(File.expand_path(spec_path, rails_root))
23 add_offense(node, location: :expression, message: format(MSG, spec_path))
/dports/devel/py-jsonschema3/jsonschema-3.2.0/docs/
H A Djsonschema_role.py45 def fetch_or_load(spec_path): argument
59 modified = datetime.utcfromtimestamp(os.path.getmtime(spec_path))
70 with open(spec_path, "w+b") as spec:
75 with open(spec_path) as spec:
/dports/devel/py-jsonschema/jsonschema-4.2.1/docs/
H A Djsonschema_role.py42 def fetch_or_load(spec_path): argument
61 modified = datetime.utcfromtimestamp(os.path.getmtime(spec_path))
69 with open(spec_path, "w+b") as spec:
74 with open(spec_path) as spec:
/dports/lang/ruby26/ruby-2.6.9/lib/rubygems/
H A Dvalidator.rb94 spec_path = spec.spec_file
103 unless File.exist? spec_path
104 errors[gem_name][spec_path] = "Spec file missing for installed gem"
H A Dsource.rb178 spec_path = uri + "#{file_name}.gz"
179 cache_dir = cache_dir spec_path
185 spec_dump = fetcher.cache_update_path spec_path, local_file, update_cache?
/dports/audio/py-audioread/audioread-2.1.9/test/
H A Dconftest.py25 spec_path = os.path.join(DATADIR, request.param + '.json')
26 with open(spec_path, 'r') as f:
/dports/lang/ruby26/ruby-2.6.9/lib/rubygems/commands/
H A Dlock_command.rb79 spec = Gem::Specification.load spec_path(full_name)
102 def spec_path(gem_full_name) method in LockCommand
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dtoolbar_test.cc183 CANVAS_UI::initialize_canvas (ArdourCanvas::Canvas& canvas, std::string const & spec_path) in initialize_canvas() argument
191 build_toolbar (scroll_group, spec_path); in initialize_canvas()
195 CANVAS_UI::build_toolbar (ArdourCanvas::Item* parent, std::string const & spec_path) in build_toolbar() argument
208 toolbar_spec.open (spec_path.c_str(), ios::in); in build_toolbar()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
H A Dbdist_rpm.py291 spec_path = os.path.join(spec_dir,
294 (spec_path,
296 "writing '%s'" % spec_path)
346 rpm_cmd.append(spec_path)
355 src_rpm, non_src_rpm, spec_path)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/command/
H A Dbdist_rpm.py278 spec_path = os.path.join(spec_dir,
281 (spec_path,
283 "writing '%s'" % spec_path)
330 rpm_cmd.append(spec_path)
339 src_rpm, non_src_rpm, spec_path)
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/command/
H A Dbdist_rpm.py278 spec_path = os.path.join(spec_dir,
281 (spec_path,
283 "writing '%s'" % spec_path)
330 rpm_cmd.append(spec_path)
339 src_rpm, non_src_rpm, spec_path)
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/_distutils/command/
H A Dbdist_rpm.py277 spec_path = os.path.join(spec_dir,
280 (spec_path,
282 "writing '%s'" % spec_path)
329 rpm_cmd.append(spec_path)
338 src_rpm, non_src_rpm, spec_path)
/dports/lang/python310/Python-3.10.1/Lib/distutils/command/
H A Dbdist_rpm.py277 spec_path = os.path.join(spec_dir,
280 (spec_path,
282 "writing '%s'" % spec_path)
329 rpm_cmd.append(spec_path)
338 src_rpm, non_src_rpm, spec_path)
/dports/lang/python37/Python-3.7.12/Lib/distutils/command/
H A Dbdist_rpm.py278 spec_path = os.path.join(spec_dir,
281 (spec_path,
283 "writing '%s'" % spec_path)
333 rpm_cmd.append(spec_path)
342 src_rpm, non_src_rpm, spec_path)
/dports/lang/python38/Python-3.8.12/Lib/distutils/command/
H A Dbdist_rpm.py278 spec_path = os.path.join(spec_dir,
281 (spec_path,
283 "writing '%s'" % spec_path)
330 rpm_cmd.append(spec_path)
339 src_rpm, non_src_rpm, spec_path)
/dports/lang/python311/Python-3.11.0a3/Lib/distutils/command/
H A Dbdist_rpm.py277 spec_path = os.path.join(spec_dir,
280 (spec_path,
282 "writing '%s'" % spec_path)
329 rpm_cmd.append(spec_path)
338 src_rpm, non_src_rpm, spec_path)
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/command/
H A Dbdist_rpm.py292 spec_path = os.path.join(spec_dir,
295 (spec_path,
297 "writing '%s'" % spec_path)
347 rpm_cmd.append(spec_path)
356 src_rpm, non_src_rpm, spec_path)
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/command/
H A Dbdist_rpm.py278 spec_path = os.path.join(spec_dir,
281 (spec_path,
283 "writing '%s'" % spec_path)
330 rpm_cmd.append(spec_path)
339 src_rpm, non_src_rpm, spec_path)
/dports/lang/python27/Python-2.7.18/Lib/distutils/command/
H A Dbdist_rpm.py292 spec_path = os.path.join(spec_dir,
295 (spec_path,
297 "writing '%s'" % spec_path)
347 rpm_cmd.append(spec_path)
356 src_rpm, non_src_rpm, spec_path)
/dports/lang/python39/Python-3.9.9/Lib/distutils/command/
H A Dbdist_rpm.py277 spec_path = os.path.join(spec_dir,
280 (spec_path,
282 "writing '%s'" % spec_path)
329 rpm_cmd.append(spec_path)
338 src_rpm, non_src_rpm, spec_path)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/
H A Dbdist_rpm.py291 spec_path = os.path.join(spec_dir,
294 (spec_path,
296 "writing '%s'" % spec_path)
346 rpm_cmd.append(spec_path)
355 src_rpm, non_src_rpm, spec_path)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/command/
H A Dbdist_rpm.py278 spec_path = os.path.join(spec_dir,
281 (spec_path,
283 "writing '%s'" % spec_path)
330 rpm_cmd.append(spec_path)
339 src_rpm, non_src_rpm, spec_path)

12345