Home
last modified time | relevance | path

Searched refs:file (Results 226 – 250 of 3491) sorted by relevance

12345678910>>...140

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jar ... init> () public transient java.io.File[] sort (java.io.File[ ...
/plugin/revisionsdue/
H A Dsyntax.php18 function revision_callback_search_wanted(&$data,$base,$file,$type,$lvl,$opts) { argument
25 if(!preg_match("/.*\.txt$/", $file)) { // Ignore everything but TXT
30 $id = pathID($file);
37 $revision_frequency = get_revision_frequency($file);
43 $filename = $conf['datadir'].$file;
68 function get_revision_frequency($file) { argument
71 $filename = $conf['datadir'].$file;
/plugin/zip/pear/File/Archive/Reader/
H A DDirectory.php111 $file = readdir($this->directoryHandle);
112 if ($file == '.' || $file == '..') {
115 if ($file === false) {
119 $current = $this->directory.'/'.$file;
123 $current, $file.'/', $this->maxRecurs-1
127 $this->source = new File_Archive_Reader_File($current, $file);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dupload.asp28 <!--#include file="config.asp"-->
29 <!--#include file="util.asp"-->
30 <!--#include file="io.asp"-->
31 <!--#include file="commands.asp"-->
32 <!--#include file="class_upload.asp"-->
37 …dResults "1", "", "", "This file uploader is disabled. Please check the ""editor/filemanager/conne…
/plugin/jplayer/
H A Dsyntax.php88 foreach ($files_and_namespaces as $file) {
90 resolve_mediaid(getNS($ID), $file, $exists);
92 msg("jPlayerPlaylist: file \"$file\" doesn't exist", -1);
96 $auth = auth_quickaclcheck($file);
98 msg("jPlayerPlaylist: no read permission to \"$file\"", -1);
102 $dir = utf8_encodeFN(str_replace(':','/',$file));
120 'id' => $file
/plugin/move/helper/
H A Dfile.php133 while(($file = readdir($dh)) !== false) {
134 if($file == '.' || $file == '..') continue;
136 if(is_file($old_path . '/' . $file) && preg_match($regex, $file, $match)) {
143 … if(!io_rename($old_path . '/' . $file, $new_path . '/' . utf8_encodeFN($dst_name . $match[1]))) {
144 …msg('Moving ' . hsc($old_path . '/' . $file) . ' to ' . hsc($new_path . '/' . utf8_encodeFN($dst_n…
/plugin/templateconfhelper/inc/
H A Dtemplate.php13 function tpl_include( $file, $t=false, $allowphp=true ) { argument
19 …if( !$t || ( !$include = getConfigPath( 'template_dir', $t.'/'.$file )) || in_array( $include, $in…
21 $include = getConfigPath( 'template_dir', $conf['default_tpl'].'/'.$file );
25 $include = getConfigPath( 'template_dir', $conf['base_tpl'].'/'.$file );
/plugin/sqlite/
H A Dstyle.less10 input[type=file] {
21 input[type=file]::file-selector-button {
25 input[type=file]:invalid + button {
/plugin/webcomponent/_test/data/pages/
H A Dunit.txt17 <file txt nico.txt>
19 </file>
35 <file txt nico.txt>
37 </file>
57 <file>
58 </file>
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection31 for file in dir:
32 path = cacheDir + '/' + file
55 for file in dir2:
58 if not simulate: os.unlink(file["path"])
59 left = int(left - file["size"])
60 gainedspace = gainedspace + file["size"]
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Dreadme.md22 - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenanc…
23 - **mainui.css**: the file contains styles of entire editor outline structures,
24 - **toolbar.css**: the file contains styles of the editor toolbar space (top),
25 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
26 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
28 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
29 - **menu.css**: the file contains styles of all editor menus including context menu and button drop…
32 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
33 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
/plugin/bureaucracy-au/helper/
H A Dactionmail.php119 $file = $field->getParam('file');
120 if(!$file['size']) {
122 } else if($file['size'] > $this->getConf('maxEmailAttachmentSize')) {
123 $message = $file['name'] . ' ' . $this->getLang('attachmentMailToLarge');
124 …msg(sprintf($this->getLang('attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this…
126 $message = $file['name'];
127 $mail->attachFile($file['tmp_name'], $file['type'], $file['name']);
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._missing_afm.tpl1 <h1>Error: missing font metrics file</h1>
3 Font metric file <tt><?php echo $_filename; ?></tt> for font <strong><?php echo $_typeface?></stron…
23 <td>You have no requested metric file.</td>
30 <td>You've forgot to register the AFM metric file for this font.</td>
32 Register the metric file according to the <a href="help/howto_fonts.html">HOWTO: Install custom fon…
36 <td>AFM file is not readable by the script.</td>
38 Check if AFM file permissions allow this file to be read by all user accouts (or, at least, the use…
42 ….safe-mode.php#ini.open-basedir">open_base_dir</a> restriction prevents AFM file to be opened.</td>
/plugin/bureaucracyau/helper/
H A Dactionmail.php119 $file = $field->getParam('file');
120 if(!$file['size']) {
122 } else if($file['size'] > $this->getConf('maxEmailAttachmentSize')) {
123 $message = $file['name'] . ' ' . $this->getLang('attachmentMailToLarge');
124 …msg(sprintf($this->getLang('attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this…
126 $message = $file['name'];
127 $mail->attachFile($file['tmp_name'], $file['type'], $file['name']);
/plugin/ckgdoku/ckeditor/skins/moono/
H A Dreadme.md24 - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenanc…
25 - **mainui.css**: the file contains styles of entire editor outline structures,
26 - **toolbar.css**: the file contains styles of the editor toolbar space (top),
27 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
28 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
30 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
31 - **menu.css**: the file contains styles of all editor menus including context menu and button drop…
34 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
35 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
/plugin/ckgedit/ckeditor/skins/moono/
H A Dreadme.md24 - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenanc…
25 - **mainui.css**: the file contains styles of entire editor outline structures,
26 - **toolbar.css**: the file contains styles of the editor toolbar space (top),
27 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
28 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
30 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
31 - **menu.css**: the file contains styles of all editor menus including context menu and button drop…
34 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
35 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Dreadme.md22 - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenanc…
23 - **mainui.css**: the file contains styles of entire editor outline structures,
24 - **toolbar.css**: the file contains styles of the editor toolbar space (top),
25 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
26 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
28 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
29 - **menu.css**: the file contains styles of all editor menus including context menu and button drop…
32 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
33 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
/plugin/bureaucracy/helper/
H A Dactionmail.php128 $file = $field->getParam('file');
129 if(!$file['size']) {
131 } else if($file['size'] > $this->getConf('maxEmailAttachmentSize')) {
132 $message = $file['name'] . ' ' . $this->getLang('attachmentMailToLarge');
133 …msg(sprintf($this->getLang('attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this…
135 $message = $file['name'];
136 $mail->attachFile($file['tmp_name'], $file['type'], $file['name']);
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php3 * This file is part of FPDI
92 * Release resources and file handles.
141 * Get an unique reader id by the $file parameter.
143 * @param string|resource|PdfReader|StreamReader $file An open file descriptor, a path to a file, a PdfReader
147 protected function getPdfReaderId($file) argument
149 if (\is_resource($file)) {
150 $id = (string) $file;
151 } elseif (\is_string($file)) {
209 setSourceFile($file) global() argument
[all...]
/plugin/photogallery/
H A DpgFetch.php129 * @param string $file reference to the file variable
134 function checkLocalFileStatus($file, $width=0, $height=0) { argument
138 if(empty($file)) {
142 if (($width || $height) && media_get_token($file, $width, $height) !== $INPUT->str('tok')) {
147 if(!file_exists($file)) {
154 function media_photogallery_image($file, $ext, $w, $h, $opt){ argument
164 $phpThumb->setSourceFilename($file);
181 …$output_filename = getCacheName($file,'.media.'.$w.'x'.$h.'.photogallery.'.$phpThumb->config_outpu…
/plugin/projects/action/
H A Dmetadata.php39 $file = $event->data['current']['ProjectFile'];
41 if ($file == NULL) {
43 if ($project->file($name) == NULL) return;
51 if (!$project->update_file($file)) {
/plugin/datatemplate/syntax/
H A Dentry.php101 $file = wikiFN($wikipage[0]);
103 if (!@file_exists($file)) return 0;
107 return $file;
171 $file = $this->_getFile($data['template']);
172 if(!is_string($file)) return $file;
173 $rawFile = io_readfile($file);
295 $file = $this->_getFile($data['template']);
300 if(!is_string($file)) parent::_saveData($data, $id, $renderer->meta['title']);
301 $renderer->meta['relation']['haspart'][$file] = array('owner'=>$this->getPluginName());
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js50 , revoke = function(file) { argument
52 if (typeof file === "string") { // file is an object URL
53 get_URL().revokeObjectURL(file);
55 file.remove();
167 dir.getFile(name, create_if_not_found, abortable(function(file) { argument
168 file.createWriter(abortable(function(writer) {
170 target_view.location.href = file.toURL();
173 revoke(file);
193 dir.getFile(name, {create: false}, abortable(function(file) { argument
195 file.remove();
/plugin/dokutexit/help/
H A Dtexit.txt2 TeXit is a DokuWiki plugin that generates a PDF file from the wiki data. It depends on LaTeX which …
6 <file><texit info>
10 </file>
13 <file>
17 </file>
20 <file>
26 </file>
/plugin/freechat/phpfreechat/src/
H A Dpfci18n.class.php118 while (false !== ($file = readdir($dh)))
121 if ($file == "." || $file == ".." || strpos($file,".")===0) continue;
122 if (file_exists($i18n_basepath.'/'.$file.'/main.php')) $i18n_accepted_lang[] = $file;
143 $lines = file($src_filename);

12345678910>>...140