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

/haiku/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/src/libs/libfdt/
H A Dfdt_ro.c510 const fdt32_t *php; local
515 php = fdt_getprop(fdt, nodeoffset, "phandle", &len);
516 if (!php || (len != sizeof(*php))) {
517 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len);
518 if (!php || (len != sizeof(*php)))
522 return fdt32_ld_(php);
/haiku/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh14 report_cgi=http://haikuware.com/hwreport.php

Completed in 51 milliseconds