Home
last modified time | relevance | path

Searched refs:file (Results 651 – 675 of 3491) sorted by last modified time

1...<<21222324252627282930>>...140

/plugin/snippets/
H A DREADME7 … choose have files with embedded snippets automatically updated when the snippet file is changed.
H A Daction.php96 $file = get_doku_pref('qs','');
106 if(!$file) return;
107 $page_id = $file;
108 $file = noNS($file);
109 $page = cleanID($file);
131 $file,
132 utf8_ucfirst($file),
133 utf8_strtoupper($file),
H A Dadmin.php106 $file=wikiFN($id);
107 $text = file_get_contents($file);
/plugin/snippets/exe/
H A Dupdate.php55 $file=wikiFN($id);
56 $text = file_get_contents($file);
/plugin/ckgedit/action/
H A Dedit.php1087 $file = DOKU_INC."inc/parser/$mode.php";
1089 if(@file_exists($file)){
1091 require_once $file;
/plugin/ckgedit/action/entities/
H A Dents_seri.php9 $file = ""; variable
13 if ($f && file_exists($f)) $file = $f; variable
16 $file = 'add.ent'; variable
21 if($file && file_exists($file)) {
22 echo "adding entities from $file\n";
23 serialize_ents($file);
32 function serialize_ents($file) { argument
35 $entities_file = FCK_ACTION_SUBDIR . $file;
/plugin/ckgedit/
H A Dadmin.php110 foreach ($files AS $file) {
111 if($file == '.' || $file == '..' || $file == $this->template) continue;
112 $entry = $dir . $file;
115 if($file == $selected) {
116 $list .= "<option value='$file' selected>$file</option>";
118 else $list .= "<option value='$file' >$file</option>";
/plugin/ckgedit/ckeditor/
H A DCHANGES.md68 …com/ckeditor/ckeditor-dev/issues/2603): Corrected the GPL license entry in the `package.json` file.
537 …https://ckeditor.com/cke4/addon/uploadfile) plugin that lets you upload a file by drag&amp;droppin…
540 …lRequestParameters) property for file uploads to make it possible to send additional information a…
610 * [#13812](https://dev.ckeditor.com/ticket/13812): Fixed: When aborting file upload the placeholder…
841 * [#13015](https://dev.ckeditor.com/ticket/13015): Fixed: Dropping an image file on [Enhanced Image…
872 * Clipboard (copy&paste, drag&drop) and file uploading features and improvements ([#11437](https://…
896 * File APIs needed to operate and file upload is not supported in Internet Explorer 9 and below.
1351 …cket/11204): Added `figure` and `figcaption` styles to the `contents.css` file so [Enhanced Image]…
1374 …t/10895): [Enhanced Image](https://ckeditor.com/cke4/addon/image2): Added file browser integration.
1449 …apter](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_jquery.html) sample directly from file.
[all …]
H A DLICENSE.md24 modifying and distributing this software, just include a text file
608 When a "work that uses the Library" uses material from a header file
615 If such an object file uses only numerical parameters, data
618 file is unrestricted, regardless of whether it is legally a derivative
864 A. Any addition to or deletion from the contents of a file
1004 Contributor must include a text file with the Source Code
1019 also include this information in the LEGAL file.
1251 by the Initial Developer in the file described in Exhibit A.
1256 Version 1.1 (the "License"); you may not use this file except in
1276 above. If you wish to allow use of your version of this file only
[all …]
H A DREADME.md23 2. **Extract** (decompress) the downloaded file into the root of your website.
H A Dckeditor.js.unc5538 return CKEDITOR.getUrl(this.getPath(a) + (d ? d.file : this.fileName + ".js"))
5550 file: b || this.fileName + ".js"
11015 file: function(b, a, d) {
11295 …CKEDITOR.ui.dialog.file.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledElement, q…
11380 CKEDITOR.dialog.addUIElement("file", n);
14832 …"Text" == a && CKEDITOR.env.gecko && this.getFilesCount() && "file://" == c.substring(0, 7) && (c …
16992 …data = c, this.file = n(this.data), this.loaded = this.total = this.file.size) : (this.data = null…
16993 …b ? this.fileName = b : this.file.name ? this.fileName = this.file.name : (a = this.file.type.spli…
17027 file: b.file,
17039 … "object" === typeof h && h.file ? d.append(e, h.file, h.name) : d.append(e, h)
[all …]
H A Dcontents-default.css113 pre.file {
270 /* filenames for file and code blocks */
271 dl.file,
277 dl.file dt,
286 dl.file dt a {
295 dl.file dt {
300 dd pre.file {
328 background: url(images/fileicons/file.png) no-repeat scroll 0 1px transparent;
H A Dcontents.css1file dt a{background-color:transparent;font-size:.875em;font-weight:normal;display:block;min-heigh…
H A Dget_headers.php37 $lines = file($path);
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js1 …ckg_geshi_lang").setValue(r)}}},{type:"text",id:"file",label:k.lang.geshi.file||"File name",width:…
H A Dgeshi.js.unc41 var file = fname ? fname: 'temp.' + type;
43 return '<dl class="file">'
44 …le="Download Snippet" class="mediafile mf_' + type +'">' +file +'</a></dt> <dd><pre class="file ' …
130 id: 'file',
131 label: editor.lang.geshi.file || 'File name',
239 …else retval = downloadable_header(p_lang,dialog.getValueOf( 'tab-basic', 'file' ) ) + text + downl…
/plugin/ckgedit/ckeditor/plugins/geshi/lang/
H A Dde.js10 file: 'Dateiname des Code-Schnippsels',
H A Den.js13 file: 'Snippet File name',
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc1114 type: 'file',
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js168 var folder,file;
185 file = ar[1];
189 if(file) {
190 id = folder + file;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php173 function dwiki_encodeFN($file,$safe=true){ argument
175 if($Dwfck_conf_values['fnencode'] == 'utf-8') return $file;
177 if($safe && preg_match('#^[a-zA-Z0-9/_\-\\]%]+$#',$file)){
178 return $file;
182 return SafeFN::encode($file);
185 $file = urlencode($file);
186 $file = str_replace('%2F','/',$file);
187 return $file;
198 function dwiki_decodeFN($file){ argument
203 return SafeFN::decode($file);
[all …]
H A Dconfig.php305 $out=@file($ALLOWED_MIMES,FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
309 …$out_local = @file(DOKU_INC . 'conf/mime.local.conf',FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES…
313 $out_local = @file($MIMES_LOCAL,FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js.unc38 * The file names for the smileys to be displayed. These files must be
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified290 "loadError": "Error occurred during file read.",
730 "uploadOne": "Uploading file ({percentage}%)...",
765 …FileBrowserError_201: "A file with the same name is already available. The uploaded file has been …
766 FileBrowserError_202: "Invalid file",
768 FileBrowserError_204: "Unable to delete the selected file",
784 FileBrowserError_304: "No file was uploaded.",
786 FileBrowserError_307: "Failed to write file to disk.",
788 DlgFileBrowserUpMsg: "Upload a new file in this folder",
798 MediaFileLink: "link to media file",
803 MediaFileLink: "link to media file",
[all …]
H A Den.js-4.9.merged17 FileBrowserError_201: 'A file with the same name is already available. The uploaded file has been…
18 FileBrowserError_202: 'Invalid file',
20 FileBrowserError_204: 'Unable to delete the selected file',
36 FileBrowserError_304: "No file was uploaded.",
38 FileBrowserError_307: "Failed to write file to disk.",
40 DlgFileBrowserUpMsg: "Upload a new file in this folder",
51 MediaFileLink: "link to media file",
60 MediaFileLink: "link to media file",
68 SMBExample: "Enter your share as: \\\\Server\\directory\\file",
78 DlgFileBrowserSearch: "Find file(s)",
[all …]

1...<<21222324252627282930>>...140