Home
last modified time | relevance | path

Searched refs:PEX (Results 1 – 25 of 1649) sorted by relevance

12345678910>>...66

/dports/net-mgmt/observium/observium/mibs/h3c/
H A DH3C-PEX-MIB13 H3C-PEX-MIB DEFINITIONS ::= BEGIN
53 "Lowest PEX port ID that can be used to uniquely identify a PEX port."
61 "Highest PEX port ID that can be used to uniquely identify a PEX port."
88 -- PEX Information
140 other PEX."
175 "Status of the PEX.
195 -- PEX PhyPort Information
268 -- PEX Topology Information
282 "Information about a PEX in the IRF system. The index is the PEX
305 "Status of the PEX.
[all …]
/dports/net-mgmt/observium/observium/mibs/hh3c/
H A DHH3C-PEX-MIB13 HH3C-PEX-MIB DEFINITIONS ::= BEGIN
53 "Lowest PEX port ID that can be used to uniquely identify a PEX port."
61 "Highest PEX port ID that can be used to uniquely identify a PEX port."
88 -- PEX Information
140 other PEX."
175 "Status of the PEX.
195 -- PEX PhyPort Information
268 -- PEX Topology Information
282 "Information about a PEX in the IRF system. The index is the PEX
305 "Status of the PEX.
[all …]
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/hp/
H A DhpnicfPex.mib11 HPN-ICF-PEX-MIB DEFINITIONS ::= BEGIN
36 -- PEX Specification Information
45 "Lowest PEX port ID that can be used to uniquely identify a PEX port."
53 "Highest PEX port ID that can be used to uniquely identify a PEX port."
80 -- PEX Information
97 "Information about a PEX."
132 other PEX."
167 "Status of the PEX.
187 -- PEX PhyPort Information
257 PEX port or is not up."
[all …]
/dports/net-mgmt/observium/observium/mibs/hp/
H A DHPN-ICF-PEX-MIB11 HPN-ICF-PEX-MIB DEFINITIONS ::= BEGIN
36 -- PEX Specification Information
45 "Lowest PEX port ID that can be used to uniquely identify a PEX port."
53 "Highest PEX port ID that can be used to uniquely identify a PEX port."
80 -- PEX Information
97 "Information about a PEX."
132 other PEX."
167 "Status of the PEX.
187 -- PEX PhyPort Information
257 PEX port or is not up."
[all …]
/dports/x11/libX11/libX11-1.7.2/src/
H A DXErrorDB261 ! X3D-PEX extension
313 XRequest.X3D-PEX.52: PEX_GetNameSet
332 XRequest.X3D-PEX.71: PEX_MapDCtoWC
333 XRequest.X3D-PEX.72: PEX_MapWCtoDC
349 XRequest.X3D-PEX.88: PEX_OpenFont
350 XRequest.X3D-PEX.89: PEX_CloseFont
351 XRequest.X3D-PEX.90: PEX_QueryFont
352 XRequest.X3D-PEX.91: PEX_ListFonts
356 XRequest.X3D-PEX.95: PEX_Escape
362 XRequest.X3D-PEX.101: PEX_PickOne
[all …]
/dports/devel/py-pex/pex-1.2.7/tests/
H A Dtest_pex.py13 from pex.pex import PEX
109 new_modules = PEX.minimum_sys_modules([], modules)
111 new_modules = PEX.minimum_sys_modules(['bad_path'], modules)
118 new_modules = PEX.minimum_sys_modules([], modules)
120 new_modules = PEX.minimum_sys_modules(['bad_path'], modules)
128 new_modules = PEX.minimum_sys_modules([], modules)
130 new_modules = PEX.minimum_sys_modules(['bad_path'], modules)
147 new_modules = PEX.minimum_sys_modules(['bad_path'], modules)
157 site_libs = PEX.site_libs()
171 site_libs = PEX.site_libs()
[all …]
H A Dtest_pex_builder.py14 from pex.pex import PEX
37 PEX(td).run(args=[success_txt])
54 PEX(td1).run(args=[success_txt])
/dports/cad/pcb/pcb-4.2.0/src/hid/common/
H A Dextents.c96 #define PEX(x,w) if (box.X1 > (x)-(w)) box.X1 = (x)-(w); \ macro
104 PEX (x1, gc->width); in extents_draw_line()
106 PEX (x2, gc->width); in extents_draw_line()
115 PEX (cx, width + gc->width); in extents_draw_arc()
122 PEX (x1, gc->width); in extents_draw_rect()
124 PEX (x2, gc->width); in extents_draw_rect()
131 PEX (cx, radius); in extents_fill_circle()
141 PEX (x[i], 0); in extents_fill_polygon()
149 PEX (x1, 0); in extents_fill_rect()
151 PEX (x2, 0); in extents_fill_rect()
/dports/devel/py-pex/pex-1.2.7/docs/
H A Dwhatispex.rst10 PEX files are self-contained executable Python virtual environments. More
13 with the PEX runtime. For more information about zip applications,
22 Files with the .pex extension -- "PEX files" or ".pex files" -- are
23 self-contained executable Python virtual environments. PEX files make it
27 Single PEX files can support multiple platforms and python interpreters,
30 PEX file on both OS X laptops and production Linux AMIs.
35 PEX files rely on a feature in the Python importer that considers the presence
H A Dbuildingpex.rst92 way to freeze a virtualenv into a PEX file:
133 Your code may be within the PEX file or it may be some predetermined entry point
266 default hashbang in the PEX file:
272 The hashbang of the PEX file specifies PyPy:
320 Tailoring PEX execution at build time
323 There are a few options that can tailor how PEX environments are invoked. These can be found
333 If ``--not-zip-safe`` is specified, the source of the PEX will be written to disk prior to
335 be honored even if the PEX is marked as zip-safe. For example, included .eggs may be marked as
372 Tailoring PEX execution at runtime
375 Tailoring of PEX execution can be done at runtime by setting various environment variables.
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/doc/release-notes/
H A Dskiboot-5.4.4.rst37 0022:02:02.0 PCI bridge: PLX Technology, Inc. PEX 8718 16-Lane, \
60 0022:01:00.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
62 0022:02:01.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
64 0022:02:04.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
66 0022:02:05.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
68 0022:02:06.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
70 0022:02:07.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/doc/release-notes/
H A Dskiboot-5.4.4.rst37 0022:02:02.0 PCI bridge: PLX Technology, Inc. PEX 8718 16-Lane, \
60 0022:01:00.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
62 0022:02:01.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
64 0022:02:04.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
66 0022:02:05.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
68 0022:02:06.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
70 0022:02:07.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/doc/release-notes/
H A Dskiboot-5.4.4.rst37 0022:02:02.0 PCI bridge: PLX Technology, Inc. PEX 8718 16-Lane, \
60 0022:01:00.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
62 0022:02:01.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
64 0022:02:04.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
66 0022:02:05.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
68 0022:02:06.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
70 0022:02:07.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/doc/release-notes/
H A Dskiboot-5.4.4.rst37 0022:02:02.0 PCI bridge: PLX Technology, Inc. PEX 8718 16-Lane, \
60 0022:01:00.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
62 0022:02:01.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
64 0022:02:04.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
66 0022:02:05.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
68 0022:02:06.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
70 0022:02:07.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/doc/release-notes/
H A Dskiboot-5.4.4.rst37 0022:02:02.0 PCI bridge: PLX Technology, Inc. PEX 8718 16-Lane, \
60 0022:01:00.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
62 0022:02:01.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
64 0022:02:04.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
66 0022:02:05.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
68 0022:02:06.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
70 0022:02:07.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/doc/release-notes/
H A Dskiboot-5.4.4.rst37 0022:02:02.0 PCI bridge: PLX Technology, Inc. PEX 8718 16-Lane, \
60 0022:01:00.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
62 0022:02:01.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
64 0022:02:04.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
66 0022:02:05.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
68 0022:02:06.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
70 0022:02:07.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/doc/release-notes/
H A Dskiboot-5.4.4.rst37 0022:02:02.0 PCI bridge: PLX Technology, Inc. PEX 8718 16-Lane, \
60 0022:01:00.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
62 0022:02:01.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
64 0022:02:04.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
66 0022:02:05.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
68 0022:02:06.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
70 0022:02:07.0 PCI bridge: PLX Technology, Inc. PEX 9733 33-lane, \
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dmpi_consensus_algorithms.cc30 template class PEX<unsigned int, unsigned int>; variable
47 template class PEX< variable
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dmpi_consensus_algorithms.templates.h375 PEX<T1, T2>::PEX(Process<T1, T2> &process, const MPI_Comm &comm) in PEX() function
383 PEX<T1, T2>::run() in run()
404 PEX<T1, T2>::answer_requests(int index) in answer_requests()
460 PEX<T1, T2>::start_communication() in start_communication()
528 PEX<T1, T2>::clean_up_and_end_communication() in clean_up_and_end_communication()
575 consensus_algo.reset(new PEX<T1, T2>(process, comm)); in Selector()
/dports/devel/py-pex/pex-1.2.7/
H A DCHANGES.rst7 * Sort keys in PEX-INFO file so the output is deterministic. (#384)
96 * Expose a PEX instance's path. (#332)
144 * Repair passing of stdio kwargs to PEX.run(). (#288)
388 static assets dumped to disk instead of running as an unzipped PEX file.
469 cached. This can significantly speed up launching PEX files with a large
492 the Obtainer construct entirely, which likely means if you're using PEX as
518 within a PEX, causing them to fail importing.
580 order to initialize a PEX environment from within a python interpreter.
596 * Improves scrubbing of site-packages from PEX environments.
698 unzipped within PEX files. Refactors the PEX dependency cache in
[all …]
H A DPKG-INFO4 Summary: The PEX packaging toolchain.
9 Description: PEX
27 talk: `WTF is PEX? <http://www.youtube.com/watch?v=NmpnGhRwsu0>`_.
149 * Sort keys in PEX-INFO file so the output is deterministic. (#384)
238 * Expose a PEX instance's path. (#332)
286 * Repair passing of stdio kwargs to PEX.run(). (#288)
660 within a PEX, causing them to fail importing.
722 order to initialize a PEX environment from within a python interpreter.
738 * Improves scrubbing of site-packages from PEX environments.
840 unzipped within PEX files. Refactors the PEX dependency cache in
[all …]
/dports/devel/py-pex/pex-1.2.7/pex.egg-info/
H A DPKG-INFO4 Summary: The PEX packaging toolchain.
9 Description: PEX
27 talk: `WTF is PEX? <http://www.youtube.com/watch?v=NmpnGhRwsu0>`_.
149 * Sort keys in PEX-INFO file so the output is deterministic. (#384)
238 * Expose a PEX instance's path. (#332)
286 * Repair passing of stdio kwargs to PEX.run(). (#288)
660 within a PEX, causing them to fail importing.
722 order to initialize a PEX environment from within a python interpreter.
738 * Improves scrubbing of site-packages from PEX environments.
840 unzipped within PEX files. Refactors the PEX dependency cache in
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dhigh_speed_env_spec.c1074 serdes_seq_db[PEX_POWER_UP_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1106 serdes_seq_db[PEX_ELECTRICAL_CONFIG_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1113 serdes_seq_db[PEX_TX_CONFIG_SEQ1].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1120 serdes_seq_db[PEX_TX_CONFIG_SEQ2].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1127 serdes_seq_db[PEX_TX_CONFIG_SEQ3].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1134 serdes_seq_db[PEX_BY_4_CONFIG_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1141 serdes_seq_db[PEX_CONFIG_REF_CLOCK_25MHZ_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1148 serdes_seq_db[PEX_CONFIG_REF_CLOCK_40MHZ_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1155 serdes_seq_db[PEX_CONFIG_REF_CLOCK_100MHZ_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1577 if (serdes_type == PEX) in serdes_pex_usb3_pipe_delay_w_a()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dhigh_speed_env_spec.c1074 serdes_seq_db[PEX_POWER_UP_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1106 serdes_seq_db[PEX_ELECTRICAL_CONFIG_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1113 serdes_seq_db[PEX_TX_CONFIG_SEQ1].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1120 serdes_seq_db[PEX_TX_CONFIG_SEQ2].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1127 serdes_seq_db[PEX_TX_CONFIG_SEQ3].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1134 serdes_seq_db[PEX_BY_4_CONFIG_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1141 serdes_seq_db[PEX_CONFIG_REF_CLOCK_25MHZ_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1148 serdes_seq_db[PEX_CONFIG_REF_CLOCK_40MHZ_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1155 serdes_seq_db[PEX_CONFIG_REF_CLOCK_100MHZ_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1577 if (serdes_type == PEX) in serdes_pex_usb3_pipe_delay_w_a()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/arm/mach-mvebu/serdes/a38x/
H A Dhigh_speed_env_spec.c1080 serdes_seq_db[PEX_POWER_UP_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1112 serdes_seq_db[PEX_ELECTRICAL_CONFIG_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1119 serdes_seq_db[PEX_TX_CONFIG_SEQ1].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1126 serdes_seq_db[PEX_TX_CONFIG_SEQ2].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1133 serdes_seq_db[PEX_TX_CONFIG_SEQ3].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1140 serdes_seq_db[PEX_BY_4_CONFIG_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1147 serdes_seq_db[PEX_CONFIG_REF_CLOCK_25MHZ_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1154 serdes_seq_db[PEX_CONFIG_REF_CLOCK_40MHZ_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1161 serdes_seq_db[PEX_CONFIG_REF_CLOCK_100MHZ_SEQ].data_arr_idx = PEX; in hws_serdes_seq_db_init()
1572 if (serdes_type == PEX) in serdes_pex_usb3_pipe_delay_w_a()
[all …]

12345678910>>...66