Home
last modified time | relevance | path

Searched refs:codetype (Results 1 – 25 of 1631) sorted by relevance

12345678910>>...66

/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/macros/
H A DRIGHTMARGINFACTORSANDLEVELS.DP25 . codetype (parameter) = value defining whether 1, 2, etc. or -, + desired (optional)
27 . codetype = 0: show as is
28 . codetype = 1: show - +
29 . codetype = 2: show - 0 +
97 if codetype not exist
100 if codetype exists and codetype = 0
103 if codetype exists and codetype = 1
107 if codetype exists and codetype = 2
/dports/devel/py-xdis/xdis-5.0.13/xdis/codetype/
H A D__init__.py20 from xdis.codetype.base import *
21 from xdis.codetype.code13 import *
22 from xdis.codetype.code15 import *
23 from xdis.codetype.code20 import *
24 from xdis.codetype.code30 import *
25 from xdis.codetype.code38 import *
/dports/editors/micro/micro-2.0.10/runtime/plugins/literate/
H A Dliterate.lua25 local codetype = "unknown"
29 codetype = split(line, " ")[2]
35 syntaxFile = syntaxFile .. "filetype: literate-" .. codetype .. "\n"
51 syntaxFile = syntaxFile .. " - include: " .. codetype .. "\n"
/dports/math/nauty/nauty27r3/
H A Dconverseg.c46 int codetype,outcode; in main() local
100 infile = opengraphfile(infilename,&codetype,FALSE,1); in main()
115 if (codetype&SPARSE6) outcode = SPARSE6; in main()
116 else if (codetype&DIGRAPH6) outcode = DIGRAPH6; in main()
119 if (codetype&HAS_HEADER) in main()
H A Dbiplabg.c58 int codetype,outcode; in main() local
115 infile = opengraphfile(infilename,&codetype,FALSE,1); in main()
119 NODIGRAPHSYET(codetype); in main()
132 if (codetype&SPARSE6) outcode = SPARSE6; in main()
135 if (codetype&HAS_HEADER) in main()
H A Dranlabg.c60 int codetype,outcode; in main() local
133 infile = opengraphfile(infilename,&codetype,FALSE,1); in main()
148 if (codetype&SPARSE6) outcode = SPARSE6; in main()
149 else if (codetype&DIGRAPH6) outcode = DIGRAPH6; in main()
152 if (codetype&HAS_HEADER) in main()
H A Dcopyg.c99 int m,n,codetype; in main() local
195 infile = opengraphfile(infilename,&codetype,fswitch, in main()
214 else if ((codetype&GRAPH6)) outcode = GRAPH6; in main()
215 else if ((codetype&SPARSE6)) outcode = SPARSE6; in main()
216 else if ((codetype&DIGRAPH6)) outcode = DIGRAPH6; in main()
224 if (hswitch || (!xswitch && (codetype&HAS_HEADER))) in main()
H A Ddeledgeg.c29 int codetype,outcode; in main() local
99 infile = opengraphfile(infilename,&codetype,FALSE,1); in main()
114 if (codetype&SPARSE6) outcode = SPARSE6; in main()
115 else if (codetype&DIGRAPH6) outcode = DIGRAPH6; in main()
118 if (codetype&HAS_HEADER) in main()
H A Dsubdivideg.c126 int codetype,outcode; in main() local
181 infile = opengraphfile(infilename,&codetype,FALSE,1); in main()
185 NODIGRAPHSYET(codetype); in main()
198 if (codetype&SPARSE6) outcode = SPARSE6; in main()
201 if (codetype&HAS_HEADER) in main()
H A Dnewedgeg.c132 int codetype; in main() local
186 infile = opengraphfile(infilename,&codetype,FALSE,1); in main()
190 NODIGRAPHSYET(codetype); in main()
203 if (codetype&SPARSE6) outcode = SPARSE6; in main()
206 if (codetype&HAS_HEADER) in main()
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dconverseg.c46 int codetype,outcode;
100 infile = opengraphfile(infilename,&codetype,FALSE,1);
115 if (codetype&SPARSE6) outcode = SPARSE6;
116 else if (codetype&DIGRAPH6) outcode = DIGRAPH6;
119 if (codetype&HAS_HEADER)
H A Dbiplabg.c58 int codetype,outcode; in main() local
115 infile = opengraphfile(infilename,&codetype,FALSE,1); in main()
119 NODIGRAPHSYET(codetype); in main()
132 if (codetype&SPARSE6) outcode = SPARSE6; in main()
135 if (codetype&HAS_HEADER) in main()
H A Dranlabg.c60 int codetype,outcode; in main() local
133 infile = opengraphfile(infilename,&codetype,FALSE,1); in main()
148 if (codetype&SPARSE6) outcode = SPARSE6; in main()
149 else if (codetype&DIGRAPH6) outcode = DIGRAPH6; in main()
152 if (codetype&HAS_HEADER) in main()
H A Dcopyg.c99 int m,n,codetype;
195 infile = opengraphfile(infilename,&codetype,fswitch,
214 else if ((codetype&GRAPH6)) outcode = GRAPH6;
215 else if ((codetype&SPARSE6)) outcode = SPARSE6;
216 else if ((codetype&DIGRAPH6)) outcode = DIGRAPH6;
224 if (hswitch || (!xswitch && (codetype&HAS_HEADER)))
H A Dsubdivideg.c126 int codetype,outcode; in main() local
181 infile = opengraphfile(infilename,&codetype,FALSE,1); in main()
185 NODIGRAPHSYET(codetype); in main()
198 if (codetype&SPARSE6) outcode = SPARSE6; in main()
201 if (codetype&HAS_HEADER) in main()
H A Ddeledgeg.c29 int codetype,outcode; in main() local
99 infile = opengraphfile(infilename,&codetype,FALSE,1); in main()
114 if (codetype&SPARSE6) outcode = SPARSE6; in main()
115 else if (codetype&DIGRAPH6) outcode = DIGRAPH6; in main()
118 if (codetype&HAS_HEADER) in main()
H A Dnewedgeg.c132 int codetype; in main() local
186 infile = opengraphfile(infilename,&codetype,FALSE,1); in main()
190 NODIGRAPHSYET(codetype); in main()
203 if (codetype&SPARSE6) outcode = SPARSE6; in main()
206 if (codetype&HAS_HEADER) in main()
/dports/devel/py-xdis/xdis-5.0.13/pytest/
H A Dtest_codetype.py2 import xdis.codetype
14 cc = xdis.codetype.codeType2Portable(five_code)
15 assert xdis.codetype.portableCodeType() == type(cc)
/dports/math/gap/gap-4.11.0/pkg/grape-4.8.3/nauty22/
H A Dbiplabg.c57 int codetype,outcode; in main() local
114 infile = opengraphfile(infilename,&codetype,FALSE,1); in main()
129 if (codetype&SPARSE6) outcode = SPARSE6; in main()
132 if (codetype&HAS_HEADER) in main()
H A Dcopyg.c35 int m,n,codetype; local
113 infile = opengraphfile(infilename,&codetype,fswitch,
129 if (sswitch || !gswitch && (codetype&SPARSE6)) outcode = SPARSE6;
132 if (hswitch || !xswitch && (codetype&HAS_HEADER))
H A Ddeledgeg.c27 int codetype,outcode; in main() local
93 infile = opengraphfile(infilename,&codetype,FALSE,1); in main()
108 if (codetype&SPARSE6) outcode = SPARSE6; in main()
111 if (codetype&HAS_HEADER) in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/zlib_inflate/
H A Dinftrees.h54 } codetype; typedef
56 extern int zlib_inflate_table (codetype type, unsigned short *lens,
/dports/multimedia/libv4l/linux-5.13-rc2/lib/zlib_inflate/
H A Dinftrees.h54 } codetype; typedef
56 extern int zlib_inflate_table (codetype type, unsigned short *lens,
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/zlib_inflate/
H A Dinftrees.h54 } codetype; typedef
56 extern int zlib_inflate_table (codetype type, unsigned short *lens,
/dports/astro/gpsbabel14/gpsbabel-1.4.4/zlib/
H A Dinftrees.h51 } codetype; typedef
53 extern int inflate_table OF((codetype type, unsigned short FAR *lens,

12345678910>>...66