Searched refs:tempFile (Results 1 – 17 of 17) sorted by relevance
22 $tempFile = $this->createStream($data);24 $objects = new VCard($tempFile);61 $tempFile = $this->createStream($data);63 $splitter = new VCard($tempFile);89 $tempFile = $this->createStream($data);91 $splitter = new VCard($tempFile);109 $objects = new VCard($tempFile);127 $objects = new VCard($tempFile);143 $objects = new VCard($tempFile);167 $objects = new VCard($tempFile);[all …]
35 $tempFile = $this->createStream($data);37 $objects = new ICalendar($tempFile);59 $tempFile = $this->createStream($data);61 $objects = new ICalendar($tempFile);74 $tempFile = $this->createStream($data);76 $objects = new ICalendar($tempFile);92 $objects = new ICalendar($tempFile);123 $objects = new ICalendar($tempFile);163 $objects = new ICalendar($tempFile);257 $objects = new ICalendar($tempFile);[all …]
24 $tempFile = $this->createStream($data);26 $objects = new VCard($tempFile);63 $tempFile = $this->createStream($data);65 $splitter = new VCard($tempFile);91 $tempFile = $this->createStream($data);93 $splitter = new VCard($tempFile);111 $objects = new VCard($tempFile);129 $objects = new VCard($tempFile);145 $objects = new VCard($tempFile);169 $objects = new VCard($tempFile);[all …]
19 protected $tempFile; variable in PHPUnit_Util_PHP_Default39 if (!($this->tempFile = tempnam(sys_get_temp_dir(), 'PHPUnit')) ||40 file_put_contents($this->tempFile, $job) === false) {95 $this->getCommand($settings, $this->tempFile),204 if ($this->tempFile) {205 unlink($this->tempFile);
139 $tempFile = tempnam($dirName, basename($fileName));140 if (false !== @file_put_contents($tempFile, $value)) {141 if (@rename($tempFile, $fileName)) {152 array('tempName' => $tempFile, 'fileName' => $fileName)
77 $tempFile = tempnam($this->basePath, 'cache_tmp_');78 file_put_contents($tempFile, $data);79 chmod($tempFile, 0664);82 rename($tempFile, $path);
165 foreach ($this->temporaryFilePatterns as $tempFile) {167 if (preg_match($tempFile, $tempPath)) {
168 foreach ($this->temporaryFilePatterns as $tempFile) {170 if (preg_match($tempFile, $tempPath)) {
698 this.getFile(org + '/' + repo + '/' + ref + '/' + path, mxUtils.bind(this, function(tempFile) argument700 if (tempFile.getData() == file.getData())702 success(tempFile.getCurrentEtag());734 this.getFile(org + '/' + repo + '/' + ref + '/' + path, mxUtils.bind(this, function(tempFile) argument736 file.meta.last_commit_id = tempFile.meta.last_commit_id;
4704 mode = (tempFile) ? null : ((mode != null) ? mode : this.mode);5030 var tempFile = this.getCurrentFile();5031 window.location.hash = (tempFile != null) ? tempFile.getHash() : '';5040 var tempFile = this.getCurrentFile();5041 window.location.hash = (tempFile != null) ? tempFile.getHash() : '';5096 var tempFile = new LocalFile(this, data, (urlParams['title'] != null) ?5098 tempFile.getHash = function() method5102 this.fileLoaded(tempFile);5230 var tempFile = new LocalFile(this, text, (urlParams['title'] != null) ?5232 tempFile.getHash = function()[all …]
2200 var tempFile = new LocalFile(this, xml, (urlParams['title'] != null) ?2202 tempFile.getHash = function()2206 this.fileLoaded(tempFile);
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...