Home
last modified time | relevance | path

Searched refs:file (Results 751 – 775 of 3491) sorted by relevance

1...<<31323334353637383940>>...140

/plugin/latexport/implementation/
H A Ddecorator_persister.php575 * @param string $file file path label
577 function file($text, $lang = null, $file = null) { function in DecoratorPersister
578 if ($file) {
579 $this->unformatted("--> $file");
595 * @param string $file file path label
597 function code($text, $lang = null, $file = null) { argument
598 $this->file($text, $lang, $file);
/plugin/fckg/fckeditor/
H A Dextensions.php12 $out=@file($mimes,FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
16 $out_local = @file($mimes_local,FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
/plugin/gitlabproject/
H A DREADME.md17 …your default Gitlab url, without slash ending. You can override this setting in `server.json` file.
18 * **token.default**: Fill your admin token. You can override this setting in `server.json` file.
43 Inside the root of the plugin, you will have a JSON file called: `server.json`. Inside you can add …
49 Say that you've the following json file:
/plugin/exttab3/
H A Dexample.txt9 <file>
38 </file>
76 <file>
87 </file>
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dzope.py134 file = self.request.get("NewFile", None)
135 fileName = self.getFileName(file.filename)
147 file=file.read()
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php12 // same as the uri: ie local file os system
13 public const SCHEME = "file";
36 * @throws ExceptionNotFound - if the file does not exist
54 // file does not exists
55 throw new ExceptionNotFound("The file ($path) does not exists");
63 * @throws ExceptionNotFound - if the file does not exist
68 throw new ExceptionNotFound("Local File System Modified Time: The file ($path) does not exist");
95 throw new ExceptionFileSystem("Unable to delete the file ($absolutePath)");
127 * @param string|null $type container / leaf (ie directory / file or namespace/page)
165 LogUtility::internalError("The type of file (
[all...]
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-modules.js7 const file = require('../common/file'); constant
29 file.copy(pair[0], path.join(target, pair[1])));
/plugin/api/_test/
H A Dpage.test.php27 $file = __DIR__ . '/../plugin.info.txt';
28 self::$PLUGIN_INFO = confToHash($file);
/plugin/nspages/
H A Daction.php40 $file = action_plugin_nspages::legacySyntaxFilename();
41 io_saveFile($file, time());
/plugin/noiewarning/
H A Daction.php63 $file = DOKU_PLUGIN.'/'.$parts[2].'/plugin.info.txt';
65 if(!@file_exists($file)) {
69 $info= confToHash($file);
257 $file = wikiFN($page);
258 $text = io_readfile($file);
/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).
/plugin/freechat/phpfreechat/src/commands/
H A Dhelp.class.php24 while (false !== ($file = readdir($dh)))
26 if (!preg_match("/^([a-z]+).class.php$/i",$file,$res)) continue;
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/
H A DREADME.md7 …ext-template` to your project's `composer.json` file. Here is a minimal example of a `composer.jso…
/plugin/quickstats/scripts/
H A Dget_pages.php26 $file = QS_META . $month . '/page_users.ser';
27 $page_users = unserialize(file_get_contents($file));
/plugin/diagramsnet/lib/resources/
H A Ddia_ar.txt127 closingFile=Closing file
252 errorDeletingFile=Error deleting file
283 file=‫ملف‬
523 notAUtf8File=Not a UTF-8 file
654 saveAsXmlFile=Save as XML file?
1044 backupFound=Backup file found
1068 chooseFile=Choose a file...
1102 plsSelectFile=Please select a file
1104 cantLoadPrev=Cannot load file preview.
1111 unsupportedVsdx=Unsupported vsdx file
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm45 <!--- create temp file from the submitted text, this will be passed to aspell to be check for missp…
46 <cffile action="write" file="#tempfile_in#" output="#text#" charset="utf-8">
48 <!--- execute aspell in an UTF-8 console and redirect output to a file. UTF-8 encoding is lost if d…
51 <!--- read output file for further processing --->
52 <cffile action="read" file="#tempfile_out#" variable="food" charset="utf-8">
55 <cffile action="delete" file="#tempfile_in#">
56 <cffile action="delete" file="#tempfile_out#">
/plugin/sphinxsearch-was/
H A DINSTALL50 2. Copy the file from ''contrib/cron.daily/sphinx-rotate-grimore'' into the system folder
51 at ''/etc/cron.daily/'' - the file must be edited to adjust the variable at the top of
54 The file itself ''sphinx-rotate-grimore'' placed in cron.daily will ensure that your
58 If so desired, you can rename the file ''sphinx-rotate-grimore'' to any name you like.
60 Finally, ensure that the file is made executable (for instance, by issuing the command
63 3.) Copy the file from ''contrib/etc/systemd/system/sphinx-searchd-grimore.service''
85 bump the memory allowance of PHP - this can be done by editing the ''php.ini'' file and
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm47 <!--- create temp file from the submitted text, this will be passed to aspell to be check for missp…
48 <cffile action="write" file="#tempfile_in#" output="#text#" charset="utf-8">
50 <!--- execute aspell in an UTF-8 console and redirect output to a file. UTF-8 encoding is lost if d…
53 <!--- read output file for further processing --->
54 <cffile action="read" file="#tempfile_out#" variable="food" charset="utf-8">
57 <cffile action="delete" file="#tempfile_in#">
58 <cffile action="delete" file="#tempfile_out#">
/plugin/backup/
H A Dadmin.php320 $file = $this->stripPrefix($path, $dir);
321 $file = $as . '/' . $file;
324 if ($filter !== null && !$filter($file)) {
327 if (!$this->defaultFilter($file)) {
332 $logger($file);
334 $tar->addFile($path, $file);
/plugin/accscounter/syntax/
H A Dcounter.php170 $file = $achelper->counterFN($page, '.number');
171 if (file_exists($file)) {
172 $fp = io_readFile($file);
173 if ($fp === FALSE) return $this->getLang('err1') . basename($file);
223 $ipdata = @file($achelper->counterFN($page, '.ip'));
283 $ipdata = @file($achelper->counterFN($page, '.ip'));
315 io_saveFile($file, $savedata);
/plugin/datatemplate/
H A Daction.php65 foreach($hasPart as $file => $data) {
67 $files[] = $file;
/plugin/maintenance/bin/
H A Dsample.sh8 file=`readlink -f "$0"`
9 dir=`dirname "$file"`
/plugin/combo/vendor/carica/phpcss/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
5 "This file is @generated automatically"
/plugin/xssnipper/
H A Daction.php101 'title' => 'file',
103 'open' => '<file>\n',
104 'close' => '\n</file>',
/plugin/fileshare/
H A DREADME.md2 Dokuwiki-Plugin: Use a directory on your (web) server as file container.
8 …hare/ - if the folder is called different itwill not work! Note: move the file filesharedownload.p…
14 See the COPYING file in your DokuWiki folder for details

1...<<31323334353637383940>>...140