Home
last modified time | relevance | path

Searched refs:marked (Results 1 – 25 of 9064) sorted by relevance

12345678910>>...363

/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pamtosvg/
H A Dpxl-outline.c181 bitmap_type const marked) { in is_valid_dir() argument
477 free_bitmap(&marked); in find_centerline_pixels()
773 if ((*col+1 < marked.width && in nextClockwisePointBottom()
788 if ((*col + 1 < marked.width && *row+1 < marked.height && in nextClockwisePointBottom()
834 if ((*row+1 < marked.height && in nextClockwisePointLeft()
1055 if ((*col + 1 < marked.width && in nextCcwPointBottom()
1070 if ((*col + 1 < marked.width && *row + 1 < marked.height && in nextCcwPointBottom()
1113 if ((*row + 1 < marked.height && in nextCcwPointLeft()
1243 *marked, exp); in find_one_outline()
1279 bitmap_type marked; in find_outline_pixels() local
[all …]
/dports/misc/netron/node_modules/marked/
H A DREADME.md1 <a href="https://marked.js.org">
7 [![npm](https://badgen.net/npm/v/marked)](https://www.npmjs.com/package/marked)
8 …badgesize/gzip/https://cdn.jsdelivr.net/npm/marked/marked.min.js)](https://cdn.jsdelivr.net/npm/ma…
10 [![downloads](https://badgen.net/npm/dt/marked)](https://www.npmjs.com/package/marked)
14 [![snyk](https://snyk.io/test/npm/marked/badge.svg)](https://snyk.io/test/npm/marked)
23 Checkout the [demo page](https://marked.js.org/demo/) to see marked in action ⛹️
27 Our [documentation pages](https://marked.js.org) are also rendered using marked ��
36 **CLI:** `npm install -g marked`
47 $ marked -o hello.html
65 <script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/marked/package/
H A DREADME.md1 <a href="https://marked.js.org">
7 [![npm](https://badgen.net/npm/v/marked)](https://www.npmjs.com/package/marked)
8 …badgesize/gzip/https://cdn.jsdelivr.net/npm/marked/marked.min.js)](https://cdn.jsdelivr.net/npm/ma…
10 [![downloads](https://badgen.net/npm/dt/marked)](https://www.npmjs.com/package/marked)
14 [![snyk](https://snyk.io/test/npm/marked/badge.svg)](https://snyk.io/test/npm/marked)
23 Checkout the [demo page](https://marked.js.org/demo/) to see marked in action ⛹️
27 Our [documentation pages](https://marked.js.org) are also rendered using marked ��
36 **CLI:** `npm install -g marked`
47 $ marked -o hello.html
65 <script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
[all …]
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dpxl-outline.c192 free_bitmap (&marked); in find_outline_pixels()
426 free_bitmap(&marked); in find_centerline_pixels()
771 … !(is_marked_edge(LEFT,*row-1,*col, marked) && is_marked_edge(TOP, *row,*col-1, marked)) && in next_point()
772 … !(is_marked_edge(BOTTOM,*row-1,*col, marked) && is_marked_edge(RIGHT, *row,*col-1, marked))) in next_point()
811 !(is_marked_edge(TOP,*row,*col+1, marked) && is_marked_edge(RIGHT, *row-1,*col, marked))) in next_point()
846 if((*col+1 < BITMAP_WIDTH (marked) && *row+1 < BITMAP_HEIGHT (marked) in next_point()
849 … !(is_marked_edge(TOP,*row+1,*col, marked) && is_marked_edge(LEFT, *row,*col+1, marked)) && in next_point()
850 … !(is_marked_edge(RIGHT,*row+1,*col, marked) && is_marked_edge(BOTTOM,*row,*col+1, marked))) in next_point()
888 … !(is_marked_edge(RIGHT,*row,*col-1, marked) && is_marked_edge(TOP, *row+1,*col, marked)) && in next_point()
889 … !(is_marked_edge(BOTTOM, *row,*col-1, marked) && is_marked_edge(LEFT, *row+1,*col, marked))) in next_point()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Dpxl-outline.c160 at_bitmap_free(marked); in find_outline_pixels()
191 mark_edge(edge, row, col, marked); in find_one_outline()
348 at_bitmap_free(marked); in find_centerline_pixels()
658 …if ((*col + 1 < AT_BITMAP_WIDTH(marked) && *row >= 1 && !is_marked_edge(BOTTOM, *row - 1, *col + 1… in next_point()
680 if ((*col + 1 < AT_BITMAP_WIDTH(marked) in next_point()
691 if ((*col + 1 < AT_BITMAP_WIDTH(marked) && *row + 1 < AT_BITMAP_HEIGHT(marked) in next_point()
714 if ((*row + 1 < AT_BITMAP_HEIGHT(marked) in next_point()
802 …if ((*col + 1 < AT_BITMAP_WIDTH(marked) && *row >= 1 && !is_marked_edge(BOTTOM, *row - 1, *col + 1… in next_point()
824 if ((*col + 1 < AT_BITMAP_WIDTH(marked) in next_point()
835 if ((*col + 1 < AT_BITMAP_WIDTH(marked) && *row + 1 < AT_BITMAP_HEIGHT(marked) in next_point()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/polymer2/bower_components/marked/
H A DREADME.md1 <a href="https://marked.js.org">
7 [![npm](https://img.shields.io/npm/v/marked.svg)](https://www.npmjs.com/package/marked)
8 …ttps://cdn.jsdelivr.net/npm/marked@0.3.19/marked.min.js?compression=gzip)](https://cdn.jsdelivr.ne…
10 [![downloads](https://img.shields.io/npm/dt/marked.svg)](https://www.npmjs.com/package/marked)
11 [![travis](https://travis-ci.org/markedjs/marked.svg?branch=master)](https://travis-ci.org/markedjs…
20 Checkout the [demo page](https://marked.js.org/demo/) to see marked in action ⛹️
24 Our [documentation pages](https://marked.js.org) are also rendered using marked ��
28 **CLI:** `npm install -g marked`
37 $ marked -o hello.html
55 <script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
[all …]
H A DMakefile2 @cp lib/marked.js marked.js
3 @uglifyjs --comments '/\*[^\0]+?Copyright[^\0]+?\*/' -o marked.min.js lib/marked.js
6 @rm marked.js
7 @rm marked.min.js
12 man/marked.1.txt:
13 groff -man -Tascii man/marked.1 | col -b > man/marked.1.txt
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/console/modes/torrentlist/
H A Dqueue_mode.py91 if tq in self.torrentview.marked:
94 if self.torrentview.marked:
100 self.torrentview.marked = list(range(1, selected_num + 1))
103 self.torrentview.marked = [marked - 1 for marked in self.torrentview.marked]
104 self.torrentview.marked = [
105 marked for marked in self.torrentview.marked if marked > 0
109 self.torrentview.marked = [marked + 1 for marked in self.torrentview.marked]
110 self.torrentview.marked = [
111 marked for marked in self.torrentview.marked if marked <= queue_length
114 if self.torrentview.marked:
[all …]
/dports/science/py-qcelemental/qcelemental-0.24.0/qcelemental/util/
H A Dscipy_hungarian.py123 marked = state.marked.T
126 marked = state.marked
132 return np.nonzero(marked == 1)
153 self.marked = np.zeros((n, m), dtype=int)
176 state.marked[i, j] = 1
190 marked = state.marked == 1
193 if marked.sum() < state.C.shape[0]:
218 state.marked[row, col] = 2
221 if state.marked[row, star_col] != 1:
265 if state.marked[row, col] != 2:
[all …]
/dports/audio/drumgizmo/drumgizmo-0.9.19/plugingui/
H A Dlistboxbasic.cc48 marked = -1; in ListBoxBasic()
58 if(marked == -1) in setSelection()
60 marked = index; in setSelection()
94 marked = -1; in clear()
174 if(idx == marked) in repaintEvent()
207 if(marked == 0) in keyEvent()
212 marked--; in keyEvent()
230 marked++; in keyEvent()
240 marked = 0; in keyEvent()
323 marked = selected; in buttonEvent()
[all …]
/dports/math/highs/HiGHS-cfe064e/src/ipm/basiclu/src/
H A Dlu_dfs.c46 if (marked[i] == M) in lu_dfs()
50 dfs_end(i, begin, end, index, top, xi, pstack, marked, M) : in lu_dfs()
51 dfs(i, begin, index, top, xi, pstack, marked, M); in lu_dfs()
66 assert(marked[i] != M); in dfs_end()
72 if (marked[i] != M) /* node i has not been visited */ in dfs_end()
74 marked[i] = M; in dfs_end()
82 if (marked[inext] == M) in dfs_end()
111 assert(marked[i] != M); in dfs()
117 if (marked[i] != M) /* node i has not been visited */ in dfs()
119 marked[i] = M; in dfs()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/basiclu/src/
H A Dlu_dfs.c46 if (marked[i] == M) in lu_dfs()
50 dfs_end(i, begin, end, index, top, xi, pstack, marked, M) : in lu_dfs()
51 dfs(i, begin, index, top, xi, pstack, marked, M); in lu_dfs()
66 assert(marked[i] != M); in dfs_end()
72 if (marked[i] != M) /* node i has not been visited */ in dfs_end()
74 marked[i] = M; in dfs_end()
82 if (marked[inext] == M) in dfs_end()
111 assert(marked[i] != M); in dfs()
117 if (marked[i] != M) /* node i has not been visited */ in dfs()
119 marked[i] = M; in dfs()
[all …]
/dports/databases/p5-GDBM/perl-5.14.2/t/lib/warnings/
H A Dregcomp122 False [] range "a-\d" in regex; marked by <-- HERE in m/[a-\d <-- HERE ]/ at - line 5.
123 False [] range "\d-" in regex; marked by <-- HERE in m/[\d- <-- HERE b]/ at - line 6.
124 False [] range "\s-" in regex; marked by <-- HERE in m/[\s- <-- HERE \d]/ at - line 7.
125 False [] range "\d-" in regex; marked by <-- HERE in m/[\d- <-- HERE \s]/ at - line 8.
161 False [] range "a-\d" in regex; marked by <-- HERE in m/[a-\d <-- HERE ]/ at - line 12.
162 False [] range "\d-" in regex; marked by <-- HERE in m/[\d- <-- HERE b]/ at - line 13.
163 False [] range "\s-" in regex; marked by <-- HERE in m/[\s- <-- HERE \d]/ at - line 14.
164 False [] range "\d-" in regex; marked by <-- HERE in m/[\d- <-- HERE \s]/ at - line 15.
228 Missing braces on \o{} in regex; marked by <-- HERE in m/\o <-- HERE / at - line 2.
233 Number with no digits in regex; marked by <-- HERE in m/\o{} <-- HERE / at - line 2.
[all …]
/dports/misc/vifm/vifm-0.11/tests/fileops/
H A Dclone_files.c36 lwin.dir_entry[0].marked = 1; in TEST()
53 lwin.dir_entry[0].marked = 1; in TEST()
71 lwin.dir_entry[0].marked = 1; in TEST()
72 lwin.dir_entry[1].marked = 0; in TEST()
82 lwin.dir_entry[0].marked = 0; in TEST()
83 lwin.dir_entry[1].marked = 1; in TEST()
92 lwin.dir_entry[0].marked = 1; in TEST()
93 lwin.dir_entry[1].marked = 1; in TEST()
103 lwin.dir_entry[1].marked = 1; in TEST()
108 lwin.dir_entry[1].marked = 1; in TEST()
[all …]
H A Drename_files.c53 lwin.dir_entry[0].marked = 1; in TEST()
54 lwin.dir_entry[1].marked = 1; in TEST()
76 lwin.dir_entry[0].marked = 1; in TEST()
77 lwin.dir_entry[1].marked = 1; in TEST()
109 lwin.dir_entry[0].marked = 1; in TEST()
129 lwin.dir_entry[0].marked = 1; in TEST()
130 lwin.dir_entry[1].marked = 1; in TEST()
149 lwin.dir_entry[0].marked = 1; in TEST()
150 lwin.dir_entry[1].marked = 1; in TEST()
157 lwin.dir_entry[0].marked = 1; in TEST()
[all …]
/dports/devel/swig/swig-4.0.2/Source/Swig/
H A Dgetopt.c26 static int *marked; variable
41 marked = (int *) malloc(numargs * sizeof(int)); in Swig_init_args()
43 marked[i] = 0; in Swig_init_args()
45 marked[0] = 1; in Swig_init_args()
55 assert(marked); in Swig_mark_arg()
57 marked[n] = 1; in Swig_mark_arg()
68 return marked[n]; in Swig_check_marked()
81 assert(marked); in Swig_check_options()
83 if (!marked[i]) { in Swig_check_options()
92 if (check_input && marked[numargs - 1]) { in Swig_check_options()
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/cups/
H A Dmark.c360 marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key); in ppdFindMarkedChoice()
363 marked ? marked->choice : "NULL")); in ppdFindMarkedChoice()
365 return (marked); in ppdFindMarkedChoice()
470 c->marked = 0; in ppdMarkDefaults()
743 oldc->marked = 0; in ppd_mark_option()
945 oldc->marked = 0; in ppd_mark_option()
973 oldc->marked = 0; in ppd_mark_option()
985 oldc->marked = 0; in ppd_mark_option()
1006 oldc->marked = 0; in ppd_mark_option()
1027 oldc->marked = 0; in ppd_mark_option()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Dmark.c360 marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key); in ppdFindMarkedChoice()
363 marked ? marked->choice : "NULL")); in ppdFindMarkedChoice()
365 return (marked); in ppdFindMarkedChoice()
470 c->marked = 0; in ppdMarkDefaults()
743 oldc->marked = 0; in ppd_mark_option()
945 oldc->marked = 0; in ppd_mark_option()
973 oldc->marked = 0; in ppd_mark_option()
985 oldc->marked = 0; in ppd_mark_option()
1006 oldc->marked = 0; in ppd_mark_option()
1027 oldc->marked = 0; in ppd_mark_option()
[all …]
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/segmentation/
H A Dboundaries.py223 marked = img_as_float(image, force_copy=True)
224 marked = marked.astype(float_dtype, copy=False)
225 if marked.ndim == 2:
226 marked = gray2rgb(marked)
232 marked = ndi.zoom(marked, [2 - 1/s for s in marked.shape[:-1]] + [1],
238 marked[outlines] = outline_color
239 marked[boundaries] = color
240 return marked
/dports/games/blockattack/blockattack-game-2.7.0/source/code/
H A DMenuSystem.cpp68 marked = other.marked; in operator =()
98 if (b.marked) { in drawToScreen()
142 b->marked = false; in addButton()
266 marked--; in ProcessInput()
267 if (marked<0) { in ProcessInput()
274 marked++; in ProcessInput()
276 marked = 0; in ProcessInput()
303 buttons.at(i)->marked = (i == marked); in Update()
305 exit.marked = (marked == (int)buttons.size()); in Update()
315 marked = i; in Update()
[all …]
/dports/textproc/R-cran-htmltools/htmltools/R/
H A Dutils.R29 marked <- 0 functionVar
44 if (marked > 0) {
45 nonWS <- paste(buffer[seq_len(marked)], collapse="")
50 remaining <- position - marked
53 ws <- paste(buffer[seq(from=marked+1,to=marked+remaining)], collapse="")
59 marked <<- 1
96 marked <<- position
118 position <<- marked
/dports/net/zerotier/ZeroTierOne-1.8.3/doc/
H A Dbuild.sh32 if [ ! -f node_modules/marked-man/bin/marked-man ]; then
34 npm install marked-man
37 $NODE node_modules/marked-man/bin/marked-man zerotier-cli.1.md >zerotier-cli.1
38 $NODE node_modules/marked-man/bin/marked-man zerotier-idtool.1.md >zerotier-idtool.1
39 $NODE node_modules/marked-man/bin/marked-man zerotier-one.8.md >zerotier-one.8
/dports/science/rdkit/rdkit-Release_2021_03_5/Contrib/IFG/
H A Difg.py18 def merge(mol, marked, aset): argument
24 if jdx in marked:
25 marked.remove(jdx)
29 merge(mol, marked, bset)
45 marked = set()
49 marked.add(atom.GetIdx())
55 marked.add(atomindex)
59 while marked:
60 grp = set([marked.pop()])
61 merge(mol, marked, grp)
/dports/print/cups/cups-2.3.3op2/cups/
H A Dppd-mark.c407 marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key); in ppdFindMarkedChoice()
410 marked ? marked->choice : "NULL")); in ppdFindMarkedChoice()
412 return (marked); in ppdFindMarkedChoice()
517 c->marked = 0; in ppdMarkDefaults()
796 oldc->marked = 0; in ppd_mark_option()
1004 oldc->marked = 0; in ppd_mark_option()
1032 oldc->marked = 0; in ppd_mark_option()
1044 oldc->marked = 0; in ppd_mark_option()
1065 oldc->marked = 0; in ppd_mark_option()
1086 oldc->marked = 0; in ppd_mark_option()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dmark.c417 marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key); in ppdFindMarkedChoice()
420 marked ? marked->choice : "NULL")); in ppdFindMarkedChoice()
422 return (marked); in ppdFindMarkedChoice()
527 c->marked = 0; in ppdMarkDefaults()
800 oldc->marked = 0; in ppd_mark_option()
1002 oldc->marked = 0; in ppd_mark_option()
1030 oldc->marked = 0; in ppd_mark_option()
1042 oldc->marked = 0; in ppd_mark_option()
1063 oldc->marked = 0; in ppd_mark_option()
1084 oldc->marked = 0; in ppd_mark_option()
[all …]

12345678910>>...363