Home
last modified time | relevance | path

Searched defs:loaded (Results 251 – 275 of 4453) sorted by relevance

1...<<11121314151617181920>>...179

/dports/www/p5-Dancer/Dancer-1.3513/lib/Dancer/Serializer/
H A DAbstract.pm16 sub loaded {0} subroutine
/dports/graphics/gdal/gdal-3.3.3/frmts/pcidsk/sdk/core/
H A Dmetadataset.h57 bool loaded; variable
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pcidsk/sdk/core/
H A Dmetadataset.h57 bool loaded; variable
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/
H A Ddata_loader.cpp560 void CDataLoader::GetAccVers(const TIds& ids, TLoaded& loaded, TIds& ret) in GetAccVers()
579 void CDataLoader::GetGis(const TIds& ids, TLoaded& loaded, TGis& ret) in GetGis()
598 void CDataLoader::GetLabels(const TIds& ids, TLoaded& loaded, TLabels& ret) in GetLabels()
616 void CDataLoader::GetTaxIds(const TIds& ids, TLoaded& loaded, TTaxIds& ret) in GetTaxIds()
635 void CDataLoader::GetSequenceLengths(const TIds& ids, TLoaded& loaded, in GetSequenceLengths()
655 void CDataLoader::GetSequenceTypes(const TIds& ids, TLoaded& loaded, in GetSequenceTypes()
675 void CDataLoader::GetSequenceStates(const TIds& ids, TLoaded& loaded, in GetSequenceStates()
698 void CDataLoader::GetSequenceHashes(const TIds& ids, TLoaded& loaded, in GetSequenceHashes()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objmgr/
H A Ddata_loader.cpp560 void CDataLoader::GetAccVers(const TIds& ids, TLoaded& loaded, TIds& ret) in GetAccVers()
579 void CDataLoader::GetGis(const TIds& ids, TLoaded& loaded, TGis& ret) in GetGis()
598 void CDataLoader::GetLabels(const TIds& ids, TLoaded& loaded, TLabels& ret) in GetLabels()
616 void CDataLoader::GetTaxIds(const TIds& ids, TLoaded& loaded, TTaxIds& ret) in GetTaxIds()
635 void CDataLoader::GetSequenceLengths(const TIds& ids, TLoaded& loaded, in GetSequenceLengths()
655 void CDataLoader::GetSequenceTypes(const TIds& ids, TLoaded& loaded, in GetSequenceTypes()
675 void CDataLoader::GetSequenceStates(const TIds& ids, TLoaded& loaded, in GetSequenceStates()
698 void CDataLoader::GetSequenceHashes(const TIds& ids, TLoaded& loaded, in GetSequenceHashes()
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsnetworkaccessmanager.cpp232 bool loaded = false; in fetchEmptyUrl() local
310 bool loaded = false; in fetchBadUrl() local
388 bool loaded = false; in fetchEncodedContent() local
470 bool loaded = false; in fetchPost() local
563 bool loaded = false; in fetchBadSsl() local
662 bool loaded = false; in testSslErrorHandler() local
763 bool loaded = false; in testAuthRequestHandler() local
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_pubkey.cpp612 std::unique_ptr<Botan::Private_Key> loaded( in test_pbe_roundtrip() local
631 std::unique_ptr<Botan::Private_Key> loaded( in test_pbe_roundtrip() local
685 std::unique_ptr<Botan::Public_Key> loaded(Botan::X509::load_key(data_src)); in run() local
706 std::unique_ptr<Botan::Public_Key> loaded(Botan::X509::load_key(data_src)); in run() local
722 std::unique_ptr<Botan::Private_Key> loaded( in run() local
737 … std::unique_ptr<Botan::Public_Key> loaded(Botan::PKCS8::load_key(data_src, Test::rng())); in run() local
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_pubkey.cpp612 std::unique_ptr<Botan::Private_Key> loaded( in test_pbe_roundtrip() local
631 std::unique_ptr<Botan::Private_Key> loaded( in test_pbe_roundtrip() local
685 std::unique_ptr<Botan::Public_Key> loaded(Botan::X509::load_key(data_src)); in run() local
706 std::unique_ptr<Botan::Public_Key> loaded(Botan::X509::load_key(data_src)); in run() local
722 std::unique_ptr<Botan::Private_Key> loaded( in run() local
737 … std::unique_ptr<Botan::Public_Key> loaded(Botan::PKCS8::load_key(data_src, Test::rng())); in run() local
/dports/audio/noson-app/noson-app-4.5.0/backend/NosonApp/
H A Dservicesmodel.cpp163 emit loaded(false); in loadData() local
181 emit loaded(true); in loadData() local
/dports/graphics/qgis-ltr/qgis-3.16.16/i18n/
H A Dqgis_en.ts23079 <source>Plugin %1 did not return a valid type and cannot be loaded</source> alias
23080 <translation>Plugin %1 did not return a valid type and cannot be loaded</translation> alias
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/resourceeditor/
H A Dresourceeditorw.cpp137 emit loaded(false); in open() local
146 emit loaded(true); in open() local
207 emit loaded(success); in setContents() local
/dports/cad/horizon-eda/horizon-2.1.0/src/import_step/
H A Dstep_importer.hpp39 bool loaded = false; member in horizon::STEPImporter::STEPImporter
/dports/misc/py-cinder/cinder-12.0.10/cinder/
H A Dversion.py21 loaded = False variable
/dports/www/elixir-phoenix/phoenix-1.3.3/lib/mix/tasks/
H A Dphx.routes.ex56 defp loaded(module), do: Code.ensure_loaded?(module) && module function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/
H A DMapperGL.h60 bool loaded; variable
/dports/www/joomla3/joomla3-3.9.24/libraries/cms/html/
H A Dform.php28 protected static $loaded = array(); variable in JHtmlForm
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xstd/
H A DLoadableModule.cc21 bool LoadableModule::loaded() const { in loaded() function in LoadableModule
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/
H A DSimpleCharacterReaderFactory.php30 private static $loaded = []; variable in Swift_CharacterReaderFactory_SimpleCharacterReaderFactory
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/libnitroshare/src/plugin/
H A Dplugin_p.h52 bool loaded; variable
/dports/lang/racket/racket-8.3/collects/racket/
H A Drerequire.rkt18 (define loaded (make-hash)) function
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/javax/crypto/jce/keyring/
H A DGnuKeyring.h78 jboolean __attribute__((aligned(__alignof__( ::java::security::KeyStoreSpi)))) loaded; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/fuchsia/base/
H A Dconfig_reader.cc22 bool loaded = base::ReadFileToString(path, &file_content); in LoadPackageConfig() local
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-modulemanager/src/Listener/
H A DModuleDependencyCheckerListener.php24 protected $loaded = array(); variable in Zend\\ModuleManager\\Listener\\ModuleDependencyCheckerListener
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-modulemanager/src/Listener/
H A DModuleDependencyCheckerListener.php24 protected $loaded = array(); variable in Zend\\ModuleManager\\Listener\\ModuleDependencyCheckerListener
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-modulemanager/src/Listener/
H A DModuleDependencyCheckerListener.php24 protected $loaded = array(); variable in Zend\\ModuleManager\\Listener\\ModuleDependencyCheckerListener

1...<<11121314151617181920>>...179