/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | python | 3 # $File: python,v 1.45 2022/07/24 23:59:37 christos Exp $ 4 # python: file(1) magic for python 13 0 belong 0x02099900 python 1.0 byte-compiled 14 !:mime application/x-bytecode.python 15 0 belong 0x03099900 python 1.1/1.2 byte-compiled 16 !:mime application/x-bytecode.python 17 0 belong 0x892e0d0a python 1.3 byte-compiled 18 !:mime application/x-bytecode.python 19 0 belong 0x04170d0a python 1.4 byte-compiled 20 !:mime application/x-bytecode.python [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-not/ |
H A D | not-calls-external.txt | 7 # RUN: not %{python} fail.py 8 # RUN: not not %{python} pass.py 9 # RUN: not not not %{python} fail.py 10 # RUN: not not not not %{python} pass.py 15 # RUN: not not --crash %{python} pass.py 16 # RUN: not not --crash %{python} fail.py 17 # RUN: not not --crash not %{python} pass.py 18 # RUN: not not --crash not %{python} fail.py 26 # RUN: env not %{python} fail.py | FileCheck -check-prefixes=FOO-NO,BAR-NO %s 27 # RUN: not env %{python} fail.py | FileCheck -check-prefixes=FOO-NO,BAR-NO %s [all …]
|
H A D | exclamation-calls-external.txt | 3 # RUN: ! %{python} fail.py 4 # RUN: ! ! %{python} pass.py 5 # RUN: ! ! ! %{python} fail.py 6 # RUN: ! ! ! ! %{python} pass.py 9 # RUN: ! %{python} pass.py
|
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/examples/ |
H A D | example5.rst | 29 .. code-block:: python 33 log_info("python: Could not register EDNS option {}".format(65001)) 60 The lists' contents can be accessed in python by their ``_iter`` counterpart as 63 .. code-block:: python 67 log_info("python: Code: {}, Data: '{}'".format(o.code, 76 **must** be represented with a python ``bytearray``: 78 .. code-block:: python 83 log_info("python: Could not append EDNS option {}".format(o.code)) 87 .. code-block:: python 90 log_info("python: Option code {} was not found in the " [all …]
|
H A D | example0.rst | 6 This basic example shows how to create simple python module which will pass on the requests to the … 8 How to enable python module 13 module-config: "validator python iterator" 17 Next module is python which can 20 …When python module generates the response unbound calls validator. Validator grabs the answer and … 23 … resolves the query, Unbound informs python module (event :data:`module_event_moddone`). In the en… 25 Note that the python module is called with :data:`module_event_pass` event, because new DNS event w… 29 module-config: "python validator iterator" 33 On Python module initialization, module loads script from `python-script` option:: 35 python-script: "/unbound/test/ubmodule.py" [all …]
|
H A D | example6.rst | 41 .. code-block:: python 72 .. code-block:: python 75 log_info("python: Could not register inplace callback function.") 85 .. code-block:: python 119 .. code-block:: python 122 log_info("python: Could not register inplace callback function.") 132 .. code-block:: python 163 .. code-block:: python 166 log_info("python: Could not register inplace callback function.") 176 .. code-block:: python [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/valgrind/ |
H A D | i386-pc-linux-gnu.supp | 10 # http://svn.python.org/projects/python/trunk/Misc/README.valgrind 15 obj:/usr/bin/python* 21 obj:/usr/bin/python* 27 obj:/usr/bin/python* 37 We don't care if python leaks 40 obj:/usr/bin/python*
|
H A D | x86_64-pc-linux-gnu.supp | 9 # http://svn.python.org/projects/python/trunk/Misc/README.valgrind 14 obj:/usr/bin/python* 20 obj:/usr/bin/python* 26 obj:/usr/bin/python* 56 We don't care if python leaks 59 obj:/usr/bin/python*
|
/netbsd-src/external/bsd/openldap/dist/tests/scripts/ |
H A D | test081-totp | 25 for python in python3 python2 python2.7 python27 python ""; do 26 if test x"$python" = x; then 31 "$python" "$0".py --check >>$TESTOUT 2>&1 37 echo "$python is missing some required modules, skipping" 38 python="" 130 "$python" "$0".py
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-env/ |
H A D | env-calls-env.txt | 3 # RUN: env env %{python} print_environment.py \ 9 # RUN: env FOO=2 env BAR=1 %{python} print_environment.py \ 15 # RUN: env -u FOO env -u BAR %{python} print_environment.py \ 21 # RUN: env -u FOO BAR=1 env -u BAR FOO=2 %{python} print_environment.py \ 27 # RUN: env -u FOO BAR=1 env -u BAR FOO=2 env BAZ=3 %{python} print_environment.py \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/utils/ |
H A D | check-coverage | 24 if ! python -c \ 42 (cd tests && python -m coverage combine) 45 (cd tests && python -m coverage report) 49 (cd tests && python -m coverage html)
|
/netbsd-src/external/bsd/tre/dist/ |
H A D | Makefile.am | 17 python/tre-python.c \ 18 python/setup.py \ 19 python/example.py
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
H A D | py_flowtime.d | 64 python*:::function-entry, 65 python*:::function-return 71 python*:::function-entry 81 python*:::function-return
|
H A D | py_flowinfo.d | 61 python*:::function-entry, 62 python*:::function-return 68 python*:::function-entry 78 python*:::function-return
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Python/ |
H A D | py_flowtime.d | 64 python*:::function-entry, 65 python*:::function-return 71 python*:::function-entry 81 python*:::function-return
|
H A D | py_flowinfo.d | 61 python*:::function-entry, 62 python*:::function-return 68 python*:::function-entry 78 python*:::function-return
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/ |
H A D | dev-null.txt | 4 # RUN: %{python} %S/check_args.py --my_arg /dev/null | FileCheck %s --check-prefix=CHECK1 7 # RUN: %{python} %S/check_args.py --my_arg=/dev/null | FileCheck %s --check-prefix=CHECK2 10 # RUN: %{python} %S/check_args.py -a /dev/null | FileCheck %s --check-prefix=CHECK3 13 # RUN: %{python} %S/check_args.py -a=/dev/null | FileCheck %s --check-prefix=CHECK4
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-python/po/ |
H A D | sr.po | 1 # Serbian translation of hello-python. 3 # This file is distributed under the same license as the `hello-python' package. 7 "Project-Id-Version: hello-python 0.14\n" 21 #, python-format
|
H A D | zh_CN.po | 1 # zh_CN translation for hello-python. 3 # This file is distributed under the same license as the hello-python package. 8 "Project-Id-Version: hello-python 0.13.1\n" 22 #, python-format
|
H A D | nl.po | 1 # Dutch translation of hello-python. 3 # This file is distributed under the same license as the hello-python package. 9 "Project-Id-Version: hello-python 0.13.1\n" 23 #, python-format
|
H A D | ga.po | 1 # Irish translations for hello-python. 3 # This file is distributed under the same license as the hello-python package. 8 "Project-Id-Version: hello-python 0.14.1\n" 22 #, python-format
|
H A D | ru.po | 1 # Translation of hello-python-0.14.1.po to Russian 3 # This file is distributed under the same license as the hello-python package. 9 "Project-Id-Version: hello-python 0.14.1\n" 24 #, python-format
|
H A D | uk.po | 1 # Ukrainian translation to hello-python 3 # This file is distributed under the same license as the hello-python package. 8 "Project-Id-Version: hello-python 0.14.1\n" 22 #, python-format
|
H A D | hu.po | 1 # Hungarian translation for hello-python. 3 # This file is distributed under the same license as the hello-python package. 8 "Project-Id-Version: hello-python 0.14.5\n" 22 #, python-format
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CMakeLists.txt | 174 # Create a target to install the python bindings to make them easier to 179 ${CMAKE_CURRENT_SOURCE_DIR}/../../bindings/python/clang 181 libclang-python-bindings 183 "lib${LLVM_LIBDIR_SUFFIX}/python${PythonVersion}/site-packages") 186 add_custom_target(libclang-python-bindings) 187 add_llvm_install_targets(install-libclang-python-bindings 189 libclang-python-bindings)
|