Lines Matching refs:file

43     /** @var int counts the code and file blocks, used to provide download links */
619 * Display text as file content, optionally syntax highlighted
623 * @param string $filename file path label
626 public function file($text, $language = null, $filename = null, $options = null)
628 $this->_highlight('file', $text, $language, $filename, $options);
636 * @param string $filename file path label
645 * Use GeSHi to highlight language syntax in code and file blocks
647 * @param string $type code|file
650 * @param string $filename file path label
963 * @param string|array $name name for the link, array for media file
1026 * @param string|array $name name for the link, array for media file
1085 * @param string|array $name name for the link, array for media file
1109 $url = 'file:///' . $url;
1126 * @param string|array $name name for the link, array for media file
1172 * Render an internal media file
1220 // add file icons
1257 * Render an external media file
1307 // add file icons
1739 // if the file is not supposed to be rendered
1740 // return the title of the file (just the sourcename if there is no title)
1810 * @param bool $isImage will be set to true if it's a media file
1945 foreach ($files as $mime => $file) {
1947 $url = $file;
1950 $url = ml($file, '', true, '&');
1954 ? $this->_xmlEntities(PhpString::basename(noNS($file)))
1958 // alternative content (just a link to the file)
1960 $file,
2015 foreach ($files as $mime => $file) {
2017 $url = $file;
2020 $url = ml($file, '', true, '&');
2023 $title = $atts['title'] ?: $this->_xmlEntities(PhpString::basename(noNS($file)));
2026 // alternative content (just a link to the file)
2028 $file,