Home
last modified time | relevance | path

Searched refs:filePath (Results 1 – 25 of 45) sorted by path

12

/plugin/authfacebook/lib/FileUpload/
H A DFacebookFile.php58 * @param string $filePath
64 public function __construct($filePath, $maxLength = -1, $offset = -1) argument
66 $this->path = $filePath;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/
H A DSourceLocation.php25 public $filePath; variable in Google\\Service\\Clouderrorreporting\\SourceLocation
38 public function setFilePath($filePath) argument
40 $this->filePath = $filePath;
47 return $this->filePath;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1GcsFileSpec.php25 public $filePath; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1GcsFileSpec
36 public function setFilePath($filePath) argument
38 $this->filePath = $filePath;
45 return $this->filePath;
H A DGoogleCloudDatacatalogV1beta1GcsFileSpec.php22 public $filePath; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1GcsFileSpec
27 public function setFilePath($filePath) argument
29 $this->filePath = $filePath;
33 return $this->filePath;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/
H A DAssetImportMessage.php29 public $filePath; variable in Google\\Service\\PolyService\\AssetImportMessage
52 public function setFilePath($filePath) argument
54 $this->filePath = $filePath;
61 return $this->filePath;
H A DImageError.php29 public $filePath; variable in Google\\Service\\PolyService\\ImageError
48 public function setFilePath($filePath) argument
50 $this->filePath = $filePath;
57 return $this->filePath;
H A DObjParseError.php33 public $filePath; variable in Google\\Service\\PolyService\\ObjParseError
78 public function setFilePath($filePath) argument
80 $this->filePath = $filePath;
87 return $this->filePath;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DConfigFile.php29 public $filePath; variable in Google\\Service\\ServiceManagement\\ConfigFile
52 public function setFilePath($filePath) argument
54 $this->filePath = $filePath;
61 return $this->filePath;
/plugin/authgooglesheets/vendor/google/auth/
H A Dautoload.php28 $filePath = dirname(__FILE__) . '/src/' . implode('/', $classPath) . '.php';
29 if (file_exists($filePath)) {
30 require_once $filePath;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php292 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
293 if (count($filePath) == 1 ) {
371 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
372 if (count($filePath) == 1 ) {
H A DDatamatrixFactory.php269 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
270 if (count($filePath) == 1 ) {
333 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
334 if (count($filePath) == 1 ) {
H A DPDF417Factory.php273 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
274 if (count($filePath) == 1 ) {
337 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
338 if (count($filePath) == 1 ) {
H A DQRcodeFactory.php321 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
322 if (count($filePath) == 1 ) {
392 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
393 if (count($filePath) == 1 ) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php113 * @param string $filePath absolute path to file
116 function DetectHtml( $filePath ) argument
118 $fp = @fopen( $filePath, 'rb' ) ;
183 * @param string $filePath absolute path to file
188 function IsImageValid( $filePath, $extension ) argument
190 if (!@is_readable($filePath)) {
220 if ( @getimagesize( $filePath ) === false ) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php113 * @param string $filePath absolute path to file
116 function DetectHtml( $filePath ) argument
118 $fp = @fopen( $filePath, 'rb' ) ;
183 * @param string $filePath absolute path to file
188 function IsImageValid( $filePath, $extension ) argument
190 if (!@is_readable($filePath)) {
220 if ( @getimagesize( $filePath ) === false ) {
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php82 $filePath = $path->toAbsolutePath()->toAbsoluteId();
83 $timestamp = filectime($filePath);
H A DLocalPath.php121 * @param string $filePath
125 public static function create(string $filePath): LocalPath argument
127 return new LocalPath($filePath);
H A DMutex.php21 private $filePath; variable in ComboStrap\\Mutex
31 public function __construct($filePath) argument
33 $this->filePath = $filePath;
39 $this->filePointer = fopen($this->filePath,"w");
59 @unlink($this->filePath);
H A DWikiPath.php1219 $filePath = $baseDirectory;
1221 $filePath = $filePath->resolve($name);
1223 $filePathString = $filePath->toAbsoluteId();
/plugin/combo/action/
H A Dpagesystemmutation.php93 $filePath = $data[0][0];
94 $file = LocalPath::createFromPathString($filePath);
/plugin/diagramsnet/lib/
H A Delectron.js378 var filePath = path.join(dir, file);
379 stat = fs.statSync(filePath);
381 if (stat.isFile() && path.basename(filePath).charAt(0) != '.')
383 files.push(filePath);
387 addDirectoryFiles(filePath, isRecursive)
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js1340 function getBkpFilePath(filePath) argument
1343 return path.join(path.dirname(filePath), '~$' + path.basename(filePath) + '.bkp');
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1filePath;\n if (typeof _filePath === 'undefined') {\n filePath = \"ts:extralib-\…
/plugin/dx/src/
H A DStandardize.php78 $filePath = DOKU_PLUGIN . 'dx/skel/' . $fileName . '.skel';
79 if (!file_exists($filePath)) {
80 throw new LogicException('file missing: ' . $filePath);
82 $fileContents = file_get_contents($filePath);
97 private function makeFileDir(string $filePath): void argument
99 $dirPath = dirname($filePath);
/plugin/eventline/
H A Dsyntax.php195 $str .= 'var plugin_eventline_filePath = "'.$filePath.'";';

12