Home
last modified time | relevance | path

Searched defs:filename (Results 126 – 150 of 307) sorted by last modified time

12345678910>>...13

/plugin/task/
H A Dics.php22 $filename = $title . '.ics'; variable
24 $filename = str_replace(':', '/', cleanID($id)) . '.ics'; variable
/plugin/filelist/
H A Dsyntax.php203 _render_link($filename, $filepath, $basedir, $webdir, $params, Doku_Renderer $renderer) global() argument
1030 get_preview_image_path($filename, $params, & $isImage) global() argument
/plugin/fileshare/
H A Dfilesharedownload.php4 $filename =$_GET['file']; variable
17 function get_mime_type($filename) {
/plugin/phpipam/
H A Dphpipam-api.php801 private function write_token_file ($filename) {
/plugin/latexport/helpers/
H A Darchive_helper_zip.php35 function startFile($filename) {
58 function insertContent($filename, $content) {
/plugin/latexport/implementation/
H A Ddecorator.php70 function texifyFilename($filename) {
H A Ddecorator_persister.php834 private function isPrintable($filename) {
866 private function insertImage($filename) {
/plugin/dropfiles/action/
H A Dajax.php146 protected function checkFileCallback($carry, $filename){
/plugin/dropfiles/
H A Dwebpack.config.js13 filename: './dist/bundle.js', property in module.exports.output
/plugin/revealjs/
H A Drenderer.php464 function _highlight($type, $text, $language = null, $filename = null, $options = null) {
/plugin/pycode/
H A Dmethod.php921 public function _save_code($filename, $data) {
/plugin/acronymedit/
H A Dadmin.php100 function writeFile($filename,$chaine) {
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-dist.js14 const filename = 'lodash.fp.js'; constant
20 'filename': filename, property in fpConfig.output
34 'filename': 'mapping.fp.js', property in mappingConfig.output
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-dist.js11 const filename = 'lodash.js'; constant
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DPhpParser.php72 private function getFileContent($filename, $lineNumber)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php911 protected function handleBootstrap($filename)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php148 protected $filename; variable in PHPUnit_Util_Configuration
155 protected function __construct($filename)
173 public static function getInstance($filename)
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DYaml.php52 public static function parseFile(string $filename, int $flags = 0)
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DSplFileInfo.php71 public function __construct($filename, $relativePath = null)
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c551 zval *filename; in TWIG_RUNTIME_ERROR() local
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php31 protected $filename; variable in Twig\\Compiler
H A DLexer.php34 protected $filename; variable in Twig\\Lexer
H A DTokenStream.php28 protected $filename; variable in Twig\\TokenStream
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php43 protected $filename; variable in Twig\\Error\\Error
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedMethodError.php24 …public function __construct($message, $className, $methodName, $lineno = -1, $filename = null, \Ex…

12345678910>>...13