Home
last modified time | relevance | path

Searched refs:lastIndexId (Results 1 – 17 of 17) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Type/
H A DIndexJobData.php55 if(count($xml->lastIndexId))
56 $this->lastIndexId = (int)$xml->lastIndexId;
77 public $lastIndexId = null; variable in Kaltura\\Client\\Type\\IndexJobData
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptecmastring.cpp423 QScriptNameIdImpl *lastIndexId = eng->nameId(QLatin1String("lastIndex")); in method_match() local
426 pattern.setProperty(lastIndexId, QScriptValueImpl(0)); in method_match()
429 qsreal lastIndex = pattern.property(lastIndexId).toNumber(); in method_match()
433 qsreal newLastIndex = pattern.property(lastIndexId).toNumber(); in method_match()
435 pattern.setProperty(lastIndexId, QScriptValueImpl(lastIndex + 1)); in method_match()
465 QScriptNameIdImpl *lastIndexId = eng->nameId(QLatin1String("lastIndex")); in method_replace() local
466 searchValue.setProperty(lastIndexId, QScriptValueImpl(0)); in method_replace()
468 qsreal lastIndex = searchValue.property(lastIndexId).toNumber(); in method_replace()
472 qsreal newLastIndex = searchValue.property(lastIndexId).toNumber(); in method_replace()
474 searchValue.setProperty(lastIndexId, QScriptValueImpl(lastIndex + 1)); in method_replace()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DWarpCacheIRTranspiler.cpp3130 Int32OperandId lastIndexId) { in emitCallRegExpMatcherResult() argument
3133 MDefinition* lastIndex = getOperand(lastIndexId); in emitCallRegExpMatcherResult()
3144 Int32OperandId lastIndexId) { in emitCallRegExpSearcherResult() argument
3147 MDefinition* lastIndex = getOperand(lastIndexId); in emitCallRegExpSearcherResult()
3158 Int32OperandId lastIndexId) { in emitCallRegExpTesterResult() argument
3161 MDefinition* lastIndex = getOperand(lastIndexId); in emitCallRegExpTesterResult()
H A DCacheIRCompiler.cpp7415 Int32OperandId lastIndexId) { in emitCallRegExpMatcherResult() argument
7422 Register lastIndex = allocator.useRegister(masm, lastIndexId); in emitCallRegExpMatcherResult()
7439 Int32OperandId lastIndexId) { in emitCallRegExpSearcherResult() argument
7446 Register lastIndex = allocator.useRegister(masm, lastIndexId); in emitCallRegExpSearcherResult()
7462 Int32OperandId lastIndexId) { in emitCallRegExpTesterResult() argument
7469 Register lastIndex = allocator.useRegister(masm, lastIndexId); in emitCallRegExpTesterResult()
H A DCacheIR.cpp5856 Int32OperandId lastIndexId = writer.guardToInt32(arg2Id); in tryAttachRegExpMatcherSearcherTester() local
5860 writer.callRegExpMatcherResult(reId, inputId, lastIndexId); in tryAttachRegExpMatcherSearcherTester()
5866 writer.callRegExpSearcherResult(reId, inputId, lastIndexId); in tryAttachRegExpMatcherSearcherTester()
5872 writer.callRegExpTesterResult(reId, inputId, lastIndexId); in tryAttachRegExpMatcherSearcherTester()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DWarpCacheIRTranspiler.cpp3130 Int32OperandId lastIndexId) { in emitCallRegExpMatcherResult() argument
3133 MDefinition* lastIndex = getOperand(lastIndexId); in emitCallRegExpMatcherResult()
3144 Int32OperandId lastIndexId) { in emitCallRegExpSearcherResult() argument
3147 MDefinition* lastIndex = getOperand(lastIndexId); in emitCallRegExpSearcherResult()
3158 Int32OperandId lastIndexId) { in emitCallRegExpTesterResult() argument
3161 MDefinition* lastIndex = getOperand(lastIndexId); in emitCallRegExpTesterResult()
H A DCacheIRCompiler.cpp7415 Int32OperandId lastIndexId) { in emitCallRegExpMatcherResult() argument
7422 Register lastIndex = allocator.useRegister(masm, lastIndexId); in emitCallRegExpMatcherResult()
7439 Int32OperandId lastIndexId) { in emitCallRegExpSearcherResult() argument
7446 Register lastIndex = allocator.useRegister(masm, lastIndexId); in emitCallRegExpSearcherResult()
7462 Int32OperandId lastIndexId) { in emitCallRegExpTesterResult() argument
7469 Register lastIndex = allocator.useRegister(masm, lastIndexId); in emitCallRegExpTesterResult()
H A DCacheIR.cpp5856 Int32OperandId lastIndexId = writer.guardToInt32(arg2Id); in tryAttachRegExpMatcherSearcherTester() local
5860 writer.callRegExpMatcherResult(reId, inputId, lastIndexId); in tryAttachRegExpMatcherSearcherTester()
5866 writer.callRegExpSearcherResult(reId, inputId, lastIndexId); in tryAttachRegExpMatcherSearcherTester()
5872 writer.callRegExpTesterResult(reId, inputId, lastIndexId); in tryAttachRegExpMatcherSearcherTester()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DWarpCacheIRTranspiler.cpp3255 Int32OperandId lastIndexId) { in emitCallRegExpMatcherResult() argument
3258 MDefinition* lastIndex = getOperand(lastIndexId); in emitCallRegExpMatcherResult()
3269 Int32OperandId lastIndexId) { in emitCallRegExpSearcherResult() argument
3272 MDefinition* lastIndex = getOperand(lastIndexId); in emitCallRegExpSearcherResult()
3283 Int32OperandId lastIndexId) { in emitCallRegExpTesterResult() argument
3286 MDefinition* lastIndex = getOperand(lastIndexId); in emitCallRegExpTesterResult()
H A DCacheIRCompiler.cpp7576 Int32OperandId lastIndexId) { in emitCallRegExpMatcherResult() argument
7583 Register lastIndex = allocator.useRegister(masm, lastIndexId); in emitCallRegExpMatcherResult()
7600 Int32OperandId lastIndexId) { in emitCallRegExpSearcherResult() argument
7607 Register lastIndex = allocator.useRegister(masm, lastIndexId); in emitCallRegExpSearcherResult()
7623 Int32OperandId lastIndexId) { in emitCallRegExpTesterResult() argument
7630 Register lastIndex = allocator.useRegister(masm, lastIndexId); in emitCallRegExpTesterResult()
H A DCacheIR.cpp6064 Int32OperandId lastIndexId = writer.guardToInt32(arg2Id); in tryAttachRegExpMatcherSearcherTester() local
6068 writer.callRegExpMatcherResult(reId, inputId, lastIndexId); in tryAttachRegExpMatcherSearcherTester()
6074 writer.callRegExpSearcherResult(reId, inputId, lastIndexId); in tryAttachRegExpMatcherSearcherTester()
6080 writer.callRegExpTesterResult(reId, inputId, lastIndexId); in tryAttachRegExpMatcherSearcherTester()
/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DActorsParent.cpp16347 const auto& lastIndexId, in LoadDatabaseInformation()
16361 IndexOrObjectStoreId lastIndexId = 0; in LoadDatabaseInformation() local
16365 [&lastIndexId, &objectStores, &aConnection, in LoadDatabaseInformation()
16471 lastIndexId = std::max(lastIndexId, indexId); in LoadDatabaseInformation()
16476 return lastIndexId; in LoadDatabaseInformation()
16481 QM_TRY(OkIf(lastIndexId != INT64_MAX), NS_ERROR_DOM_INDEXEDDB_UNKNOWN_ERR, in LoadDatabaseInformation()
16485 mMetadata->mNextIndexId = lastIndexId + 1; in LoadDatabaseInformation()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DActorsParent.cpp16347 const auto& lastIndexId, in LoadDatabaseInformation()
16361 IndexOrObjectStoreId lastIndexId = 0; in LoadDatabaseInformation() local
16365 [&lastIndexId, &objectStores, &aConnection, in LoadDatabaseInformation()
16471 lastIndexId = std::max(lastIndexId, indexId); in LoadDatabaseInformation()
16476 return lastIndexId; in LoadDatabaseInformation()
16481 QM_TRY(OkIf(lastIndexId != INT64_MAX), NS_ERROR_DOM_INDEXEDDB_UNKNOWN_ERR, in LoadDatabaseInformation()
16485 mMetadata->mNextIndexId = lastIndexId + 1; in LoadDatabaseInformation()
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DActorsParent.cpp16306 const auto& lastIndexId, in LoadDatabaseInformation()
16320 IndexOrObjectStoreId lastIndexId = 0; in LoadDatabaseInformation() local
16324 [&lastIndexId, &objectStores, &aConnection, in LoadDatabaseInformation()
16430 lastIndexId = std::max(lastIndexId, indexId); in LoadDatabaseInformation()
16435 return lastIndexId; in LoadDatabaseInformation()
16440 QM_TRY(OkIf(lastIndexId != INT64_MAX), NS_ERROR_DOM_INDEXEDDB_UNKNOWN_ERR, in LoadDatabaseInformation()
16444 mMetadata->mNextIndexId = lastIndexId + 1; in LoadDatabaseInformation()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DActorsParent.cpp22039 int64_t lastIndexId = 0; in LoadDatabaseInformation() local
22175 lastIndexId = std::max(lastIndexId, indexId); in LoadDatabaseInformation()
22183 NS_WARN_IF(lastIndexId == INT64_MAX)) { in LoadDatabaseInformation()
22189 mMetadata->mNextIndexId = lastIndexId + 1; in LoadDatabaseInformation()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DActorsParent.cpp21486 IndexOrObjectStoreId lastIndexId = 0; in LoadDatabaseInformation() local
21618 lastIndexId = std::max(lastIndexId, indexId); in LoadDatabaseInformation()
21626 NS_WARN_IF(lastIndexId == INT64_MAX)) { in LoadDatabaseInformation()
21632 mMetadata->mNextIndexId = lastIndexId + 1; in LoadDatabaseInformation()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DActorsParent.cpp19606 int64_t lastIndexId = 0; in LoadDatabaseInformation() local
19738 lastIndexId = std::max(lastIndexId, indexId); in LoadDatabaseInformation()
19746 NS_WARN_IF(lastIndexId == INT64_MAX)) { in LoadDatabaseInformation()
19752 mMetadata->mNextIndexId = lastIndexId + 1; in LoadDatabaseInformation()