Home
last modified time | relevance | path

Searched refs:VPORT (Results 1 – 25 of 1234) sorted by relevance

12345678910>>...50

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dvport.c66 CHK_ENTITY_TYPE (_obj, VPORT, flag, RC); in api_process()
67 CHK_ENTITY_UTF8TEXT (_obj, VPORT, name); in api_process()
72 CHK_ENTITY_H (_obj, VPORT, xref); in api_process()
77 CHK_ENTITY_2RD (_obj, VPORT, VIEWCTR); in api_process()
79 CHK_ENTITY_3RD (_obj, VPORT, VIEWDIR); in api_process()
93 CHK_ENTITY_H (_obj, VPORT, sun); in api_process()
111 CHK_ENTITY_3RD (_obj, VPORT, ucsorg); in api_process()
112 CHK_ENTITY_3RD (_obj, VPORT, ucsxdir); in api_process()
113 CHK_ENTITY_3RD (_obj, VPORT, ucsydir); in api_process()
118 CHK_ENTITY_H (_obj, VPORT, named_ucs); in api_process()
[all …]
/dports/net-mgmt/routers2-extensions/routers2-v2.23/extras/
H A Dcheck_foundry26 my($VPORT) = '';
192 print "Bindings for $VSERVER:$VPORT :\n";
205 $VPORT = $opt_p if($opt_p);
237 $VPORT = $vports{$_}{vport} if(!$VPORT);
244 if(!defined $vports{"$VSERVER:$VPORT"}) {
257 foreach ( @{$bind{"$VSERVER:$VPORT"}} ) {
274 $MSG = "CRIT: ".$vports{"$VSERVER:$VPORT"}{active}." active sessions to $VSERVER:$VPORT";
277 $MSG = "WARN: ".$vports{"$VSERVER:$VPORT"}{active}." active sessions to $VSERVER:$VPORT";
279 $MSG = $vports{"$VSERVER:$VPORT"}{active}." active sessions to $VSERVER:$VPORT";
282 $maxr = $#{$bind{"$VSERVER:$VPORT"}} + 1;
[all …]
/dports/net-mgmt/routers2-extras/routers2-v2.23/extras/
H A Dcheck_foundry26 my($VPORT) = '';
192 print "Bindings for $VSERVER:$VPORT :\n";
205 $VPORT = $opt_p if($opt_p);
237 $VPORT = $vports{$_}{vport} if(!$VPORT);
244 if(!defined $vports{"$VSERVER:$VPORT"}) {
257 foreach ( @{$bind{"$VSERVER:$VPORT"}} ) {
274 $MSG = "CRIT: ".$vports{"$VSERVER:$VPORT"}{active}." active sessions to $VSERVER:$VPORT";
277 $MSG = "WARN: ".$vports{"$VSERVER:$VPORT"}{active}." active sessions to $VSERVER:$VPORT";
279 $MSG = $vports{"$VSERVER:$VPORT"}{active}." active sessions to $VSERVER:$VPORT";
282 $maxr = $#{$bind{"$VSERVER:$VPORT"}} + 1;
[all …]
/dports/net-mgmt/routers2/routers2-v2.23/extras/
H A Dcheck_foundry26 my($VPORT) = '';
192 print "Bindings for $VSERVER:$VPORT :\n";
205 $VPORT = $opt_p if($opt_p);
237 $VPORT = $vports{$_}{vport} if(!$VPORT);
244 if(!defined $vports{"$VSERVER:$VPORT"}) {
257 foreach ( @{$bind{"$VSERVER:$VPORT"}} ) {
274 $MSG = "CRIT: ".$vports{"$VSERVER:$VPORT"}{active}." active sessions to $VSERVER:$VPORT";
277 $MSG = "WARN: ".$vports{"$VSERVER:$VPORT"}{active}." active sessions to $VSERVER:$VPORT";
279 $MSG = $vports{"$VSERVER:$VPORT"}{active}." active sessions to $VSERVER:$VPORT";
282 $maxr = $#{$bind{"$VSERVER:$VPORT"}} + 1;
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/dxfinternals/tables/
H A Dvport_table.rst3 VPORT Configuration Table
48 VPORT
51 0 <<< first VPORT entry
52 VPORT
124 VPORT
144 VPORT
176 VPORT
186 VPORT
189 330 <<< owner, VPORT table is owner of VPORT entry
296 VPORT
[all …]
/dports/lang/gauche/Gauche-0.9.10/ext/vport/
H A Dvport.c99 vport *data = VPORT(p); in vport_getb()
134 vport *data = VPORT(p); in vport_getc()
169 vport *data = VPORT(p); in vport_getz()
204 vport *data = VPORT(p); in vport_ready()
222 vport *data = VPORT(p); in vport_putb()
246 vport *data = VPORT(p); in vport_putc()
271 vport *data = VPORT(p); in vport_putz()
294 vport *data = VPORT(p); in vport_puts()
324 vport *data = VPORT(p); in vport_flush()
336 vport *data = VPORT(p); in vport_close()
[all …]
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/testdata/dxf/
H A Dnothing-decimal-comma-separated.dxf32 VPORT
34 VPORT
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/testdata/dxf/
H A Dnothing-decimal-comma-separated.dxf32 VPORT
34 VPORT
/dports/cad/py-ezdxf/ezdxf-0.16.3/examples_dxf/
H A DMinimal_DXF_AC1021.dxf30 VPORT
40 VPORT
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/dxfinternals/
H A Dfilestructure.rst33 …* Viewport configuration table (VPORT): The VPORT table is unique in that it may contain several e…
81 VPORT
89 APPID, DIMSTYLE, LTYPE, LAYER, STYLE, UCS, VIEW, or VPORT
148 - VPORT entry \*ACTIVE is not required! Empty table is ok for AutoCAD.
/dports/cad/py-ezdxf/ezdxf-0.16.3/issues/20200307 #128 2d intersection bug/
H A Dinput_modified.dxf54 VPORT
58 VPORT
/dports/cad/py-ezdxf/ezdxf-0.16.3/integration_tests/data/
H A Dcc_dxflib.dxf60 VPORT
64 VPORT
H A DASCII_R12.dxf598 VPORT
602 VPORT
H A DLeica_Disto_S910.dxf30 VPORT
34 VPORT
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/tests/data/io/
H A Dtest_r14.dxf26 VPORT
36 VPORT
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/infiniband/
H A Dopa_vnic.rst38 | | VPORT | | VPORT | | | | VPORT | | VPORT | |
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/infiniband/
H A Dopa_vnic.rst38 | | VPORT | | VPORT | | | | VPORT | | VPORT | |
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/infiniband/
H A Dopa_vnic.rst38 | | VPORT | | VPORT | | | | VPORT | | VPORT | |
/dports/cad/libredwg/libredwg-0.12.4/test/test-data/r12/
H A DConstraints.dxf598 VPORT
602 VPORT
/dports/cad/libredwg/libredwg-0.12.4/test/test-data/r11/
H A DConstraints_12.dxf598 VPORT
602 VPORT
/dports/graphics/py-gdal/gdal-3.3.3/data/
H A Dheader.dxf628 VPORT
638 VPORT
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/data/
H A Dheader.dxf628 VPORT
638 VPORT
/dports/graphics/gdal/gdal-3.3.3/data/
H A Dheader.dxf628 VPORT
638 VPORT
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/support/patterns/
H A Dmisc02.dxf22 VPORT
30 VPORT
/dports/cad/py-ezdxf/ezdxf-0.16.3/issues/20160514 leica disto r12/
H A DLeica_Disto_S910.dxf30 VPORT
34 VPORT

12345678910>>...50