Home
last modified time | relevance | path

Searched refs:file (Results 3101 – 3125 of 3491) sorted by last modified time

1...<<121122123124125126127128129130>>...140

/plugin/git/
H A Dhelper.php20 if(!preg_match("/.*\.txt$/", $file)) { // Ignore everything but TXT
25 $id = pathID($file);
30 'file' => $file);
190 $AUTH_ACL = file($config_cascade['acl']['default']);
282 foreach ($files as $file)
284 if ($file === "") continue;
288 $change = substr($file, 0, 2);
303 $file = trim(substr($file, 2));
325 function getPageFromFile($file) argument
328 if (strpos($file, 'pages/') === false) return $file;
[all …]
/plugin/maintenance/
H A Dhelper.php90 $file = $this->script_last_pid_file;
91 $last_run = (is_file($file)) ? filemtime($file) : 0;
/plugin/maintenance/bin/
H A Dsample.sh8 file=`readlink -f "$0"`
9 dir=`dirname "$file"`
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DWavFile.java29 private File file; // File that will be read from or written to field in WavFile
86 public static WavFile newWavFile(File file, int numChannels, in newWavFile() argument
91 wavFile.file = file; in newWavFile()
112 wavFile.oStream = new FileOutputStream(file); in newWavFile()
185 public static WavFile openWavFile(File file) throws IOException, in openWavFile() argument
189 wavFile.file = file; in openWavFile()
192 wavFile.iStream = new FileInputStream(file); in openWavFile()
213 if (file.length() != chunkSize + 8) { in openWavFile()
215 + ") does not match file size (" + file.length() + ")"); in openWavFile()
731 out.printf("File: %s\n", file); in display()
/plugin/jcapture/
H A DREADME.md13 * java.lang.ClassFormatError: Incompatible magic value 1008813135 in class file <!DOCTYPE html>
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpmime-4.0.1.jar ... .io.File) java.io.File file public java.io.InputStream getInputStream () throws ...
H A Djcapture.jar ... .concurrent.ExecutorService backgroundProcessor protected java.io.File preferencesFile protected java.net.ProxySelector proxySelector public void ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/nosecedit/
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/headernofloat/
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/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/dokutexit/
H A DLICENSE.GPLv2289 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
H A Dconfig.php80 function confToHash($file) { argument
82 $lines = @file( $file );
592 $file = basename($this->get_dest_header_fn());
593 $cmdline .= $file . ' 2>&1 ';
H A Dtexitrender.php297 function confToHash($file,$lower=false) { argument
299 $lines = @file( $file );
H A DREADME.md46 If it exists, TeXit will handle the file *texit.bib* in the *conf/* directory of the plugin.
54 When clicking on the export button, the plugin will compute an .pdf file containing the produced PD…
64 …* *page1-tex.zip*, a zip file containing page1.pdf and the necessary tex files to compile it (see …
72 * *commands.tex* : a copy of the corresponding file
75 …tent.tex* : the translation content of the *page1* page in TeX (no header, not a complete tex file)
117 Note that you can define custom markups with [cmk] (see the README file of cmk).
191file is already compiled and cmk configuration changes, TeXit has currently no way to know it has …
H A Dlatex.php313 function file($text) { function in Doku_Renderer_latex
/plugin/showif/
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/subconfhelper/
H A Dadmin.php34 $file = $this->config_path.$this->config_prefix.$vhost.'.php';
42 if( is_file( $file ) || is_dir( $file ) || !touch( $file )) {
50 if( !is_file( $file ) || is_dir( $file ) || !unlink( $file )) {
58 if( !$vhost || !is_file( $file )) break;
64 $_config->configuration( $this->meta, array( $file ));
112 while( false !== ( $file = readdir( $handle ))) {
113 if( strpos( $file, $this->config_prefix ) === 0 && !strpos( $file, '.bak' )) {
114 … $vhost = str_replace( '.php', '', str_replace( $this->config_prefix, '', $file ));
117 $this->xhtml_vhost_item( $vhost, $this->config_path.$file );
131 function xhtml_vhost_item( $vhost, $file ) {/*{{{*/ argument
[all …]
/plugin/table2csv/
H A DREADME.md4 Create a csv file from the first table on a dokuwiki page
18 The file page should display the plugin Tools selection to Export To csv in the top and bottom righ…
19 Select this to export the first table into a csv file.
20 The filename and path can be specified in the /conf/default.php file.
H A Dplugin.info.txt6 desc exports a table to a csv file
H A DgetTableData.php5 $file = wikiFN($dokuPageId);
6 $data = io_readWikiPage($file, $dokuPageId, $rev=false);
/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/aceeditor/
H A DNEWS17 * Same languages as GeSHI allowed in code/file blocks
63 * Syntax hihglighting of content inside code, file, html, php and latex tags

1...<<121122123124125126127128129130>>...140