Bluetooth Trolltech Qtopia

Qtopia BlueZ Bluetooth GUI

Source Viewer - htmlhead.php

< Source Browser

  <META name="GENERATOR" content="Quanta Plus">
  <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <META name="AUTHOR" content="Colin Pinkney">
  <LINK rel="STYLESHEET" href="main.css" type="text/css" media="screen,print,projection" title="Main Style">
  <LINK rel="ALTERNATE STYLESHEET" href="simple.css" type="text/css" media="screen,print,projection" title="Simplified Layout">
  <LINK rel="STYLESHEET" href="handheld.css" type="text/css" media="handheld" title="Handheld Layout">
<?php
 if (!function_exists('substr_compare')) {
    function substr_compare($main_str, $str, $offset, $length = NULL, $case_insensitivity = false) {
        $offset = (int) $offset;
        
        if ($offset >= strlen($main_str)) {
            trigger_error('The start position cannot exceed initial string length.', E_USER_WARNING);
            return;
        }
        
        if (is_int($length)) {
            $main_substr = substr($main_str, $offset, $length);
        } else {
            $main_substr = substr($main_str, $offset);
        }
        
        if ($case_insensitivity === true) {
            return strcasecmp($main_substr, $str);
        }
        
        return strcmp($main_substr, $str);
    }
 }
?>\
Page Last Updated: Thu, 01 Jan 1970 00:00:00 +0000
Website Developed & Maintained By: tumnus_cp