Searched refs:lot (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.10/system_cmds-643.1.1/zdump.tproj/
H A Dzdump.c132 static time_t hunt P((char * name, time_t lot, time_t hit));
307 hunt(name, lot, hit)
309 time_t lot;
317 lotm = *localtime(&lot);
319 while ((hit - lot) >= 2) {
320 t = lot / 2 + hit / 2;
321 if (t <= lot)
326 if (delta(&tm, &lotm) == (t - lot) &&
329 lot = t;
333 show(name, lot, TRU
[all...]
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_query_command.rb106 @a2.summary = 'This is a lot of text. ' * 4
127 This is a lot of text. This is a lot of text. This is a lot of text.
128 This is a lot of text.
145 @a2.summary = 'This is a lot of text. ' * 4
170 This is a lot of text. This is a lot of text. This is a lot of text.
171 This is a lot o
[all...]
/macosx-10.10/vim-55/runtime/indent/
H A Dd.vim19 " D indenting is a lot like the built-in C indenting.
H A Dmake.vim25 " TODO: This needs to be a lot more restrictive in what it matches.
H A Dawk.vim43 " This function contains a lot of exit points. It checks for simple cases
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dzdump.c168 static time_t hunt(char * name, time_t lot, time_t hit);
179 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
673 hunt(char *name, time_t lot, time_t hit) argument
683 lotmp = my_localtime(&lot);
689 diff = (long) (hit - lot);
692 t = lot;
694 if (t <= lot)
702 (delta(&tm, &lotm) == (t - lot) &&
705 lot = t;
710 show(name, lot, TRU
871 huntICU(char *name, time_t lot, time_t hit, FILE * fp) argument
[all...]
H A Dicuzdump.cpp148 UDate lot = t; local
151 int32_t diff = (int32_t)(hit - lot);
155 UDate medt = lot + ((diff / 2) / tick) * tick;
165 lot = medt;
170 formatter->format(lot, rawOffset + dstOffset, (dstOffset == 0 ? FALSE : TRUE), str);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/include/serial/
H A Dpexpression.inc210 There are a lot more equivalent encodings around that just
/macosx-10.10/tcl-105/tk/tk/tests/
H A Dcmap.tcl32 message .t.m -width 6i -text {This window displays two nested frames, each with a whole bunch of subwindows that eat up a lot of colors. The toplevel window has its own colormap, which is inherited by the outer frame. The inner frame has its own colormap. As you move the mouse around, the colors in the frames should change back and forth.}
/macosx-10.10/tcl-105/tk84/tk/tests/
H A Dcmap.tcl32 message .t.m -width 6i -text {This window displays two nested frames, each with a whole bunch of subwindows that eat up a lot of colors. The toplevel window has its own colormap, which is inherited by the outer frame. The inner frame has its own colormap. As you move the mouse around, the colors in the frames should change back and forth.}
/macosx-10.10/vim-55/runtime/ftplugin/
H A DAppendMatchGroup.vim51 " less busy and a lot more readable. Additionally, it
122 " Don't see a lot of utility in this as it would undoubtedly warrant
/macosx-10.10/vim-55/runtime/
H A Dmswin.vim1 " Set options and add mapping such that Vim behaves a lot like MS-Windows
H A Dvimrc_example.vim40 " CTRL-U in insert mode deletes a lot. Use CTRL-G u to first break undo,
/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dcodegen-diff117 disassemble to the same thing. This puts a lot of trust in the
/macosx-10.10/tcl-105/tcl/tcl/tests/
H A DwinPipe.test76 test winpipe-1.4 {32 bit comprehensive tests: a lot from pipe} {win nt exec cat32} {
80 test winpipe-1.5 {32 bit comprehensive tests: a lot from pipe} {win 95 exec cat32} {
119 test winpipe-1.13 {32 bit comprehensive tests: a lot to file} \
129 test winpipe-1.15 {32 bit comprehensive tests: a lot to pipe} \
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm124 a lot of the work involved.
/macosx-10.10/CPANInternal-159.1/Readonly-XS-1.05/
H A DXS.pm63 simply has to do a lot of work under the hood to make tied variables
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/
H A DREADME.txt122 you ask it for a lot of rows and columns. You can always stretch out
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm36 a lot of the work involved.
/macosx-10.10/CPANInternal-159.1/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm60 The new DBI->connect_cached and DBI->prepare_cached helped a lot, but
88 Both the SQL and the connection info are probably going to change a lot,
139 I get lazy a lot and I forget to do things I really should, like using
351 a lot or is used very infrequently you might not want it cached.
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dbuild_gnv_curl_pcsi_desc.com11 $! if a lot, then an alias procedure is needed.
147 $! if a lot, then an alias procedure is needed.
/macosx-10.10/CPANInternal-159.1/common-sense-3.6/
H A Dsense.pm.PL213 =item no warnings, but a lot of new errors
217 certainly there are useful ones), a lot of warnings simply go against the
287 lot. In comparison, this module only uses I<< B<four> >> kilobytes (I even
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DLoadClassHierarchy.pm173 This would traverse the full symbol tables and produce a detailed tree of everything it finds. This takes a lot more work, and as I have no current need for it, it remains in the TO DO list.
/macosx-10.10/vim-55/runtime/syntax/
H A Daml.vim29 syn keyword amlArcCmd contained draw drawenvironment draworder draws[ig] drawselect drawt[raverses] drawz[oneshape] drop2[dindex] dropa[rchive] dropfeaturec[lass] dropfeatures dropfr[omstack] dropgroup droph[istory] dropind[ex] dropinf[otable] dropit[em] dropla[yer] droplib[rary] droplin[e] dropline dropn[etindex] dropt[ablespace] dropw[orktable] ds dt[edgrid] dtrans du[plicate] duplicatearcs dw dxf dxfa[rc] dxfi[nfo] dynamicpan dynpan ebe ec ed edg[esnap] edgematch editboundaryerro edit[coverage] editdistance editf editfeature editp[lot] editplot edits[ig] editsymbol ef el[iminate] em[f] en[d] envrst envsav ep[s] eq equ[alto] er[ase] es et et[akarc] euca[llocation] eucdir[ection] eucdis[tance] eval eventa[rc] evente[nds] eventh[atch] eventi[nfo] eventlinee[ndtext] eventlines eventlinet[ext] eventlis[t] eventma[rkers] eventme[nu] eventmenu eventpoint eventpointt[ext] eventse[ction] eventso[urce] eventt[ransform] eventtransform exi[t] exp exp1[0] exp2 expa[nd] expo[rt] exten[d] external externala[ll]
31 syn keyword amlArcCmd contained gridq[uery] gridr[otate] gridshad[es] gridshap[e] gridshi[ft] gridw[arp] group groupb[y] gt gv gv[tolerance] ha[rdcopy] he[lp] help hid[densymbol] hig[hlow] hil[lshade] his[togram] historicalview ho[ldadjust] hpgl hpgl2 hsv2b[lue] hsv2g[reen] hsv2r[ed] ht[ml] hview ia ided[it] identif[y] identit[y] idw if igdsa[rc] igdsi[nfo] ige[sarc] il[lustrator] illustrator image imageg[rid] imagep[lot] imageplot imageview imp[ort] in index indexi[tem] info infodba[se] infodbm[s] infof[ile] init90[00] init9100 init9100b init91[00] init95[00] int intersect intersectarcs intersecte[rr] isn[ull] iso[cluster] it[ems] iview j[oinitem] join keeps keepselect keyan[gle] keyar[ea] keyb[ox] keyf[orms] keyl[ine] keym keym[arker] keymap keyp[osition] keyse[paration] keysh[ade] keyspot kill killm[ap] kr[iging] la labela[ngle] labele[rrors] labelm[arkers] labels labelsc[ale] labelsp[ot] labelt[ext] lal latticecl[ip] latticeco[ntour] latticed[em] latticem[erge] latticemarkers latticeo[perate]
33 syn keyword amlArcCmd contained linety[pe] link[s] linkfeatures list listarchives listatt listc[overages] listcoverages listdbmstables listg[rids] listgrids listhistory listi[mages] listimages listinfotables listlayers listlibraries listo[utput] listse[lect] listst[acks] liststacks listtablespaces listti[ns] listtins listtr[averses] listtran listtransactions listw[orkspaces] listworkspaces lit ll ll[sfit] lla lm ln load loada[djacent] loadcolormap locko[nly] locks[ymbol] log log1[0] log2 logf[ile] logg[ing] loo[kup] lot[area] lp[os] lstk lt lts lw madditem majority majorityf[ilter] makere[gion] makero[ute] makese[ction] makest[ack] mal[ign] map mapa[ngle] mape[xtent] mapextent mapi[nfo] mapj[oin] mapl[imits] mappo[sition] mappr[ojection] mapsc[ale] mapsh[ift] mapu[nits] mapw[arp] mapz[oom] marker markera[ngle] markercolor markercolorr[amp] markercopy markercopyl[ayer] markerdelete markerdeletel[aye] markeredit markerf[ont] markeri[nfo] markerl[ayer] markerlist markerm[ask] markero[ffset]
36 syn keyword amlArcCmd contained red[o] refreshview regionb[uffer] regioncla[ss] regioncle[an] regiondi[ssolve] regiondo[ts] regione[rrors] regiong[roup] regionj[oin] regionl[ines] regionpoly regionpolyc[ount] regionpolycount regionpolyl[ist] regionpolylist regionq[uery] regions regionse[lect] regionsh[ades] regionsp[ot] regiont[ext] regionxa[rea] regionxarea regionxt[ab] regionxtab register registerd[bms] regr[ession] reindex rej[ects] rela[te] rele[ase] rem remapgrid reme[asure] remo[vescalar] remove removeback removecover removeedit removesnap removetransfer rename renamew[orkspace] renameworkspace reno[de] rep[lace] reposition resa[mple] resel[ect] reset resh[ape] restore restorearce[dit] restorearch[ive] resu[me] rgb2h[ue] rgb2s[at] rgb2v[al] rotate rotatep[lot] routea[rc] routeends routeendt[ext] routeer[rors] routeev[entspot] routeh[atch] routel[ines] routes routesp[ot] routest[ats] routet[ext] rp rs rt rt[l] rtl rv rw sa sai sample samples[ig] sav[e] savecolormap sc scal[ar] scat[tergram]
H A Ddocbk.vim79 syn keyword docbkKeyword literal literallayout lot lotentry manvolnum contained

Completed in 204 milliseconds

123