Home
last modified time | relevance | path

Searched refs:isStored (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/document/
H A Dindexing_options_test.go25 isStored bool
32 isStored: true,
39 isStored: false,
46 isStored: true,
53 isStored: false,
60 isStored: true,
67 isStored: false,
74 isStored: true,
86 if actuallyStored != test.isStored {
87 t.Errorf("expected stored to be %v, got %v for %d", test.isStored, actuallyStored, test.options)
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/zendframework/zendsearch/library/ZendSearch/Lucene/Document/
H A DField.php46 public $isStored = false; variable in ZendSearch\\Lucene\\Document\\Field
96 * @param boolean $isStored
101 …public function __construct($name, $value, $encoding, $isStored, $isIndexed, $isTokenized, $isBina… argument
114 $this->isStored = $isStored;
/dports/finance/prestashop/prestashop/src/Adapter/Cache/
H A DCacheAdapter.php60 public function isStored($key) function in PrestaShop\\PrestaShop\\Adapter\\Cache\\CacheAdapter
62 return Cache::isStored($key);
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DField.h89 using AbstractField::isStored;
93 static bool isStored(Store store);
107 static bool isStored(TermVector termVector);
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/document/
H A DAbstractField.cpp37 this->_isStored = Field::isStored(store); in AbstractField()
70 this->storeTermVector = Field::isStored(termVector); in setStoreTermVector()
75 bool AbstractField::isStored() { in isStored() function in Lucene::AbstractField
H A DField.cpp60 this->_isStored = isStored(store); in ConstructField()
103 this->_isStored = isStored(store); in ConstructField()
171 bool Field::isStored(Store store) { in isStored() function in Lucene::Field
273 bool Field::isStored(TermVector termVector) { in isStored() function in Lucene::Field
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/private/
H A Ddatacontainer_p.h37 , isStored(true) in DataContainerPrivate()
84 bool isStored : 1; variable
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DAddress.php358 if (!Cache::isStored($cacheId)) {
465 if (!Cache::isStored($key)) {
496 if (!Cache::isStored($cacheId)) {
543 if (!Cache::isStored($cacheId)) {
H A DHook.php122 if (!Cache::isStored($cacheId)) {
147 if (!Cache::isStored($cacheId)) {
202 if (!Cache::isStored($cacheId)) {
520 …if (!Cache::isStored($cacheId) || $hookName == 'displayPayment' || $hookName == 'displayPaymentEU'…
676 if (!Cache::isStored($cacheId)) {
712 if (!Cache::isStored($cacheId)) {
H A DState.php113 if (!Cache::isStored($cacheId)) {
145 if (!Cache::isStored($cacheId)) {
/dports/finance/prestashop/prestashop/classes/
H A DHook.php225 if (!Cache::isStored($cache_id)) {
290 if (!Cache::isStored($cacheId)) {
318 if (Cache::isStored($cacheId)) {
342 if (!Cache::isStored($cacheId)) {
486 if (Cache::isStored($cache_id)) {
1065 if ($useCache && Cache::isStored($cache_id)) {
1214 if (!$refreshCache && Cache::isStored($cacheId)) {
H A DState.php91 if (!Cache::isStored($cacheId)) {
119 if (!Cache::isStored($cacheId)) {
H A DAddress.php331 if (!Cache::isStored($cache_id)) {
485 if (!Cache::isStored($cache_id)) {
526 if (!Cache::isStored($cache_id)) {
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/assistant/lib/fulltextsearch/
H A Dqfield.cpp101 bool QCLuceneField::isStored() const in isStored() function in QCLuceneField
103 return d->field->isStored(); in isStored()
/dports/www/thirtybees/thirtybees-1.1.0/modules/beesblog/widgets/beesblogrelatedproducts/
H A Dbeesblogrelatedproducts.php117 if (!Cache::isStored($key)) {
151 if (!Cache::isStored($key)) {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/index/
H A DFieldsWriter.cpp92 if (field->isStored()) in addDocument()
101 if (field->isStored()) { in addDocument()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepLib/
H A DBRepLib_1.cxx281 Standard_Boolean isStored; in BuildPCurveForEdgeOnPlane() local
282 aC2D = BRep_Tool::CurveOnSurface(aE, aF, aT1, aT2, &isStored); in BuildPCurveForEdgeOnPlane()
283 bToUpdate = !isStored && !aC2D.IsNull(); in BuildPCurveForEdgeOnPlane()
/dports/finance/prestashop/prestashop/modules/productcomments/
H A DProductComment.php106 if (!Cache::isStored($cache_id)) {
133 if (!Cache::isStored($cache_id)) {
245 if (!Cache::isStored($cache_id)) {
/dports/www/thirtybees/thirtybees-1.1.0/modules/tbupdater/classes/
H A DHook.php115 if (!Cache::isStored($cacheId)) {
139 if (!Cache::isStored($cacheId)) {
190 if (!Cache::isStored($cacheId)) {
540 …if (!Cache::isStored($cacheId) || $hookName == 'displayPayment' || $hookName == 'displayPaymentEU'…
694 if (!Cache::isStored($cacheId)) {
728 if (!Cache::isStored($cacheId)) {
/dports/net/kea/kea-2.0.1/src/lib/dhcp/
H A Dduid_factory.cc48 DUIDFactory::isStored() const { in isStored() function in isc::dhcp::DUIDFactory
312 if (isStored()) { in set()
382 if (isStored()) { in readFromFile()
/dports/www/falkon/falkon-3.2.0/src/lib/autofill/
H A Dautofill.cpp67 bool AutoFill::isStored(const QUrl &url) in isStored() function in AutoFill
188 if (isStored(frameUrl)) { in saveForm()
225 if (!page || !isStored(frameUrl)) in completePage()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DFieldsWriter.cpp176 if ((*field)->isStored()) { in addDocument()
183 if ((*field)->isStored()) { in addDocument()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/consentAdmin/www/
H A DconsentAdmin.php179 $isStored = $consent_storage->saveConsent($hashed_user_id, $targeted_id, $attribute_hash); variable
180 if ($isStored) {
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/lib/datatypes/
H A Dvariant.cpp23 if (!prop.isStored()) { in fromVariantMap()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qmetaobjectbuilder/
H A Dtst_qmetaobjectbuilder.cpp544 QVERIFY(!nullProp.isStored()); in property()
563 QVERIFY(!prop1.isStored()); in property()
583 QVERIFY(!prop2.isStored()); in property()
622 QVERIFY(prop1.isStored()); in property()
636 QVERIFY(!prop2.isStored()); in property()
653 QVERIFY(!prop2.isStored()); in property()
692 (prop2.isStored() ? 1 : 0) + \ in property()
712 CHECK_FLAG(setStored, isStored); in property()
1142 prop1.isStored() != prop2.isStored() || in sameProperty()

12345678910>>...13