Home
last modified time | relevance | path

Searched defs:del (Results 1 – 25 of 4375) sorted by relevance

12345678910>>...175

/dports/math/octave/octave-6.4.0/scripts/strings/
H A Dstrsplit.m181 del = {" ", "\f", "\n", "\r", "\t", "\v"}; variable
183 del = '\s'; variable
205 del = cellfun (@do_string_escapes, del, "uniformoutput", false); variable
207 del = do_string_escapes (del); variable
210 del = regexprep (del, '([{}()[\]^$.*?+|\\])', '\\$1'); variable
217 del = sprintf ("%s|", del{:}); variable
221 del = [ "(" del ")+" ]; variable
/dports/devel/R-cran-waldo/waldo/tests/testthat/
H A Dtest-ses.R2 del <- ses(c("a", "b", "c"), c("a", "b")) globalVar
13 del <- ses(c("a", "b", "c", "d"), c("a", "b")) globalVar
21 del <- ses(c(letters,"x"), letters) globalVar
/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/
H A Dwxlobject.cpp196 wxLuaSmartwxArrayStringRefData(wxArrayString* arr, bool del) : m_arr(arr), m_delete(del) in wxLuaSmartwxArrayStringRefData()
207 wxLuaSmartwxArrayString::wxLuaSmartwxArrayString(wxArrayString *arr, bool del) in wxLuaSmartwxArrayString()
223 …wxLuaSmartwxSortedArrayStringRefData(wxSortedArrayString* arr, bool del) : m_arr(arr), m_delete(de… in wxLuaSmartwxSortedArrayStringRefData()
234 wxLuaSmartwxSortedArrayString::wxLuaSmartwxSortedArrayString(wxSortedArrayString *arr, bool del) in wxLuaSmartwxSortedArrayString()
250 wxLuaSmartwxArrayIntRefData(wxArrayInt* arr, bool del) : m_arr(arr), m_delete(del) in wxLuaSmartwxArrayIntRefData()
261 wxLuaSmartwxArrayInt::wxLuaSmartwxArrayInt(wxArrayInt *arr, bool del) in wxLuaSmartwxArrayInt()
278 wxLuaSmartwxArrayDoubleRefData(wxArrayDouble* arr, bool del) : m_arr(arr), m_delete(del) in wxLuaSmartwxArrayDoubleRefData()
289 wxLuaSmartwxArrayDouble::wxLuaSmartwxArrayDouble(wxArrayDouble *arr, bool del) in wxLuaSmartwxArrayDouble()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/external/cmake/FindCXXFeatures/
H A Dcxx11-delegating_constructors.cxx1 class del { class
9 del::del() in del() function in del
14 del::del(int k) in del() function in del
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/FMDP/planning/
H A DtreeOperatorStrategy_tpl.h124 Idx del) { in maximize()
138 Idx del) { in minimize()
151 Idx del) { in multiply()
168 Idx del) { in argmaximize()
187 Idx del) { in add()
204 Idx del) { in subtract()
H A DmddOperatorStrategy_tpl.h128 Idx del) { in maximize()
140 Idx del) { in minimize()
152 Idx del) { in multiply()
166 Idx del) { in argmaximize()
187 Idx del) { in add()
203 Idx del) { in subtract()
/dports/www/squid/squid-4.15/src/
H A DStrList.cc18 strListAdd(String * str, const char *item, char del) in strListAdd()
36 strListIsMember(const String * list, const char *m, char del) in strListIsMember()
54 strListIsSubstr(const String * list, const char *s, char del) in strListIsSubstr()
77 strListGetItem(const String * str, char del, const char **item, int *ilen, const char **pos) in strListGetItem()
/dports/math/faiss/faiss-1.7.1/faiss/
H A DIndexPreTransform.cpp69 ScopeDeleter<float> del; in train() local
115 ScopeDeleter<float> del; in apply_chain() local
130 ScopeDeleter<float> del; in reverse_chain() local
144 ScopeDeleter<float> del(xt == x ? nullptr : xt); in add() local
155 ScopeDeleter<float> del(xt == x ? nullptr : xt); in add_with_ids() local
170 ScopeDeleter<float> del(xt == x ? nullptr : xt); in search() local
181 ScopeDeleter<float> del(xt == x ? nullptr : xt); in range_search() local
198 ScopeDeleter<float> del(recons == x ? nullptr : x); in reconstruct() local
208 ScopeDeleter<float> del(recons == x ? nullptr : x); in reconstruct_n() local
228 ScopeDeleter<float> del((xt == x) ? nullptr : xt); in search_and_reconstruct() local
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dvisitable_remove_test.cpp97 std::list<item> del = p.remove_items_with( [&container_id]( const item & e ) { in __anon0c438c330502() variable
124 std::list<item> del = p.remove_items_with( [&container_id]( const item & e ) { in __anon0c438c330802() variable
157 std::list<item> del = p.remove_items_with( [&container_id]( const item & e ) { in __anon0c438c330b02() variable
187 std::list<item> del = p.remove_items_with( [&container_id]( const item & e ) { in __anon0c438c330e02() variable
233 std::list<item> del = p.remove_items_with( [&liquid_id]( const item & e ) { in __anon0c438c331102() variable
274 std::list<item> del = p.remove_items_with( [&liquid_id]( const item & e ) { in __anon0c438c331502() variable
330 std::list<item> del = sel.remove_items_with( [&container_id]( const item & e ) { in __anon0c438c331702() variable
357 std::list<item> del = sel.remove_items_with( [&container_id]( const item & e ) { in __anon0c438c331a02() variable
384 std::list<item> del = cur.remove_items_with( [&container_id]( const item & e ) { in __anon0c438c331d02() variable
444 std::list<item> del = sel.remove_items_with( [&container_id]( const item & e ) { in __anon0c438c332102() variable
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dvisitable_remove_test.cpp97 std::list<item> del = p.remove_items_with( [&container_id]( const item & e ) { in __anon5ea56f850502() variable
124 std::list<item> del = p.remove_items_with( [&container_id]( const item & e ) { in __anon5ea56f850802() variable
157 std::list<item> del = p.remove_items_with( [&container_id]( const item & e ) { in __anon5ea56f850b02() variable
187 std::list<item> del = p.remove_items_with( [&container_id]( const item & e ) { in __anon5ea56f850e02() variable
233 std::list<item> del = p.remove_items_with( [&liquid_id]( const item & e ) { in __anon5ea56f851102() variable
274 std::list<item> del = p.remove_items_with( [&liquid_id]( const item & e ) { in __anon5ea56f851502() variable
330 std::list<item> del = sel.remove_items_with( [&container_id]( const item & e ) { in __anon5ea56f851702() variable
357 std::list<item> del = sel.remove_items_with( [&container_id]( const item & e ) { in __anon5ea56f851a02() variable
384 std::list<item> del = cur.remove_items_with( [&container_id]( const item & e ) { in __anon5ea56f851d02() variable
444 std::list<item> del = sel.remove_items_with( [&container_id]( const item & e ) { in __anon5ea56f852102() variable
[all …]
/dports/mail/courier/courier-0.65.3/courier/module.esmtp/
H A Desmtpclient.c138 struct moduledel *del; in esmtpchild() local
773 static void talking(struct moduledel *del, struct ctlfile *ctf) in talking()
1077 static int hello(struct moduledel *del, struct ctlfile *ctf) in hello()
1624 struct moduledel *del, struct ctlfile *ctf, int istalking) in smtpreply()
1688 struct moduledel *del, struct ctlfile *ctf, int istalking) in smtpcommand()
1702 static int rset(struct moduledel *del, struct ctlfile *ctf) in rset()
1723 static void push(struct moduledel *del, struct ctlfile *ctf) in push()
1881 static char *rcptcmd(struct moduledel *del, in rcptcmd()
1972 static int do_pipeline_rcpt(struct moduledel *del, in do_pipeline_rcpt()
2386 struct moduledel *del, struct ctlfile *ctf, int *rcptok) in parseexdatareply()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Constraints/
H A DThrowsConstraint.cs77 public override bool Matches<T>(ActualValueDelegate<T> del) in Matches()
82 public override bool Matches(ActualValueDelegate del) in Matches()
201 public VoidInvocationDescriptor(TestDelegate del) in VoidInvocationDescriptor()
223 public GenericInvocationDescriptor(ActualValueDelegate<T> del) in GenericInvocationDescriptor()
243 public ObjectInvocationDescriptor(ActualValueDelegate del) in ObjectInvocationDescriptor()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/splash/
H A DSplashFontFile.cc104 void SplashFontSrc::setFile(GooString *file, GBool del) in setFile()
111 void SplashFontSrc::setFile(const char *file, GBool del) in setFile()
118 void SplashFontSrc::setBuf(char *bufA, int bufLenA, GBool del) in setBuf()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/splash/
H A DSplashFontFile.cc104 void SplashFontSrc::setFile(GooString *file, GBool del) in setFile()
111 void SplashFontSrc::setFile(const char *file, GBool del) in setFile()
118 void SplashFontSrc::setBuf(char *bufA, int bufLenA, GBool del) in setBuf()
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashFontFile.cc104 void SplashFontSrc::setFile(GooString *file, GBool del) in setFile()
111 void SplashFontSrc::setFile(const char *file, GBool del) in setFile()
118 void SplashFontSrc::setBuf(char *bufA, int bufLenA, GBool del) in setBuf()
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashFontFile.cc104 void SplashFontSrc::setFile(GooString *file, GBool del) in setFile()
111 void SplashFontSrc::setFile(const char *file, GBool del) in setFile()
118 void SplashFontSrc::setBuf(char *bufA, int bufLenA, GBool del) in setBuf()
/dports/graphics/poppler/poppler-21.12.0/splash/
H A DSplashFontFile.cc103 void SplashFontSrc::setFile(GooString *file, bool del) in setFile()
110 void SplashFontSrc::setFile(const char *file, bool del) in setFile()
117 void SplashFontSrc::setBuf(char *bufA, int bufLenA, bool del) in setBuf()
/dports/graphics/poppler-glib/poppler-21.12.0/splash/
H A DSplashFontFile.cc103 void SplashFontSrc::setFile(GooString *file, bool del) in setFile()
110 void SplashFontSrc::setFile(const char *file, bool del) in setFile()
117 void SplashFontSrc::setBuf(char *bufA, int bufLenA, bool del) in setBuf()
/dports/graphics/poppler-qt5/poppler-21.12.0/splash/
H A DSplashFontFile.cc103 void SplashFontSrc::setFile(GooString *file, bool del) in setFile()
110 void SplashFontSrc::setFile(const char *file, bool del) in setFile()
117 void SplashFontSrc::setBuf(char *bufA, int bufLenA, bool del) in setBuf()
/dports/graphics/poppler-utils/poppler-21.12.0/splash/
H A DSplashFontFile.cc103 void SplashFontSrc::setFile(GooString *file, bool del) in setFile()
110 void SplashFontSrc::setFile(const char *file, bool del) in setFile()
117 void SplashFontSrc::setBuf(char *bufA, int bufLenA, bool del) in setBuf()
/dports/devel/poco/poco-1.10.1-all/XML/src/
H A DEventDispatcher.cpp78 EventListenerList::iterator del = it++; in removeEventListener() local
98 EventListenerList::iterator del = it++; in dispatchEvent() local
118 EventListenerList::iterator del = it++; in captureEvent() local
138 EventListenerList::iterator del = it++; in bubbleEvent() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/
H A DTestDeletionService.java106 DeletionService del = new DeletionService(exec); in testAbsDelete() local
140 DeletionService del = in testRelativeDelete() local
179 DeletionService del = new DeletionService(exec); in testNoDelete() local
202 DeletionService del = new DeletionService(Mockito.mock(ContainerExecutor.class)); in testStopWithDelayedTasks() local
220 DeletionService del = new DeletionService(exec); in testFileDeletionTaskDependency() local
308 DeletionService del = in testRecovery() local
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Ddirname.cpp20 char del('\\'); in dirname() local
22 char del('/'); in dirname() local
/dports/www/mybb/mybb-mybb_1829/admin/styles/default/
H A Dstyle.css32 ins, del { selector
40 del { selector
/dports/net/kea/kea-2.0.1/doc/sphinx/arm/
H A Dhooks-cb-cmds.rst218 .. _command-remote-server4-get:
219 .. _command-remote-server6-get:
665 .. _command-remote-network4-get:
667 .. _command-remote-network6-get:
918 .. _command-remote-option-def4-get:
920 .. _command-remote-option-def6-get:
1090 .. _command-remote-option4-global-get:
1465 .. _command-remote-option4-pool-set:
1467 .. _command-remote-option6-pool-set:
1949 .. _command-remote-class4-get:
[all …]

12345678910>>...175