Home
last modified time | relevance | path

Searched refs:filename (Results 301 – 325 of 756) sorted by last modified time

1...<<11121314151617181920>>...31

/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1 …\n rename :1, // - change a filename\n …
H A Dtcl.min.js.map1 …val exec exit expr fblocked fconfigure fcopy file fileevent filename \" +\n \"filename flus…
H A Dsas.min.js.map1filename %macro %mend option options', ['ALL']);\n\n define('def', 'footnote title libname ods'…
/plugin/phpipam/
H A Dphpipam-api.php798 * @param mixed $filename
801 private function write_token_file ($filename) { argument
804 $myfile = fopen($filename, "w");
812 $this->exception("Cannot write file $filename");
/plugin/accscounter/
H A Dadmin.php102 foreach ($metadir as $filename) {
103 $islogfile = utf8_substr($filename, $length);
113 if ($specified) $found[$page] = $filename;
133 foreach ($found as $page => $filename) {
134 $array = @file($filename);
H A Daction.php96 foreach ($metadir as $filename) {
97 $islogfile = utf8_substr($filename, $length);
104 $data = file_get_contents($filename);
113 if (!unlink($filename)) {
134 foreach ($metadir as $filename) {
135 $islogfile = utf8_substr($filename, $length);
140 if (!unlink($filename)) {
/plugin/latexport/helpers/
H A Darchive_helper_zip.php35 function startFile($filename) { argument
36 $this->currentFilename = $filename;
58 function insertContent($filename, $content) { argument
59 $this->zip->addFromString($filename, $content);
/plugin/latexport/implementation/
H A Ddecorator.php67 * @param filename The filename.
70 function texifyFilename($filename) { argument
71 $ext = pathinfo($filename, PATHINFO_EXTENSION);
73 $filename = substr($filename, 0, -strlen($ext) - 1);
75 $texifiedFilename = $this->texifyReference($filename);
81 * @param filename The reference.
H A Ddecorator_persister.php792 $filename = $this->obtainFilename($src);
793 if (!$this->isPrintable($filename)) {
797 list($width, $height) = getimagesize($filename);
812 $this->appendCommand('includegraphics', $this->insertImage($filename),
831 * @param filename String the file name.
834 private function isPrintable($filename) { argument
835 $ext = pathinfo($filename, PATHINFO_EXTENSION);
866 private function insertImage($filename) { argument
867 $baseFilename = $this->texifyFilename(basename($filename));
868 $this->archive->insertContent(self::GRAPHICSPATH.$baseFilename, file_get_contents($filename));
/plugin/issuelinks/classes/
H A DServiceProvider.php17 foreach ($filenames as $filename) {
18 if ($filename === '.' || $filename === '..') {
21 list($service, $servicePostfix) = explode('.', $filename, 2);
25 require_once $serviceDir . '/' . $filename;
/plugin/dropfiles/action/
H A Dajax.php143 * @param string $filename
146 protected function checkFileCallback($carry, $filename){ argument
147 $id = cleanID($filename);
150 $carry[$filename] = $error;
/plugin/dropfiles/
H A Dwebpack.config.js13 filename: './dist/bundle.js', property in module.exports.output
H A Dstyle.less9 .filename {
30 input[name="filename"] {
H A Dyarn.lock1017 filename-regex@^2.0.0:
1019 …resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725d…
1760 filename-regex "^2.0.0"
2403 require-main-filename@^1.0.1:
2405 …resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f…
3031 require-main-filename "^1.0.1"
/plugin/tiledblog/
H A Dsyntax.php76 $filename = $cacheDir.md5($ns)."-sample.cache";
77 if (file_exists ($filename) &&
78 (time () - filemtime ($filename) < $this->getConf ('sampleDelai'))) {
79 $renderer->doc .= file_get_contents ($filename);
89 file_put_contents ($filename, $text);
101 $filename = $cacheDir.md5($ns)."-tile.cache";
102 if (file_exists ($filename) &&
103 (time () - filemtime ($filename) < $this->getConf ('sampleDelai'))) {
104 $renderer->doc .= file_get_contents ($filename);
116 file_put_contents ($filename, $text);
/plugin/revealjs/
H A Drenderer.php461 * @param string $filename file path label
464 function _highlight($type, $text, $language = null, $filename = null, $options = null) { argument
468 if($filename) {
470 list($ext) = mimetype($filename, false);
476 $this->doc .= hsc($filename);
495 if($filename) {
/plugin/pdfjs/pdfjs/web/locale/ff/
H A Dviewer.properties207 # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
/plugin/pdfjs/pdfjs/web/locale/ga-IE/
H A Dviewer.properties149 # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
/plugin/pdfjs/pdfjs/web/locale/gd/
H A Dviewer.properties207 # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
/plugin/pdfjs/pdfjs/web/locale/gn/
H A Dviewer.properties207 # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
/plugin/pdfjs/pdfjs/web/locale/is/
H A Dviewer.properties204 # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
/plugin/pdfjs/pdfjs/web/locale/ka/
H A Dviewer.properties207 # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
/plugin/pdfjs/pdfjs/web/locale/kk/
H A Dviewer.properties207 # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
/plugin/pdfjs/pdfjs/web/locale/ku/
H A Dviewer.properties114 # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
/plugin/pdfjs/pdfjs/web/locale/lv/
H A Dviewer.properties207 # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename

1...<<11121314151617181920>>...31