[ Index ]

PHP Cross Reference of MantisBT

title

Body

[close]

/core/ -> xmlhttprequest_api.php (summary)

XMLHttpRequest API

Copyright: Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
Copyright: Copyright (C) 2002 - 2011 MantisBT Team - mantisbt-dev@lists.sourceforge.net
File Size: 99 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

  xmlhttprequest_filter_by_prefix()
  xmlhttprequest_platform_get_with_prefix()
  xmlhttprequest_os_get_with_prefix()
  xmlhttprequest_os_build_get_with_prefix()

Functions
Functions that are not part of a class:

xmlhttprequest_filter_by_prefix( $p_set, $p_prefix )   X-Ref
Filter a set of strings by finding strings that start with a case-insensitive prefix.

param: array $p_set An array of strings to search through.
param: string $p_prefix The prefix to filter by.
return: array An array of strings which match the supplied prefix.

xmlhttprequest_platform_get_with_prefix()   X-Ref
Echos a serialized list of platforms starting with the prefix specified in the $_POST

return: null

xmlhttprequest_os_get_with_prefix()   X-Ref
Echos a serialized list of OSes starting with the prefix specified in the $_POST

return: null

xmlhttprequest_os_build_get_with_prefix()   X-Ref
Echos a serialized list of OS Versions starting with the prefix specified in the $_POST

return: null



Generated: Thu Jul 28 15:48:31 2011 Cross-referenced by PHPXref 0.7