Home
last modified time | relevance | path

Searched refs:mdrop (Results 1 – 21 of 21) sorted by relevance

/dports/math/R/R-4.1.2/src/library/grDevices/R/
H A Draster.R125 mdrop <- missing(drop) functionVar
126 nA <- nargs() - (!mdrop)
127 if(!mdrop && !isFALSE(drop))
/dports/math/libRmath/R-4.1.1/src/library/grDevices/R/
H A Draster.R125 mdrop <- missing(drop) functionVar
126 nA <- nargs() - (!mdrop)
127 if(!mdrop && !isFALSE(drop))
/dports/games/instead/instead-3.4.1/doc/examples/stead2/menu-demo/
H A Dmain.lua10 mdrop = obj_menu('БРОСИТЬ', 'drop', false, true);
37 put(mdrop, me())
/dports/mail/qpopper/qpopper4.1.0/mmangle/
H A Dmime.h338 FILE *mdrop; member
H A Dmime.c777 s->multAttribs.attribs[s->multAttribs.nestLevel].offset = ftell(s->mdrop);
930 …fseek(State->mdrop, State->multAttribs.attribs[State->multAttribs.nestLevel - 1].offset, SEEK_SET);
1100 s->mdrop = drop;
/dports/textproc/R-cran-rbibutils/rbibutils/R/
H A Dbibentry.R308 mdrop <- missing(drop) functionVar
309 Narg <- nargs() - !mdrop
/dports/math/R-cran-NMF/NMF/R/
H A DNMF-class.R1149 mdrop <- missing(drop)
1152 Nargs <- nargs() - !mdrop
1188 if( single.arg && ((mdrop && length(k) == 1L) || drop) ) return( drop(basis(x)) )
/dports/math/R/R-4.1.2/src/library/base/R/
H A Ddataframe.R612 mdrop <- missing(drop) functionVar
613 Narg <- nargs() - !mdrop # number of arg from x,i,j that were specified
620 if(!mdrop) warning("'drop' argument will be ignored")
668 if(drop && !mdrop && nrow == 1L)
734 drop <- !mdrop && nrow == 1L
/dports/math/libRmath/R-4.1.1/src/library/base/R/
H A Ddataframe.R612 mdrop <- missing(drop) functionVar
613 Narg <- nargs() - !mdrop # number of arg from x,i,j that were specified
620 if(!mdrop) warning("'drop' argument will be ignored")
668 if(drop && !mdrop && nrow == 1L)
734 drop <- !mdrop && nrow == 1L
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dclients2c.cpp1419 int mdrop = 0; in parseDemoFilename() local
1435 case 3: mdrop = atoi(pch); break; in parseDemoFilename()
1443 extern const char *getDemoFilename(int gmode, int mplay, int mdrop, int tstamp, char *srvmap); in parseDemoFilename()
1444 return getDemoFilename(gmode, mplay, mdrop, stamp, srvmap); in parseDemoFilename()
H A Dserver.cpp484 const char *getDemoFilename(int gmode, int mplay, int mdrop, int tstamp, char *srvmap) in getDemoFilename() argument
515 case 'm': formatstring(cfspp)("%d", mdrop/60); break; in getDemoFilename()
518 case 's': formatstring(cfspp)("%d", mdrop); break; in getDemoFilename()
/dports/mail/mew/mew-6.8/
H A D00diff262 * +mdrop is renamed to $inbox.
284 * +mdrop is implemented. You can remove messages on your POP server
H A D00changes.263 * Allowing the 'X' mark for +mdrop.
112 * Touching folders when 'mdrop.
122 * +mdrop finally.
H A D00changes.3649 * +mdrop is renamed to $inbox.
/dports/mail/mew-devel/Mew-6.8-72-gfc4bca6/
H A D00diff268 * +mdrop is renamed to $inbox.
290 * +mdrop is implemented. You can remove messages on your POP server
H A D00changes.263 * Allowing the 'X' mark for +mdrop.
112 * Touching folders when 'mdrop.
122 * +mdrop finally.
H A D00changes.3649 * +mdrop is renamed to $inbox.
/dports/textproc/bat/bat-0.18.3/tests/syntax-tests/highlighted/Rust/
H A Doutput.rs156 … fn drop[38;2;248;248;…
/dports/mail/fetchmail/fetchmail-6.4.28/
H A DFAQ1104 mdrop:local-pop-user' for the second hack to your mailertable.
/dports/mail/fetchmailconf/fetchmail-6.4.28/
H A DFAQ1104 mdrop:local-pop-user' for the second hack to your mailertable.
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources275999 | mdrop vv |
276001 ifTrue: [(shared includes: mv last) ifTrue: [mdrop := mv last]]
276004 ifTrue: [(shared includes: mv second) ifTrue: [mdrop := mv first]]].
276006 ifTrue: [(shared includes: mv second) ifTrue: [mdrop := mv second]].
276007 mdrop ifNil: [^nil].
276008 mv remove: mdrop.
276009 hv remove: mdrop.
276010 shared remove: mdrop.