Home
last modified time | relevance | path

Searched full:file (Results 1 – 25 of 9223) sorted by relevance

12345678910>>...369

/plugin/grensladawritezor/fckeditor/
Dfckpackager.xml22 * This is the configuration file to be used with FCKpackager to generate the
48 * This file has been compressed for better performance. The original source
67 <File path="editor/_source/fckconstants.js" />
68 <File path="editor/_source/fckjscoreextensions.js" />
69 <File path="editor/_source/classes/fckiecleanup.js" />
70 <File path="editor/_source/internals/fckbrowserinfo.js" />
71 <File path="editor/_source/internals/fckurlparams.js" />
72 <File path="editor/_source/classes/fckevents.js" />
73 <File path="editor/_source/internals/fck.js" />
74 <File path="editor/_source/internals/fck_ie.js" />
[all …]
/plugin/wysiwyg/fckeditor/
Dfckpackager.xml22 * This is the configuration file to be used with FCKpackager to generate the
48 * This file has been compressed for better performance. The original source
70 <File path="editor/_source/fckconstants.js" />
71 <File path="editor/_source/fckjscoreextensions.js" />
72 <File path="editor/_source/classes/fckiecleanup.js" />
73 <File path="editor/_source/internals/fckbrowserinfo.js" />
74 <File path="editor/_source/internals/fckurlparams.js" />
75 <File path="editor/_source/classes/fckevents.js" />
76 <File path="editor/_source/classes/fckdataprocessor.js" />
77 <File path="editor/_source/internals/fck.js" />
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php13 file_put_contents(SABRE_TEMPDIR . '/file.txt', 'Contents');
25 $filename = SABRE_TEMPDIR . '/file.txt';
26 $file = new File($filename);
27 $result = $file->put('New contents');
29 $this->assertEquals('New contents',file_get_contents(SABRE_TEMPDIR . '/file.txt'));
44 $file = new File(SABRE_TEMPDIR . '/file.txt');
45 $file->put('0000000');
46 $file->patch('111', 2, 3);
48 $this->assertEquals('0001110',file_get_contents(SABRE_TEMPDIR . '/file.txt'));
58 $file = new File(SABRE_TEMPDIR . '/file.txt');
[all …]
/plugin/bible/bible_douayRheims/_notes/
Ddwsync.xml3 <file name="1_Corinthians.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remo…
4 <file name="1_Esdras.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote="3…
5 <file name="1_John.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote="424…
6 <file name="1_Kings.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote="22…
7 <file name="1_Machabees.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote…
8 <file name="1_Paralipomenon.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" re…
9 <file name="1_Peter.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote="22…
10 <file name="1_Thessalonians.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" re…
11 <file name="1_Timothy.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote="…
12 <file name="2_Corinthians.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remo…
[all …]
/plugin/dev/
H A DLangProcessor.php29 * @param string $file
32 public function processLangFile($file) argument
35 include $file;
46 $this->removeLangKey($file, $subkey, $key);
49 $this->removeLangKey($file, $key);
57 * @param string $file
60 public function processSettingsFile($file) argument
63 include $file;
67 $this->removeLangKey($file, $key);
72 * Remove the given key from the given language file
[all …]
/plugin/odtplus2dw/lang/en/
Dlang.php3 * English language file
10 $lang['formLegend'] = "Import a file";
11 $lang['formIntroMessage'] = "You can create this page **importing a file** from your computer.\\\
12 More the file follows the word processing rules, better will be the result";
13 $lang['formPageExistMessage'] = "**WARNING!!! This page already exist. If you upload a file, the cu…
16 $lang['import_button'] = "Import file";
18 $lang['parserSummary'] = "File build by odtplus2dw plugin from file";
19 $lang['parserOriginalFile'] = "Original file";
27 …] = "You don't have enough permissions to store the original file on the wiki, so this file is not…
37 $lang['er_apply_file'] = "Unable to store the original file";
[all …]
/plugin/odt2dw/lang/en/
Dlang.php3 * English language file
9 $lang['formLegend'] = "Import an odt file";
10 $lang['formIntroMessage'] = "You can create this page **importing an odt file** from your computer.…
11 More the file follows the word processing rules, better will be the result";
17 $lang['parserSummary'] = "File build by odt2dw plugin from file";
18 $lang['parserOriginalFile'] = "Original file";
26 …'] = "You don't have sufficient rights to store the original file on the wiki. So this file is not…
36 $lang['er_apply_odtFile'] = "Unable to store the original odt file";
37 $lang['er_checkUploadResult'] = "Something is wrong with the uploaded file";
42 $lang['er_img_rename'] = "Unable to rename the image file";
[all …]
/plugin/asciidocjs/node_modules/jake/test/integration/
Dfile.js6 * you may not use this file except in compliance with the License.
24 let file = require(`${PROJECT_DIR}/lib/utils/file`); variable
37 file.mkdirP('foo/bar/baz/qux');
42 file.rmRf('foo');
46 file.mkdirP('foo/bar/baz/qux');
47 file.rmRf('foo/bar');
55 file.mkdirP('foo');
56 file.mkdirP('bar');
58 fs.symlinkSync('../foo', 'bar/foo'); file.rmRf('bar');
71 // Make sure that the file inside the linked folder wasn't deleted
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DDefaultFileFilter.java7 * See LICENSE file for license details. If you are unable to locate
8 * this file please contact info (at) jgraph (dot) com.
12 import java.io.File;
40 * The description of the file format.
49 * Returns true if <code>file</code> is a directory or ends with
52 * @param file
53 * The file to be checked.
54 * @return Returns true if the file is accepted.
56 public boolean accept(File file) in accept() argument
58 return file.isDirectory() || file.getName().toLowerCase().endsWith(ext); in accept()
[all …]
/plugin/swiftmail/Swift/
DFile.php4 * Swift Mailer File Stream Wrapper
5 * Please read the LICENSE file
16 * Swift File stream abstraction layer
17 * Reads bytes from a file
24 * The accessible path to the file
29 * The name of the file
46 * @param string The path the the file
47 * @throws Swift_FileException If the file cannot be found
55 * Set the path to the file
56 * @param string The path to the file
[all …]
/plugin/doxycode/helper/
Dtagmanager.php22 * List tag files in the tag file directory.
24 * Returns an array with file names (without extension) as keys and empty
25 …* arrays as values. This ensures compatibility with the tag file configuration from loadTagFileCon…
26 * The list of tag files can then be merged with the tag file configuration.
28 …* @return array associative array where the keys are the file names (without extension) of all XML…
36 // Array to hold file names without extension
39 foreach ($files as $file) {
40 // Get the file name without extension
41 $fileNames[] = pathinfo($file, PATHINFO_FILENAME);
54 …* The function `loadTagFileConfig()` reads and decodes the contents of a JSON file containing tagf…
[all …]
/plugin/oauth/vendor/lusitanian/oauth/
H A Dphpunit.xml.dist28 <file>src/OAuth/bootstrap.php</file>
29 <file>src/OAuth/Common/Exception/Exception.php</file>
30 <file>src/OAuth/Common/Http/Exception/TokenResponseException.php</file>
31 <file>src/OAuth/Common/Storage/Exception/StorageException.php</file>
32 <file>src/OAuth/Common/Storage/Exception/TokenNotFoundException.php</file>
33 <file>src/OAuth/Common/Token/Exception/ExpiredTokenException.php</file>
34 … <file>src/OAuth/OAuth1/Signature/Exception/UnsupportedHashAlgorithmException.php</file>
35 <file>src/OAuth/OAuth2/Service/Exception/InvalidScopeException.php</file>
36 <file>src/OAuth/OAuth2/Service/Exception/MissingRefreshTokenException.php</file>
37 <file>src/OAuth/OAuth2/Token/StdOAuth2Token.php</file>
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php12 $file = new FileMock();
13 $file->put('hi');
22 $file = new FileMock();
23 $file->get();
29 $file = new FileMock();
30 $this->assertEquals(0,$file->getSize());
37 $file = new FileMock();
38 $this->assertNull($file->getETag());
44 $file = new FileMock();
45 $this->assertNull($file->getContentType());
[all …]
/plugin/cleanup/
Dhelper.php13 /** @var int log file pointer */
88 * Deletes the given file if $this->dryrun isn't set
90 * @param string $file file to delete
91 * @param string $type type of file to delete
93 public function delete($file, $type) { argument
96 $size = filesize($file);
99 // delete the file
101 if(@unlink($file)){
102 // log to file
105 fwrite($this->log, "$time\t$size\t$type\t$file\n");
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Dhtml2ps.config62 <metrics typeface="Times-Roman" file="n021003l"/>
63 <metrics typeface="Times-Italic" file="n021023l"/>
64 <metrics typeface="Times-Bold" file="n021004l"/>
65 <metrics typeface="Times-BoldItalic" file="n021024l"/>
66 <metrics typeface="TimesCyr-Medium" file="t8c"/>
67 <metrics typeface="TimesCyr-Italic" file="t8ci"/>
68 <metrics typeface="TimesCyr-Bold" file="t8cb"/>
69 <metrics typeface="TimesCyr-BoldItalic" file="t8cbi"/>
70 <metrics typeface="Helvetica" file="n019003l"/>
71 <metrics typeface="Helvetica-Oblique" file="n019023l"/>
[all …]
Dhtml2ps.config.recommended62 <metrics typeface="Times-Roman" file="n021003l"/>
63 <metrics typeface="Times-Italic" file="n021023l"/>
64 <metrics typeface="Times-Bold" file="n021004l"/>
65 <metrics typeface="Times-BoldItalic" file="n021024l"/>
66 <metrics typeface="TimesCyr-Medium" file="t8c"/>
67 <metrics typeface="TimesCyr-Italic" file="t8ci"/>
68 <metrics typeface="TimesCyr-Bold" file="t8cb"/>
69 <metrics typeface="TimesCyr-BoldItalic" file="t8cbi"/>
70 <metrics typeface="Helvetica" file="n019003l"/>
71 <metrics typeface="Helvetica-Oblique" file="n019023l"/>
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/
DFile.php37 namespace Hoa\File;
43 * Class \Hoa\File.
45 * File handler.
50 abstract class File class
57 * Open for reading only; place the file pointer at the beginning of the
58 * file.
65 * Open for reading and writing; place the file pointer at the beginning of
66 * the file.
73 * Open for writing only; place the file pointer at the beginning of the
74 * file and truncate the file to zero length. If the file does not exist,
[all …]
/plugin/projects/lib/
Dproject_file.php3 * ProjectFile: a class that declares a single poject-file in a project
4 * definition file.
13 public function __construct($file) { argument
14 $this->name = $file->name();
15 $this->deps = $file->dependency();
34 public function copy($project_path, $file) { argument
35 $this->deps = $file->dependency();
40 public function equal($project_path, $file) { argument
41 return $this->type() == $file->type()
42 && $this->deps == $file->dependency();
[all …]
Dproject.php64 // the path to the project file
114 // create an empty project file
123 // return the page id of a file with given name
125 if ($this->file($name) == NULL) return NULL;
157 public function file($name) { function in Project
173 // remove a file from the project
186 // if this file is in the changed list, drop it from the list
195 public function update_file($file) { argument
196 $file = $this->handle($file);
197 if ($file == NULL) return true;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DDrawioFileSync.js5 * Realtime collaboration for any file.
7 DrawioFileSync = function(file) argument
13 this.ui = file.ui;
14 this.file = file;
70 EditorUi.logError('Error: Pusher Limit', null, this.file.getId());
84 var user = this.file.getCurrentUser();
96 this.file.stats.msgSent++;
110 this.file.stats.msgReceived++;
113 if (this.enabled && !this.file.inConflictState &&
114 !this.file.redirectDialogShowing)
[all …]
/plugin/siteexport/inc/
H A Dfilewriter.php31 * This also puts the file into the zip package
58 * Adds a file to the zip file
59 * @param $FILE String file-name of the zip
60 * @param $NAME String name of the file that is being added
61 * @param $ZIP String name of the zip file to which we add
63 public function __addFileToZip($FILE, $NAME, $ZIP = null) { argument
72 …$this->functions->debug->message("Trying to create PDF from File '$FILE' with name '$NAME' for ZIP…
74 $succeeded = $this->pdfGenerator->createPDFFromFile($FILE, $NAME);
81 …$this->functions->debug->runtimeException("Create PDF from File '$FILE' with name '$NAME' went wro…
86 return $this->__writeFileToZip($FILE, $NAME, $ZIP);
[all …]
/plugin/elwikiupgrade/
DVerboseTarLib.class.php6 * print each extracted file
19 protected $file = ''; variable in VerboseTar
27 * Open an existing TAR file for reading
29 * @param string $file
33 public function open($file, $comptype = self::COMPRESS_AUTO) { argument
35 if($comptype == self::COMPRESS_AUTO) $comptype = $this->filetype($file);
39 $this->file = $file;
42 $this->fh = @gzopen($this->file, 'rb');
44 $this->fh = @bzopen($this->file, 'r');
46 $this->fh = @fopen($this->file, 'rb');
[all …]
/plugin/combo/resources/library/bootstrap/
H A DbootstrapStylesheet.json5 "file": "bootstrap.min.css", string
10 "file": "bootstrap.rtl.min.css", string
16 "file": "bootstrap.cerulean.min.css", string
21 "file": "bootstrap.cosmo.min.css", string
26 "file": "bootstrap.cyborg.min.css", string
31 "file": "bootstrap.darkly.min.css", string
36 "file": "bootstrap.flatly.min.css", string
41 "file": "bootstrap.journal.min.css", string
46 "file": "bootstrap.litera.min.css", string
51 "file": "bootstrap.lumen.min.css", string
[all …]
/plugin/photogallery/
DpgFetch.php3 * PhotoGallery media passthrough file
44 list($STATUS, $STATUSMESSAGE) = checkFileStatus($MEDIA, $FILE, $REV, $WIDTH, $HEIGHT);
49 'file' => $FILE,
50 'orig' => $FILE,
62 // handle the file status
87 $data['file'] = $FILE = media_photogallery_image($data['file'],$EXT,$WIDTH,$HEIGHT,$opt); variable
90 $data['file'] = $FILE = media_crop_image($data['file'], $EXT, $WIDTH, $HEIGHT); variable
92 $data['file'] = $FILE = media_resize_image($data['file'], $EXT, $WIDTH, $HEIGHT); variable
97 // finally send the file to the client
100 …sendFile($data['file'], $data['mime'], $data['download'], $data['cache'], $data['ispublic'], $data…
[all …]
/plugin/doxycode/
Dremote.php17 * - receive the current tag file configuration of doxycode
18 * - upload a doxygen tag file (e.g. from a CI/CD pipeline)
34 'return' => 'Array of Tag File Configurations',
35 'doc' => 'Get the current tag file configuration of doxycode.',
40 'doc' => 'Upload a tag file to the tag file directory.'
46 * List all Tag File Configurations for Doxycode
48 * @return Array Doxyoce tag file configuration
61 * Upload a Doxycode Tag File
63 * The tag file will only be accepted if a configuration exists for it and if it is enabled.
66 * @param string $filename The filename of the doxygen tag file
[all …]

12345678910>>...369