Home
last modified time | relevance | path

Searched refs:_remove (Results 1 – 25 of 910) sorted by relevance

12345678910>>...37

/dports/games/black-hole-solver/black-hole-solver-1.10.1/scripts/
H A Dsource_filter.py30 def _remove(text, pat): function
38 pre, suf = _remove(
55 pre, text = _remove(
57 pre2, text = _remove(
59 pre3, text = _remove(
61 pre4, text = _remove(
72 pre, text = _remove(
75 pre2, text = _remove(
/dports/net/corosync2/corosync-2.4.5/include/corosync/
H A Dlist.h74 static void inline list_del (struct list_head *_remove) in list_del() argument
76 _remove->next->prev = _remove->prev; in list_del()
77 _remove->prev->next = _remove->next; in list_del()
79 _remove->next = (struct list_head *)0xdeadb33f; in list_del()
80 _remove->prev = (struct list_head *)0xdeadb33f; in list_del()
/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/
H A DLValue.h58 …virtual void retrieveValue(langutil::SourceLocation const& _location, bool _remove = false) const …
86 void retrieveValue(langutil::SourceLocation const& _location, bool _remove = false) const override;
112 void retrieveValue(langutil::SourceLocation const& _location, bool _remove = false) const override;
137 void retrieveValue(langutil::SourceLocation const& _location, bool _remove = false) const override;
164 void retrieveValue(langutil::SourceLocation const& _location, bool _remove = false) const override;
186 void retrieveValue(langutil::SourceLocation const& _location, bool _remove = false) const override;
208 void retrieveValue(langutil::SourceLocation const& _location, bool _remove = false) const override;
/dports/net/jgroups/jgroups-2.12.0/tests/junit-functional/org/jgroups/tests/
H A DAckMcastSenderWindowTest.java185 private void _remove(long seqno, Address addr) { in _remove() method in AckMcastSenderWindowTest
214 _remove(2, _RECVS[2]); in _ackerRun()
224 _remove(1, _RECVS[1]); in _ackerRun()
236 _remove(1, _RECVS[0]); in _ackerRun()
238 _remove(2, _RECVS[0]); in _ackerRun()
240 _remove(2, _RECVS[1]); in _ackerRun()
250 _remove(1, _RECVS[2]); in _ackerRun()
/dports/games/battletanks/btanks-0.9.8083/engine/menu/
H A Dprofiles_menu.cpp30 _remove = new Button("medium_dark", I18n->get("menu", "delete")); in ProfilesMenu()
39 _remove->get_size(cw, ch); in ProfilesMenu()
52 add(base_x + size[0] + size[1], base_y, _remove); in ProfilesMenu()
87 _remove->hide(_ids.size() < 2); in init()
113 if (_remove->changed()) { in tick()
114 _remove->reset(); in tick()
/dports/mail/astroid/astroid-0.15/src/actions/
H A Dtag_action.cc20 vector<ustring> _remove) in TagAction() argument
21 : add (_add), remove (_remove) in TagAction()
34 vector<ustring> _remove) in TagAction() argument
35 : taggables(nmts), add (_add), remove (_remove) in TagAction()
/dports/devel/msbuild/msbuild-0.06/src/Build/Instance/
H A DProjectItemGroupTaskItemInstance.cs45 private string _remove; field in Microsoft.Build.Execution.ProjectItemGroupTaskItemInstance
158 _remove = remove; in ProjectItemGroupTaskItemInstance()
188 _remove = that._remove; in ProjectItemGroupTaskItemInstance()
233 { return _remove; }
384 translator.Translate(ref _remove); in INodePacketTranslatable.Translate()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dweakref.py55 self._remove = remove
83 self.data[key] = KeyedRef(value, self._remove, key)
178 self.data[key] = KeyedRef(default, self._remove, key)
189 d[key] = KeyedRef(o, self._remove, key)
255 self._remove = remove
268 self.data[ref(key, self._remove)] = value
375 return self.data.setdefault(ref(key, self._remove),default)
383 d[ref(key, self._remove)] = value
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dweakref.py52 self._remove = remove
80 self.data[key] = KeyedRef(value, self._remove, key)
175 self.data[key] = KeyedRef(default, self._remove, key)
186 d[key] = KeyedRef(o, self._remove, key)
249 self._remove = remove
262 self.data[ref(key, self._remove)] = value
369 return self.data.setdefault(ref(key, self._remove),default)
377 d[ref(key, self._remove)] = value
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/vendor/
H A Dlru_cache.hpp145 _remove( miter );
195 this->_remove( miter );
209 this->_remove( liter->first );
241 inline void _remove( const Map_Iter &miter ) { function in LRUCache
249 inline void _remove( const Key &key ) { function in LRUCache
/dports/www/firefox-esr/firefox-91.8.0/config/
H A DMozZipFile.py35 self._remove = []
93 self._remove.append(self.filelist.pop(i))
106 if not self._remove:
117 lambda zi: (zi, False), self._remove
121 self._remove = []
/dports/mail/thunderbird/thunderbird-91.8.0/config/
H A DMozZipFile.py35 self._remove = []
93 self._remove.append(self.filelist.pop(i))
106 if not self._remove:
117 lambda zi: (zi, False), self._remove
121 self._remove = []
/dports/net-im/prosody/prosody-0.11.13/util/
H A Dcache.lua2 local function _remove(list, m) function
39 _remove(self, m);
44 _remove(self, m);
61 _remove(self, tail);
131 _remove(self, tail);
/dports/lang/spidermonkey78/firefox-78.9.0/config/
H A DMozZipFile.py36 self._remove = []
92 self._remove.append(self.filelist.pop(i))
105 if not self._remove:
116 map(lambda zi: (zi, False), self._remove)
119 self._remove = []
/dports/www/firefox/firefox-99.0/config/
H A DMozZipFile.py35 self._remove = []
93 self._remove.append(self.filelist.pop(i))
106 if not self._remove:
117 lambda zi: (zi, False), self._remove
121 self._remove = []
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/
H A DActionVisitor.cpp167 _remove.clear(); in apply()
169 for (int i = 0; i < (int)_remove.size(); i++) in apply()
170 tm.removeAction(_remove[i].get()); in apply()
178 _remove.push_back(&action); in apply()
182 _remove.push_back(&action); in apply()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgAnimation/
H A DActionVisitor.cpp166 _remove.clear(); in apply()
168 for (int i = 0; i < (int)_remove.size(); i++) in apply()
169 tm.removeAction(_remove[i].get()); in apply()
177 _remove.push_back(&action); in apply()
181 _remove.push_back(&action); in apply()
/dports/lang/spidermonkey60/firefox-60.9.0/config/
H A DMozZipFile.py33 self._remove = []
89 self._remove.append(self.filelist.pop(i))
102 if not self._remove:
113 map(lambda zi: (zi, False), self._remove)
116 self._remove = []
/dports/www/firefox-legacy/firefox-52.8.0esr/config/
H A DMozZipFile.py33 self._remove = []
89 self._remove.append(self.filelist.pop(i))
102 if not self._remove:
113 map(lambda zi: (zi, False), self._remove)
116 self._remove = []
/dports/textproc/py-fingerprints/fingerprints-1.0.1/fingerprints/
H A Dreplacers.py70 remove_types._remove = {}
71 if clean not in remove_types._remove:
82 remove_types._remove[clean] = re.compile(forms, re.U)
85 return remove_types._remove[clean].sub('', text).strip()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dsessions_collection_mock.cpp41 _remove( in MockSessionsCollectionImpl()
49 _remove = std::move(hook); in setRemoveHook()
55 _remove = stdx::bind(&MockSessionsCollectionImpl::_removeRecords, this, stdx::placeholders::_1); in clearHooks()
63 return _remove(std::move(sessions)); in removeRecords()
/dports/ftp/lftp/lftp-4.9.2/src/
H A Dxarray.h71 void _remove(int i,int j);
72 void _remove(int i) { _remove(i,i+1); } in _remove() function
109 void remove(int i) { _remove(i); } in remove()
110 void remove(int i,int j) { _remove(i,j); } in remove()
163 void remove(int i) { dispose(i); _remove(i); } in remove()
164 void remove(int i,int j) { dispose(i,j); _remove(i,j); } in remove()
219 void remove(int i) { dispose(i); _remove(i); z(); } in remove()
220 void remove(int i,int j) { dispose(i,j); _remove(i,j); z(); } in remove()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Ddocument-subset.h45 void _removeOne(SPObject *obj) { _remove(obj, false); } in _removeOne()
46 void _removeSubtree(SPObject *obj) { _remove(obj, true); } in _removeSubtree()
53 void _remove(SPObject *obj, bool subtree);
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/test/
H A Dtest_nsp.py31 def _remove(self): member in TestNullSpace
39 v, w = self._remove()
46 v, w = self._remove()
55 v, w = self._remove()
/dports/net/iipsrv/iipsrv-iipsrv-1.1/src/
H A DCache.h154 void _remove( const TileMap::iterator &miter ) {
166 void _remove( const std::string &key ) {
168 this->_remove( miter );
215 this->_remove( miter );
239 this->_remove( liter->first );

12345678910>>...37