Home
last modified time | relevance | path

Searched refs:LIST_TEMPLATE (Results 1 – 7 of 7) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/
H A Dspecies-gen.py282 global LIST_TEMPLATE
283 LIST_TEMPLATE = """ {{ {list} }}""" variable
289 global LIST_TEMPLATE
294 return LIST_TEMPLATE.format(list=list_str)
/dports/net-p2p/jigdo/jigdo-0.7.3/src/
H A Djigdo-file-cmd.hh59 SCAN, VERIFY, LIST_TEMPLATE, MD5SUM
H A Djigdo-file.cc668 { "list-template", LIST_TEMPLATE },
669 { "ls", LIST_TEMPLATE },
770 case JigdoFileCmd::LIST_TEMPLATE:
/dports/deskutils/egroupware/egroupware/api/src/Vfs/
H A DHiddenUploadSharing.php237 … $this->etemplate = $this->etemplate ? $this->etemplate : new Api\Etemplate(static::LIST_TEMPLATE);
H A DSharing.php561 … $this->etemplate = $this->etemplate ? $this->etemplate : new Api\Etemplate(static::LIST_TEMPLATE);
/dports/games/openra/OpenRA-release-20200503/mods/modcontent/
H A Dcontent.yaml267 Label@LIST_TEMPLATE:
/dports/deskutils/egroupware/egroupware/filemanager/inc/
H A Dclass.filemanager_ui.inc.php52 const LIST_TEMPLATE = 'filemanager.index'; define in filemanager_ui
483 $tpl = $this->etemplate ? $this->etemplate : new Etemplate(static::LIST_TEMPLATE);