/plugin/src/ |
H A D | syntax.php | 223 $filePath = preg_replace('/^(\.)(\:)?((\w+\-*\:*)+\z)/sm', '$3', $filePath); 224 $filePath = preg_replace('/^((\.:{0,1}){0,1}((\w+\.*\-*)+)\z)/smu', '$3', $filePath); 225 …$filePath = $this->_mb_str_replace(':', '/', $filePath); //путь к файлу (запись согласно namespace… 226 $filePath = $startDir . '/' . $namespace . '/' . $filePath; 230 $filePath = preg_replace('/^(\:*)((\w+\.*\-*\:{0,5})*\z)/smu', '$2', $filePath); 231 …$filePath = $this->_mb_str_replace(':', '/', $filePath); //путь к файлу (запись согласно namespace… 232 $filePath = $startDir . '/' . '' . $filePath; 236 $filePath = preg_replace('/^(\.:)?(\.\.):?((\w+\.*\-*\:{0,5})*\z)/smu', '$3', $filePath); 237 …$filePath = $this->_mb_str_replace(':', '/', $filePath); //путь к файлу (запись согласно namespace… 240 $filePath = $startDir . '/' . $this->dirUp($namespace) . $midSlash . $filePath; [all …]
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/ |
H A D | Example.php | 27 private $filePath; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Example 47 Assert::notEmpty($filePath); 51 $this->filePath = $filePath; 68 $filePath = '"' . $this->filePath . '"'; 70 $filePath = $this->isUriRelative($this->filePath) 72 :$this->filePath; 75 return trim($filePath . ' ' . parent::getDescription()); 91 $filePath = null; 94 $filePath = $matches[1]; 120 $filePath !== null?$filePath:$fileUri, [all …]
|
/plugin/combo/ComboStrap/ |
H A D | Mutex.php | 21 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);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/ |
H A D | ImageError.php | 29 public $filePath; variable in Google\\Service\\PolyService\\ImageError 48 public function setFilePath($filePath) argument 50 $this->filePath = $filePath; 57 return $this->filePath;
|
H A D | AssetImportMessage.php | 29 public $filePath; variable in Google\\Service\\PolyService\\AssetImportMessage 52 public function setFilePath($filePath) argument 54 $this->filePath = $filePath; 61 return $this->filePath;
|
H A D | ObjParseError.php | 33 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 D | ConfigFile.php | 29 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/apiclient-services/src/Clouderrorreporting/ |
H A D | SourceLocation.php | 25 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 D | GoogleCloudDatacatalogV1beta1GcsFileSpec.php | 22 public $filePath; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1GcsFileSpec 27 public function setFilePath($filePath) argument 29 $this->filePath = $filePath; 33 return $this->filePath;
|
H A D | GoogleCloudDatacatalogV1GcsFileSpec.php | 25 public $filePath; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1GcsFileSpec 36 public function setFilePath($filePath) argument 38 $this->filePath = $filePath; 45 return $this->filePath;
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
H A D | util.php | 84 * @param string $filePath absolute path to file 87 function DetectHtml( $filePath ) argument 89 $fp = fopen( $filePath, 'rb' ) ; 145 * @param string $filePath absolute path to file 150 function IsImageValid( $filePath, $extension ) argument 178 if ( @getimagesize( $filePath ) === false ) {
|
/plugin/dx/src/ |
H A D | Standardize.php | 78 $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/sequencediagram/bower_components/lodash/lib/common/ |
H A D | file.js | 33 return _.transform(glob.sync(pattern), (result, filePath) => { 34 const key = path.basename(filePath, path.extname(filePath)); 35 result[key] = _.template(fs.readFileSync(filePath, 'utf8'));
|
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | util.php | 113 * @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/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | util.php | 113 * @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 D | util.php | 113 * @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/authgooglesheets/vendor/google/auth/ |
H A D | autoload.php | 28 $filePath = dirname(__FILE__) . '/src/' . implode('/', $classPath) . '.php'; 29 if (file_exists($filePath)) { 30 require_once $filePath;
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ |
H A D | SplFileInfoPatch.php | 63 $filePath = str_replace('\\','\\\\',__FILE__); 64 $constructor->setCode('return parent::__construct("' . $filePath .'");'); 70 $filePath = str_replace('\\','\\\\',__FILE__); 71 $constructor->setCode('return parent::__construct("' . $filePath .'", "", "");');
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/ |
H A D | IncludeSystemSniff.php | 323 $filePath = $phpcsFile->findNext(T_CONSTANT_ENCAPSED_STRING, ($stackPtr + 1)); 324 $filePath = $tokens[$filePath]['content']; 325 $filePath = trim($filePath, " '"); 326 $filePath = basename($filePath, '.inc'); 327 return strtolower($filePath);
|
/plugin/sequencediagram/bower_components/lodash/test/ |
H A D | remove.js | 11 var filePath = path.resolve(args[1]), variable 24 fs.writeFileSync(filePath, fs.readFileSync(filePath, 'utf8').replace(pattern, function(match) {
|
/plugin/authfacebook/lib/FileUpload/ |
H A D | FacebookFile.php | 58 * @param string $filePath 64 public function __construct($filePath, $maxLength = -1, $offset = -1) argument 66 $this->path = $filePath;
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | cf_util.cfm | 57 <cfargument name="filePath" required="true" type="String"> 69 <cfset objImage = ImageRead(ARGUMENTS.filePath) > 71 <!--- <cfimage action="info" source="#ARGUMENTS.filePath#" structName="imageInfo" /> ---> 74 <cfset imageInfo = imageCFC.getImageInfo("", ARGUMENTS.filePath)> 94 <cfargument name="filePath" required="true" type="String"> 97 <cfset var chunk = lcase( Trim( BinaryFileRead( ARGUMENTS.filePath, 1024 ) ) )>
|
/plugin/gitbacked/action/ |
H A D | editcommit.php | 59 private function isIgnored($filePath) { argument 65 if (strstr($filePath,$path)) { 73 private function commitFile($filePath,$message) { argument 74 if (!$this->isIgnored($filePath)) { 79 $repo->add($filePath);
|
/plugin/stats/ |
H A D | syntax.php | 675 $filePath = $path."/".$file; 677 if (is_file($rootPath.$filePath)) { 678 $filens = substr($filePath, 0, strrpos($filePath , '.txt')); 685 $nbPages += $this->_pages_xhtml_r($filePath, $rootPath); 967 $filePath = "$path/$file"; 969 if (is_file($rootPath.$filePath)) { 970 $filens = substr($filePath, 0, strrpos($filePath , '.txt')); 988 $pagesSizes[$filens] = filesize($rootPath.$filePath); 991 foreach($this->getAllPagesSizes($filePath, $rootPath, $depthLevel) as $ns => $size) {
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
H A D | Fixer.php | 233 * @param string $filePath Optional file path to diff the file against. 240 public function generateDiff($filePath=null, $colors=true) argument 242 if ($filePath === null) { 243 $filePath = $this->_currentFile->getFilename(); 247 if (strpos($filePath, $cwd) === 0) { 248 $filename = substr($filePath, strlen($cwd)); 250 $filename = $filePath;
|