Home
last modified time | relevance | path

Searched refs:fileName (Results 101 – 125 of 165) sorted by path

1234567

/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java500 String fileName, in post() argument
533 reqEntity.addPart("Filename", new StringBody(fileName)); in post()
601 InputStreamBody bin = new InputStreamBody(countingFilter, mimeType, fileName) { in post()
H A DEditorActions.java.bak500 String fileName,
533 reqEntity.addPart("Filename", new StringBody(fileName));
601 InputStreamBody bin = new InputStreamBody(countingFilter, mimeType, fileName) {
/plugin/jmol2/jmol/
H A DCHANGES.txt1366 # and returned as byte[] (when fileName = null, os = null)
1368 # or set to a file (os == null, fileName != null)
1416 # function myLoadStructCallback(fullPathName, fileName, modelName, errorMsg, ptLoad) {}
1731 # bug fix: fileName not reset after ZAP
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DFilesystemCache.php48 $fileName = $this->getCacheFilename($key);
49 if (!is_file($fileName)) {
53 require_once $fileName;
66 $fileName = $this->getCacheFilename($key);
71 array('fileName' => $fileName)
74 $this->writeFile($fileName, $value);
96 * @param string $fileName
102 $dirName = dirname($fileName);
126 * @param string $fileName
136 array('fileName' => $fileName)
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DFilesystemLoader.php99 $fileName = $this->getFileName($name);
101 if ($this->shouldCheckPath() && !file_exists($fileName)) {
105 return file_get_contents($fileName);
117 $fileName = $this->baseDir . '/' . $name;
118 if (substr($fileName, 0 - strlen($this->extension)) !== $this->extension) {
119 $fileName .= $this->extension;
122 return $fileName;
H A DInlineLoader.php52 protected $fileName; variable in Mustache_Loader_InlineLoader
68 * @param string $fileName The file to parse for inline templates
73 public function __construct($fileName, $offset) argument
75 if (!is_file($fileName)) {
83 $this->fileName = $fileName;
114 $data = file_get_contents($this->fileName, false, null, $this->offset);
H A DProductionFilesystemLoader.php78 $fileName = $this->getFileName($name);
80 if (!file_exists($fileName)) {
84 return new Mustache_Source_FilesystemSource($fileName, $this->statProps);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Source/
H A DFilesystemSource.php22 private $fileName; variable in Mustache_Source_FilesystemSource
29 * @param string $fileName
32 public function __construct($fileName, array $statProps) argument
34 $this->fileName = $fileName;
48 'fileName' => $this->fileName,
53 $this->stat = @stat($this->fileName);
57 … throw new RuntimeException(sprintf('Failed to read source file "%s".', $this->fileName));
75 return file_get_contents($this->fileName);
/plugin/latexport/renderer/
H A Dtex.php99 $fileName = $this->texifyPageId($this->currentPageId);
116 $fileName = "aaa.tex";
120 $this->archive->startFile($fileName);
/plugin/odt/ODT/
H A DODTDocument.php2084 * @param string $fileName Full file name in the document
2095 * @param string $fileName Full file name in the document
2100 public function addFile($fileName, $mime, $content) { argument
2101 if(!$this->manifest->exists($fileName)){
2102 $this->manifest->add($fileName, $mime);
2103 $this->ZIP->addData($fileName, $content);
2116 * @param string $fileName
2119 function addFileAsPicture($fileName){ argument
2121 if (file_exists($fileName)) {
2122 list($ext,$mime) = mimetype($fileName);
[all …]
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js6100 fileName = _ref4[2],
6108 'fileName': fileName,
H A Dviewer.js.map1fileName': document.getElementById('fileNameField'),\n 'fileSize': document.getElementById(…
/plugin/preservefilenames/
H A Dscript.js84 function mod_addToList(id, fileName) { argument
89 qq.setText(fileElement, fileName);
93 nameElement.value = fileName;
/plugin/qrcode2/
H A Dphpqrcode.php220 $fileName = QR_CACHE_DIR.'frame_'.$a.'.png';
221 QRimage::png(self::binarize($frame), $fileName, 1, 0);
873 $fileName = QR_CACHE_DIR.'frame_'.$version.'.dat';
876 if (file_exists($fileName)) {
877 self::$frames[$version] = self::unserial(file_get_contents($fileName));
880 file_put_contents($fileName, self::serial(self::$frames[$version]));
2618 … $fileName = QR_CACHE_DIR.'mask_'.$maskNo.DIRECTORY_SEPARATOR.'mask_'.$width.'_'.$maskNo.'.dat';
2621 if (file_exists($fileName)) {
2622 $bitMask = self::unserial(file_get_contents($fileName));
2627 file_put_contents($fileName, self::serial($bitMask));
/plugin/refnotes/
H A Daction.php643 private function addTemplateHeaderInclude($event, $fileName) {
645 $fileName = DOKU_BASE . 'lib/plugins/refnotes/' . $fileName;
647 switch (pathinfo($fileName, PATHINFO_EXTENSION)) {
650 $data = array('type' => 'text/javascript', 'charset' => 'utf-8', 'src' => $fileName, '_data' => '', 'defer' => 'defer');
655 $data = array('type' => 'text/css', 'rel' => 'stylesheet', 'href' => $fileName);
614 addTemplateHeaderInclude($event, $fileName) global() argument
H A Dconfig.php45 $fileName = DOKU_CONF . 'refnotes.' . $sectionName . '.local.dat';
47 if (!file_exists($fileName)) {
50 $fileName = $pluginRoot . $sectionName . '.local.dat';
51 if (!file_exists($fileName)) {
52 $fileName = $pluginRoot . 'conf/' . $sectionName . '.dat';
53 if (!file_exists($fileName)) {
54 $fileName = '';
59 if ($fileName != '') {
60 $result = unserialize(io_readFile($fileName, false));
73 $fileName
[all...]
H A Ddatabase.php187 private $fileName; variable in refnotes_reference_database_page
197 $this->fileName = wikiFN($id);
201 if ($cache->isCached($this->fileName)) {
202 $this->namespace = $cache->getNamespaces($this->fileName);
207 $cache->update($this->fileName, $this->namespace);
215 $text = io_readWikiPage($this->fileName, $this->id);
216 $call = p_cached_instructions($this->fileName);
474 private $fileName; variable in refnotes_reference_database_cache
485 $this->fileName = $conf['cachedir'] . '/refnotes.database.dat';
497 if (file_exists($this->fileName)) {
511 isCached($fileName) global() argument
528 getNamespaces($fileName) global() argument
535 update($fileName, $namespace) global() argument
[all...]

1234567