Lines Matching refs:null

70             'cache' => null,
131 if ($name == 'cache' && $value !== null) {
257 function readSource(&$source, $URL, $symbolic = null,
271 function _readSource(&$toConvert, $URL, &$reachable, &$baseDir, $symbolic = null,
300 if ($symbolic === null) {
326 $reachable, $baseDir, null, 0, -1);
334 if ((empty($URL) || is_dir($URL)) && $source === null) {
360 if ($symbolic === null) {
372 } else if (is_file($URL) && substr($URL, -1)!='/' && $source === null) {
404 (is_dir($file) && $source==null)));
409 if ($source === null) {
429 if ($isDir && $symbolic==null) {
473 function read($URL, $symbolic = null,
476 $source = null;
709 function readMemory($memory, $filename, $stat=array(), $mime=null)
752 function readConcat(&$toConvert, $filename, $stat=array(), $mime=null)
985 function toMail($to, $headers, $message, $mail = null)
1078 function toArchive($filename, &$toConvert, $type = null,
1088 if ($type === null) {
1094 if ($innerWriter !== null) {
1101 while (($extension = array_pop($extensions)) !== null) {
1143 if ($type !== null || $nbCompressions == 0) {
1222 function appenderFromSource(&$toConvert, $URL = null, $unique = null,
1223 $type = null, $stat = array())
1229 if ($unique == null) {
1236 if ($URL === null) {
1239 if ($type === null) {
1264 if ($source !== null) {
1314 function appender($URL, $unique = null, $type = null, $stat = array())
1316 $source = null;
1329 function removeFromSource(&$pred, &$toConvert, $URL = null)
1335 if ($URL === null) {
1359 $source = null;
1369 function removeDuplicatesFromSource(&$toConvert, $URL = null)
1375 if ($URL !== null && substr($URL, -1) != '/') {
1379 if ($source === null) {
1389 null
1398 $source = null;