Searched refs:inputFile (Results 1 – 10 of 10) sorted by relevance
/plugin/revealjs/plugin/print-pdf/ |
H A D | print-pdf.js | 18 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 D | ReactJsxFilter.php | 33 $inputFile = $inputDir.DIRECTORY_SEPARATOR.'asset.js'; 38 file_put_contents($inputFile, $asset->getContent()); 50 unlink($inputFile);
|
/plugin/icalevents/vendor/sabre/vobject/bin/ |
H A D | rrulebench.php | 15 list(, $inputFile, $startDate, $endDate) = $argv; 21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile, 'r'));
|
H A D | bench_freebusygenerator.php | 17 list(, $inputFile) = $argv; 22 $vcal = Sabre\VObject\Reader::read(fopen($inputFile, 'r'));
|
H A D | bench_manipulatevcard.php | 16 list(, $inputFile) = $argv; 18 $input = file_get_contents($inputFile);
|
/plugin/davcard/vendor/sabre/vobject/bin/ |
H A D | rrulebench.php | 15 list(, $inputFile, $startDate, $endDate) = $argv; 21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile,'r'));
|
/plugin/webdavclient/vendor/sabre/vobject/bin/ |
H A D | rrulebench.php | 15 list(, $inputFile, $startDate, $endDate) = $argv; 21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile,'r'));
|
/plugin/davcal/vendor/sabre/vobject/bin/ |
H A D | rrulebench.php | 15 list(, $inputFile, $startDate, $endDate) = $argv; 21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile,'r'));
|
/plugin/rrdgraph/inc/ |
H A D | svgbinding.php | 180 * @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 D | CLI.php | 707 … echo 'ERROR: The specified file "'.$inputFile.'" does not exist'.PHP_EOL.PHP_EOL;
|