Home
last modified time | relevance | path

Searched +refs:vi +refs:get +refs:mark (Results 1 – 25 of 4403) sorted by relevance

12345678910>>...177

/dports/devel/boost-docs/boost_1_72_0/libs/graph/example/
H A Droget_components.cpp61 index_map = get(vertex_index, g); in main()
64 root = get(v_property<vertex_t>(), g); in main()
69 discover_time_map(get(z_property<long>(), g)). in main()
70 color_map(get(w_property<long>(), g))); in main()
76 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
77 if (root[*vi] == *vi) in main()
81 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
82 if (root[*vi] != *vi) in main()
112 std::vector<int> mark(num_comp, (std::numeric_limits<int>::max)()); in main() local
124 if (comp_x != c && mark[comp_x] != c) { in main()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/example/
H A Droget_components.cpp61 index_map = get(vertex_index, g); in main()
64 root = get(v_property<vertex_t>(), g); in main()
69 discover_time_map(get(z_property<long>(), g)). in main()
70 color_map(get(w_property<long>(), g))); in main()
76 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
77 if (root[*vi] == *vi) in main()
81 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
82 if (root[*vi] != *vi) in main()
112 std::vector<int> mark(num_comp, (std::numeric_limits<int>::max)()); in main() local
124 if (comp_x != c && mark[comp_x] != c) { in main()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph/example/
H A Droget_components.cpp60 index_map = get(vertex_index, g); in main()
63 root = get(v_property<vertex_t>(), g); in main()
68 discover_time_map(get(z_property<long>(), g)). in main()
69 color_map(get(w_property<long>(), g))); in main()
75 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
76 if (root[*vi] == *vi) in main()
80 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
81 if (root[*vi] != *vi) in main()
111 std::vector<int> mark(num_comp, (std::numeric_limits<int>::max)()); in main() local
123 if (comp_x != c && mark[comp_x] != c) { in main()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/graph/example/
H A Droget_components.cpp60 index_map = get(vertex_index, g); in main()
63 root = get(v_property<vertex_t>(), g); in main()
68 discover_time_map(get(z_property<long>(), g)). in main()
69 color_map(get(w_property<long>(), g))); in main()
75 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
76 if (root[*vi] == *vi) in main()
80 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
81 if (root[*vi] != *vi) in main()
111 std::vector<int> mark(num_comp, (std::numeric_limits<int>::max)()); in main() local
123 if (comp_x != c && mark[comp_x] != c) { in main()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/graph/example/
H A Droget_components.cpp60 index_map = get(vertex_index, g); in main()
63 root = get(v_property<vertex_t>(), g); in main()
68 discover_time_map(get(z_property<long>(), g)). in main()
69 color_map(get(w_property<long>(), g))); in main()
75 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
76 if (root[*vi] == *vi) in main()
80 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
81 if (root[*vi] != *vi) in main()
111 std::vector<int> mark(num_comp, (std::numeric_limits<int>::max)()); in main() local
123 if (comp_x != c && mark[comp_x] != c) { in main()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/graph/example/
H A Droget_components.cpp60 index_map = get(vertex_index, g); in main()
63 root = get(v_property<vertex_t>(), g); in main()
68 discover_time_map(get(z_property<long>(), g)). in main()
69 color_map(get(w_property<long>(), g))); in main()
75 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
76 if (root[*vi] == *vi) in main()
80 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
81 if (root[*vi] != *vi) in main()
111 std::vector<int> mark(num_comp, (std::numeric_limits<int>::max)()); in main() local
123 if (comp_x != c && mark[comp_x] != c) { in main()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/graph/example/
H A Droget_components.cpp60 index_map = get(vertex_index, g); in main()
63 root = get(v_property<vertex_t>(), g); in main()
68 discover_time_map(get(z_property<long>(), g)). in main()
69 color_map(get(w_property<long>(), g))); in main()
75 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
76 if (root[*vi] == *vi) in main()
80 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
81 if (root[*vi] != *vi) in main()
111 std::vector<int> mark(num_comp, (std::numeric_limits<int>::max)()); in main() local
123 if (comp_x != c && mark[comp_x] != c) { in main()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/graph/example/
H A Droget_components.cpp61 index_map = get(vertex_index, g); in main()
64 root = get(v_property<vertex_t>(), g); in main()
69 discover_time_map(get(z_property<long>(), g)). in main()
70 color_map(get(w_property<long>(), g))); in main()
76 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
77 if (root[*vi] == *vi) in main()
81 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
82 if (root[*vi] != *vi) in main()
112 std::vector<int> mark(num_comp, (std::numeric_limits<int>::max)()); in main() local
124 if (comp_x != c && mark[comp_x] != c) { in main()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/graph/example/
H A Droget_components.cpp67 = get(vertex_index, g); in main()
70 = get(v_property< vertex_t >(), g); in main()
75 .discover_time_map(get(z_property< long >(), g)) in main()
76 .color_map(get(w_property< long >(), g))); in main()
82 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
83 if (root[*vi] == *vi) in main()
87 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in main()
88 if (root[*vi] != *vi) in main()
121 std::vector< int > mark(num_comp, (std::numeric_limits< int >::max)()); in main() local
136 if (comp_x != c && mark[comp_x] != c) in main()
[all …]
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dreadline.vim139 \ mark-directories
140 \ mark-modified-lines
141 \ mark-symlinked-directories
204 \ vi
284 \ set-mark
285 \ exchange-point-and-mark
315 \ vi-put
323 \ vi-goto-mark
331 \ vi-set-mark
333 \ vi-put
[all …]
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dreadline.vim139 \ mark-directories
140 \ mark-modified-lines
141 \ mark-symlinked-directories
204 \ vi
284 \ set-mark
285 \ exchange-point-and-mark
315 \ vi-put
323 \ vi-goto-mark
331 \ vi-set-mark
333 \ vi-put
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_2/
H A DPM_io_parser.h65 using Base::mark;
165 do in.get(c); while (isspace(c)); in check_sep()
171 ++sep; in.get(c); in check_sep()
221 << mark(e) << " }\n"; in print_hedge()
252 mark(e) = m; in read_hedge()
276 int n, ei, vi; Mark m; in read_face() local
294 while (in >> vi) { in read_face()
295 CGAL_assertion_msg(vi >= 0 && (std::size_t) vi < vn, "wrong index in iso vertex list."); in read_face()
296 if (!(vi >= 0 && (std::size_t)vi < vn)) in read_face()
301 f->store_iv(Vertex_of[vi]); in read_face()
[all …]
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Diwidgets.list56 "exchange-point-and-mark", exchangepointandmark, 0
66 "get-line", zgetline, 0
114 "set-mark-command", setmarkcommand, ZLE_MENUCMP | ZLE_KEEPSUFFIX | ZLE_LASTCOL
128 "vi-add-eol", viaddeol, 0
129 "vi-add-next", viaddnext, 0
161 "vi-goto-mark", vigotomark, 0
162 "vi-goto-mark-line", vigotomarkline, ZLE_LINEMOVE
166 "vi-insert", viinsert, 0
168 "vi-join", vijoin, 0
182 "vi-replace", vireplace, 0
[all …]
/dports/editors/vigor/vigor-0.016/docs/interp/
H A Dinterp17 1: Function to get the current screen pointer.
31 vi or ex parser, as if typed by the user. The characters are not
32 mapped in any way, i.e. the user's vi mappings don't apply. If
97 Create the specified mark if it does not exist (the
98 mark will have no contents).
117 8: Functions to get input from the user.
124 what vi mappings should be applied to the character.
139 int inter_getcursor(SCR *, MARK *mark);
141 Store the current cursor position in mark.
143 int inter_setcursor(SCR *, MARK *mark);
[all …]
/dports/shells/tcshrc/tcshrc/src/
H A Dtcshrc.bindkey44 bindkey ^[^[[D vi-word-back
45 bindkey OD vi-word-back
50 bindkey ^[^[[C vi-word-fwd
51 bindkey OC vi-word-fwd
108 #### and you get a rubbish file /etc/pasuptime. Annoying!
156 bindkey OD vi-word-back
162 bindkey OC vi-word-fwd
220 #### and you get a rubbish file /etc/pasuptime. Annoying!
274 bindkey OC vi-word-fwd
333 #### and you get a rubbish file /etc/pasuptime. Annoying!
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_S2/
H A DSM_io_parser.h168 do in.get(c); while (isspace(c)); in check_sep()
174 ++sep; in.get(c); in check_sep()
214 v->mark() = m; v->point() = p; in read_vertex()
259 e->mark() = m; in read_edge()
288 l->mark() = m; in read_loop()
307 out << ", " << f->mark() << " }\n"; in print_face()
313 int n, ei, vi, li; Mark m; in read_face() local
325 while (in >> vi) { in read_face()
326 if(!(vi >= 0 && vi < vn)) in read_face()
332 this->store_sm_boundary_object(SVertex_of[vi],f); in read_face()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ackermannization/
H A Dlackr_model_constructor.cpp162 m_visited.mark(a, true); in _check_stack()
245 !is_val(result.get()), in mk_value()
248 SASSERT(is_val(result.get())); in mk_value()
283 val_info vi; in make_value_uninterpreted_function() local
285 SASSERT(vi.source_term); in make_value_uninterpreted_function()
293 result = vi.value; in make_value_uninterpreted_function()
298 vi.value = value; in make_value_uninterpreted_function()
299 vi.source_term = a; in make_value_uninterpreted_function()
300 m_values2val.insert(key,vi); in make_value_uninterpreted_function()
302 m_pinned.push_back(vi.value); in make_value_uninterpreted_function()
[all …]
/dports/math/z3/z3-z3-4.8.13/src/ackermannization/
H A Dlackr_model_constructor.cpp162 m_visited.mark(a, true); in _check_stack()
245 !is_val(result.get()), in mk_value()
248 SASSERT(is_val(result.get())); in mk_value()
249 m_app2val.insert(a, result.get()); // memoize in mk_value()
283 val_info vi; in make_value_uninterpreted_function() local
285 SASSERT(vi.source_term); in make_value_uninterpreted_function()
293 result = vi.value; in make_value_uninterpreted_function()
298 vi.value = value; in make_value_uninterpreted_function()
299 vi.source_term = a; in make_value_uninterpreted_function()
300 m_values2val.insert(key,vi); in make_value_uninterpreted_function()
[all …]
/dports/shells/zsh/zsh-5.8.1/Doc/Zsh/
H A Dmod_complist.yo151 function from the contribution can be used to get associative arrays
156 `tt($color[red])' to get the code for foreground color red and
333 moves the mark one line down
337 moves the mark one line up
340 moves the mark one column right
343 moves the mark one column left
350 moves the mark one screenful up
352 item(tt(vi-forward-blank-word), tt(vi-forward-blank-word-end))(
355 item(tt(vi-backward-blank-word))(
362 moves the mark to the last line
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/misc/
H A Dvip.texi122 @cindex mark
428 Set mark at point (and push old mark on mark ring).
430 Jump to mark (and pop mark off the mark ring).
582 mode. You get the same effect by typing @kbd{C-x C-s} in vi mode, but
919 type @kbd{X B} to get information on other buffers too.) If you type
920 @kbd{g} you will get an information like below in the echo area:
929 you can type @kbd{X W}. You will then get a similar prompt as you get for
1017 Jump to mark (and pop mark off the mark ring).
1170 Exchange point and mark (@code{vip-goto-mark}).
1460 is a point command, you will get the prompt @samp{foo =>} in the
[all …]
/dports/editors/emacs/emacs-27.2/doc/misc/
H A Dvip.texi122 @cindex mark
428 Set mark at point (and push old mark on mark ring).
430 Jump to mark (and pop mark off the mark ring).
582 mode. You get the same effect by typing @kbd{C-x C-s} in vi mode, but
919 type @kbd{X B} to get information on other buffers too.) If you type
920 @kbd{g} you will get an information like below in the echo area:
929 you can type @kbd{X W}. You will then get a similar prompt as you get for
1017 Jump to mark (and pop mark off the mark ring).
1170 Exchange point and mark (@code{vip-goto-mark}).
1460 is a point command, you will get the prompt @samp{foo =>} in the
[all …]
/dports/shells/zsh/zsh-5.8.1/Test/
H A DX02zlevi.ztst1 # Tests of the vi mode of ZLE
160 0:paste register 1 to get last deletion
165 0:paste register 0 to get last yank
200 # zsh works like vi here; in vim you get the concatenated string
286 0:use of undo in vi insert mode
291 0:vi mode undo of initial and subsequent change
325 0:setting mark and returning to original position
573 0:all word with existing selection and cursor before mark
581 0:all word with existing selection and mark before cursor
586 0:in word with existing selection and cursor before mark
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/etc/refcards/
H A Dvipcard.tex274 \key{from emacs mode to vi mode}{C-z}
275 \key{from vi mode to emacs mode}{C-z}
277 \key{from insert mode to vi mode}{ESC}
295 \key{go back to vi mode}{ESC}
369 \key{{\bf get} information on the current {\bf file}}{g {\rm or} :f}
389 \key{set mark at buffer end}{m >}
390 \key{set mark at point}{m .}
391 \key{jump to mark}{m ,}
392 \key{exchange point and mark}{` `}
546 The table below lists such keys, and you can get the effect of typing
[all …]
/dports/editors/emacs/emacs-27.2/etc/refcards/
H A Dvipcard.tex274 \key{from emacs mode to vi mode}{C-z}
275 \key{from vi mode to emacs mode}{C-z}
277 \key{from insert mode to vi mode}{ESC}
295 \key{go back to vi mode}{ESC}
369 \key{{\bf get} information on the current {\bf file}}{g {\rm or} :f}
389 \key{set mark at buffer end}{m >}
390 \key{set mark at point}{m .}
391 \key{jump to mark}{m ,}
392 \key{exchange point and mark}{` `}
546 The table below lists such keys, and you can get the effect of typing
[all …]
/dports/graphics/povray37/povray-3.7.0.10/source/backend/
H A Dframe.h283 #pragma mark * Vector2d
309 vect[X] = vi[X]; in Vector2d()
310 vect[Y] = vi[Y]; in Vector2d()
510 vect[X] = vi[X]; in Vector3d()
511 vect[Y] = vi[Y]; in Vector3d()
512 vect[Z] = vi[Z]; in Vector3d()
1004 #pragma mark * Spline
1041 #pragma mark * Image
1236 #pragma mark * Object
1717 #pragma mark * Ray
[all …]

12345678910>>...177