search for: 302400

Displaying 5 results from an estimated 5 matches for "302400".

Did you mean: 102400
2017 Jul 07
2
CMake dependencies and building LLVM
...0600, 300800, 2877 300800, 301000, 3003 301000, 301200, 2750 301200, 301400, 2579 301400, 301600, 2709 301600, 301700, 2325 301700, 301800, 2357 301800, 301900, 2667 301900, 302000, 2466 302000, 302100, 2499 302100, 302200, 2063 302200, 302250, 2884 302250, 302300, 2007 302300, 302350, 2209 302350, 302400, 737 302400, 302450, 2398 302450, 302500, 2856 302500, 302550, 2090 302550, 302600, 2866 302600, 302625, 1786 302625, 302650, 1966 302650, 302675, 1583 302675, 302700, 307 302700, 302725, 2246 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/...
2017 Jul 07
2
CMake dependencies and building LLVM
...> 301200, 301400, 2579 > 301400, 301600, 2709 > 301600, 301700, 2325 > 301700, 301800, 2357 > 301800, 301900, 2667 > 301900, 302000, 2466 > 302000, 302100, 2499 > 302100, 302200, 2063 > 302200, 302250, 2884 > 302250, 302300, 2007 > 302300, 302350, 2209 > 302350, 302400, 737 > 302400, 302450, 2398 > 302450, 302500, 2856 > 302500, 302550, 2090 > 302550, 302600, 2866 > 302600, 302625, 1786 > 302625, 302650, 1966 > 302650, 302675, 1583 > 302675, 302700, 307 > 302700, 302725, 2246 > _______________________________________________ > LLV...
2009 Oct 22
1
Winbind lookup performance
...= Yes ??????? server signing = Yes ??????? deadtime = 15 ??????? socket options = TCP_NODELAY IPTOS_LOWDELAY TCP_NODELAY ??????? printcap name = cups ??????? preferred master = No ??????? idmap domains = DOMAIN ??????? idmap backend = tdb ??????? idmap alloc backend = tdb ??????? idmap cache time = 302400 ??????? idmap negative cache time = 600 ??????? template shell = /bin/bash ??????? winbind separator = + ??????? winbind cache time = 1800 ??????? winbind enum users = Yes ??????? winbind enum groups = Yes ??????? winbind nested groups = No ??????? winbind refresh tickets = Yes ??????? winbind offl...
2006 Jan 19
1
beta1: how to use quota plugin???
...wiki doc? My setup: Solaris 9, mbox format. Both the filesystem for INBOXes (/var/mail) and the user's home directories have filesystem-based quotas imposed. For example: % quota -v joeblow Disk quotas for joeblow (uid 20737): Filesystem usage quota limit /export/home 955 298000 302400 (where indices and mail folders go) /var/mail 530 151200 204800 (where joeblow's INBOX lives) If joeblow connects via dovecot IMAP, I want our webmail code (horde/imp) to tell him his disk quotas to keep him out of trouble. Horde/Imp (2.2.5) has quota code that says it works with Cou...
2007 Jan 20
4
simple q: returning a logical vector of substring matches
I'm a relative R novice, and sometimes the simple things trip me up. Suppose I have a <- c("apple", "pear") and I want a logical vector of whether each of these strings contains "ear" (in this case, F T). What is the idiom? Quizzically, Mark Lindeman