Home
last modified time | relevance | path

Searched refs:to_location (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/py-zope.deprecation/zope.deprecation-4.1.2/src/zope/deprecation/
H A Ddeprecation.py211 def moved(to_location, unsupported_in=None): argument
213 message = '%s has moved to %s.' % (old, to_location)
219 __import__(to_location)
221 fromdict = sys.modules[to_location].__dict__
H A Dtests.py438 def _callFUT(self, to_location, unsupported_in): argument
440 return moved(to_location, unsupported_in)
/dports/devel/py-paver/Paver-1.2.4/paver/
H A Dbzr.py32 do_bzr_cmd(cmd_checkout, branch_location=url, to_location=dest, revision=revision)
40 do_bzr_cmd(cmd_branch, from_location=url, to_location=dest, revision=revision)
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/type_check/liveness/
H A Dtrace.rs237 let block = self.cx.elements.to_location(block_start).block; in compute_use_live_points_for()
265 let location = self.cx.elements.to_location(drop_point); in compute_drop_live_points_for()
301 self.cx.elements.to_location(term_point), in compute_drop_live_points_for_block()
311 let term_location = self.cx.elements.to_location(term_point); in compute_drop_live_points_for_block()
316 debug!("compute_drop_live_points_for_block: p = {:?}", self.cx.elements.to_location(p)); in compute_drop_live_points_for_block()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/region_infer/
H A Dvalues.rs69 crate fn to_location(&self, index: PointIndex) -> Location { in to_location() method
166 .map(move |p| self.elements.to_location(p)) in get_elements()
306 .map(move |p| self.elements.to_location(p)) in locations_outlived_by()
397 .map(|p| elements.to_location(p)) in location_set_str()
/dports/sysutils/getssl/getssl-2.35/
H A Dgetssl411 to_location="${DOMAIN_DIR}/${DOMAIN_CHAIN_LOCATION}"
413 to_location="${DOMAIN_CHAIN_LOCATION}"
416 copy_file_to_location "full chain" "$TEMP_DIR/${DOMAIN}_chain.pem" "$to_location"
419 copy_file_to_location "full chain" "$TEMP_DIR/${DOMAIN}_chain.pem.ec" "${to_location}" "ec"
425 to_location="${DOMAIN_DIR}/${DOMAIN_KEY_CERT_LOCATION}"
427 to_location="${DOMAIN_KEY_CERT_LOCATION}"
430 …py_file_to_location "private key and domain cert pem" "$TEMP_DIR/${DOMAIN}_K_C.pem" "$to_location"
439 to_location="${DOMAIN_DIR}/${DOMAIN_PEM_LOCATION}"
441 to_location="${DOMAIN_PEM_LOCATION}"
444 copy_file_to_location "full key, cert and chain pem" "$TEMP_DIR/${DOMAIN}.pem" "$to_location"
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dbuiltins.py1495 if to_location is None:
1519 % to_location)
1670 to_location = branch_location
1685 if to_location is None:
1726 if to_location is None:
6332 if to_location is None:
6336 to_location = tree_location
6350 to_location = lookup_new_sibling_branch(
6351 control_dir, to_location,
6356 to_location,
[all …]
/dports/lang/ocaml/ocaml-4.05.0/middle_end/
H A Ddebuginfo.mli33 val to_location : t -> Location.t val
H A Dmiddle_end.ml167 Location.prerr_warning (Debuginfo.to_location apply.dbg)
172 Location.prerr_warning (Debuginfo.to_location apply.dbg)
H A Ddebuginfo.ml60 let to_location = function var
H A Dinline_and_simplify.ml793 Location.prerr_warning (Debuginfo.to_location dbg)
797 Location.prerr_warning (Debuginfo.to_location dbg)
804 Location.prerr_warning (Debuginfo.to_location dbg)
1027 Location.prerr_warning (Debuginfo.to_location dbg)
1054 Location.prerr_warning (Debuginfo.to_location dbg)
/dports/lang/ocaml-nox11/ocaml-4.05.0/middle_end/
H A Ddebuginfo.mli33 val to_location : t -> Location.t val
H A Dmiddle_end.ml167 Location.prerr_warning (Debuginfo.to_location apply.dbg)
172 Location.prerr_warning (Debuginfo.to_location apply.dbg)
H A Ddebuginfo.ml60 let to_location = function
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-directory.c1204 GFile *to_location = NULL; in caja_directory_notify_files_moved() local
1222 to_location = pair->to; in caja_directory_notify_files_moved()
1225 file = caja_file_get_existing (to_location); in caja_directory_notify_files_moved()
1240 to_location); in caja_directory_notify_files_moved()
1256 to_location); in caja_directory_notify_files_moved()
1269 new_directory = get_parent_directory (to_location); in caja_directory_notify_files_moved()
1279 name = g_file_get_basename (to_location); in caja_directory_notify_files_moved()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/
H A Dlocation.rs67 pub fn to_location(&self, index: LocationIndex) -> RichLocation { in to_location() method
H A Dfacts.rs210 format!("{:?}", location_table.to_location(*self)) in to_string()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-directory.c1580 GFile *to_location, *from_location; in nautilus_directory_notify_files_moved() local
1597 to_location = pair->to; in nautilus_directory_notify_files_moved()
1600 file = nautilus_file_get_existing (to_location); in nautilus_directory_notify_files_moved()
1615 to_location); in nautilus_directory_notify_files_moved()
1632 to_location); in nautilus_directory_notify_files_moved()
1649 new_directory = get_parent_directory (to_location); in nautilus_directory_notify_files_moved()
1659 name = g_file_get_basename (to_location); in nautilus_directory_notify_files_moved()
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-directory.c1322 GFile *to_location, *from_location; in nemo_directory_notify_files_moved() local
1338 to_location = pair->to; in nemo_directory_notify_files_moved()
1341 file = nemo_file_get_existing (to_location); in nemo_directory_notify_files_moved()
1355 to_location); in nemo_directory_notify_files_moved()
1369 to_location); in nemo_directory_notify_files_moved()
1380 new_directory = get_parent_directory (to_location); in nemo_directory_notify_files_moved()
1390 name = g_file_get_basename (to_location); in nemo_directory_notify_files_moved()
/dports/devel/brz/breezy-3.2.0/breezy/tests/blackbox/
H A Dtest_branches.py85 b.create_checkout(lightweight=True, to_location='b')
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dinstruction-selector-impl.h213 InstructionOperand UsePointerLocation(LinkageLocation to_location, in UsePointerLocation() argument
218 return ToUnallocatedOperand(to_location, in UsePointerLocation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/
H A Dinstruction-selector-impl.h209 InstructionOperand UsePointerLocation(LinkageLocation to_location, in UsePointerLocation() argument
214 return ToUnallocatedOperand(to_location, in UsePointerLocation()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/
H A Dinstruction-selector-impl.h221 InstructionOperand UsePointerLocation(LinkageLocation to_location, in UsePointerLocation() argument
226 return ToUnallocatedOperand(to_location, in UsePointerLocation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dinstruction-selector-impl.h209 InstructionOperand UsePointerLocation(LinkageLocation to_location, in UsePointerLocation() argument
214 return ToUnallocatedOperand(to_location, in UsePointerLocation()
/dports/devel/dulwich/dulwich-0.19.16/bin/
H A Ddulwich528 to_location = args[0]
530 porcelain.push('.', to_location, refspecs)

12