Searched refs:pages (Results 76 - 100 of 278) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dstore.rb19 # :pages => [], # page names
138 :pages => [],
533 @cache[:pages].each do |page_name|
565 @cache[:pages] ||= []
777 @cache[:pages].uniq!
778 @cache[:pages].sort!
905 cache[:pages] ||= []
906 cache[:pages] << page.full_name
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameTree.cpp287 // Search the entire tree of each of the other pages in this namespace.
289 const HashSet<Page*>& pages = page->group().pages(); local
290 HashSet<Page*>::const_iterator end = pages.end();
291 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
H A DPageGroup.h69 const HashSet<Page*>& pages() const { return m_pages; } function in class:WebCore::PageGroup
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_store.rb82 ancestors = {}, pages = [], main = nil, title = nil
99 :pages => pages,
412 :pages => [],
448 :pages => [],
477 :pages => [],
494 # no :pages
518 :pages => [],
639 :pages => %w[README.txt],
707 :pages
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/expat/xmltok/
H A Dxmltok.c57 #define UCS2_GET_NAMING(pages, hi, lo) \
58 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
62 We need 8 bits to index into pages, 3 bits to add to that index and
64 #define UTF8_GET_NAMING2(pages, byte) \
65 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
72 We need 8 bits to index into pages, 3 bits to add to that index and
74 #define UTF8_GET_NAMING3(pages, byte) \
75 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
82 #define UTF8_GET_NAMING(pages, p, n) \
84 ? UTF8_GET_NAMING2(pages, (cons
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/comm/
H A Dlink-checker.xotcl9 pages of a site.
15 local pages should be checked (default 1)</td></tr>
36 set opt(-foreign) 1; # 0, 1 (check foreign links on local pages)
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.c111 * scanning the freelist to collect free pages so that it can look up the page
119 * entire region being mapped via large pages, cutting down
127 * because kernel_memory_allocate doesn't give out physically contiguous pages.
329 * of pages being used by the zone currently. The
355 queue_chain_t pages; member in struct:zone_page_metadata
633 enqueue_tail(&zone->pages.any_free_foreign, (queue_entry_t)page_meta);
640 enqueue_tail(&zone->pages.all_free, (queue_entry_t)page_meta);
644 enqueue_tail(&zone->pages.intermediate, (queue_entry_t)page_meta);
667 if (zone->allows_foreign && !queue_empty(&zone->pages.any_free_foreign))
668 page_meta = (struct zone_page_metadata *)queue_first(&zone->pages
[all...]
/macosx-10.9.5/efax-36/efax/
H A Defax.c39 " -h hdr use page header hdr (use %%d's for current page/total pages)\n"
58 " -r pat save received pages into files pat.001, pat.002, ... \n"
514 there are no pages following this one, MPS if the next page
597 int send_data ( TFILE *mf, IFILE *f, int page, int pages, argument
624 snprintf ( headerbuf, sizeof(headerbuf), header, page, pages, page, pages, page, pages ) ;
1297 int pages, char *header, faxfont *font,
1346 if ( pages > 0 ) {
1369 mkdis ( session, fif, DCSLEN, 0, pages ) ;
1294 c1sndrcv( TFILE *mf, cap local, char *localid, OFILE *outf, IFILE *inf, int pages, char *header, faxfont *font, int maxpgerr, int noretry, int calling ) argument
1833 c2sndrcv( TFILE *mf, cap local, char *localid, OFILE *outf, IFILE *inf, int pages, char *header, faxfont *font, int maxpgerr, int noretry, int calling ) argument
2570 int pages = 0 ; local
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/contrib/cygwin/
H A DMakefile69 gzip-man-pages:
76 cygwin-postinstall: move-config-files remove-empty-dir install-inetd-config install-doc install-scripts install-copy-id gzip-man-pages
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dbsd.regress.mk2 # No man pages for regression tests.
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_settings.cpp281 void ewk_settings_page_cache_capacity_set(unsigned pages) argument
283 WebCore::pageCache()->setCapacity(pages);
297 // Setting size to 0, makes all pages be released.
/macosx-10.9.5/python-76.100.1/2.5/
H A DMakefile76 additional-man-pages
135 additional-man-pages:
/macosx-10.9.5/python-76.100.1/2.6/
H A DMakefile73 additional-man-pages
102 additional-man-pages:
/macosx-10.9.5/python-76.100.1/2.7/
H A DMakefile73 additional-man-pages
106 additional-man-pages:
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/ri/
H A Ddriver.rb841 pages = store.cache[:pages]
843 unless pages.include? page_name then
844 found_names = pages.select do |n|
849 return display_page_list store, pages
863 # Outputs a formatted RI page list for the pages in +store+.
865 def display_page_list store, pages = store.cache[:pages], search = nil
869 "#{search} pages"
879 pages
[all...]
/macosx-10.9.5/vim-53/src/
H A Dinstallman.sh8 # 4 vim location as used in manual pages e.g., "/usr/local/share/vim"
86 echo Checking for Vim manual pages in $destdir...
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dkern_memorystatus.h116 uint32_t pages; member in struct:jetsam_snapshot_entry
136 uint32_t pages; member in struct:memorystatus_freeze_entry
/macosx-10.9.5/cups-372.4/cups/filter/
H A Dpstops.c20 * add_page() - Add a page to the pages array.
113 slow_duplex, /* Duplex pages slowly? */
114 slow_order, /* Reverse pages slowly? */
116 cups_array_t *pages; /* Pages in document */ member in struct:__anon7205
131 fit_to_page; /* Fit pages to media */
138 int mirror, /* doc->mirror/mirror pages */
139 number_up, /* Number of pages on each sheet */
140 number_up_layout, /* doc->number_up_layout of N-up pages */
142 page_border; /* doc->page_border around pages */
430 * 'add_page()' - Add a page to the pages arra
642 int pages; /* Number of pages */ local
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/xml/expat/lib/
H A Dxmltok.c41 #define UCS2_GET_NAMING(pages, hi, lo) \
42 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
46 pages, 3 bits to add to that index and 5 bits to generate the mask.
48 #define UTF8_GET_NAMING2(pages, byte) \
49 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
56 into pages, 3 bits to add to that index and 5 bits to generate the
59 #define UTF8_GET_NAMING3(pages, byte) \
60 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
67 #define UTF8_GET_NAMING(pages, p, n) \
69 ? UTF8_GET_NAMING2(pages, (cons
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/xml/expat/lib/
H A Dxmltok.c41 #define UCS2_GET_NAMING(pages, hi, lo) \
42 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
46 pages, 3 bits to add to that index and 5 bits to generate the mask.
48 #define UTF8_GET_NAMING2(pages, byte) \
49 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
56 into pages, 3 bits to add to that index and 5 bits to generate the
59 #define UTF8_GET_NAMING3(pages, byte) \
60 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
67 #define UTF8_GET_NAMING(pages, p, n) \
69 ? UTF8_GET_NAMING2(pages, (cons
[all...]
/macosx-10.9.5/expat-12/expat/lib/
H A Dxmltok.c48 #define UCS2_GET_NAMING(pages, hi, lo) \
49 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
53 pages, 3 bits to add to that index and 5 bits to generate the mask.
55 #define UTF8_GET_NAMING2(pages, byte) \
56 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
63 into pages, 3 bits to add to that index and 5 bits to generate the
66 #define UTF8_GET_NAMING3(pages, byte) \
67 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
74 #define UTF8_GET_NAMING(pages, p, n) \
76 ? UTF8_GET_NAMING2(pages, (cons
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/expat/
H A Dxmltok.c48 #define UCS2_GET_NAMING(pages, hi, lo) \
49 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
53 pages, 3 bits to add to that index and 5 bits to generate the mask.
55 #define UTF8_GET_NAMING2(pages, byte) \
56 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
63 into pages, 3 bits to add to that index and 5 bits to generate the
66 #define UTF8_GET_NAMING3(pages, byte) \
67 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
74 #define UTF8_GET_NAMING(pages, p, n) \
76 ? UTF8_GET_NAMING2(pages, (cons
[all...]
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A Drballoc.c268 vtd_rballoc(vtd_space_t * bf, vtd_rbaddr_t pages, vtd_rbaddr_t align, vtd_rbaddr_t maxround, argument
279 hwalign = vtd_log2up(pages);
283 size = (pages + hwalign) & ~hwalign;
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dcanvasprintbox.itk6 # number of pages to print the image on and if the output should be
15 # multiple pages. A stamp-sized copy of the source will be shown (called
71 # multiple pages. A stamp-sized copy of the source will be shown (called
301 # how many pages the output should be distributed. This
302 # attribute specifies how many pages should be used horizontaly.
312 # how many pages the output should be distributed. This
313 # attribute specifies how many pages should be used verticaly.
461 itk_component add pages {
462 label $cs.pages -text pages
[all...]
/macosx-10.9.5/libiconv-41/libiconv/tools/
H A Dcjk_tab_to_h.c547 bool pages[0x300]; local
555 pages[p] = false;
560 pages[j>>8] = true;
676 bool pages[0x300]; local
688 /* Fill pages[0x300]. */
690 pages[p] = false;
695 pages[j>>8] = true;
706 if (pages[p]) {
736 if (pages[p] && (p == 0 || !pages[
1838 bool pages[0x4400]; local
[all...]

Completed in 466 milliseconds

1234567891011>>