Home
last modified time | relevance | path

Searched refs:mkr (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/textproc/py-nltk/nltk-3.4.1/nltk/
H A Dtoolbox.py89 mkr = line_mkr
136 mkr = mkr.decode(encoding, errors)
141 yield (mkr, val)
217 key = mkr
218 if mkr == key:
227 builder.end(mkr)
316 mkr = field.tag
361 block = mkr[0]
363 mkr = mkr[1:]
371 builder.end(mkr)
[all …]
/dports/net-mgmt/spectools/spectools-2011-08-R1/
H A Dspectool_gtk_planar.c283 cairo_set_source_rgba(cr, mkr->r, mkr->g, mkr->b, 0.5);
285 cairo_set_source_rgb(cr, mkr->r, mkr->g, mkr->b);
714 mkr->r = r;
715 mkr->g = g;
716 mkr->b = b;
719 mkr->cur = mkr->avg = mkr->peak = 0;
738 return mkr;
935 5, mkr,
947 5, mkr,
959 5, mkr,
[all …]
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/jpip/libopenjpip/
H A Dmarker_manager.c44 marker_param_t mkr; in set_marker() local
46 mkr.cs = cs; in set_marker()
47 mkr.code = code; in set_marker()
48 mkr.offset = offset; in set_marker()
49 mkr.length = length; in set_marker()
51 return mkr; in set_marker()
/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openjpip/
H A Dmarker_manager.c45 marker_param_t mkr; in set_marker() local
47 mkr.cs = cs; in set_marker()
48 mkr.code = code; in set_marker()
49 mkr.offset = offset; in set_marker()
50 mkr.length = length; in set_marker()
52 return mkr; in set_marker()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/r/
H A Dmcs7145_regression_bug4373.result2 create table if not exists mkr (c1 int, select_b int) engine=columnstore;
3 insert into mkr (c1, select_b) (select n_nationkey, n_regionkey from nation);
4 select * from mkr;
31 drop table mkr;
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/r/
H A Dmcs7145_regression_bug4373.result2 create table if not exists mkr (c1 int, select_b int) engine=columnstore;
3 insert into mkr (c1, select_b) (select n_nationkey, n_regionkey from nation);
4 select * from mkr;
31 drop table mkr;
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/t/
H A Dmcs7145_regression_bug4373.test11 create table if not exists mkr (c1 int, select_b int) engine=columnstore;
12 insert into mkr (c1, select_b) (select n_nationkey, n_regionkey from nation);
13 select * from mkr;
14 drop table mkr;
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/t/
H A Dmcs7145_regression_bug4373.test11 create table if not exists mkr (c1 int, select_b int) engine=columnstore;
12 insert into mkr (c1, select_b) (select n_nationkey, n_regionkey from nation);
13 select * from mkr;
14 drop table mkr;
/dports/cad/horizon-eda/horizon-2.1.0/src/canvas/
H A Dmarker.cpp114 for (const auto &mkr : dom) { in update() local
115 if (mkr.sheet == ca.sheet_current_uuid || mkr.sheet == UUID()) { in update()
117 if (mkr.size == MarkerRef::Size::SMALL) in update()
119 markers.emplace_back(mkr.position, mkr.color, flags); in update()
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dtriangle.cpp331 trianglemaker *mkr; variable
334 if(mkr) delete mkr; in reset()
335 mkr = nullptr; in reset()
431 for(auto& p: mkr->tds) cnt += (howmany[p.first] = isize(p.second)); in growthrate()
434 mkr->compute(mkr->tds[p.first][i], p.first); in growthrate()
480 if(mkr && mkr->icgi != &cgi) reset(); in draw_ptriangle()
482 if(!mkr) { mkr = new trianglemaker; mkr->init(); in draw_ptriangle()
486 for(auto& td: mkr->tds[c]) { in draw_ptriangle()
487 mkr->compute(td, c); in draw_ptriangle()
489 auto &s = queuepoly(V * nisot::translate(td.at), mkr->ptriangle[side], magiccolors[side]); in draw_ptriangle()
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmllib/test/
H A Dunixpath.sml142 mkr("a/b", "/c/d") = "a/b"
143 andalso mkr("/", "/a/b/c") = "../../.."
144 andalso mkr("/a/", "/a/b/c") = "../../"
148 andalso mkr("/", "/") = "."
149 andalso mkr("/", "/.") = "."
150 andalso mkr("/", "/..") = "."
151 andalso mkr("/", "/a") = ".."
154 andalso mkr("/c/a/b", "/c/d") = "../a/b"
155 andalso mkr("/c/d/a/b", "/c/d") = "a/b");
156 val test8b = (mkr("/a", "c/d") seq "WRONG")
[all …]
/dports/games/corsix-th/CorsixTH-0.65.1/LDocGen/
H A Dlua_scan.lua36 local mkr = part:match"^%[(=*)%["
37 if mkr then
38 part = part:sub(3 + #mkr, -3 - #mkr)
41 if (not mkr) and was_short and comment_parts[1]:sub(1, 1) ~= "!" then
47 was_short = not mkr
/dports/audio/din/din-52/src/
H A Dcurve_editor.cc751 mkr[0]=x-marker_size;mkr[1]=y; in draw_all()
752 mkr[2]=x;mkr[3]=y-marker_size; in draw_all()
753 mkr[4]=x+marker_size;mkr[5]=y; in draw_all()
754 mkr[6]=x;mkr[7]=y+marker_size; in draw_all()
779 mkr[0]=susx;mkr[1]=susbox.bottom; in draw_all()
780 mkr[2]=susx;mkr[3]=win.bottom; in draw_all()
784 glVertexPointer (2, GL_INT, 0, mkr); in draw_all()
787 mkr[0]=susbox.left;mkr[1]=susbox.top; in draw_all()
788 mkr[2]=susbox.midx;mkr[3]=susbox.bottom; in draw_all()
789 mkr[4]=susbox.right;mkr[5]=susbox.top; in draw_all()
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DTestRemote.hs223 , [ testGroup (desc mkr mkk) (test runannex (getVal mkr) (getVal mkk)) | mkk <- mkks, mkr <- mkrs ]
238 test runannex mkr mkk =
287 let a' = mkr >>= \case
307 testExportTree runannex mkr mkk1 mkk2 =
342 let a' = mkr >>= \case
365 testUnavailable runannex mkr mkk =
385 join $ runannex $ mkr >>= \case
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/reader/wgsl/
H A Dparser_impl_error_msg_test.cc498 std::stringstream mkr; in TEST_F() local
500 mkr << " "; in TEST_F()
504 mkr << " "; in TEST_F()
506 mkr << "^^^"; in TEST_F()
517 << mkr.str() << "\n"; in TEST_F()
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/
H A Dmarker_beacon.cxx332 SGSoundSample * mkr = _sgr->find( current_sound_name ); in search() local
333 if (mkr) in search()
334 mkr->set_volume( audio_vol->getFloatValue() ); in search()
/dports/biology/recombine/recombine1.41/
H A Dgetdata.c1275 long mkr, cr, numcreatures, markers; in hapdist() local
1286 for (mkr=0; mkr < markers; mkr++) { in hapdist()
1289 [critter[cr].haplotypes[0]->number-1][mkr] != in hapdist()
1291 [critter[cr].haplotypes[0]->number-1][mkr]) in hapdist()
1294 [critter[cr].haplotypes[1]->number-1][mkr] != in hapdist()
1296 [critter[cr].haplotypes[1]->number-1][mkr]) in hapdist()
1300 [critter[cr].haplotypes[0]->number-1][mkr] != in hapdist()
1302 [critter[cr].haplotypes[1]->number-1][mkr]) in hapdist()
1305 [critter[cr].haplotypes[1]->number-1][mkr] != in hapdist()
1307 [critter[cr].haplotypes[0]->number-1][mkr]) in hapdist()
/dports/games/flightgear-data/fgdata/Aircraft/c172p/Nasal/
H A Dkma20.nas21 # mkr: enable/disable marker beacon audio
55 …setlistener(rootPath ~ "/mkr", func(v) {setprop("/instrumentation/marker-beacon/audio-btn",(v.get…
/dports/math/fricas/fricas-1.3.7/src/input/
H A Dbugs2014.input78 mkr(i) == [i, string(i)]$Record(k : Integer, s : String)
79 lr := [mkr(i) for i in 1..3]
/dports/devel/omniORB/omniORB-4.2.4/include/omniORB4/internal/
H A DgiopStream.h77 inline void setLast(void* mkr) in setLast()
79 last = (CORBA::ULong)((omni::ptr_arith_t)mkr - (omni::ptr_arith_t)this); in setLast()
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DFileMatcher.hs125 go (ValueToken s mkr : _) | s == k = mkr v
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dsp_lev.h221 struct mkroom *mkr; member
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dsp_lev.h221 struct mkroom *mkr; member
/dports/games/nethack34/nethack-3.4.3/include/
H A Dsp_lev.h221 struct mkroom *mkr; member
/dports/games/nethack33/nethack-3.3.1/include/
H A Dsp_lev.h221 struct mkroom *mkr; member

1234567891011