Home
last modified time | relevance | path

Searched refs:args_file (Results 176 – 179 of 179) sorted by relevance

12345678

/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dargparse.py2125 with open(arg_string[1:]) as args_file:
2127 for arg_line in args_file.read().splitlines():
/dports/devel/meson/meson-0.60.3/mesonbuild/mesonlib/
H A Duniversal.py.orig1356 args_file = arg[1:]
1358 with open(args_file, encoding='utf-8') as f:
1362 mlog.error('Expanding command line arguments:', args_file, 'not found')
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/mb/
H A Dmb_config_buckets.pyl2996 'args_file': '//build/args/chromeos/amd64-generic.gni'
3043 'args_file': '//build/args/chromeos/arm-generic.gni'
3335 'args_file': '//build/args/chromeos/kevin.gni'
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/docs/src/whatsnew/
H A D3.0.rst530 * :ghissue:`2293`, :ghissue:`1095`: The ``-args_file``, ``-config`` and ``-couch_ini``

12345678