Home
last modified time | relevance | path

Searched refs:addIndexFile (Results 1 – 12 of 12) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Composer/
H A DCleanVendors.php523 self::addIndexFile($vendors);
528 self::addIndexFile($themes);
531 private static function addIndexFile($path) function in Tiki\\Composer\\CleanVendors
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dindex.h45 virtual void addIndexFile(const QCString &name) = 0;
103 void addIndexFile(const QCString &name) in addIndexFile() function
104 { if (m_enabled) foreach(&IndexIntf::addIndexFile,name); } in addIndexFile()
H A Ddocsets.h53 void addIndexFile(const QCString &name);
H A Declipsehelp.h56 virtual void addIndexFile(const QCString &name);
H A Dqhp.h40 void addIndexFile(const QCString & name);
H A Dftvhelp.h54 void addIndexFile(const QCString &) {} in addIndexFile() function
H A Dhtmlhelp.h78 void addIndexFile(const QCString &name);
H A Declipsehelp.cpp217 void EclipseHelp::addIndexFile(const QCString & /* name */) in addIndexFile() function in EclipseHelp
H A Dqhp.cpp281 void Qhp::addIndexFile(const QCString & name) in addIndexFile() function in Qhp
H A Ddocsets.cpp533 void DocSets::addIndexFile(const QCString &name) in addIndexFile() function in DocSets
H A Dhtmlhelp.cpp568 void HtmlHelp::addIndexFile(const QCString &s) in addIndexFile() function in HtmlHelp
H A Dhtmlgen.cpp1133 Doxygen::indexList->addIndexFile(fileName); in startFile()