Home
last modified time | relevance | path

Searched refs:pex (Results 1 – 25 of 2339) sorted by relevance

12345678910>>...94

/dports/devel/py-pex/pex-1.2.7/docs/api/
H A Dindex.rst7 .. automodule:: pex
11 pex.crawler module
18 pex.environment module
25 pex.fetcher module
32 pex.finders module
39 pex.http module
67 pex.link module
81 pex.pep425 module
88 pex.pex module
91 .. automodule:: pex.pex
[all …]
/dports/devel/py-pex/pex-1.2.7/
H A DREADME.rst6 pex is a library for generating .pex (Python EXecutable) files which are
14 pex files can be built using the ``pex`` tool. Build systems such as `Pants
27 To install pex, simply
31 $ pip install pex
58 $ pex -r <(pip freeze) -o my_virtualenv.pex
74 Build a standalone pex binary into ``pex.pex`` using the ``pex`` console_scripts entry point:
78 $ pex pex -c pex -o pex.pex
84 $ pex pex -c pex --python=pypy -o pypy-pex.pex
99 deps = pex
100 commands = pex . -o dist/app.pex
[all …]
H A DPKG-INFO2 Name: pex
14 pex is a library for generating .pex (Python EXecutable) files which are
22 pex files can be built using the ``pex`` tool. Build systems such as `Pants
66 $ pex -r <(pip freeze) -o my_virtualenv.pex
82 … Build a standalone pex binary into ``pex.pex`` using the ``pex`` console_scripts entry point:
86 $ pex pex -c pex -o pex.pex
92 $ pex pex -c pex --python=pypy -o pypy-pex.pex
107 deps = pex
108 commands = pex . -o dist/app.pex
117 More documentation about pex, building .pex files, and how .pex files work
[all …]
H A DCHANGES.rst87 * Implement --constraints in pex (#335)
135 * Fix bdist_pex --pex-args. (#285)
197 * Add `--pex-root` option.
301 * Adds a pex-identifying User-Agent. `#101 <https://github.com/pantsbuild/pex/issues/101>`_.
350 and ``pex -p`` has been removed in favor of its alias ``pex -o``.
384 to the pex client. Partially addresses `#13 <https://github.com/pantsbuild/pex/issues/13>`_.
444 * Bug fix: Fixup string formatting in pex/bin/pex.py to support Python 2.6
454 compatibility of pex.common.
476 * Bug fix: Allow pex 0.8.x to parse pex files produced by earlier versions of
477 pex and twitter.common.python.
[all …]
/dports/devel/py-pex/pex-1.2.7/pex.egg-info/
H A DPKG-INFO2 Name: pex
14 pex is a library for generating .pex (Python EXecutable) files which are
22 pex files can be built using the ``pex`` tool. Build systems such as `Pants
66 $ pex -r <(pip freeze) -o my_virtualenv.pex
82 … Build a standalone pex binary into ``pex.pex`` using the ``pex`` console_scripts entry point:
86 $ pex pex -c pex -o pex.pex
92 $ pex pex -c pex --python=pypy -o pypy-pex.pex
107 deps = pex
108 commands = pex . -o dist/app.pex
117 More documentation about pex, building .pex files, and how .pex files work
[all …]
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/parse/
H A Dextract-links.c171 extractor_t * pex; in extractor_new() local
196 memset(pex->x_table, 0, pex->x_table_size * sizeof(Pset_bucket*)); in extractor_new()
198 return pex; in extractor_new()
210 if (!pex) return; in free_extractor()
232 pex->x_table_size-N, pex->x_table_size, in free_extractor()
233 100.0f*(pex->x_table_size-N)/pex->x_table_size); in free_extractor()
238 xfree((void *) pex->x_table, pex->x_table_size * sizeof(Pset_bucket*)); in free_extractor()
240 pex->x_table = NULL; in free_extractor()
392 if (!pex->islands_ok && (lw != -1) && (pex->words[lw].d != NULL)) in mk_parse_set()
657 pex->parse_set = in build_parse_set()
[all …]
/dports/devel/py-pex/pex-1.2.7/docs/
H A Dbuildingpex.rst3 Building .pex files
6 The easiest way to build .pex files is with the ``pex`` utility, which is
12 $ pex pex requests -c pex -o ~/bin/pex
14 This command creates a pex file containing pex and requests, using the
39 $ pex
96 $ pex -r <(pip freeze) -o my_application.pex
130 pex -m
201 pex -c
239 $ pex sphinx sphinx_rtd_theme -c sphinx -o sphinx.pex
270 $ pex --python=pypy flask -o flask-pypy.pex
[all …]
/dports/graphics/azpainter/azpainter-2.1.7/src/widget/
H A DDockBrushValue.c844 mExpander *pex; in _create_widget_main() local
897 mExpander *pex; in _create_widget_min() local
903 pex->ct.sepW = 2; in _create_widget_min()
923 mExpander *pex; in _create_widget_random() local
929 pex->ct.sepW = 2; in _create_widget_random()
944 mExpander *pex; in _create_widget_water() local
953 pex->ct.sepW = 2; in _create_widget_water()
982 mExpander *pex; in _create_widget_shape() local
1012 mExpander *pex; in _create_widget_shape_rotate() local
1037 mExpander *pex; in _create_widget_pressure() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
115 pex_free (pex); in pwait()
116 pex = NULL; in pwait()
/dports/lang/gcc6-aux/gcc-6-20180516/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()
/dports/lang/gcc48/gcc-4.8.5/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()
/dports/lang/gcc11/gcc-11.2.0/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()
/dports/lang/gcc10/gcc-10.3.0/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex;
48 if (pex != NULL)
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
59 if (pex == NULL)
67 errmsg = pex_run (pex,
90 if (pex == NULL || pid < 0 || pid >= idx)
95 if (!pex_get_status (pex, 1, status))
103 if (!pex_get_status (pex, idx, vector))
118 pex_free (pex); in pex_init()
119 pex = NULL; in pex_init()
/dports/lang/gcc11-devel/gcc-11-20211009/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()
/dports/devel/arm-elf-binutils/binutils-2.37/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()
/dports/devel/avr-gcc/gcc-10.2.0/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()
/dports/devel/avr-gdb/gdb-7.3.1/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()
/dports/lang/gnatdroid-binutils/binutils-2.27/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()
/dports/lang/gcc9-devel/gcc-9-20211007/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable
48 if (pex != NULL) in pexecute()
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
59 if (pex == NULL) in pexecute()
67 errmsg = pex_run (pex, in pexecute()
90 if (pex == NULL || pid < 0 || pid >= idx) in pwait()
95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
118 pex_free (pex); in pwait()
119 pex = NULL; in pwait()

12345678910>>...94