Searched refs:sizes (Results 76 - 100 of 111) sorted by relevance

12345

/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dttkpane.rb23 Their sizes can be changed by grabbing the area \
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLLinkElement.cpp479 DOMSettableTokenList* HTMLLinkElement::sizes() const function in class:WebCore::HTMLLinkElement
/macosx-10.10/cups-408/cups/cups/
H A Dppd.h297 int variable_sizes; /* 1 = supports variable sizes, 0 = doesn't */
321 int num_sizes; /* Number of page sizes */
322 ppd_size_t *sizes; /* Page sizes */ member in struct:ppd_file_s
H A Dppd.c161 * Free any page sizes...
165 ppd_free(ppd->sizes);
1079 * Now process custom page sizes specially...
2322 size = realloc(ppd->sizes, sizeof(ppd_size_t) * (size_t)(ppd->num_sizes + 1));
2327 ppd->sizes = size;
H A Dtestppd.c473 * Custom sizes...
1049 for (i = ppd->num_sizes, size = ppd->sizes; i > 0; i --, size ++)
/macosx-10.10/cups-408/cups/ppdc/
H A Dppdc-import.cxx162 // Collect media sizes...
171 for (i = ppd->num_sizes, size = ppd->sizes; i > 0; i --, size ++)
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Denv.h41 static void init_size_table(int *sizes);
H A Denv.cpp217 void font_size::init_size_table(int *sizes) argument
220 while (sizes[nranges*2] != 0)
225 size_table[i].min = sizes[i*2];
226 size_table[i].max = sizes[i*2 + 1];
1243 int *sizes = new int[n]; local
1266 int *old_sizes = sizes;
1267 sizes = new int[n*2];
1268 memcpy(sizes, old_sizes, n*sizeof(int));
1272 sizes[i++] = lower;
1275 sizes[
[all...]
/macosx-10.10/cups-408/cups/test/
H A Dippserver.c144 { /* media-col-database sizes */
4752 static const char * const sizes[] = local
4849 for (i = 0; i < (int)(sizeof(sizes) / sizeof(sizes[0])); i ++)
4850 if (!strstr(sizes[i], "Envelope") && !strstr(sizes[i], "Photo"))
4851 html_printf(client, "<option value=\"%d\"%s>%s</option>", i, i == client->printer->main_size ? " selected" : "", sizes[i]);
4863 for (i = 0; i < (int)(sizeof(sizes) / sizeof(sizes[0])); i ++)
4864 if (strstr(sizes[
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Dprinters.c3921 for (i = p->pc->num_sizes, pwgsize = p->pc->sizes;
3948 for (i = p->pc->num_sizes, pwgsize = p->pc->sizes;
4005 for (i = p->pc->num_sizes, pwgsize = p->pc->sizes, num_margins = 0;
4027 for (i = p->pc->num_sizes, pwgsize = p->pc->sizes, num_margins = 0;
4049 for (i = p->pc->num_sizes, pwgsize = p->pc->sizes, num_margins = 0;
4071 for (i = p->pc->num_sizes, pwgsize = p->pc->sizes, num_margins = 0;
4113 for (i = p->pc->num_sizes, pwgsize = p->pc->sizes, val = attr->values;
4432 if (ppd->sizes[i].length > 1728)
4434 else if (ppd->sizes[i].length > 1008)
/macosx-10.10/emacs-93/emacs/mac/
H A Dmake-package389 echo "Generating sizes file"
390 sizesfile=${packagedir}/Contents/Resources/Emacs.sizes
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DPath.inc106 // LLVM manipulates Paths with fixed-sizes arrays, and if the OS can't
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DImage.pm209 Template::Plugin::Image - Plugin access to image sizes
/macosx-10.10/BerkeleyDB-21/db/docs_src/tcl/
H A Dm4.tcl86 to account for buffer pool overhead; cache sizes larger than 500MB are
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhelp.tcl195 dirs and files in it, their sizes, and their modification dates.
/macosx-10.10/tidy-15.15/tidy/src/
H A Dclean.c785 static const ctmbstr sizes[7] = local
811 return sizes[n];
/macosx-10.10/cups-408/cups/systemv/
H A Dcupstestppd.c31 * check_sizes() - Check media sizes in the PPD file.
247 else if (!strcmp(argv[i], "sizes"))
1033 * Check for page sizes without the corresponding ImageableArea or
1054 for (j = 0, size = ppd->sizes; j < ppd->num_sizes; j ++, size ++)
3067 * 'check_sizes()' - Check media sizes in the PPD file.
3129 for (i = ppd->num_sizes, size = ppd->sizes; i > 0; i --, size ++)
3823 "filters,profiles,sizes,translations}"));
/macosx-10.10/rsync-45/rsync/
H A Dtech_report.tex260 The results demonstrate that for block sizes above 300 bytes, only a
/macosx-10.10/vim-55/src/
H A Dgui_photon.c284 PtContainerCallback_t *sizes = info->cbdata; local
289 height = sizes->new_dim.h;
/macosx-10.10/emacs-93/emacs/src/
H A Dmacterm.c906 static const ByteCount sizes[] = {sizeof (ATSLineLayoutOptions)};
926 tags, sizes, values);
1041 static const ByteCount sizes[] = {sizeof (CGContextRef)};
1073 tags, sizes, values);
1098 tags, sizes, values);
8152 static const ByteCount sizes[] =
8180 tags, sizes, values);
905 static const ByteCount sizes[] = {sizeof (ATSLineLayoutOptions)}; local
1040 static const ByteCount sizes[] = {sizeof (CGContextRef)}; local
8123 static const ByteCount sizes[] = local
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2pdf.c865 const char* sizes[]={ local
911 for(i=0;sizes[i]!=NULL; i++){
912 if (strcmp( (const char*)papersize, sizes[i])==0){
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm2442 my @sizes = @{+shift};
2443 my $size = shift @sizes;
2446 return splice(@$array, 0, $size) unless @sizes;
2449 splitarray([@sizes], $array)
/macosx-10.10/vim-55/runtime/syntax/
H A Dtex.vim259 " Some type sizes: {{{1
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim1087 " formerly just a "new...bd!", that changed the window sizes when equalalways. Using enew workaround instead
1135 " formerly just a "new...bd!", that changed the window sizes when equalalways. Using enew workaround instead
1219 " formerly just a "new...bd!", that changed the window sizes when equalalways. Using enew workaround instead
1267 " formerly just a "new...bd!", that changed the window sizes when equalalways. Using enew workaround instead
7236 " sort by size (handles file sizes up to 1 quintillion bytes, US)
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn.tex1545 slower than mp\_dr\_reduce but faster for most moduli sizes than the Montgomery reduction.

Completed in 792 milliseconds

12345