Home
last modified time | relevance | path

Searched refs:truncate_path (Results 1 – 5 of 5) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/controllers/concerns/
H A Dredirects_for_missing_path_on_tree.rb11 _('"%{path}" did not exist on "%{ref}"') % { path: truncate_path(path), ref: ref }
14 def truncate_path(path) method
/dports/audio/beets/beets-1.4.9/test/
H A Dtest_util.py176 p = util.truncate_path(b'abcde/fgh', 4)
181 p = util.truncate_path(u'abcde/fgh', 4)
186 p = util.truncate_path(u'abcde/fgh.ext', 5)
/dports/math/py-flax/flax-0.3.3/flax/nn/
H A Dbase.py796 def apply(self, *args, wrapped_module=None, truncate_path=None, **kwargs): argument
809 if wrapped_module is None or truncate_path is None:
817 return jax.tree_map(lookup_output, truncate_path)
981 wrapped_module=self.module, truncate_path=module_path)
/dports/audio/beets/beets-1.4.9/beets/util/
H A D__init__.py598 def truncate_path(path, length=MAX_FILENAME_LENGTH): function
634 path = truncate_path(path, length)
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/
H A Dfindinfiles.py62 def truncate_path(text): function
876 text = truncate_path(path)