Home
last modified time | relevance | path

Searched +refs:vi +refs:insert +refs:state (Results 1 – 25 of 3650) sorted by relevance

12345678910>>...146

/dports/games/battletanks/btanks-0.9.8083/engine/controls/
H A Dsimple_joy_bindings.cpp206 used_controls.insert(state[i]); in valid()
218 used_controls.insert(state[i]); in validate()
251 used_controls.insert(s); in validate()
262 used_controls.insert(s); in validate()
279 used_controls.insert(s); in validate()
330 int vi = 0; in update() local
340 vi = je.state == SDL_PRESSED? 1:0; in update()
372 case 0: dst.left = vi; break; in update()
374 case 2: dst.up = vi; break; in update()
375 case 3: dst.down = vi; break; in update()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Dmatching.h912 if (_delta2->state(blossom) == _delta2->IN_HEAP) { in matchedToEven()
958 (*_node_data)[vi].heap_index.insert(std::make_pair(tree, e)); in matchedToEven()
982 if (_delta2->state(blossom) == _delta2->IN_HEAP) { in matchedToOdd()
1013 if (_delta3->state(e) == _delta3->IN_HEAP) { in evenToMatched()
1018 if (_delta3->state(e) == _delta3->IN_HEAP) { in evenToMatched()
1145 (*_node_data)[vi].heap_index.insert(std::make_pair(tree, e)); in oddToEven()
1401 if (_delta2->state(blossom) == _delta2->IN_HEAP) { in splitBlossom()
2373 if (_delta2->state(blossom) == _delta2->IN_HEAP) { in matchedToEven()
2417 (*_node_data)[vi].heap_index.insert(std::make_pair(tree, e)); in matchedToEven()
2441 if (_delta2->state(blossom) == _delta2->IN_HEAP) { in matchedToOdd()
[all …]
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dmatching.h912 if (_delta2->state(blossom) == _delta2->IN_HEAP) { in matchedToEven()
958 (*_node_data)[vi].heap_index.insert(std::make_pair(tree, e)); in matchedToEven()
982 if (_delta2->state(blossom) == _delta2->IN_HEAP) { in matchedToOdd()
1013 if (_delta3->state(e) == _delta3->IN_HEAP) { in evenToMatched()
1018 if (_delta3->state(e) == _delta3->IN_HEAP) { in evenToMatched()
1145 (*_node_data)[vi].heap_index.insert(std::make_pair(tree, e)); in oddToEven()
1401 if (_delta2->state(blossom) == _delta2->IN_HEAP) { in splitBlossom()
2373 if (_delta2->state(blossom) == _delta2->IN_HEAP) { in matchedToEven()
2417 (*_node_data)[vi].heap_index.insert(std::make_pair(tree, e)); in matchedToEven()
2441 if (_delta2->state(blossom) == _delta2->IN_HEAP) { in matchedToOdd()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dmatching.h912 if (_delta2->state(blossom) == _delta2->IN_HEAP) { in matchedToEven()
958 (*_node_data)[vi].heap_index.insert(std::make_pair(tree, e)); in matchedToEven()
982 if (_delta2->state(blossom) == _delta2->IN_HEAP) { in matchedToOdd()
1013 if (_delta3->state(e) == _delta3->IN_HEAP) { in evenToMatched()
1018 if (_delta3->state(e) == _delta3->IN_HEAP) { in evenToMatched()
1145 (*_node_data)[vi].heap_index.insert(std::make_pair(tree, e)); in oddToEven()
1401 if (_delta2->state(blossom) == _delta2->IN_HEAP) { in splitBlossom()
2373 if (_delta2->state(blossom) == _delta2->IN_HEAP) { in matchedToEven()
2417 (*_node_data)[vi].heap_index.insert(std::make_pair(tree, e)); in matchedToEven()
2441 if (_delta2->state(blossom) == _delta2->IN_HEAP) { in matchedToOdd()
[all …]
/dports/misc/ompl/ompl-1.5.2/src/ompl/control/planners/syclop/src/
H A DSyclop.cpp88 startRegions_.insert(region); in solve()
104 goalRegions_.insert(decomp_->locateRegion(g)); in solve()
130 goalRegions_.insert(chosenGoalRegion); in solve()
211 path->append(mpath[i]->state); in solve()
322 r.covGridCells.insert(covCell); in updateCoverageEstimate()
333 adj.covGridCells.insert(covCell); in updateConnectionEstimate()
349 VertexIter vi, vend; in buildGraph() local
350 for (boost::tie(vi, vend) = boost::vertices(graph_); vi != vend; ++vi) in buildGraph()
368 VertexIter vi, vend; in clearGraphDetails() local
369 for (boost::tie(vi, vend) = boost::vertices(graph_); vi != vend; ++vi) in clearGraphDetails()
[all …]
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/oggflacmetadata/
H A Doggfile.cpp187 if (state) { in readTags()
267 if (state) { in writeTags()
805 frames.insert(frame); in getAllFrames()
881 vorbis_info* vi = ::ov_info(&vf, -1); in readFileInfo() local
882 if (vi) { in readFileInfo()
884 info.version = vi->version; in readFileInfo()
885 info.channels = vi->channels; in readFileInfo()
886 info.sampleRate = vi->rate; in readFileInfo()
887 info.bitrate = vi->bitrate_nominal; in readFileInfo()
889 info.bitrate = vi->bitrate_upper; in readFileInfo()
[all …]
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/oggflacmetadata/
H A Doggfile.cpp187 if (state) { in readTags()
267 if (state) { in writeTags()
805 frames.insert(frame); in getAllFrames()
881 vorbis_info* vi = ::ov_info(&vf, -1); in readFileInfo() local
882 if (vi) { in readFileInfo()
884 info.version = vi->version; in readFileInfo()
885 info.channels = vi->channels; in readFileInfo()
886 info.sampleRate = vi->rate; in readFileInfo()
887 info.bitrate = vi->bitrate_nominal; in readFileInfo()
889 info.bitrate = vi->bitrate_upper; in readFileInfo()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DGeometry.cpp391 _primitives.insert(_primitives.begin()+i,primitiveset); in insertPrimitiveSet()
725 if (state) in releaseGLObjects()
827 if ((*itr)->getBufferObject()) bufferObjects.insert((*itr)->getBufferObject()); in compileGLObjects()
1335 for(unsigned int vi=0;vi<_vertexAttribList.size();++vi) in containsSharedArrays() local
1337 … if (getVertexAttribArray(vi) && getVertexAttribArray(vi)->referenceCount()>1) ++numSharedArrays; in containsSharedArrays()
1364 for(unsigned int vi=0;vi<_vertexAttribList.size();++vi) in duplicateSharedArrays() local
1366 if (getVertexAttribArray(vi) && getVertexAttribArray(vi)->referenceCount()>1) in duplicateSharedArrays()
1368 … setVertexAttribArray(vi, osg::clone(getVertexAttribArray(vi),osg::CopyOp::DEEP_COPY_ARRAYS)); in duplicateSharedArrays()
1476 for(unsigned int vi=0;vi<getNumVertexAttribArrays();++vi) in checkForDeprecatedData() local
1518 for(unsigned int vi=0;vi<_vertexAttribList.size();++vi) in fixDeprecatedData() local
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DGeometry.cpp294 _primitives.insert(_primitives.begin()+i,primitiveset); in insertPrimitiveSet()
697 if ((*itr)->getBufferObject()) bufferObjects.insert((*itr)->getBufferObject()); in compileGLObjects()
1182 for(unsigned int vi=0;vi<_vertexAttribList.size();++vi) in containsSharedArrays() local
1184 … if (getVertexAttribArray(vi) && getVertexAttribArray(vi)->referenceCount()>1) ++numSharedArrays; in containsSharedArrays()
1211 for(unsigned int vi=0;vi<_vertexAttribList.size();++vi) in duplicateSharedArrays() local
1213 if (getVertexAttribArray(vi) && getVertexAttribArray(vi)->referenceCount()>1) in duplicateSharedArrays()
1215 … setVertexAttribArray(vi, osg::clone(getVertexAttribArray(vi),osg::CopyOp::DEEP_COPY_ARRAYS)); in duplicateSharedArrays()
1251 unsigned int vi = indices->index(i); in expandIndexArray() local
1323 for(unsigned int vi=0;vi<getNumVertexAttribArrays();++vi) in checkForDeprecatedData() local
1365 for(unsigned int vi=0;vi<_vertexAttribList.size();++vi) in fixDeprecatedData() local
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/etc/refcards/
H A DviperCard.tex277 Viper has four states: {\it emacs state}, {\it vi state}, {\it insert state},
281 This card explains only vi state and insert state (replace state is similar
282 to insert state).
286 \key{from emacs state to vi state}{C-z}
287 \key{from vi state to emacs state}{C-z}
289 \metax{from vi state to insert state}{i, I, a, A, o, O}
290 \metax{from vi state to replace state}{c, C, R}
291 \key{from insert or replace state to vi state}{ESC}
292 \key{from insert state to vi state for 1 command}{C-z}
296 You can do editing in insert state.
[all …]
/dports/editors/emacs/emacs-27.2/etc/refcards/
H A DviperCard.tex277 Viper has four states: {\it emacs state}, {\it vi state}, {\it insert state},
281 This card explains only vi state and insert state (replace state is similar
282 to insert state).
286 \key{from emacs state to vi state}{C-z}
287 \key{from vi state to emacs state}{C-z}
289 \metax{from vi state to insert state}{i, I, a, A, o, O}
290 \metax{from vi state to replace state}{c, C, R}
291 \key{from insert or replace state to vi state}{ESC}
292 \key{from insert state to vi state for 1 command}{C-z}
296 You can do editing in insert state.
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/
H A Dtag.rs20 state: Merkle, field
79 self.header.state.clone() in state()
107 let mut vi = Vec::new(); in restore_channel() localVariable
110 vi.push(i.unwrap()); in restore_channel()
112 vi.sort(); in restore_channel()
150 let (vi, change) = in restore_channel()
298 assert!(dict.insert(left)); in restore()
310 assert!(dict.insert(r)); in restore()
348 state, in from_channel()
486 state, in compress_channel()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/util/
H A Dqdeclarativesmoothedanimation.cpp73 if (state() != QAbstractAnimation::Running) in restart()
99 vi = initialVelocity; in recalc()
130 qreal c3 = qreal(-0.5) * (tf - td) * vi * vi; in recalc()
137 tp = (vp - vi) / a; in recalc()
138 sp = vi * tp + qreal(0.5) * a * tp * tp; in recalc()
142 qreal c2 = qreal(0.5) * vi * tf - s; in recalc()
143 qreal c3 = qreal(-0.25) * vi * vi; in recalc()
148 qreal vp1 = a1 * tp1 + vi; in recalc()
167 trackVelocity = vi + time_seconds * a; in easeFollow()
349 d->activeAnimations.insert((*d->actions)[i].property, ease); in transition()
[all …]
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dscriptserver.cpp99 if(socket.state()!=QLocalSocket::ConnectedState) { in ScriptServer()
263 if(socket.state()!=QLocalSocket::ConnectedState) { in setScriptServerName()
348 for(int i=0;i<vi.size();i++) { in readSomething()
349 if(search.contains(vi[i]->shortName().toLatin1())) { in readSomething()
350 ButtonItem* bi=qobject_cast<ButtonItem*>(vi[i]); in readSomething()
356 LineEditItem* li=qobject_cast<LineEditItem*>(vi[i]); in readSomething()
364 vi=ViewItem::getItems<ViewItem>(); in readSomething()
879 for(int i=0;i<vi.size();i++) { in eliminate()
880 if(command.contains(vi[i]->shortName().toLatin1())) { in eliminate()
881 vi[i]->hide(); // goodbye, memory. in eliminate()
[all …]
/dports/devel/m17n-db/m17n-db-1.8.0/MIM/
H A Dvi-viqr.mim1 ;; vi-viqr.mim -- Input method for Vietnames with VIQR key sequence
24 (input-method vi viqr)
50 (include (t nil vi-base) macro)
51 (include (t nil vi-base) map)
81 (state
97 ;; The state shifted to when an initial consonants is typed and
103 ;; The state shifted to when a vowel is typed.
119 ;; The state shifted to when a consonant is typed after a vowel.
129 ;; The state shifted to when a tone-mark is typed.
145 (permanent-escape (insert "\\") (shift init))
[all …]
H A Dvi-vni.mim1 ;; vi-vni.mim -- Input method for Vietnames with VNI key sequence
24 (input-method vi vni)
50 (include (t nil vi-base) macro)
51 (include (t nil vi-base) map)
81 (state
98 ;; The state shifted to when an initial consonants is typed and
104 ;; The state shifted to when a vowel is typed.
120 ;; The state shifted to when a consonant is typed after a vowel.
130 ;; The state shifted to when a tone-mark is typed.
146 (permanent-escape (insert "\\") (shift init))
[all …]
H A Dvi-tcvn.mim1 ;; vi-tcvn.mim -- Input method for Vietnames with TCVN6064 key sequence
24 (input-method vi tcvn)
50 (include (t nil vi-base) macro)
51 (include (t nil vi-base) map)
90 (state
108 ;; The state shifted to when an initial consonants is typed and
114 ;; The state shifted to when a vowel is typed.
130 ;; The state shifted to when a consonant is typed after a vowel.
140 ;; The state shifted to when a tone-mark is typed.
156 (permanent-escape (insert "\\") (shift init))
[all …]
H A Dvi-telex.mim1 ;; vi-telex.mim -- Input method for Vietnames with TELEX key sequence
24 (input-method vi telex)
50 (include (t nil vi-base) macro)
51 (include (t nil vi-base) map)
100 (state
122 ;; The state shifted to when an initial consonants is typed and
128 ;; The state shifted to when a vowel is typed.
146 ;; The state shifted to when a consonant is typed after a vowel.
162 ;; The state shifted to when a tone-mark is typed.
178 (permanent-escape (insert "\\") (shift init))
[all …]
/dports/devel/gdb/gdb-11.1/readline/readline/
H A DNEWS7 did not, treat it as a new completion attempt and insert a match as
56 d. A negative argument (-N) to `quoted-insert' means to insert the next N
57 characters using quoted-insert.
77 initial quoting state, so quoting state can be inherited from a previous
100 (new `emacs-mode-string', `vi-cmd-mode-string' and `vi-ins-mode-string'
111 f. There is a new bindable command `vi-yank-pop', a vi-mode version of emacs-
117 h. The insert-char function attempts to batch-insert all pending typeahead
118 that maps to self-insert, as long as it is coming from the terminal.
121 unset any state set by readline's callback mode. Intended to be used
256 historical vi behaves.
[all …]
/dports/devel/readline/readline-8.1/
H A DNEWS7 did not, treat it as a new completion attempt and insert a match as
56 d. A negative argument (-N) to `quoted-insert' means to insert the next N
57 characters using quoted-insert.
77 initial quoting state, so quoting state can be inherited from a previous
100 (new `emacs-mode-string', `vi-cmd-mode-string' and `vi-ins-mode-string'
111 f. There is a new bindable command `vi-yank-pop', a vi-mode version of emacs-
117 h. The insert-char function attempts to batch-insert all pending typeahead
118 that maps to self-insert, as long as it is coming from the terminal.
121 unset any state set by readline's callback mode. Intended to be used
256 historical vi behaves.
[all …]
/dports/shells/zsh/zsh-5.8.1/Doc/Zsh/
H A Dzle.yo80 sitem(tt(viins))(vi emulation - insert mode)
1098 state.
1191 vi command mode and vi insert mode
1491 item(tt(vi-quoted-insert))(
1584 tt(vi-quoted-insert).
1832 tindex(vi-insert)
1836 tindex(vi-insert-bol)
1920 tindex(vi-quoted-insert)
2274 tt(vi-quoted-insert),
2319 tindex(vi-pound-insert)
[all …]
/dports/devel/libtecla/libtecla/
H A Dgetline.c4386 if(gl->editor == GL_VI_MODE && !gl->vi.command && !gl->insert) { in gl_delete_chars()
4749 int insert = gl->insert; in KT_KEY_FN() local
4803 gl->insert = insert; in KT_KEY_FN()
4924 gl->insert = insert; in KT_KEY_FN()
7037 int insert = gl->insert; in KT_KEY_FN() local
7069 gl->insert = insert; in KT_KEY_FN()
7131 int insert = gl->insert; in KT_KEY_FN() local
7164 gl->insert = insert; in KT_KEY_FN()
9634 if(gl && state) {
9643 _glh_state_of_history(gl->glh, &state->enabled, &state->group,
[all …]
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/prm/src/
H A DLazyPRM.cpp285 ompl::geometric::LazyPRM::Vertex ompl::geometric::LazyPRM::addMilestone(base::State *state) in addMilestone() argument
288 stateProperty_[m] = state; in addMilestone()
490 boost::graph_traits<Graph>::vertex_iterator vi, vend; in constructSolution() local
491 for (boost::tie(vi, vend) = boost::vertices(g_); vi != vend; ++vi, ++index) in constructSolution()
492 indexProperty_[*vi] = index; in constructSolution()
535 milestonesToRemove.insert(pos); in constructSolution()
554 neighbors.insert(*nbh); in constructSolution()
581 …std::vector<const base::State *>::const_iterator prevState = states.begin(), state = prevState + 1; in constructSolution() local
589 if (si_->checkMotion(*state, *prevState)) in constructSolution()
600 prevState = state; in constructSolution()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qtum/
H A Dqtumstate.cpp31 _sealEngine.deleteAddresses.insert({_t.sender(), _envInfo.author()}); in execute()
167 dev::RLP state(stateBack); in vin() local
171 …std::forward_as_tuple(Vin{state[0].toHash<dev::h256>(), state[1].toInt<uint32_t>(), state[2].toInt… in vin()
245 Vin* vi = const_cast<Vin*>(vin(v.first)); in updateUTXO() local
247 if(vi){ in updateUTXO()
248 vi->hash = v.second.hash; in updateUTXO()
249 vi->nVout = v.second.nVout; in updateUTXO()
250 vi->value = v.second.value; in updateUTXO()
251 vi->alive = v.second.alive; in updateUTXO()
330 if(auto a = state->vin(ti.from)) in selectionVin()
[all …]
/dports/editors/emacs/emacs-27.2/doc/misc/
H A Dviper.texi1750 It @code{t}, cursor moves back 1 character when switching from insert state to vi
1856 insert state.
1895 @item viper-vi-state-hook nil
1898 @item viper-insert-state-hook nil
1952 @vindex viper-vi-state-hook
1953 @vindex viper-insert-state-hook
2075 should use @code{vi-state} and @code{insert-state}. Changes in Insert state
2262 @code{viper-vi-state-mode-list}.
2267 @vindex viper-vi-state-mode-list
2846 @code{emacs-state} instead of @code{vi-state} or @code{insert-state}.
[all …]

12345678910>>...146