Home
last modified time | relevance | path

Searched refs:file (Results 3326 – 3350 of 3491) sorted by path

1...<<131132133134135136137138139140

/plugin/webcomponent/_test/data/pages/
H A Dconsole.txt4 …component is just a semantic layer above the [[doku>wiki:syntax#code_blocks|dokuwiki file block]].
6 It's to indicate that this is the output of a command line (and not a file).
H A Dnavbar.txt92 [[:file:|File System]]
H A Dunit.txt17 <file txt nico.txt>
19 </file>
35 <file txt nico.txt>
37 </file>
57 <file>
58 </file>
/plugin/webcomponent/_test/
H A Dgeneral.test.php22 $file = __DIR__ . '/../plugin.info.txt';
23 $this->assertFileExists($file);
25 $info = confToHash($file);
/plugin/webdav/
H A DREADME.md27 See the COPYING file in your DokuWiki folder for details
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
5 "This file is @generated automatically"
/plugin/webdav/_test/
H A Dgeneral.test.php16 $file = __DIR__ . '/../plugin.info.txt';
17 $this->assertFileExists($file);
19 $info = confToHash($file);
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php78 $file = new File($info);
79 $file->put($data);
/plugin/webdav/core/
H A DUtils.php38 * @param string $file file path
46 $fileexists = @file_exists($file);
48 io_makeFileDir($file);
49 io_lock($file);
51 $fh = @fopen($file, 'wb');
54 io_unlock($file);
65 chmod($file, $conf['fperm']);
68 io_unlock($file);
133 * @param string $file
151 $item['id'] = pathID($file, $is_dir);
[all …]
/plugin/webdav/vendor/composer/
H A DClassLoader.php322 includeFile($file);
347 return $file;
362 if (false === $file) {
367 return $file;
385 return $file;
395 return $file;
414 return $file;
424 return $file;
430 return $file;
442 function includeFile($file) argument
[all …]
H A Dautoload_real.php55 foreach ($includeFiles as $fileIdentifier => $file) {
56 composerRequire52a297ed4ab736775b6b8b9cdfa085ef($fileIdentifier, $file);
63 function composerRequire52a297ed4ab736775b6b8b9cdfa085ef($fileIdentifier, $file) argument
66 require $file;
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md340 * #674: Postgres sql file fixes. (@davesouthey)
1148 file on windows servers (CVE-2013-1939).
1274 to update parts of a file.
1284 a file as a child of something that's not a collection.
1312 file on windows servers. (CVE-2013-1939).
1607 of a file.
1695 file ending in .php. This is a slight BC break.
1793 * Fixed: Issue 86: Fixed Content-Range top-boundary from 'file size' to 'file
2323 * Updated: Better in-file documentation.
2326 * Updated: Removed ?> from the bottom of each php file.
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php48 foreach (file($filename, FILE_IGNORE_NEW_LINES) as $line) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php222 if ($_FILES) $file = current($_FILES);
225 list(, $newName) = URLUtil::splitPath(trim($file['name']));
232 if (is_uploaded_file($file['tmp_name'])) {
233 … $this->server->createFile($uri . '/' . $newName, fopen($file['tmp_name'], 'r'));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css272 .oi[data-glyph=file]:before { content:'\e067'; }
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md14 * #74, #77: Work around 4GB file size limit at 32 Bit systems
H A DREADME.md40 or edit a `composer.json` file, and make sure it contains something like this:
/plugin/webdav/vendor/sabre/uri/
H A DCHANGELOG.md24 * #10: Correctly support file:// URIs in the build() method. (@yuloh)
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md177 * Updated windows timezone file to support new mexican timezone.
437 * BC Break: Removed the 'includes.php' file. Use composer instead.
510 disabled and an invalid file is read.
575 events are out of order in the iCalendar file.
587 * Fixed: includes.php file was still broken. Our tool to generate it had some
611 * Fixed: Corrected includes.php file.
743 events are out of order in the iCalendar file.
803 * Added: includes.php file, to load the entire library in one go.
/plugin/webdavclient/vendor/composer/
H A DClassLoader.php300 if ($file = $this->findFile($class)) {
301 includeFile($file);
336 if ($file === null) {
341 return $file;
355 return $file;
365 return $file;
384 return $file;
394 return $file;
400 return $file;
410 function includeFile($file) argument
[all …]
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md211 * BC Break: Removed the 'includes.php' file. Use composer instead.
284 disabled and an invalid file is read.
349 events are out of order in the iCalendar file.
361 * Fixed: includes.php file was still broken. Our tool to generate it had some
385 * Fixed: Corrected includes.php file.
517 events are out of order in the iCalendar file.
577 * Added: includes.php file, to load the entire library in one go.
/plugin/webmaster/
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
/plugin/whoisonline/
H A DREADME29 See the COPYING file in your DokuWiki folder for details
/plugin/whyspam/
H A DREADME25 See the COPYING file in your DokuWiki folder for details
H A Dadmin.php52 foreach($files as $file){
53 $found = array_merge($found,$this->_checkit($file,$_REQUEST['whyspam']));
74 function _checkit($file,&$text){ argument
77 $blockfile = (array) @file($file);
91 $found[] = array($file, $i, $block, $snip);

1...<<131132133134135136137138139140