Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 25 of 26) sorted by relevance

12

/PHP-5.3/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt73 seen is 0
86 seen is 0
97 seen is 0
113 seen is 0
124 seen is 0
135 seen is 0
H A Dimap_fetch_overview_basic.phpt67 seen is 0
81 seen is 0
93 seen is 0
H A Dimap_fetchbody_basic.phpt42 var_dump( $overview[0]->seen );
57 var_dump( $overview[0]->seen );
H A Dimap_fetch_overview_variation2.phpt134 seen is 0
173 seen is 0
188 seen is 0
H A Dimap_fetch_overview_variation6.phpt106 seen is 0
H A Dimap_include.inc24 'seen',
/PHP-5.3/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt26 /* Without enabling SKIP_PASV_IP flag, the following output will be seen..
32 /* After enabling SKIP_PASV_IP flag, the following output will be seen..
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dutil.c945 int seen; in sqliteGlobCompare() local
981 seen = 0; in sqliteGlobCompare()
988 if( c==']' ) seen = 1; in sqliteGlobCompare()
995 if( c>=prior_c && c<=c2 ) seen = 1; in sqliteGlobCompare()
998 seen = 1; in sqliteGlobCompare()
1005 if( c2==0 || (seen ^ invert)==0 ) return 0; in sqliteGlobCompare()
H A Dsqlite.h.in492 ** conflict is seen. Define SQLITE2_TEXT to be the version 2 value.
/PHP-5.3/ext/oci8/tests/
H A Ddrcp_scope3.phpt16 // function1 is not closed, so the updated value will be seen in
H A Ddrcp_scope5.phpt19 // function1 is not closed, so the updated value will be seen in
/PHP-5.3/
H A DTODO118 variable name is seen more than once.
H A DREADME.REDIST.BINS95 hadn't seen his code).
H A Dphp.ini-development1560 ; After this number of seconds, stored data will be seen as 'garbage' and
H A Dphp.ini-production1560 ; After this number of seconds, stored data will be seen as 'garbage' and
H A DINSTALL1262 be seen at » http://svn.php.net/viewvc/pecl/. To download straight
/PHP-5.3/win32/build/
H A Dconfutils.js212 this.seen = false;
343 arg.seen = true;
424 if (arg.seen)
/PHP-5.3/ext/imap/
H A Dphp_imap.c1657 tmp[0] = cache->recent ? (cache->seen ? 'R': 'N') : ' '; in PHP_FUNCTION()
1658 tmp[1] = (cache->recent | cache->seen) ? ' ' : 'U'; in PHP_FUNCTION()
2096 add_property_string(return_value, "Recent", cache->recent ? (cache->seen ? "R": "N") : " ", 1); in PHP_FUNCTION()
2097 add_property_string(return_value, "Unseen", (cache->recent | cache->seen) ? " " : "U", 1); in PHP_FUNCTION()
2584 if (!cache->seen || cache->recent) { in PHP_FUNCTION()
3468 add_property_long(myoverview, "seen", elt->seen); in PHP_FUNCTION()
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput14726 /--- Force no study, otherwise mark is not seen. The studied version is in
4761 /--- Don't loop! Force no study, otherwise mark is not seen. ---/
H A Dtestoutput17882 /--- Force no study, otherwise mark is not seen. The studied version is in
7928 /--- Don't loop! Force no study, otherwise mark is not seen. ---/
H A Dtestinput23318 studying means the mark is not seen. --/
H A Dtestoutput211279 studying means the mark is not seen. --/
/PHP-5.3/win32/
H A Dinstall.txt1233 seen at http://svn.php.net/pecl/. To download straight from SVN,
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic1923 # [never seen any but the last; -lh4- reported in comp.compression:]
3030 # blit: file(1) magic for 68K Blit stuff as seen from 680x0 machine
5092 # Up to now only 0, 1 and 2 are defined; I've seen a file with 0x83, it seemed
13380 # uppercase letters. However, examples have been seen without the date string,
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c82763 int seen;
82817 seen = 0;
82827 if( c==']' ) seen = 1;
82833 if( c>=prior_c && c<=c2 ) seen = 1;
82837 seen = 1;
82843 if( c2==0 || (seen ^ invert)==0 ){
110926 int seen = 0;
110934 if( p2->xUnlockNotify==p->xUnlockNotify ) seen = 1;
110935 assert( p2->xUnlockNotify==p->xUnlockNotify || !seen );

Completed in 470 milliseconds

12