Home
last modified time | relevance | path

Searched refs:filePath (Results 1 – 25 of 61) sorted by relevance

123

/plugin/src/
Dsyntax.php216 * @param string $filePath путь к файлу в Wiki формате
220 function _wikiPathFileToAbsolute($filePath, $namespace, $startDir) { argument
222 if (preg_match('/^(((\.:{0,1}){0,1}(\w+\.*\-*)+)|\.(\:)?(\w+\-*\:*)+)\z/smu', $filePath)) {
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;
229 …tch('/^(\w+\-*\.*\:{0,5})+(\:+)(\w+\.*\-*\:{0,5})*\z|^(\:(\w+\.*\-*\:{0,5})*)\z/smu', $filePath)) {
230 $filePath = preg_replace('/^(\:*)((\w+\.*\-*\:{0,5})*\z)/smu', '$2', $filePath);
231 …$filePath = $this->_mb_str_replace(':', '/', $filePath); //путь к файлу (запись согласно namespace…
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
DExample.php27 private $filePath; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Example
45 public function __construct($filePath, $isURI, $startingLine, $lineCount, $description) argument
47 Assert::notEmpty($filePath);
51 $this->filePath = $filePath;
68 $filePath = '"' . $this->filePath . '"';
70 $filePath = $this->isUriRelative($this->filePath)
71 ? str_replace('%2F', '/', rawurlencode($this->filePath))
72 :$this->filePath;
75 return trim($filePath . ' ' . parent::getDescription());
91 $filePath = null;
[all …]
/plugin/mizarproofchecker/
Daction.php84 $filePath = $this->saveMizarContent($mizarData);
87 $_SESSION['source_filepath'] = $filePath;
106 $filePath = $_SESSION['source_filepath'];
107 $this->streamSourceOutput($filePath);
121 $filePath = $this->createTempFile($content);
124 $_SESSION['view_filepath'] = $filePath;
143 $filePath = $_SESSION['view_filepath'];
144 $this->streamViewCompileOutput($filePath);
179 $filePath = $workPath . "/TEXT/" . $mizarData['fileName'];
180 file_put_contents($filePath, $mizarData['content']);
[all …]
/plugin/mizarveifiabledocs/
Daction.php84 $filePath = $this->saveMizarContent($mizarData);
87 $_SESSION['source_filepath'] = $filePath;
106 $filePath = $_SESSION['source_filepath'];
107 $this->streamSourceOutput($filePath);
121 $filePath = $this->createTempFile($content);
124 $_SESSION['view_filepath'] = $filePath;
143 $filePath = $_SESSION['view_filepath'];
144 $this->streamViewCompileOutput($filePath);
179 $filePath = $workPath . "/TEXT/" . $mizarData['fileName'];
180 file_put_contents($filePath, $mizarData['content']);
[all …]
/plugin/combo/ComboStrap/
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);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/
DImageError.php29 public $filePath; variable in Google\\Service\\PolyService\\ImageError
48 public function setFilePath($filePath) argument
50 $this->filePath = $filePath;
57 return $this->filePath;
DAssetImportMessage.php29 public $filePath; variable in Google\\Service\\PolyService\\AssetImportMessage
52 public function setFilePath($filePath) argument
54 $this->filePath = $filePath;
61 return $this->filePath;
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/Clouderrorreporting/
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/ServiceManagement/
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/apiclient-services/src/DataCatalog/
DGoogleCloudDatacatalogV1beta1GcsFileSpec.php22 public $filePath; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1GcsFileSpec
27 public function setFilePath($filePath) argument
29 $this->filePath = $filePath;
33 return $this->filePath;
DGoogleCloudDatacatalogV1GcsFileSpec.php25 public $filePath; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1GcsFileSpec
36 public function setFilePath($filePath) argument
38 $this->filePath = $filePath;
45 return $this->filePath;
/plugin/zwidoku/
H A Dzwipush.php28 $filePath=$_POST['zwifile']; variable
70 $filePath = curl_file_create($filePath); variable
75 $filePath = '@' . realpath($filePath); variable
83 'zwi' => $filePath,
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
Dutil.php84 * @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/
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/sequencediagram/bower_components/lodash/lib/common/
Dfile.js33 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/ckgdoku/fckeditor/editor/filemanager/connectors/php/
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/
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/fckg/fckeditor/editor/filemanager/connectors/php/
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/asciidocjs/node_modules/jake/lib/
Dloader.js66 function loadFile(filePath) { argument
67 let exported = require(filePath);
159 dirlist.forEach(function (filePath) { argument
160 if (JAKELIB_FILE_PAT.test(filePath)) {
161 loadFile(path.join(dirname, filePath));
/plugin/authgooglesheets/vendor/google/auth/
Dautoload.php28 $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/
DSplFileInfoPatch.php63 $filePath = str_replace('\\','\\\\',__FILE__);
64 $constructor->setCode('return parent::__construct("' . $filePath .'");');
70 $filePath = str_replace('\\','\\\\',__FILE__);
71 $constructor->setCode('return parent::__construct("' . $filePath .'", "", "");');
/plugin/mizarverifiabledocs/
H A Daction.php175 $filePath = $this->saveMizarContent($mizarData);
177 $_SESSION['source_filepath'] = $filePath;
207 $filePath = $this->createTempFile($content);
210 $_SESSION['view_filepath'] = $filePath;
291 $filePath = $textDir . DIRECTORY_SEPARATOR . $mizarData['fileName'];
292 file_put_contents($filePath, $mizarData['content']);
293 return $filePath;
340 private function streamSourceOutput($filePath) argument
352 [$proc, $pipes] = $this->openProcess($exe, [$filePath], $workPath);
361 $errFilename = str_replace('.miz', '.err', $filePath);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
DIncludeSystemSniff.php323 $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/
Dremove.js11 var filePath = path.resolve(args[1]), variable
24 fs.writeFileSync(filePath, fs.readFileSync(filePath, 'utf8').replace(pattern, function(match) {

123