Home
last modified time | relevance | path

Searched refs:outputPath (Results 1 – 14 of 14) sorted by relevance

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DTypeScriptFilter.php49 $outputPath = FilesystemUtils::createTemporaryFile('typescript_out');
53 $pb->add($inputPath)->add('--out')->add($outputPath);
61 if (file_exists($outputPath)) {
62 unlink($outputPath);
67 if (!file_exists($outputPath)) {
71 $compiledJs = file_get_contents($outputPath);
72 unlink($outputPath);
H A DEmberPrecompileFilter.php51 $outputPath = FilesystemUtils::createTemporaryFile('ember_out');
55 $pb->add($inputPath)->add('-f')->add($outputPath);
68 if (file_exists($outputPath)) {
69 unlink($outputPath);
74 if (!file_exists($outputPath)) {
78 $compiledJs = file_get_contents($outputPath);
79 unlink($outputPath);
H A DHandlebarsFilter.php62 $outputPath = FilesystemUtils::createTemporaryFile('handlebars_out');
66 $pb->add($inputPath)->add('-f')->add($outputPath);
87 if (file_exists($outputPath)) {
88 unlink($outputPath);
93 if (!file_exists($outputPath)) {
97 $compiledJs = file_get_contents($outputPath);
98 unlink($outputPath);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1PredictionOutput.php30 public $outputPath; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1PredictionOutput
61 public function setOutputPath($outputPath) argument
63 $this->outputPath = $outputPath;
70 return $this->outputPath;
H A DGoogleCloudMlV1PredictionInput.php50 public $outputPath; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1PredictionInput
159 public function setOutputPath($outputPath) argument
161 $this->outputPath = $outputPath;
168 return $this->outputPath;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2LargeCustomDictionaryConfig.php60 public function setOutputPath(GooglePrivacyDlpV2CloudStoragePath $outputPath) argument
62 $this->outputPath = $outputPath;
69 return $this->outputPath;
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php57 protected $outputPath; variable in Sabre\\VObject\\Cli
233 $this->outputPath = isset($positional[2]) ? $positional[2] : '-';
235 if ($this->outputPath !== '-') {
236 $this->stdout = fopen($this->outputPath, 'w');
247 if (substr($this->outputPath, -5) === '.json') {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php57 protected $outputPath; variable in Sabre\\VObject\\Cli
233 $this->outputPath = isset($positional[2])?$positional[2]:'-';
235 if ($this->outputPath !== '-') {
236 $this->stdout = fopen($this->outputPath, 'w');
247 if (substr($this->outputPath,-5)==='.json') {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php57 protected $outputPath; variable in Sabre\\VObject\\Cli
233 $this->outputPath = isset($positional[2])?$positional[2]:'-';
235 if ($this->outputPath !== '-') {
236 $this->stdout = fopen($this->outputPath, 'w');
247 if (substr($this->outputPath,-5)==='.json') {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php57 protected $outputPath; variable in Sabre\\VObject\\Cli
233 $this->outputPath = isset($positional[2])?$positional[2]:'-';
235 if ($this->outputPath !== '-') {
236 $this->stdout = fopen($this->outputPath, 'w');
247 if (substr($this->outputPath,-5)==='.json') {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php57 protected $outputPath; variable in Sabre\\VObject\\Cli
226 $this->outputPath = isset($positional[2]) ? $positional[2] : '-';
228 if ('-' !== $this->outputPath) {
229 $this->stdout = fopen($this->outputPath, 'w');
240 if ('.json' === substr($this->outputPath, -5)) {
/plugin/snap/
H A Dhelper.php59 var $outputPath=false; variable in helper_plugin_snap
114 $this->outputPath=realpath($conf['datadir']).'/../snap/';
115 if (!file_exists($this->outputPath.".")) mkdir($this->outputPath);
195 $imagePath=$this->outputPath.$image;
/plugin/htmlokay/
H A Ddirectory_scan-3.php49 function outputPath($path){ function
H A Dadmin.php250 function outputPath($path) function in admin_plugin_htmlOKay