Home
last modified time | relevance | path

Searched refs:findManifest (Results 1 – 20 of 20) sorted by relevance

/dports/devel/poco/poco-1.10.1-all/Foundation/testsuite/src/
H A DClassLoaderTest.cpp47 assertNullPtr (cl.findManifest(path)); in testClassLoader1()
91 assertNotNullPtr (cl.findManifest(path)); in testClassLoader2()
189 assertNullPtr (cl.findManifest(path)); in testClassLoader3()
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DClassLoader.h311 const Manif* findManifest(const std::string& path) const in findManifest() function
328 const Manif* pManif = findManifest(path); in manifestFor()
339 return findManifest(path) != 0; in isLibraryLoaded()
/dports/security/xml-security/xml-security-1_5_5/src/main/java/org/apache/xml/security/signature/
H A DManifest.java360 findManifest: while (nlIterator.hasNext()) { in verifyReferences()
372 break findManifest; in verifyReferences() local
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Installer/Adapter/
H A DPluginAdapter.php140 if ($tmpInstaller->findManifest())
516 $this->parent->findManifest();
H A DComponentAdapter.php557 if (!$tmpInstaller->findManifest())
562 if ($tmpInstaller->findManifest())
729 $this->parent->findManifest();
H A DTemplateAdapter.php489 $this->parent->findManifest();
H A DModuleAdapter.php574 $this->parent->findManifest();
H A DLanguageAdapter.php694 $this->parent->findManifest();
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_installer/models/
H A Dinstall.php160 if (!$installer->findManifest())
/dports/www/firefox-esr/firefox-91.8.0/layout/tools/reftest/
H A Drunreftest.py211 def findManifest(self, suite, test_file, subdirs=True): member in ReftestResolver
242 return self.findManifest(suite, staged_file, subdirs)
275 for manifest, filter_str in self.findManifest(suite, testPath):
/dports/www/firefox/firefox-99.0/layout/tools/reftest/
H A Drunreftest.py211 def findManifest(self, suite, test_file, subdirs=True): member in ReftestResolver
242 return self.findManifest(suite, staged_file, subdirs)
275 for manifest, filter_str in self.findManifest(suite, testPath):
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Installer/
H A DInstaller.php316 $this->findManifest();
857 if (!$this->findManifest())
1949 public function findManifest() function in Joomla\\CMS\\Installer\\Installer
/dports/mail/thunderbird/thunderbird-91.8.0/layout/tools/reftest/
H A Drunreftest.py211 def findManifest(self, suite, test_file, subdirs=True): member in ReftestResolver
242 return self.findManifest(suite, staged_file, subdirs)
275 for manifest, filter_str in self.findManifest(suite, testPath):
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/tools/reftest/
H A Drunreftest.py145 def findManifest(self, suite, test_file, subdirs=True): member in ReftestResolver
191 for manifest, filter_str in self.findManifest(suite, testPath):
/dports/lang/spidermonkey60/firefox-60.9.0/layout/tools/reftest/
H A Drunreftest.py168 def findManifest(self, suite, test_file, subdirs=True): member in ReftestResolver
214 for manifest, filter_str in self.findManifest(suite, testPath):
/dports/lang/spidermonkey78/firefox-78.9.0/layout/tools/reftest/
H A Drunreftest.py190 def findManifest(self, suite, test_file, subdirs=True): member in ReftestResolver
236 for manifest, filter_str in self.findManifest(suite, testPath):
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/extensions/internal/
H A DXPIDatabase.jsm3196 let findManifest = (loc, id) => {
3229 findManifest(location, id),
3250 let newAddon = findManifest(location, id);
3304 !findManifest(addon.location, id) && addonStates.get(addon);
/dports/www/firefox/firefox-99.0/toolkit/mozapps/extensions/internal/
H A DXPIDatabase.jsm3341 let findManifest = (loc, id) => {
3374 findManifest(location, id),
3395 let newAddon = findManifest(location, id);
3449 !findManifest(addon.location, id) && addonStates.get(addon);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/extensions/internal/
H A DXPIDatabase.jsm3237 let findManifest = (loc, id) => {
3270 findManifest(location, id),
3291 let newAddon = findManifest(location, id);
3345 !findManifest(addon.location, id) && addonStates.get(addon);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/extensions/internal/
H A DXPIDatabase.jsm3237 let findManifest = (loc, id) => {
3270 findManifest(location, id),
3291 let newAddon = findManifest(location, id);
3345 !findManifest(addon.location, id) && addonStates.get(addon);