Searched refs:outputFile (Results 1 – 14 of 14) sorted by relevance
35 $outputFile = $outputDir.DIRECTORY_SEPARATOR.'asset.js';54 if (file_exists($outputFile)) {55 unlink($outputFile);65 $asset->setContent(file_get_contents($outputFile));68 unlink($outputFile);
19 var outputFile = system.args[2] || 'slides.pdf'; variable21 if( outputFile.match( /\.pdf$/gi ) === null ) {22 outputFile += '.pdf';55 printPage.render( outputFile );
29 echo "Writing to: $outputFile\n";31 $f = fopen($outputFile, 'w');49 exec(__DIR__ . '/sabre-cs-fixer fix ' . escapeshellarg($outputFile));
29 echo "Writing to: $outputFile\n";31 $f = fopen($outputFile,'w');
178 * @param String $outputFile Name of the file to write the created SVG to.183 public function createSVG($outputFile, $rrdOptions, $inputFile) { argument264 $handler = new XmlHandler($xmlParser, $outputFile, $bindingValues);
282 $outputFile = SABRE_TEMPDIR . 'bar.json';286 $this->cli->main(['vobject', 'convert', 'foo.json', $outputFile])296 $outputFile = SABRE_TEMPDIR . 'bar.ics';300 $this->cli->main(['vobject', 'convert', 'foo.ics', $outputFile])
284 $outputFile = SABRE_TEMPDIR . 'bar.json';288 $this->cli->main(array('vobject', 'convert','foo.json',$outputFile))298 $outputFile = SABRE_TEMPDIR . 'bar.ics';302 $this->cli->main(array('vobject', 'convert','foo.ics',$outputFile))
201 if (pOpts.outputFile) {202 fs.writeFileSync(pOpts.outputFile, output);
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...