Searched refs:php (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/libs/pdflib/bind/pdflib/
H A DMakefile11 -$(RM) php/Makefile.in
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/
H A Dbusinesscard.php1 <?php
2 /* $Id: businesscard.php 14574 2005-10-29 16:27:43Z bonefish $
39 PDF_set_info($p, "Creator", "businesscard.php");
H A Dchartab.php1 <?php
3 * $Id: chartab.php 14574 2005-10-29 16:27:43Z bonefish $
41 PDF_set_info($p, "Creator", "chartab.php");
H A Dhello.php1 <?php
2 # $Id: hello.php 14574 2005-10-29 16:27:43Z bonefish $
15 PDF_set_info($p, "Creator", "hello.php");
H A Dimage.php1 <?php
2 # $Id: image.php 14574 2005-10-29 16:27:43Z bonefish $
19 PDF_set_info($p, "Creator", "image.php");
H A Dinvoice.php1 <?php
2 /* $Id: invoice.php 14574 2005-10-29 16:27:43Z bonefish $
50 PDF_set_info($p, "Creator", "invoice.php");
H A Dpdfclock.php1 <?php
2 /* $Id: pdfclock.php 14574 2005-10-29 16:27:43Z bonefish $
19 PDF_set_info($p, "Creator", "pdfclock.php");
H A Dquickreference.php1 <?php
2 # $Id: quickreference.php 14574 2005-10-29 16:27:43Z bonefish $
26 PDF_set_info($p, "Creator", "quickreference.php");
28 PDF_set_info($p, "Title", "mini imposition demo (php)");
/haiku-fatelf/src/libs/libfdt/
H A Dfdt_ro.c325 const uint32_t *php; local
330 php = fdt_getprop(fdt, nodeoffset, "phandle", &len);
331 if (!php || (len != sizeof(*php))) {
332 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len);
333 if (!php || (len != sizeof(*php)))
337 return fdt32_to_cpu(*php);
/haiku-fatelf/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php1 <?php
4 * haiku.php - an online Haiku demo using qemu and vnc.
11 // http://www.oszoo.org/wiki/index.php/Free_Live_OS_Zoo
15 if (file_exists('haiku.conf.php'))
16 include('haiku.conf.php');
35 // else you can get it from http://www.tightvnc.com/download-old.php :
822 <title><?php echo PAGE_TITLE; ?></title>
827 body { background-color: <?php echo BGCOLOR; ?>; }
836 .haiku_online_applet { background-color: <?php echo BGCOLOR; ?>; }
841 //window.open("<?php ech
[all...]
/haiku-fatelf/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh14 report_cgi=http://haikuware.com/hwreport.php
/haiku-fatelf/src/libs/pdflib/
H A Dconfigure7912 if test -f bind/pdflib/php/Makefile.frag.in ; then
7913 GENERATED_FILES="$GENERATED_FILES bind/pdflib/php/Makefile.frag"
7915 if test -f bind/psp/php/Makefile.frag.in ; then
7916 GENERATED_FILES="$GENERATED_FILES bind/psp/php/Makefile.frag"
9127 echo "$as_me:9127: result: PHP language binding for PSP: no, see bind/psp/php/readme.txt" >&5
9128 echo "${ECHO_T}PHP language binding for PSP: no, see bind/psp/php/readme.txt" >&6
9150 echo "$as_me:9150: result: PHP language binding for PDFlib: no, see bind/pdflib/php/readme.txt" >&5
9151 echo "${ECHO_T}PHP language binding for PDFlib: no, see bind/pdflib/php/readme.txt" >&6

Completed in 127 milliseconds