Home
last modified time | relevance | path

Searched refs:xline (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/dports/games/wesnoth/wesnoth-1.14.17/data/tools/pywmlx/state/
H A Dlua_states.py84 xline = xline [ match.end(): ]
113 xline = xline [ match.end(): ]
141 xline = xline [ match.end(): ]
159 xline = xline [ match.end(): ]
211 xline = xline [ match.end(): ]
231 xline = xline [ match.end(): ]
250 xline = xline [ realmatch.end(): ]
480 xline = xline [ match.end(): ]
557 xline = xline [ match.end(): ]
591 xline = xline [ match.end(): ]
[all …]
H A Dwml_states.py21 xline = None
70 xline = None
86 xline = None
108 xline = None
151 xline = xline [ match.end(): ]
208 xline = xline [ match.end(): ]
249 xline = xline [ match.end(): ]
274 xline = xline [ match.end(): ]
290 xline = xline [ realmatch.end(): ]
331 xline = xline [ match.end(): ]
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/src/
H A Dp_spec.cpp127 switch(xline->special) in P_CrossSpecialLine()
134 xline->special = 0; in P_CrossSpecialLine()
140 xline->special = 0; in P_CrossSpecialLine()
146 xline->special = 0; in P_CrossSpecialLine()
152 xline->special = 0; in P_CrossSpecialLine()
158 xline->special = 0; in P_CrossSpecialLine()
164 xline->special = 0; in P_CrossSpecialLine()
170 xline->special = 0; in P_CrossSpecialLine()
176 xline->special = 0; in P_CrossSpecialLine()
182 xline->special = 0; in P_CrossSpecialLine()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/src/
H A Dp_spec.cpp119 switch(xline->special) in crossSpecialLine()
128 xline->special = 0; in crossSpecialLine()
134 xline->special = 0; in crossSpecialLine()
140 xline->special = 0; in crossSpecialLine()
146 xline->special = 0; in crossSpecialLine()
152 xline->special = 0; in crossSpecialLine()
158 xline->special = 0; in crossSpecialLine()
164 xline->special = 0; in crossSpecialLine()
170 xline->special = 0; in crossSpecialLine()
176 xline->special = 0; in crossSpecialLine()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dp_spec.cpp260 switch(xline->special) in P_CrossSpecialLine()
269 xline->special = 0; in P_CrossSpecialLine()
275 xline->special = 0; in P_CrossSpecialLine()
281 xline->special = 0; in P_CrossSpecialLine()
287 xline->special = 0; in P_CrossSpecialLine()
293 xline->special = 0; in P_CrossSpecialLine()
299 xline->special = 0; in P_CrossSpecialLine()
305 xline->special = 0; in P_CrossSpecialLine()
311 xline->special = 0; in P_CrossSpecialLine()
317 xline->special = 0; in P_CrossSpecialLine()
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_02_dxf_graphics/
H A Dtest_222_xline.py6 from ezdxf.entities.xline import XLine
82 xline = XLine.new(dxfattribs={'start': (2, 3, 4), 'unit_vector': (1, 0, 0)})
85 xline.transform(m)
87 assert xline.dxf.start == (5, 7, 13)
88 assert xline.dxf.unit_vector == (1, 0, 0)
93 xline = XLine.new(dxfattribs={'start': (2, 3, 4), 'unit_vector': (1, 0, 0)})
94 xline.translate(1, 2, 3)
95 assert xline.dxf.start == (3, 5, 7)
96 assert xline.dxf.unit_vector == (1, 0, 0)
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-pkg/src/
H A Dpkg-pkg.i23 gchar xline[4096]; in add_search_item() local
28 memset(xline,0,4096); in add_search_item()
30 if (fgets(xline, 4095, pp)) { in add_search_item()
33 g_hash_table_replace(installed_hash, g_strdup(en->path), g_strdup(xline)); in add_search_item()
45 while (fgets(xline, 4095, pp) && !feof(pp)){ in add_search_item()
46 if (strstr(xline, "Installed") || strstr(xline, "Version") || strstr(xline, "@")){ in add_search_item()
47 gchar *g = g_strconcat((old_version_string)?old_version_string:"", xline, NULL); in add_search_item()
60 if (fgets(xline, 4095, pp)) { in add_search_item()
64 …tip_string = g_strdup_printf("%s\n%s\n%s\n%s:\n",_("New!"), xline, old_version_string, _("Update"… in add_search_item()
68 tip_string = g_strdup(xline); in add_search_item()
/dports/science/py-segyio/segyio-1.9.8/python/examples/
H A Dsorting-permutation.py52 dst.header.xline[::, ::] = src.header.xline[::-1, ::]
53 dst.xline[::, ::] = src.xline[::-1, ::]
72 dst.header.xline[::, ::] = src.header.xline[::-1, ::-1]
77 dst.header.xline[::, ::] = src.header.xline[::, ::-1]
78 dst.xline[::, ::] = src.xline[::, ::-1]
/dports/science/segyio/segyio-1.9.8/python/examples/
H A Dsorting-permutation.py52 dst.header.xline[::, ::] = src.header.xline[::-1, ::]
53 dst.xline[::, ::] = src.xline[::-1, ::]
72 dst.header.xline[::, ::] = src.header.xline[::-1, ::-1]
77 dst.header.xline[::, ::] = src.header.xline[::, ::-1]
78 dst.xline[::, ::] = src.xline[::, ::-1]
/dports/irc/inspircd/inspircd-3.11.0/src/modules/m_spanningtree/
H A Daddline.cpp87 CommandAddLine::Builder::Builder(XLine* xline, User* user) in Builder() argument
90 push(xline->type); in Builder()
91 push(xline->Displayable()); in Builder()
92 push(xline->source); in Builder()
93 push_int(xline->set_time); in Builder()
94 push_int(xline->duration); in Builder()
95 push_last(xline->reason); in Builder()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/base/
H A Dpov_err.h132 runtime_error(str), xfunction(nullptr), xfile(nullptr), xline(0), xcode(0), in Exception()
143 …ime_error(Exception::lookup_code(err, fi, li)), xfunction(fn), xfile(fi), xline(li), xcode(err), x… in Exception()
152 … const char *str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xcode(0), xco… in Exception()
161 …onst string& str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xcode(0), xco… in Exception()
171 … const char *str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xcode(err), x… in Exception()
181 …onst string& str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xcode(err), x… in Exception()
204 unsigned int line() const { return xline; } in line()
250 unsigned int xline; variable
/dports/graphics/povray37/povray-3.7.0.10/source/base/
H A Dpov_err.h121 …Exception(const char *str) throw() : runtime_error(str), xfunction(NULL), xfile(NULL), xline(0), x… in Exception()
130 …ime_error(Exception::lookup_code(err, fi, li)), xfunction(fn), xfile(fi), xline(li), xcode(err), x… in Exception()
139 … const char *str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xcode(0), xco… in Exception()
148 …onst string& str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xcode(0), xco… in Exception()
158 … const char *str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xcode(err), x… in Exception()
168 …onst string& str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xcode(err), x… in Exception()
191 unsigned int line() const { return xline; } in line()
237 unsigned int xline; variable
/dports/science/py-segyio/segyio-1.9.8/python/segyio/
H A Dtools.py287 'xline': f.xline,
337 spec.xline = f._xl
418 xline=193, argument
475 spec.xline = xline
511 segyio.su.xline : xl
526 xline=193, argument
593 from_array(filename, data, iline=iline, xline=xline, format=format,
599 xline=193, argument
666 from_array(filename, data, iline=iline, xline=xline, format=format,
672 xline=193, argument
[all …]
H A Dopen.py5 def infer_geometry(f, metrics, iline, xline, strict): argument
7 cube_metrics = f.xfd.cube_metrics(iline, xline)
34 xline = 193, argument
170 xline = xline,
187 return infer_geometry(f, metrics, iline, xline, strict)
/dports/science/segyio/segyio-1.9.8/python/segyio/
H A Dtools.py287 'xline': f.xline,
337 spec.xline = f._xl
418 xline=193, argument
475 spec.xline = xline
511 segyio.su.xline : xl
526 xline=193, argument
593 from_array(filename, data, iline=iline, xline=xline, format=format,
599 xline=193, argument
666 from_array(filename, data, iline=iline, xline=xline, format=format,
672 xline=193, argument
[all …]
H A Dopen.py5 def infer_geometry(f, metrics, iline, xline, strict): argument
7 cube_metrics = f.xfd.cube_metrics(iline, xline)
34 xline = 193, argument
170 xline = xline,
187 return infer_geometry(f, metrics, iline, xline, strict)
/dports/games/heretic/glheretic-1.2/graphics/
H A Di_x11.c1352 double* xline ) in Expand4() argument
1381 xline[0] = dpixel; in Expand4()
1387 xline[1] = dpixel; in Expand4()
1395 xline[2] = dpixel; in Expand4()
1401 xline[3] = dpixel; in Expand4()
1409 xline[4] = dpixel; in Expand4()
1415 xline[5] = dpixel; in Expand4()
1423 xline[6] = dpixel; in Expand4()
1429 xline[7] = dpixel; in Expand4()
1435 xline+=8; in Expand4()
[all …]
H A Di_x11_fast.c1326 double* xline ) in Expand4() argument
1355 xline[0] = dpixel; in Expand4()
1361 xline[1] = dpixel; in Expand4()
1369 xline[2] = dpixel; in Expand4()
1375 xline[3] = dpixel; in Expand4()
1383 xline[4] = dpixel; in Expand4()
1389 xline[5] = dpixel; in Expand4()
1397 xline[6] = dpixel; in Expand4()
1403 xline[7] = dpixel; in Expand4()
1409 xline+=8; in Expand4()
[all …]
/dports/devel/capstone4/capstone-4.0.2/bindings/
H A Dconst_generator.py106 xline = re.split('\s+', line, 1) #split to at most 2 express
107 if len(xline) != 2:
109 if '(' in xline[0] or ')' in xline[0]: #does it look like a function
111 xline.insert(1, '=') # insert an = so the expression below can parse it
112 line = ' '.join(xline)
/dports/emulators/qemu/qemu-6.2.0/capstone/bindings/
H A Dconst_generator.py115 xline = re.split('\s+', line, 1) #split to at most 2 express
116 if len(xline) != 2:
118 if '(' in xline[0] or ')' in xline[0]: #does it look like a function
120 xline.insert(1, '=') # insert an = so the expression below can parse it
121 line = ' '.join(xline)
/dports/emulators/qemu60/qemu-6.0.0/capstone/bindings/
H A Dconst_generator.py115 xline = re.split('\s+', line, 1) #split to at most 2 express
116 if len(xline) != 2:
118 if '(' in xline[0] or ')' in xline[0]: #does it look like a function
120 xline.insert(1, '=') # insert an = so the expression below can parse it
121 line = ' '.join(xline)
/dports/emulators/qemu5/qemu-5.2.0/capstone/bindings/
H A Dconst_generator.py115 xline = re.split('\s+', line, 1) #split to at most 2 express
116 if len(xline) != 2:
118 if '(' in xline[0] or ')' in xline[0]: #does it look like a function
120 xline.insert(1, '=') # insert an = so the expression below can parse it
121 line = ' '.join(xline)
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/bindings/
H A Dconst_generator.py106 xline = re.split('\s+', line, 1) #split to at most 2 express
107 if len(xline) != 2:
109 if '(' in xline[0] or ')' in xline[0]: #does it look like a function
111 xline.insert(1, '=') # insert an = so the expression below can parse it
112 line = ' '.join(xline)
/dports/science/v_sim/v_sim-3.8.0/src/extraFunctions/
H A Disoline.c73 double *xline, double *yline, double *zline,
197 double *xline, *yline, *zline; in visu_line_newFromTriangles() local
224 xline = g_malloc(nedges * sizeof(double)); in visu_line_newFromTriangles()
252 xline[nPoints] = coord0[0] + fac * (coord1[0]-coord0[0]); in visu_line_newFromTriangles()
261 xline = g_realloc(xline, nPoints * sizeof(double)); in visu_line_newFromTriangles()
289 xline, yline, zline, &isoline_); in visu_line_newFromTriangles()
299 g_free(xline); in visu_line_newFromTriangles()
326 double *xline, double *yline, double *zline, in Create_line() argument
412 (*isoline)->vertex_3dpos[2*n ][0] = xline[vTab[2*n ]]; in Create_line()
415 (*isoline)->vertex_3dpos[2*n+1][0] = xline[vTab[2*n+1]]; in Create_line()
/dports/cad/libredwg/libredwg-0.12.4/programs/
H A Ddwg2SVG.c300 if (isnan_3BD (xline->point) || isnan_3BD (xline->vector) in output_XLINE()
304 invvec.x = 1.0 / xline->vector.x; in output_XLINE()
305 invvec.y = 1.0 / xline->vector.y; in output_XLINE()
306 invvec.z = 1.0 / xline->vector.z; in output_XLINE()
341 Dwg_Entity_XLINE *xline = obj->tio.entity->tio.RAY; in output_RAY() local
347 if (isnan_3BD (xline->point) || isnan_3BD (xline->vector) in output_RAY()
351 invvec.x = 1.0 / xline->vector.x; in output_RAY()
352 invvec.y = 1.0 / xline->vector.y; in output_RAY()
353 invvec.z = 1.0 / xline->vector.z; in output_RAY()
375 point.x = (xline->point.x > txmax) ? txmax : xline->point.x; in output_RAY()
[all …]

12345678910>>...15