Home
last modified time | relevance | path

Searched refs:inputFile (Results 1 – 10 of 10) sorted by relevance

/plugin/revealjs/plugin/print-pdf/
H A Dprint-pdf.js18 var inputFile = system.args[1] || 'index.html?print-pdf'; variable
27 probePage.open( inputFile, function( status ) {
43 printPage.open( inputFile, function( status ) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DReactJsxFilter.php33 $inputFile = $inputDir.DIRECTORY_SEPARATOR.'asset.js';
38 file_put_contents($inputFile, $asset->getContent());
50 unlink($inputFile);
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Drrulebench.php15 list(, $inputFile, $startDate, $endDate) = $argv;
21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile, 'r'));
H A Dbench_freebusygenerator.php17 list(, $inputFile) = $argv;
22 $vcal = Sabre\VObject\Reader::read(fopen($inputFile, 'r'));
H A Dbench_manipulatevcard.php16 list(, $inputFile) = $argv;
18 $input = file_get_contents($inputFile);
/plugin/davcard/vendor/sabre/vobject/bin/
H A Drrulebench.php15 list(, $inputFile, $startDate, $endDate) = $argv;
21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile,'r'));
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Drrulebench.php15 list(, $inputFile, $startDate, $endDate) = $argv;
21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile,'r'));
/plugin/davcal/vendor/sabre/vobject/bin/
H A Drrulebench.php15 list(, $inputFile, $startDate, $endDate) = $argv;
21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile,'r'));
/plugin/rrdgraph/inc/
H A Dsvgbinding.php180 * @param String $inputFile Name of the file to read the SVG structure from for processing.
183 public function createSVG($outputFile, $rrdOptions, $inputFile) { argument
267 $data = file_get_contents($inputFile);
268 if ($data === false) throw new Exception('Could not load file "' . $inputFile. '".');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php707 … echo 'ERROR: The specified file "'.$inputFile.'" does not exist'.PHP_EOL.PHP_EOL;