Home
last modified time | relevance | path

Searched refs:pagecount (Results 1 – 25 of 699) sorted by relevance

12345678910>>...28

/dports/sysutils/LPRngTool/LPRngTool-1.3.2/
H A Dprinterdb91 Supports: status,sync,pagecount,waitend
99 Supports: status,sync,pagecount,waitend
114 Supports: status,sync,pagecount,waitend
132 Supports: status,sync,pagecount,waitend
152 Supports: status,sync,pagecount,waitend
158 Supports: status,sync,pagecount,waitend
164 Supports: status,sync,pagecount,waitend
170 Supports: status,sync,pagecount,waitend
176 Supports: status,sync,pagecount,waitend
182 Supports: status,sync,pagecount,waitend
[all …]
/dports/www/moodle39/moodle/mod/lesson/tests/generator/
H A Dlib.php41 protected $pagecount = 0; variable in mod_lesson_generator
49 $this->pagecount = 0;
99 $this->pagecount++;
129 $this->pagecount++;
182 $this->pagecount++;
235 $this->pagecount++;
277 $this->pagecount++;
356 $this->pagecount++;
375 'text' => 'answer'.$this->pagecount,
398 $this->pagecount++;
[all …]
/dports/www/moodle310/moodle/mod/lesson/tests/generator/
H A Dlib.php41 protected $pagecount = 0; variable in mod_lesson_generator
49 $this->pagecount = 0;
99 $this->pagecount++;
129 $this->pagecount++;
182 $this->pagecount++;
235 $this->pagecount++;
277 $this->pagecount++;
356 $this->pagecount++;
375 'text' => 'answer'.$this->pagecount,
398 $this->pagecount++;
[all …]
/dports/www/moodle311/moodle/mod/lesson/tests/generator/
H A Dlib.php41 protected $pagecount = 0; variable in mod_lesson_generator
49 $this->pagecount = 0;
99 $this->pagecount++;
129 $this->pagecount++;
182 $this->pagecount++;
235 $this->pagecount++;
277 $this->pagecount++;
356 $this->pagecount++;
375 'text' => 'answer'.$this->pagecount,
398 $this->pagecount++;
[all …]
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfPageLabels.java187 int pagecount = 1; in getPageLabels() local
196 pagecount = ((PdfNumber)d.get(PdfName.ST)).intValue(); in getPageLabels()
199 pagecount = 1; in getPageLabels()
210 labelstrings[i] = prefix + pagecount; in getPageLabels()
213 labelstrings[i] = prefix + RomanNumberFactory.getUpperCaseString(pagecount); in getPageLabels()
216 labelstrings[i] = prefix + RomanNumberFactory.getLowerCaseString(pagecount); in getPageLabels()
219 labelstrings[i] = prefix + RomanAlphabetFactory.getUpperCaseString(pagecount); in getPageLabels()
225 pagecount++; in getPageLabels()
248 int pagecount; in getPageLabelFormats() local
253 pagecount = ((PdfNumber)d.get(PdfName.ST)).intValue(); in getPageLabelFormats()
[all …]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/po/underlays/directives/ikiwiki/directive/
H A Dpagecount.de.po1 # German translation of directives/ikiwiki/directive/pagecount page for ikiwiki.
19 "The `pagecount` directive is supplied by the [[!iki plugins/pagecount "
20 "desc=pagecount]] plugin."
22 "Die `pagecount`-Anweisung wird durch die [[!iki plugins/pagecount "
23 "desc=pagecount]]-Erweiterung bereitgestellt."
32 msgid "\t\\[[!pagecount pages=\"*\"]]\n"
33 msgstr "\t\\[[!pagecount pages=\"*\"]]\n"
H A Dpagecount.fr.po18 "The `pagecount` directive is supplied by the [[!iki plugins/pagecount "
19 "desc=pagecount]] plugin."
20 msgstr "La directive `pagecount` est fournie par le module d'extension [[!iki plugins/pagecount des…
28 msgid "\t\\[[!pagecount pages=\"*\"]]\n"
29 msgstr "\t\\[[!pagecount pages=\"*\"]]\n"
H A Dpagecount.da.po1 # Danish translation of directives/ikiwiki/directive/pagecount page for ikiwiki.
25 "The `pagecount` directive is supplied by the [[!iki plugins/pagecount "
26 "desc=pagecount]] plugin."
35 msgid "\t\\[[!pagecount pages=\"*\"]]\n"
36 msgstr "\t\\[[!pagecount pages=\"*\"]]\n"
/dports/www/moodle310/moodle/mod/assign/feedback/editpdf/classes/
H A Dpdf.php46 protected $pagecount = 0; variable in assignfeedback_editpdf\\pdf
141 return $this->pagecount;
167 return $this->pagecount;
179 if ($pagecount == 0) {
183 $this->pagecount = $pagecount;
184 return $pagecount;
615 $pagecount = 0;
620 $pagecount = 0;
624 if ($pagecount > 0) {
643 $pagecount = 0;
[all …]
H A Dcombined_document.php80 protected $pagecount = 0; variable in assignfeedback_editpdf\\combined_document
284 $pagecount = $pdf->combine_pdfs($compatiblepdfs, $tmpfile);
308 $this->pagecount = $verifypagecount;
365 $this->pagecount = 1;
381 if ($this->pagecount) {
382 return $this->pagecount;
403 $pagecount = $pdf->load_pdf($tempsrc);
406 if ($pagecount <= 0) {
411 $this->pagecount = $pagecount;
412 return $this->pagecount;
/dports/www/moodle39/moodle/mod/assign/feedback/editpdf/classes/
H A Dpdf.php46 protected $pagecount = 0; variable in assignfeedback_editpdf\\pdf
141 return $this->pagecount;
167 return $this->pagecount;
179 if ($pagecount == 0) {
183 $this->pagecount = $pagecount;
184 return $pagecount;
615 $pagecount = 0;
620 $pagecount = 0;
624 if ($pagecount > 0) {
643 $pagecount = 0;
[all …]
H A Dcombined_document.php80 protected $pagecount = 0; variable in assignfeedback_editpdf\\combined_document
284 $pagecount = $pdf->combine_pdfs($compatiblepdfs, $tmpfile);
308 $this->pagecount = $verifypagecount;
365 $this->pagecount = 1;
381 if ($this->pagecount) {
382 return $this->pagecount;
403 $pagecount = $pdf->load_pdf($tempsrc);
406 if ($pagecount <= 0) {
411 $this->pagecount = $pagecount;
412 return $this->pagecount;
/dports/www/moodle311/moodle/mod/assign/feedback/editpdf/classes/
H A Dcombined_document.php80 protected $pagecount = 0; variable in assignfeedback_editpdf\\combined_document
284 $pagecount = $pdf->combine_pdfs($compatiblepdfs, $tmpfile);
308 $this->pagecount = $verifypagecount;
365 $this->pagecount = 1;
381 if ($this->pagecount) {
382 return $this->pagecount;
403 $pagecount = $pdf->load_pdf($tempsrc);
406 if ($pagecount <= 0) {
411 $this->pagecount = $pagecount;
412 return $this->pagecount;
H A Dpdf.php46 protected $pagecount = 0; variable in assignfeedback_editpdf\\pdf
141 return $this->pagecount;
167 return $this->pagecount;
179 if ($pagecount == 0) {
183 $this->pagecount = $pagecount;
184 return $pagecount;
660 $pagecount = 0;
665 $pagecount = 0;
669 if ($pagecount > 0) {
688 $pagecount = 0;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/dma-buf/heaps/
H A Dcma_heap.c38 pgoff_t pagecount; member
62 buffer->pagecount, 0, in cma_heap_attach()
63 buffer->pagecount << PAGE_SHIFT, in cma_heap_attach()
166 if (vmf->pgoff > buffer->pagecount) in cma_heap_vm_fault()
257 cma_release(cma_heap->cma, buffer->cma_pages, buffer->pagecount); in cma_heap_dma_buf_release()
283 pgoff_t pagecount = size >> PAGE_SHIFT; in cma_heap_allocate() local
301 cma_pages = cma_alloc(cma_heap->cma, pagecount, align, false); in cma_heap_allocate()
307 unsigned long nr_clear_pages = pagecount; in cma_heap_allocate()
334 for (pg = 0; pg < pagecount; pg++) in cma_heap_allocate()
339 buffer->pagecount = pagecount; in cma_heap_allocate()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/dma-buf/heaps/
H A Dcma_heap.c38 pgoff_t pagecount; member
62 buffer->pagecount, 0, in cma_heap_attach()
63 buffer->pagecount << PAGE_SHIFT, in cma_heap_attach()
166 if (vmf->pgoff > buffer->pagecount) in cma_heap_vm_fault()
257 cma_release(cma_heap->cma, buffer->cma_pages, buffer->pagecount); in cma_heap_dma_buf_release()
283 pgoff_t pagecount = size >> PAGE_SHIFT; in cma_heap_allocate() local
301 cma_pages = cma_alloc(cma_heap->cma, pagecount, align, false); in cma_heap_allocate()
307 unsigned long nr_clear_pages = pagecount; in cma_heap_allocate()
334 for (pg = 0; pg < pagecount; pg++) in cma_heap_allocate()
339 buffer->pagecount = pagecount; in cma_heap_allocate()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma-buf/heaps/
H A Dcma_heap.c38 pgoff_t pagecount; member
62 buffer->pagecount, 0, in cma_heap_attach()
63 buffer->pagecount << PAGE_SHIFT, in cma_heap_attach()
166 if (vmf->pgoff > buffer->pagecount) in cma_heap_vm_fault()
257 cma_release(cma_heap->cma, buffer->cma_pages, buffer->pagecount); in cma_heap_dma_buf_release()
283 pgoff_t pagecount = size >> PAGE_SHIFT; in cma_heap_allocate() local
301 cma_pages = cma_alloc(cma_heap->cma, pagecount, align, false); in cma_heap_allocate()
307 unsigned long nr_clear_pages = pagecount; in cma_heap_allocate()
334 for (pg = 0; pg < pagecount; pg++) in cma_heap_allocate()
339 buffer->pagecount = pagecount; in cma_heap_allocate()
[all …]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/ikiwiki/directive/
H A Dpagecount.mdwn1 The `pagecount` directive is supplied by the [[!iki plugins/pagecount desc=pagecount]] plugin.
5 \[[!pagecount pages="*"]]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/plugins/
H A Dpagecount.mdwn1 [[!template id=plugin name=pagecount author="[[Joey]]"]]
5 This plugin provides the [[ikiwiki/directive/pagecount]]
10 [[!pagecount ]] pages, of which
11 [[!pagecount pages="*/Discussion"]] are discussion pages.
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-clean-file.c50 for (i = 0; i < pagecount; i++) in dest_is_valid_page()
184 int pagecount; in retainpages() local
215 pagecount = pdf_count_pages(ctx, doc); in retainpages()
217 while ((pagelist = fz_parse_page_range(ctx, pagelist, &spage, &epage, pagecount))) in retainpages()
235 pagecount = pdf_count_pages(ctx, doc); in retainpages()
236 page_object_nums = fz_calloc(ctx, pagecount, sizeof(*page_object_nums)); in retainpages()
237 for (i = 0; i < pagecount; i++) in retainpages()
262 if (dest_is_valid_page(ctx, dest, page_object_nums, pagecount)) in retainpages()
280 for (i = 0; i < pagecount; i++) in retainpages()
296 if (!dest_is_valid(ctx, o, pagecount, page_object_nums, names_list)) in retainpages()
[all …]
/dports/emulators/vba/VisualBoyAdvance-1.7.2/win32/include/cximage/
H A Dximatif.h69 bool Encode(CxFile * hFile, CxImage ** pImages, int pagecount);
71 bool Encode(FILE *hFile, CxImage ** pImages, int pagecount) in Encode() argument
72 { CxIOFile file(hFile); return Encode(&file, pImages, pagecount); } in Encode()
77 bool EncodeBody(TIFF *m_tif, bool multipage=false, int page=0, int pagecount=0);
/dports/devel/itext/itext-4.2.0/toolbox/com/lowagie/toolbox/plugins/
H A DNormalize.java76 int pagecount; field in Normalize
113 System.out.println("rotate page:" + (pagecount + 1) + " targetformat: " + in iteratePages()
123 if ( ( (pagecount + 1) % 2) == 0) { in iteratePages()
134 if ( ( (pagecount + 1) % 2) == 1) { in iteratePages()
140 pageInh.add(pagecount, page); in iteratePages()
141 pagecount++; in iteratePages()
179 System.out.println("page:" + (pagecount + 1) + " nr in leaf:" + in Seitehinzufuegen()
202 pagecount = 0; in execute()
213 if ( ( (pagecount) % 2) == 1) { in execute()
220 pagecount + in execute()
/dports/www/moodle310/moodle/mod/wiki/tests/generator/
H A Dlib.php41 protected $pagecount = 0; variable in mod_wiki_generator
49 $this->pagecount = 0;
126 $this->pagecount++;
128 'title' => 'wiki page '.$this->pagecount,
133 'content' => 'Wiki page content '.$this->pagecount,
/dports/www/moodle311/moodle/mod/wiki/tests/generator/
H A Dlib.php41 protected $pagecount = 0; variable in mod_wiki_generator
49 $this->pagecount = 0;
126 $this->pagecount++;
128 'title' => 'wiki page '.$this->pagecount,
133 'content' => 'Wiki page content '.$this->pagecount,
/dports/www/moodle39/moodle/mod/wiki/tests/generator/
H A Dlib.php41 protected $pagecount = 0; variable in mod_wiki_generator
49 $this->pagecount = 0;
126 $this->pagecount++;
128 'title' => 'wiki page '.$this->pagecount,
133 'content' => 'Wiki page content '.$this->pagecount,

12345678910>>...28