Home
last modified time | relevance | path

Searched refs:folder (Results 1 – 11 of 11) sorted by relevance

/PHP-5.4/ext/fileinfo/tests/
H A Dbug61964.phpt13 $dir = __DIR__ . "/test-folder";
30 // write some test files to test folder
33 @mkdir($dir . "/test-inner-folder");
38 rmdir($dir . "/test-inner-folder");
67 Warning: finfo_open(): Failed to load magic database at '%stest-folder'. in %sbug61964.php on line …
H A Dmagic11881 # 79 beshort # window or folder ID
12251 0 string *mbx* MBX mail folder
14233 0 string #\ Netscape\ folder\ cache Netscape folder cache
14234 0 string \000\036\204\220\000 Netscape folder cache
18149 >4 byte =0xC6 \b, folder database
18257 0 lelong 0x4E444221 Microsoft Outlook email folder
/PHP-5.4/win32/build/
H A Dcvsclean.js83 var folder = FSO.GetFolder(foldername);
84 var fc = new Enumerator(folder.SubFolders);
93 var fc = new Enumerator(folder.Files);
H A Dsvnclean.js83 var folder = FSO.GetFolder(foldername);
84 var fc = new Enumerator(folder.SubFolders);
93 var fc = new Enumerator(folder.Files);
H A Dconfutils.js2149 var folder = FSO.GetFolder(base);
2155 fc = new Enumerator(folder.SubFolders);
2179 fc = new Enumerator(folder.Files);
H A Dconfig.w32110 ARG_WITH('pgo', 'Compile optimized binaries using training data from folder', 'no');
/PHP-5.4/ext/imap/
H A Dphp_imap.c120 ZEND_ARG_INFO(0, folder)
1315 char *folder, *message, *internal_date = NULL, *flags = NULL; in PHP_FUNCTION() local
1725 char *seq, *folder; in PHP_FUNCTION() local
1748 char *seq, *folder; in PHP_FUNCTION() local
1773 char *folder; in PHP_FUNCTION() local
1783 if (mail_create(imap_le_struct->imap_stream, folder) == T) { in PHP_FUNCTION()
1819 char *folder; in PHP_FUNCTION() local
1829 if (mail_delete(imap_le_struct->imap_stream, folder) == T) { in PHP_FUNCTION()
2236 char *folder; in PHP_FUNCTION() local
2246 if (mail_subscribe(imap_le_struct->imap_stream, folder) == T) { in PHP_FUNCTION()
[all …]
/PHP-5.4/
H A Dmakerpm13 $PREFIX source needs to be installed in a folder that contains the version
H A DINSTALL1294 "PHP\ext" ("PHP\extensions" in PHP 4) folder.
/PHP-5.4/win32/
H A Dinstall.txt265 (i.e. C:\WINDOWS) folder and while this simplifies the installation
268 SYSTEM folder) before moving on with a new PHP installation. Be sure
355 packages have the server modules in the sapi folder, PHP 5
357 folder root. The supporting DLLs for the PHP 5 extensions are also not
361 sapi folders to the main folder (e.g. C:\php).
471 (php5activescript.dll) and place it in the main PHP folder (e.g.
499 folder, if you wish to load extensions, etc.
1114 be found in the distribution package, in in the main folder in PHP 5,
1240 copying the PECL extension DLLs into the extension_dir folder and
/PHP-5.4/ext/phar/phar/
H A Dpharcommand.inc895 * depending on the permissions on that folder.

Completed in 73 milliseconds