HomeSort by relevance Sort by last modified time
    Searched refs:isset (Results 1 - 18 of 18) sorted by null

  /external/webkit/LayoutTests/http/tests/appcache/resources/auth/
manifest.php 2 if (!isset($_SERVER['PHP_AUTH_USER'])) {
setup.php 2 if (!isset($_SERVER['PHP_AUTH_USER'])) {
subresource.php 2 if (!isset($_SERVER['PHP_AUTH_USER'])) {
iframe.php 2 if (!isset($_SERVER['PHP_AUTH_USER'])) {
  /external/libvpx/examples/
gen_example_doxy.php 98 $page_id=(isset($argv[1]))?$argv[1]:"";
99 $page_desc=(isset($argv[2]))?$argv[2]:"";
157 if (!isset($asciimath)) $asciimath = new ASCIIMathPHP($symbol_arr);
  /external/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.class.php 74 $this->_id = isset($id) ? $id : md5(uniqid(rand(),1));
211 if (isset($this->_attr_arr[$attr_nm])) {
235 if (isset($this->_child_arr[$id])) {
270 if (isset($this->_child_arr[$id_arr[$idx]])) {
444 if (isset($expr)) {
489 if (isset($attr_arr)) {
537 if (isset($sym['infix']) && $sym['input'] != '/') {
559 $node_3->setName(isset($sym_0['underover']) ? 'munderover' : 'msubsup');
571 $node_2->setName(isset($sym_0['underover']) ? 'munder' : 'msub');
605 if (isset($sym['infix']) && $sym['input'] == '/')
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 930 if (!isset($this->lexic_permissions['KEYWORDS'][$key])) {
    [all...]
  /external/libvpx/examples/includes/
vp8_doc_tools.php 62 if (!isset($asciimath)) $asciimath = new ASCIIMathPHP($symbol_arr);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
param.h 47 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) macro
  /external/libvpx/examples/includes/geshi/contrib/
example.php 28 if (isset($_POST['submit'])) {
107 if (isset($_POST['submit'])) {
166 if (isset($_POST['submit'])) {
197 if (isset($_POST['language']) && $_POST['language'] == $lang) {
cssgen.php 118 if ( isset($_GET[$var_name]) )
122 elseif ( isset($_POST[$var_name]) )
146 if ( !isset($$array) )
langcheck.php 190 if (isset($_REQUEST['show']) && in_array($_REQUEST['show'], $languages)) {
247 if(!isset($language_data)) {
255 if(!isset($language_data['LANG_NAME'])) {
261 if(!isset($language_data['COMMENT_SINGLE'])) {
267 if(!isset($language_data['COMMENT_MULTI'])) {
273 if(isset($language_data['COMMENT_REGEXP'])) {
279 if(!isset($language_data['QUOTEMARKS'])) {
285 if(isset($language_data['HARDQUOTE'])) {
291 if(!isset($language_data['ESCAPE_CHAR'])) {
299 if(!isset($language_data['CASE_KEYWORDS']))
    [all...]
  /external/openssl/crypto/asn1/
tasn_enc.c 321 int isset, sktag, skaclass; local
330 isset = 1;
333 isset = 2;
335 else isset = 0;
348 if (isset)
379 isset, iclass);
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 44 if (isset($wp_version)) {
161 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1;
270 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1;
351 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1;
388 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1;
  /external/chromium/third_party/icu/source/tools/tzcode/
tz2icu.cpp 808 bool isset; // used during building; later ignored member in struct:FinalRulePart
810 FinalRulePart() : isset(false) {}
820 if (isset) {
823 isset = true;
912 bool isset() const { function in struct:FinalRule
913 return part[0].isset && part[1].isset;
931 return !p.second.isset();
984 int32_t p = fr.part[0].isset ? 1 : 0;
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 789 bool isset; // used during building; later ignored member in struct:FinalRulePart
791 FinalRulePart() : isset(false) {}
801 if (isset) {
804 isset = true;
893 bool isset() const { function in struct:FinalRule
894 return part[0].isset && part[1].isset;
912 return !p.second.isset();
965 int32_t p = fr.part[0].isset ? 1 : 0;
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 58 if (!isset($parser)) {
79 if (isset($wp_version)) {
751 if (isset($this->urls[$link_id])) {
756 if ( isset( $this->titles[$link_id] ) ) {
780 if (isset($title)) {
857 if (isset($this->urls[$link_id])) {
860 if (isset($this->titles[$link_id])) {
884 if (isset($title)) {
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 427 #define isset(a, i) (((const uint8 *)a)[(i)/NBBY] & (1<<((i)%NBBY))) macro

Completed in 4661 milliseconds