Home
last modified time | relevance | path

Searched refs:other_location (Results 1 – 14 of 14) sorted by relevance

/dports/devel/py-behave/behave-1.2.6/behave/
H A Dstep_registry.py37 def same_step_definition(step, other_pattern, other_location): argument
39 step.location == other_location and
40 other_location.filename != "<string>")
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/help_search/
H A Dsearch_util.py383 def _Equivalent(location, other_location): argument
385 if location == other_location:
387 if len(location) != len(other_location):
389 if location[:-1] != other_location[:-1]:
392 if location[-1] in equivalent and other_location[-1] in equivalent:
/dports/devel/brz/breezy-3.2.0/breezy/
H A Drevisionspec.py772 def _find_revision_info(branch, other_location): argument
774 other_location)
778 def _find_revision_id(branch, other_location): argument
785 if other_location == '':
786 other_location = branch.get_parent()
787 other_branch = Branch.open(other_location)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/pdb2pka/graph_cut/
H A Dprotein_complex.py380 other_name, other_chain, other_location = other_key
386 other_location = int(other_location)
403 if his_chain > other_chain or his_location >= other_location:
447 if his_chain > other_chain or his_location >= other_location:
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/
H A Dborrow_set.rs250 if let TwoPhaseActivation::ActivatedAt(other_location) = borrow_data.activation_location in visit_local()
258 other_location, in visit_local()
/dports/databases/arrow/apache-arrow-6.0.1/c_glib/arrow-flight-glib/
H A Dcommon.h70 GAFlightLocation *other_location);
H A Dcommon.cpp302 GAFlightLocation *other_location) in gaflight_location_equal() argument
305 const auto flight_other_location = gaflight_location_get_raw(other_location); in gaflight_location_equal()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DLocation.java172 public boolean equals(final Location other_location) in equals() argument
174 return toString().equals(other_location.toString()); in equals()
/dports/editors/mousepad/mousepad-0.5.8/mousepad/
H A Dmousepad-file.c52 GFile *other_location,
210 GFile *other_location, in mousepad_file_monitor_changed() argument
230 && g_file_equal (file->monitor_location, other_location))) in mousepad_file_monitor_changed()
/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore.h112 unsigned int other_location; member
/dports/databases/grass7/grass-7.8.6/lib/python/docs/src/
H A Dgunittest_running_tests.rst149 --location other_location --location-type other_type
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/user_guide/
H A Dplaybooks_conditionals.rst273 mypaths: ['search_location_one/somedir/', '/opt/other_location/somedir/']
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/user_guide/
H A Dplaybooks_conditionals.rst422 mypaths: ['search_location_one/somedir/', '/opt/other_location/somedir/']
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/user_guide/
H A Dplaybooks_conditionals.rst422 mypaths: ['search_location_one/somedir/', '/opt/other_location/somedir/']