Home
last modified time | relevance | path

Searched refs:filename_or_contents (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/bin/
H A Dpolib.py94 def _is_file(filename_or_contents): argument
105 return os.path.exists(filename_or_contents)
/dports/devel/mercurial/mercurial-6.0/i18n/
H A Dpolib.py111 def _is_file(filename_or_contents): argument
122 return os.path.exists(filename_or_contents)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/bin/
H A Dpolib.py94 def _is_file(filename_or_contents): argument
105 return os.path.exists(filename_or_contents)
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/data/i18n-tools/scripts/
H A Dpolib.py93 def _is_file(filename_or_contents): argument
104 return os.path.exists(filename_or_contents)
/dports/devel/py-polib/polib-1.1.0/
H A Dpolib.py94 def _is_file(filename_or_contents): argument
105 return os.path.exists(filename_or_contents)
/dports/devel/boost_build/build-29baa79/src/engine/
H A Dfunction.cpp5237 …LIST * filename_or_contents = function_execute_write_file( function, frame, s, filename_mod, conte… in function_run() local
5239 stack_push( s, filename_or_contents ); in function_run()