Home
last modified time | relevance | path

Searched defs:only_path (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/py-pyscss/pyScss-1.3.7/scss/extension/compass/
H A Dimages.py45 def _image_url(path, only_path=False, cache_buster=True, dst_color=None, src_color=None, inline=Fal… argument
210 def image_url(path, only_path=False, cache_buster=True, dst_color=None, src_color=None, spacing=Non… argument
H A Dhelpers.py514 def _font_url(path, only_path=False, cache_buster=True, inline=False): argument
598 def font_url(path, only_path=False, cache_buster=True): argument
621 def stylesheet_url(path, only_path=False, cache_buster=True): argument
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/epub/cfi/
H A Dparse.py184 def cfi_sort_key(cfi, only_path=True): argument
/dports/textproc/py-pyscss/pyScss-1.3.7/scss/extension/
H A Dfonts.py404 def font_url(sheet, type_, only_path=False, cache_buster=True): argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/
H A Davatars_helper.rb115 def avatar_icon_by_user_email_or_gravatar(email, size, scale, only_path:) argument
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetGraphics.cpp579 string const only_path = onlyPath(file_in); in copyToDirIfNeeded() local