Home
last modified time | relevance | path

Searched refs:SHEBANG_RE (Results 1 – 19 of 19) sorted by relevance

/dports/games/openage/openage-0.3.0-1262-ga554ab49/buildsystem/codecompliance/
H A Dmodes.py14 SHEBANG_RE = re.compile("^" + SHEBANG) variable
45 if SHEBANG_RE.match(firstline):
/dports/textproc/syck/syck-0.70/ext/ruby/
H A Dinstall.rb600 SHEBANG_RE = /\A\#!\s*\S*ruby\S*/ constant in ConfigTable.Installer
611 return unless SHEBANG_RE === first # reject '/usr/bin/env ruby'
613 w.print first.sub(SHEBANG_RE, '#!' + config('ruby-path'))
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/ruby/
H A Dinstall.rb600 SHEBANG_RE = /\A\#!\s*\S*ruby\S*/ constant in Installer
611 return unless SHEBANG_RE === first # reject '/usr/bin/env ruby'
613 w.print first.sub( SHEBANG_RE, '#!' + config('ruby-path') )
/dports/www/clearsilver/clearsilver-0.10.5/ruby/
H A Dinstall.rb600 SHEBANG_RE = /\A\#!\s*\S*ruby\S*/ constant in Installer
611 return unless SHEBANG_RE === first # reject '/usr/bin/env ruby'
613 w.print first.sub( SHEBANG_RE, '#!' + config('ruby-path') )
/dports/www/p5-ClearSilver/clearsilver-0.10.5/ruby/
H A Dinstall.rb600 SHEBANG_RE = /\A\#!\s*\S*ruby\S*/ constant in Installer
611 return unless SHEBANG_RE === first # reject '/usr/bin/env ruby'
613 w.print first.sub( SHEBANG_RE, '#!' + config('ruby-path') )
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/distlib/
H A Dwheel.py88 SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') variable
264 m = SHEBANG_RE.match(data)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/distlib/
H A Dwheel.py87 SHEBANG_RE = re.compile(br'\s*#![^\r\n]*')
261 m = SHEBANG_RE.match(data)
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/__virtualenv__/distlib-0.3.2-py2.py3-none-any/distlib/
H A Dwheel.py91 SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') variable
267 m = SHEBANG_RE.match(data)
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/distlib/
H A Dwheel.py91 SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') variable
267 m = SHEBANG_RE.match(data)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/__virtualenv__/distlib-0.3.1-py2.py3-none-any/distlib/
H A Dwheel.py88 SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') variable
264 m = SHEBANG_RE.match(data)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/__virtualenv__/distlib-0.3.1-py2.py3-none-any/distlib/
H A Dwheel.py88 SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') variable
264 m = SHEBANG_RE.match(data)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/__virtualenv__/distlib-0.3.1-py2.py3-none-any/distlib/
H A Dwheel.py88 SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') variable
264 m = SHEBANG_RE.match(data)
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/distlib/
H A Dwheel.py88 SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') variable
264 m = SHEBANG_RE.match(data)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/_vendor/distlib/
H A Dwheel.py87 SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') variable
255 m = SHEBANG_RE.match(data)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/_vendor/distlib/
H A Dwheel.py87 SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') variable
255 m = SHEBANG_RE.match(data)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/distlib/
H A Dwheel.py88 SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') variable
264 m = SHEBANG_RE.match(data)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/distlib/
H A Dwheel.py87 SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') variable
261 m = SHEBANG_RE.match(data)
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/distlib/
H A Dwheel.py88 SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') variable
264 m = SHEBANG_RE.match(data)
/dports/devel/py-distlib/distlib-0.3.4/distlib/
H A Dwheel.py88 SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') variable
264 m = SHEBANG_RE.match(data)