Searched refs:inputFile (Results 1 – 11 of 11) sorted by relevance
| /plugin/pagecss/vendor/csstidy-2.2.1/bin/ |
| H A D | pcsstidy | 235 $inputFile = $argv[$i]; variable 240 if (!$inputFile) { 241 $inputFile = 'php://stdin'; variable 245 $css_code = file_get_contents($inputFile); 249 file_put_contents('php://stderr', "The file \"" . $inputFile . "\" does not exist.\n");
|
| /plugin/revealjs/plugin/print-pdf/ |
| 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/ |
| D | ReactJsxFilter.php | 33 $inputFile = $inputDir.DIRECTORY_SEPARATOR.'asset.js'; 38 file_put_contents($inputFile, $asset->getContent()); 50 unlink($inputFile);
|
| /plugin/rrdgraph/inc/ |
| 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/webdavclient/vendor/sabre/vobject/bin/ |
| D | rrulebench.php | 15 list(, $inputFile, $startDate, $endDate) = $argv; 21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile,'r'));
|
| /plugin/icalevents/vendor/sabre/vobject/bin/ |
| D | rrulebench.php | 15 list(, $inputFile, $startDate, $endDate) = $argv; 21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile, 'r'));
|
| D | bench_freebusygenerator.php | 17 list(, $inputFile) = $argv; 22 $vcal = Sabre\VObject\Reader::read(fopen($inputFile, 'r'));
|
| D | bench_manipulatevcard.php | 16 list(, $inputFile) = $argv; 18 $input = file_get_contents($inputFile);
|
| /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/davcard/vendor/sabre/vobject/bin/ |
| D | rrulebench.php | 15 list(, $inputFile, $startDate, $endDate) = $argv; 21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile,'r'));
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
| D | CLI.php | 707 … echo 'ERROR: The specified file "'.$inputFile.'" does not exist'.PHP_EOL.PHP_EOL;
|