Home
last modified time | relevance | path

Searched refs:tempFile (Results 1 – 17 of 17) sorted by relevance

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php22 $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 …]
H A DICalendarTest.php35 $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 …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php24 $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 …]
H A DICalendarTest.php35 $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 …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php24 $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 …]
H A DICalendarTest.php35 $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 …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php24 $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 …]
H A DICalendarTest.php35 $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 …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php19 protected $tempFile; variable in PHPUnit_Util_PHP_Default
39 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);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DFilesystemCache.php139 $tempFile = tempnam($dirName, basename($fileName));
140 if (false !== @file_put_contents($tempFile, $value)) {
141 if (@rename($tempFile, $fileName)) {
152 array('tempName' => $tempFile, 'fileName' => $fileName)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php77 $tempFile = tempnam($this->basePath, 'cache_tmp_');
78 file_put_contents($tempFile, $data);
79 chmod($tempFile, 0664);
82 rename($tempFile, $path);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php165 foreach ($this->temporaryFilePatterns as $tempFile) {
167 if (preg_match($tempFile, $tempPath)) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php168 foreach ($this->temporaryFilePatterns as $tempFile) {
170 if (preg_match($tempFile, $tempPath)) {
/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabClient.js698 this.getFile(org + '/' + repo + '/' + ref + '/' + path, mxUtils.bind(this, function(tempFile) argument
700 if (tempFile.getData() == file.getData())
702 success(tempFile.getCurrentEtag());
734 this.getFile(org + '/' + repo + '/' + ref + '/' + path, mxUtils.bind(this, function(tempFile) argument
736 file.meta.last_commit_id = tempFile.meta.last_commit_id;
H A DApp.js4704 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() method
5102 this.fileLoaded(tempFile);
5230 var tempFile = new LocalFile(this, text, (urlParams['title'] != null) ?
5232 tempFile.getHash = function()
[all …]
H A DEditorUi.js2200 var tempFile = new LocalFile(this, xml, (urlParams['title'] != null) ?
2202 tempFile.getHash = function()
2206 this.fileLoaded(tempFile);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...