Home
last modified time | relevance | path

Searched refs:NoStorage (Results 1 – 25 of 105) sorted by relevance

12345

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/signer/storage/
H A Dstorage.go80 type NoStorage struct{} struct
82 func (s *NoStorage) Put(key, value string) {} argument
83 func (s *NoStorage) Del(key string) {} argument
84 func (s *NoStorage) Get(key string) (string, error) { argument
/dports/deskutils/kalarm/kalarm-21.12.3/src/resources/
H A Dresource.h27 NoStorage = ResourceType::NoStorage, enumerator
H A Dfileresourcesettings.h33 enum StorageType { NoStorage, File, Directory }; enumerator
311 StorageType mStorageType {NoStorage}; // how the calendar is stored
H A Dfileresourcesettings.cpp111 mStorageType = NoStorage; in readConfig()
202 return (mId >= 0) && (mStorageType != NoStorage) && mUrl.isValid(); in isValid()
505 mStorageType = NoStorage; in validate()
H A Dresourcetype.h37 enum StorageType { NoStorage, File, Directory }; enumerator
H A Dresource.cpp74 return mResource.isNull() ? NoStorage : static_cast<StorageType>(mResource->storageType()); in storageType()
/dports/misc/freeguide/freeguide-0.11.1/src/resources/i18n/
H A DStartup_ar.properties7 startup.NoStorage=لم يثم العثور على وحدة التخزين
H A DStartup_be.properties7 startup.NoStorage=Ня знойдзены модуль сховішча тэлевізійнай праграмы.
H A DStartup_ru.properties7 startup.NoStorage=Не найден модуль хранилища телепрограммы.
H A DStartup_zh_TW.properties7 startup.NoStorage=找不到貯藏庫單元。
H A DStartup_zh_CN.properties7 startup.NoStorage=找不到贮藏库单元。
H A DStartup_de.properties7 startup.NoStorage=Speichermodul wurde nicht gefunden.
H A DStartup.properties7 startup.NoStorage=Storage module not found.
H A DStartup_en_RC.properties7 startup.NoStorage=sTORAGE MODULE NOT FOUND.
H A DStartup_it.properties7 startup.NoStorage=Modulo storage non trovato.
H A DStartup_fr.properties7 startup.NoStorage=Module de stockage non-trouvé.
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/Analysis/
H A DSemRep.hs253 getVarDecl (AnonBitField ty _ _) = VarDecl NoName (DeclAttrs noFunctionAttrs NoStorage []) ty
312 data Storage = NoStorage -- ^ no storage constructor
335 NoStorage -> undefined
490 (DeclAttrs noFunctionAttrs NoStorage [])
H A DDebug.hs167 pretty NoStorage = empty
H A DDeclAnalysis.hs99 (VarDecl NoName (DeclAttrs noFunctionAttrs NoStorage []) ty)
111 return $ MemberDecl (VarDecl name (DeclAttrs noFunctionAttrs NoStorage attrs) ty)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/tools/
H A Dappengine_rpc_httplib2.py319 class NoStorage(client.Storage): class
413 self.storage = NoStorage()
/dports/www/rt44/rt-4.4.5/share/html/Admin/Tools/Shredder/
H A Dautohandler56 return $m->comp( 'Elements/Error/NoStorage', Path => $path );
/dports/www/rt50/rt-5.0.2/share/html/Admin/Tools/Shredder/
H A Dautohandler56 return $m->comp( 'Elements/Error/NoStorage', Path => $path );
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/cplusplus/
H A DSymbol.h37 NoStorage = 0, enumerator
H A DSymbol.cpp96 _storage(Symbol::NoStorage), in Symbol()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/signer/core/
H A Dapi_test.go130 api := core.NewSignerAPI(am, 1337, true, ui, db, true, &storage.NoStorage{})

12345