Home
last modified time | relevance | path

Searched refs:file (Results 2901 – 2925 of 3491) sorted by last modified time

1...<<111112113114115116117118119120>>...140

/plugin/clippy/_test/
H A Dgeneral.test.php14 $file = __DIR__.'/../plugin.info.txt';
15 $this->assertFileExists($file);
17 $info = confToHash($file);
/plugin/clippy/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/zotero/
H A DREADME.md15 4. Enter your Zotero entries into the cache file (the newly created wiki page
/plugin/odt2dw/
H A DREADME30 …bmit button was not translated and stay in french : His value depend of the dokuwiki lang file now.
H A Daction.php343 …h ($this->file_extract as $file) if ( file_exists( $file ) ) if ( ! @unlink( $file ) ) $this->_msg…
345file ) if ( file_exists( $this->uploadDir.'/'.$this->pictpath.'/'.$file ) ) if ( ! @unlink( $this-…
H A Dplugin.info.txt6 desc create a dokuwiki page from an odt file
/plugin/sfauth/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/xref/
H A DREADME25 See the COPYING file in your DokuWiki folder for details
/plugin/unblink/
H A DREADME25 See the COPYING file in your DokuWiki folder for details
/plugin/doodle3toolbar/
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/latexit/
H A Dplugin.info.txt6 desc Plugin to export DokuWiki pages to one LaTeX file.
H A DREADME3 Plugin to export multiple DokuWiki pages into one LaTeX file.
34 See the COPYING file in your DokuWiki folder for details
H A Drenderer.php758 * @param string $file The code will be exported from DW as a file.
760 function file($text, $lang = null, $file = null) { argument
761 $this->code($text, $lang, $file);
769 * @param string $file The code can be inserted to DokuWiki as a file.
771 function code($text, $lang = null, $file = null) { argument
784 if (!is_null($file)) {
786 $this->doc .= $this->_latexSpecialChars($file);
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest10.txt38 <file php myexample.php>
40 </file>
H A Dtest16.txt9 [[file:///P:/Manuals/UserManual.pdf|User Manual]]
/plugin/latexit/_test/
H A Dgeneral.test.php18 $file = __DIR__.'/../plugin.info.txt';
19 $this->assertFileExists($file);
21 $info = confToHash($file);
H A Drenderer.test.php422 $this->r->file("std::cout \"Hello world!\";", "C++");
427 $this->r->file("std::cout \"Hello world!\";", "C++", "script.cpp");
/plugin/latexit/tests/my/
H A Dtest16.latex19 \href{file:///P:/Manuals/UserManual.pdf}{User Manual}
/plugin/vcard/
H A Dplugin.info.txt6 desc Creates a link to download a vCard file and a tag to microformat hCard
/plugin/header3/
H A DREADME.md26 See the COPYING file in your DokuWiki folder for details
/plugin/fontawesome/
H A DREADME45 See the COPYING file in your DokuWiki folder for details
/plugin/feedaggregator/
H A D.travis.yml1 # Config file for travis-ci.org
H A DREADME.md30 See the COPYING file in your DokuWiki folder for details
H A Dsyntax.php82 $file = fullpath($conf['tmpdir'].'/feedaggregator.csv');
83 file_put_contents($file, join("\n", $feedList));
/plugin/feedaggregator/_test/
H A Dgeneral.test.php14 $file = __DIR__.'/../plugin.info.txt';
15 $this->assertFileExists($file);
17 $info = confToHash($file);

1...<<111112113114115116117118119120>>...140