Home
last modified time | relevance | path

Searched +refs:sequence +refs:remove (Results 1 – 25 of 41223) sorted by relevance

12345678910>>...1649

/dports/science/py-dlib/dlib-19.22/dlib/sequence/
H A Dsequence_sort_1.h32 seq_base& sequence
89 seq_base& sequence in sort_this_sequence() argument
101 sequence.remove(0,partition_element); in sort_this_sequence()
105 sequence[sequence.size()-1], in sort_this_sequence()
106 sequence[(sequence.size()-1)/2] in sort_this_sequence()
113 sequence.remove(0,temp); in sort_this_sequence()
129 sequence.add(sequence.size(),partition_element); in sort_this_sequence()
141 seq_base& sequence in selection_sort() argument
150 sequence.remove(0,temp[i]); in selection_sort()
170 if (sequence[1] < sequence[0]) in selection_sort()
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/sequence/
H A Dsequence_sort_1.h32 seq_base& sequence
89 seq_base& sequence in sort_this_sequence() argument
101 sequence.remove(0,partition_element); in sort_this_sequence()
105 sequence[sequence.size()-1], in sort_this_sequence()
106 sequence[(sequence.size()-1)/2] in sort_this_sequence()
113 sequence.remove(0,temp); in sort_this_sequence()
129 sequence.add(sequence.size(),partition_element); in sort_this_sequence()
141 seq_base& sequence in selection_sort() argument
150 sequence.remove(0,temp[i]); in selection_sort()
170 if (sequence[1] < sequence[0]) in selection_sort()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsshortcutsmanager.cpp97 actionText.remove( '&' ); // remove the accelerator in registerAction()
103 action->setShortcut( sequence ); in registerAction()
148 mActions.remove( action ); in unregisterAction()
157 mShortcuts.remove( shortcut ); in unregisterShortcut()
233 actionText.remove( '&' ); // remove the accelerator in setKeySequence()
243 shortcut->setKey( sequence ); in setKeySequence()
265 if ( sequence.isEmpty() ) in actionForSequence()
279 if ( sequence.isEmpty() ) in shortcutForSequence()
315 mActions.remove( qobject_cast<QAction *>( sender() ) ); in actionDestroyed()
320 mShortcuts.remove( qobject_cast<QShortcut *>( sender() ) ); in shortcutDestroyed()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsshortcutsmanager.cpp98 actionText.remove( '&' ); // remove the accelerator in registerAction()
104 action->setShortcut( sequence ); in registerAction()
149 mActions.remove( action ); in unregisterAction()
158 mShortcuts.remove( shortcut ); in unregisterShortcut()
234 actionText.remove( '&' ); // remove the accelerator in setKeySequence()
244 shortcut->setKey( sequence ); in setKeySequence()
266 if ( sequence.isEmpty() ) in actionForSequence()
280 if ( sequence.isEmpty() ) in shortcutForSequence()
316 mActions.remove( qobject_cast<QAction *>( sender() ) ); in actionDestroyed()
321 mShortcuts.remove( qobject_cast<QShortcut *>( sender() ) ); in shortcutDestroyed()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/yaml-cpp/yaml-cpp/include/yaml-cpp/node/detail/
H A Dimpl.h30 return key < sequence.size() ? sequence[key] : nullptr;
35 if (key > sequence.size() || (key > 0 && !sequence[key - 1]->is_defined()))
37 if (key == sequence.size())
39 return sequence[key];
61 static bool remove(std::vector<node*>&, const Key&) { return false; }
69 static bool remove(std::vector<node*>& sequence, const Key& key) {
73 sequence.erase(sequence.begin() + key);
83 static bool remove(std::vector<node*>& sequence, const Key& key) {
84 return key >= 0 ? remove_idx<std::size_t>::remove(
162 inline bool node_data::remove(const Key& key, shared_memory_holder pMemory) {
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/lib/yamlcpp/include/yaml-cpp/node/detail/
H A Dimpl.h30 return key < sequence.size() ? sequence[key] : nullptr;
35 if (key > sequence.size() || (key > 0 && !sequence[key - 1]->is_defined()))
37 if (key == sequence.size())
39 return sequence[key];
61 static bool remove(std::vector<node*>&, const Key&) { return false; }
69 static bool remove(std::vector<node*>& sequence, const Key& key) {
73 sequence.erase(sequence.begin() + key);
83 static bool remove(std::vector<node*>& sequence, const Key& key) {
84 return key >= 0 ? remove_idx<std::size_t>::remove(
162 inline bool node_data::remove(const Key& key, shared_memory_holder pMemory) {
[all …]
/dports/biology/iqtree/IQ-TREE-2.0.6/yaml-cpp/include/yaml-cpp/node/detail/
H A Dimpl.h30 return key < sequence.size() ? sequence[key] : 0;
35 if (key > sequence.size() || (key > 0 && !sequence[key - 1]->is_defined()))
37 if (key == sequence.size())
39 return sequence[key];
61 static bool remove(std::vector<node*>&, const Key&) { return false; }
69 static bool remove(std::vector<node*>& sequence, const Key& key) {
73 sequence.erase(sequence.begin() + key);
83 static bool remove(std::vector<node*>& sequence, const Key& key) {
84 return key >= 0 ? remove_idx<std::size_t>::remove(
162 inline bool node_data::remove(const Key& key, shared_memory_holder pMemory) {
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/
H A DBindingTable.java219 bindings.remove(binding); in removeBindingSimple()
224 sequences.remove(binding); in removeBindingSimple()
230 bindings.remove(binding); in removeBindingSimple()
245 bindingList.remove(binding); in removeBinding()
253 bindingList.remove(binding); in removeBinding()
271 orderedBindingsByTrigger.remove(sequence); in evaluateOrderedBindings()
281 conflicts.put(sequence, conflictList); in evaluateOrderedBindings()
298 conflicts.remove(sequence); in evaluateOrderedBindings()
307 orderedBindingsByTrigger.remove(sequence); in evaluateOrderedBindings()
310 conflicts.remove(sequence); in evaluateOrderedBindings()
[all …]
/dports/devel/yaml-cpp/yaml-cpp-yaml-cpp-0.7.0/include/yaml-cpp/node/detail/
H A Dimpl.h32 return key < sequence.size() ? sequence[key] : nullptr;
37 if (key > sequence.size() || (key > 0 && !sequence[key - 1]->is_defined()))
39 if (key == sequence.size())
41 return sequence[key];
63 static bool remove(std::vector<node*>&, const Key&, std::size_t&) {
73 static bool remove(std::vector<node*>& sequence, const Key& key,
78 sequence.erase(sequence.begin() + key);
91 static bool remove(std::vector<node*>& sequence, const Key& key,
93 return key >= 0 ? remove_idx<std::size_t>::remove(
175 inline bool node_data::remove(const Key& key, shared_memory_holder pMemory) {
[all …]
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/command_system/
H A Dtools.py28 def remove(sequence, target): argument
29 if isinstance(sequence, list):
30 if target in sequence:
31 sequence.remove(target)
32 elif isinstance(sequence, dict):
33 if target in sequence:
34 del sequence[target]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/preference/
H A DPreferenceManager.java131 sequence.add(node); in buildSequence()
135 buildSequence(subnode, sequence, order); in buildSequence()
138 sequence.add(node); in buildSequence()
192 ArrayList<IPreferenceNode> sequence = new ArrayList<>(); in getElements() local
195 buildSequence(subnode, sequence, order); in getElements()
197 return sequence; in getElements()
230 public IPreferenceNode remove(String path) { in remove() method in PreferenceManager
234 return root.remove(path); in remove()
244 return parentNode.remove(id); in remove()
255 public boolean remove(IPreferenceNode node) {
[all …]
/dports/www/kanboard/kanboard-1.2.21/app/Model/
H A DRememberMeSessionModel.php38 public function find($token, $sequence) argument
43 ->eq('sequence', $sequence)
77 $sequence = Token::getToken();
90 'sequence' => $sequence,
97 'sequence' => $sequence,
109 public function remove($session_id) function in Kanboard\\Model\\RememberMeSessionModel
114 ->remove();
130 ->remove();
142 $sequence = Token::getToken();
148 ->update(array('sequence' => $sequence));
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pymol/
H A Deditor.py59 _self.remove("(hydro and %s)"%fragment)
65 _self.remove("(hydro and pkmol)")
70 _self.remove("(hydro and pkmol)")
120 _self.remove("(hydro and %s)"%object)
164 _self.remove("(pkmol and hydro)")
216 _self.remove("(pkmol and hydro)")
336 sequence = input
338 while len(sequence):
339 while len(sequence) and '/' in sequence[-1]:
379 if not len(sequence):
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/acd/
H A Dcutseq.acd2 documentation: "Remove a section from a sequence"
13 sequence: sequence [
28 default: "$(sequence.begin)"
29 minimum: "$(sequence.begin)"
30 maximum: "$(sequence.end)"
35 the sequence that you wish to remove."
36 expected: "Start of sequence (0)"
42 default: "$(sequence.end)"
43 maximum: "$(sequence.end)"
49 sequence that you wish to remove."
[all …]
/dports/lang/lfe/lfe-1.3/doc/src/
H A Dlfe_cl.3.md82 ## Simple sequence functions
84 **elt index sequence**
86 **length sequence**
88 **reverse sequence**
110 **remove item sequence**
112 **remove-if predicate sequence**
114 **remove-if-not predicate sequence**
116 **remove-duplicates sequence**
127 **find item sequence**
135 **position item sequence**
[all …]
/dports/math/pspp/pspp-1.4.1/tests/libpspp/
H A Dhmap.at24 CHECK_HMAP([insert-any-remove-any-random-hash])
25 CHECK_HMAP([insert-any-remove-any-identity-hash])
26 CHECK_HMAP([insert-any-remove-any-constant-hash])
27 CHECK_HMAP([insert-any-remove-same-random-hash])
28 CHECK_HMAP([insert-any-remove-same-identity-hash])
29 CHECK_HMAP([insert-any-remove-same-constant-hash])
30 CHECK_HMAP([insert-any-remove-reverse-random-hash])
31 CHECK_HMAP([insert-any-remove-reverse-identity-hash])
33 CHECK_HMAP([random-sequence-random-hash])
34 CHECK_HMAP([random-sequence-identity-hash])
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/python/
H A Dlist.hpp24 void extend(object_cref sequence); // extend list by appending sequence elements
35 void remove(object_cref value); // remove first occurrence of value
49 explicit list_base(object_cref sequence); // new list initialized from sequence's items
64 explicit list(T const& sequence) in list() argument
65 : base(object(sequence)) in list()
115 void remove(T const& value) in remove() function in boost::python::list
117 base::remove(object(value)); in remove()
/dports/devel/R-cran-BH/BH/inst/include/boost/python/
H A Dlist.hpp24 void extend(object_cref sequence); // extend list by appending sequence elements
35 void remove(object_cref value); // remove first occurrence of value
49 explicit list_base(object_cref sequence); // new list initialized from sequence's items
64 explicit list(T const& sequence) in list() argument
65 : base(object(sequence)) in list()
115 void remove(T const& value) in remove() function in boost::python::list
117 base::remove(object(value)); in remove()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/python/
H A Dlist.hpp24 void extend(object_cref sequence); // extend list by appending sequence elements
35 void remove(object_cref value); // remove first occurrence of value
49 explicit list_base(object_cref sequence); // new list initialized from sequence's items
64 explicit list(T const& sequence) in list() argument
65 : base(object(sequence)) in list()
115 void remove(T const& value) in remove() function in boost::python::list
117 base::remove(object(value)); in remove()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/python/
H A Dlist.hpp24 void extend(object_cref sequence); // extend list by appending sequence elements
35 void remove(object_cref value); // remove first occurrence of value
49 explicit list_base(object_cref sequence); // new list initialized from sequence's items
64 explicit list(T const& sequence) in list() argument
65 : base(object(sequence)) in list()
115 void remove(T const& value) in remove() function in boost::python::list
117 base::remove(object(value)); in remove()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/python/
H A Dlist.hpp24 void extend(object_cref sequence); // extend list by appending sequence elements
35 void remove(object_cref value); // remove first occurrence of value
49 explicit list_base(object_cref sequence); // new list initialized from sequence's items
64 explicit list(T const& sequence) in list() argument
65 : base(object(sequence)) in list()
115 void remove(T const& value) in remove() function in boost::python::list
117 base::remove(object(value)); in remove()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/python/
H A Dlist.hpp24 void extend(object_cref sequence); // extend list by appending sequence elements
35 void remove(object_cref value); // remove first occurrence of value
49 explicit list_base(object_cref sequence); // new list initialized from sequence's items
64 explicit list(T const& sequence) in list() argument
65 : base(object(sequence)) in list()
115 void remove(T const& value) in remove() function in boost::python::list
117 base::remove(object(value)); in remove()
/dports/databases/percona57-server/boost_1_59_0/boost/python/
H A Dlist.hpp24 void extend(object_cref sequence); // extend list by appending sequence elements
35 void remove(object_cref value); // remove first occurrence of value
49 explicit list_base(object_cref sequence); // new list initialized from sequence's items
64 explicit list(T const& sequence) in list() argument
65 : base(object(sequence)) in list()
115 void remove(T const& value) in remove() function in boost::python::list
117 base::remove(object(value)); in remove()
/dports/databases/xtrabackup/boost_1_59_0/boost/python/
H A Dlist.hpp24 void extend(object_cref sequence); // extend list by appending sequence elements
35 void remove(object_cref value); // remove first occurrence of value
49 explicit list_base(object_cref sequence); // new list initialized from sequence's items
64 explicit list(T const& sequence) in list() argument
65 : base(object(sequence)) in list()
115 void remove(T const& value) in remove() function in boost::python::list
117 base::remove(object(value)); in remove()
/dports/databases/percona57-client/boost_1_59_0/boost/python/
H A Dlist.hpp24 void extend(object_cref sequence); // extend list by appending sequence elements
35 void remove(object_cref value); // remove first occurrence of value
49 explicit list_base(object_cref sequence); // new list initialized from sequence's items
64 explicit list(T const& sequence) in list() argument
65 : base(object(sequence)) in list()
115 void remove(T const& value) in remove() function in boost::python::list
117 base::remove(object(value)); in remove()

12345678910>>...1649