Home
last modified time | relevance | path

Searched refs:nopoint (Results 1 – 25 of 37) sorted by relevance

12

/dports/math/gnuplot/gnuplot-5.4.1/demo/
H A Dtextcolor.dem11 set label 10 "label with tc default" at -1.5, 1.6 front nopoint tc def
38 set label 3 "tc pal z" at 12, -6, -6 nopoint tc pal z
39 set label 4 "tc pal z" at 12, -3, -3 nopoint tc pal z
40 set label 5 "tc pal z" at 12, -0, 0 nopoint tc pal z
41 set label 6 "tc pal z" at 12, 3, 3 nopoint tc pal z
42 set label 7 "tc pal z" at 12, 6, 6 nopoint tc pal z
43 set label 8 "tc pal z" at 12, 9, 9 nopoint tc pal z
49 set label 11 "tc lt 2" at -10,-8,21 front nopoint tc lt 2
50 set label 12 "tc lt 3" at -10,-8,18 front nopoint tc lt 3
53 set label 15 "tc cb 0" at -10,-8,9 front nopoint tc pal cb 0
[all …]
H A Dnonlinear2.dem14 …f the plot uses\nset logscale x\nset logscale y" at graph 0.5, 0.85, 0 center norotate back nopoint
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/demo/
H A Dtextcolor.dem39 set label 1 "textcolor palette z" at 12,-10,-10 nopoint tc pal z
40 set label 3 "tc pal z" at 12, -6, -6 nopoint tc pal z
41 set label 4 "tc pal z" at 12, -3, -3 nopoint tc pal z
42 set label 5 "tc pal z" at 12, -0, 0 nopoint tc pal z
43 set label 6 "tc pal z" at 12, 3, 3 nopoint tc pal z
44 set label 7 "tc pal z" at 12, 6, 6 nopoint tc pal z
45 set label 8 "tc pal z" at 12, 9, 9 nopoint tc pal z
51 set label 11 "tc lt 2" at -10,-8,21 front nopoint tc lt 2
52 set label 12 "tc lt 3" at -10,-8,18 front nopoint tc lt 3
55 set label 15 "tc cb 0" at -10,-8,9 front nopoint tc pal cb 0
[all …]
H A Dnonlinear2.dem12 …ing\n'set nonlinear' rather than 'set logscale'" at graph 0.5, 0.85, 0 center norotate back nopoint
/dports/math/gnuplot-lite/gnuplot-5.4.1/demo/
H A Dtextcolor.dem11 set label 10 "label with tc default" at -1.5, 1.6 front nopoint tc def
38 set label 3 "tc pal z" at 12, -6, -6 nopoint tc pal z
39 set label 4 "tc pal z" at 12, -3, -3 nopoint tc pal z
40 set label 5 "tc pal z" at 12, -0, 0 nopoint tc pal z
41 set label 6 "tc pal z" at 12, 3, 3 nopoint tc pal z
42 set label 7 "tc pal z" at 12, 6, 6 nopoint tc pal z
43 set label 8 "tc pal z" at 12, 9, 9 nopoint tc pal z
49 set label 11 "tc lt 2" at -10,-8,21 front nopoint tc lt 2
50 set label 12 "tc lt 3" at -10,-8,18 front nopoint tc lt 3
53 set label 15 "tc cb 0" at -10,-8,9 front nopoint tc pal cb 0
[all …]
H A Dnonlinear2.dem14 …f the plot uses\nset logscale x\nset logscale y" at graph 0.5, 0.85, 0 center norotate back nopoint
/dports/devel/z88dk/z88dk/libsrc/gfx/narrow/
H A Dgetsprite2.asm80 ld (nopoint-1),a
91 jr z,nopoint
93 .nopoint
106 ld (nopoint-1),a
/dports/devel/z88dk/z88dk/libsrc/gfx/wide/
H A Dw_getsprite.asm81 ld (nopoint-1),a
96 jr z,nopoint
98 .nopoint
111 ld (nopoint-1),a
/dports/databases/grass7/grass-7.8.6/vector/v.net.path/
H A Dpath.c32 int ret, sp, input_mode, unreachable, nopoint, formaterr; in path() local
123 formaterr = nopoint = unreachable = 0; in path()
168 nopoint++; in path()
192 nopoint++; in path()
369 if (nopoint) in path()
370 G_warning(_("[%d] points of given category missing"), nopoint); in path()
/dports/devel/tass64/64tass-1.56.2625-src/
H A Dencodings.c531 struct linepos_s nopoint = {0, 0}; in add_trans() local
540 new_trans(enc, &range, &nopoint); in add_trans()
H A Dvariables.c704 struct linepos_s nopoint = {0, 0}; in labelprint() local
710 err_msg_file(ERROR_CANT_WRTE_LBL, output->name, &nopoint); in labelprint()
721 err_msg2(ERROR____LABEL_ROOT, &labelname, &nopoint); in labelprint()
731 err_msg_file(ERROR_CANT_WRTE_LBL, output->name, &nopoint); in labelprint()
767 struct linepos_s nopoint = {0, 0}; in new_builtin() local
777 label->epoint = nopoint; in new_builtin()
782 struct linepos_s nopoint = {0, 0}; in init_variables() local
784 builtin_namespace = new_namespace(NULL, &nopoint); in init_variables()
785 root_namespace = new_namespace(NULL, &nopoint); in init_variables()
H A Dlisting.c137 struct linepos_s nopoint = {0, 0}; in listing_open() local
144 err_msg_file(ERROR_CANT_WRTE_LST, filename, &nopoint); in listing_open()
201 struct linepos_s nopoint = {0, 0}; in listing_close() local
208 if (err != 0 && errno != 0) err_msg_file(ERROR_CANT_WRTE_LST, ls->filename, &nopoint); in listing_close()
H A Dmem.c526 struct linepos_s nopoint = {0, 0}; in output_mem() local
546 err_msg_file(ERROR_CANT_WRTE_OBJ, output->name, &nopoint); in output_mem()
562 if (err != 0 && errno != 0) err_msg_file(ERROR_CANT_WRTE_OBJ, output->name, &nopoint); in output_mem()
H A Dfile.c954 struct linepos_s nopoint = {0, 0}; in makefile() local
960 err_msg_file(ERROR_CANT_WRTE_MAK, arguments.make, &nopoint); in makefile()
1012 if (err != 0 && errno != 0) err_msg_file(ERROR_CANT_WRTE_MAK, arguments.make, &nopoint); in makefile()
H A Derror.c747 struct linepos_s nopoint = {0, 0}; in err_msg_not_defined3() local
748 new_error_msg(SV_NOTE, err->file_list, &nopoint); in err_msg_not_defined3()
1456 struct linepos_s nopoint = {0, 0}; in error_print() local
1465 err_msg_file(ERROR_CANT_WRTE_ERR, output->name, &nopoint); in error_print()
H A D64tass.c4892 static struct linepos_s nopoint = {0, 0}; in one_pass() local
4905 …th = 0;longaccu = longindex = autosize = false;actual_encoding = new_encoding(&none_enc, &nopoint); in one_pass()
4917 enterfile(fin, &nopoint); in one_pass()
4929 cfile = openfile(argv[i], "", 0, NULL, &nopoint); in one_pass()
4931 enterfile(cfile, &nopoint); in one_pass()
4949 static struct linepos_s nopoint = {0, 0}; in main2() local
4961 fin = openfile(NULL, "", 0, NULL, &nopoint); in main2()
5017 err_msg2(ERROR__SECTION_ROOT, &sectionname, &nopoint); in main2()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/base/
H A Dmath.asy325 private string nopoint="point not found";
331 if(t.length <= n) abort(nopoint);
340 if(t.length <= n) abort(nopoint);
/dports/math/asymptote/asymptote-2.67/base/
H A Dmath.asy325 private string nopoint="point not found";
331 if(t.length <= n) abort(nopoint);
340 if(t.length <= n) abort(nopoint);
/dports/math/reduce/Reduce-svn5758-src/packages/plot/
H A Dplotexp2.red137 nopoint:
142 if y3 then goto outside else goto nopoint;
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Documentation/commands/
H A Dmerge-surfaces.rst208 .. option:: -point-normals [on|off], -nopoint-normals
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dasy-keywords.el17 …color ngraph nil nmesh nobasealign nodeMarginDefault nodesystem nomarker nopoint noprimary nullpat…
/dports/math/asymptote/asymptote-2.67/
H A Dasy-keywords.el17 …il nipy_spectral nmesh nobasealign nodeMarginDefault nodesystem nomarker nopoint noprimary nullpat…
/dports/math/maxima/maxima-5.43.2/src/
H A Dsuprv1.lisp641 ($nopoint *nopoint nopoint)
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dgnuplot.vim300 syn keyword gnuplotKeyword front back textcolor point nopoint offset boxed
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dgnuplot.vim300 syn keyword gnuplotKeyword front back textcolor point nopoint offset boxed

12