Home
last modified time | relevance | path

Searched refs:scriptCache (Results 1 – 25 of 27) sorted by relevance

12

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/plugins/
H A Dscriptingqt.cpp247 if (!ctx->scriptCache.contains(code)) in getFunctionValue()
250 ctx->scriptCache.insert(code, prog); in getFunctionValue()
254 prog = ctx->scriptCache[code]; in getFunctionValue()
269 scriptCache.setMaxCost(cacheSize); in ContextQt()
H A Dscriptingqt.h54 QCache<QString,QScriptProgram> scriptCache; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/win/
H A DSimpleFontDataWin.cpp244 HRESULT result = ScriptGetFontProperties(0, scriptCache(), m_scriptFontProperties); in scriptFontProperties()
249 ScriptGetFontProperties(dc, scriptCache(), m_scriptFontProperties); in scriptFontProperties()
H A DUniscribeController.cpp246 …HRESULT placeResult = ScriptPlace(0, fontData->scriptCache(), glyphs.data(), glyphs.size(), visual… in shapeAndPlaceItem()
254 …placeResult = ScriptPlace(hdc, fontData->scriptCache(), glyphs.data(), glyphs.size(), visualAttrib… in shapeAndPlaceItem()
388 shapeResult = ScriptShape(hdc, fontData->scriptCache(), str, len, glyphs.size(), &item.a, in shape()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/ScriptingTcl/
H A Dscriptingtcl.cpp143 if (!ctx->scriptCache.contains(code)) in compileAndEval()
146 ctx->scriptCache.insert(code, scriptObj); in compileAndEval()
150 scriptObj = ctx->scriptCache[code]; in compileAndEval()
658 scriptCache.setMaxCost(cacheSize); in ContextTcl()
H A Dscriptingtcl.h60 QCache<QString,ScriptObject> scriptCache; variable
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/shell/
H A DMain.java72 private final static ScriptCache scriptCache = new ScriptCache(32); field in Main
579 ScriptReference ref = scriptCache.get(key, digest); in processFileSecure()
601 scriptCache.put(key, digest, script); in processFileSecure()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dwallet.cpp903 if(scriptCache.contract || !scriptCache.keyIdOk) in AddToWallet()
908 mapAddressUnspentCache[scriptCache.keyId] = true; in AddToWallet()
2351 CScriptCache scriptCache; in GetScriptCache() local
2353 if(!scriptCache.contract) in GetScriptCache()
2355 scriptCache.keyId = ExtractPublicKeyHash(scriptPubKey, &(scriptCache.keyIdOk)); in GetScriptCache()
2356 if(scriptCache.keyIdOk) in GetScriptCache()
2362 insertScriptCache[prevout] = scriptCache; in GetScriptCache()
6024 if(scriptCache.contract || !scriptCache.keyIdOk) in AvailableCoinsForStaking()
6294 if(scriptCache.contract || !scriptCache.keyIdOk) in AvailableAddress()
6300 if(mapAddress.find(scriptCache.keyId) == mapAddress.end()) in AvailableAddress()
[all …]
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/cli/
H A DGrailsScriptRunner.java394 private final Map<String, CachedScript> scriptCache = new HashMap<String, CachedScript>(); field in GrailsScriptRunner
431 if (scriptCache.get(scriptName) != null) { in callPluginOrGrailsScript()
432 CachedScript cachedScript = scriptCache.get(scriptName); in callPluginOrGrailsScript()
487 scriptCache.put("scriptName", cachedScript); in callPluginOrGrailsScript()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DSimpleFontData.h176 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; } in scriptCache() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/extensions/api/
H A Dprocesses.idl91 Cache? scriptCache;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/extensions/api/
H A Dprocesses.idl91 Cache? scriptCache;
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/extensions/
H A DExtensionContent.jsm295 this.scriptCache = extension[
323 return this.js.map(url => this.scriptCache.get(url));
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/extensions/
H A DExtensionContent.jsm354 this.scriptCache =
384 return this.js.map(url => this.scriptCache.get(url));
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/extensions/
H A DExtensionContent.jsm354 this.scriptCache =
384 return this.js.map(url => this.scriptCache.get(url));
/dports/www/firefox/firefox-99.0/toolkit/components/extensions/
H A DExtensionContent.jsm353 this.scriptCache =
383 return this.js.map(url => this.scriptCache.get(url));
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/extensions/
H A DExtensionContent.jsm348 this.scriptCache =
378 return this.js.map(url => this.scriptCache.get(url));
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/ports/
H A DSkFontHost_win.cpp1864 static uint16_t nonBmpCharToGlyph(HDC hdc, SCRIPT_CACHE* scriptCache, const WCHAR utf16[2]) { in nonBmpCharToGlyph() argument
1905 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &script, in nonBmpCharToGlyph()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/ports/
H A DSkFontHost_win.cpp1864 static uint16_t nonBmpCharToGlyph(HDC hdc, SCRIPT_CACHE* scriptCache, const WCHAR utf16[2]) { in nonBmpCharToGlyph() argument
1905 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &script, in nonBmpCharToGlyph()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1906 static uint16_t nonBmpCharToGlyph(HDC hdc, SCRIPT_CACHE* scriptCache, const WCHAR utf16[2]) { in nonBmpCharToGlyph() argument
1947 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &script, in nonBmpCharToGlyph()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/ports/
H A DSkFontHost_win.cpp1864 static uint16_t nonBmpCharToGlyph(HDC hdc, SCRIPT_CACHE* scriptCache, const WCHAR utf16[2]) { in nonBmpCharToGlyph() argument
1905 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &script, in nonBmpCharToGlyph()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/ports/
H A DSkFontHost_win.cpp1864 static uint16_t nonBmpCharToGlyph(HDC hdc, SCRIPT_CACHE* scriptCache, const WCHAR utf16[2]) { in nonBmpCharToGlyph() argument
1905 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &script, in nonBmpCharToGlyph()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/ports/
H A DSkFontHost_win.cpp1988 static uint16_t nonBmpCharToGlyph(HDC hdc, SCRIPT_CACHE* scriptCache, const WCHAR utf16[2]) { in nonBmpCharToGlyph() argument
2009 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &si[0].a, in nonBmpCharToGlyph()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/ports/
H A DSkFontHost_win.cpp2002 static uint16_t nonBmpCharToGlyph(HDC hdc, SCRIPT_CACHE* scriptCache, const WCHAR utf16[2]) { in nonBmpCharToGlyph() argument
2022 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &si[0].a, in nonBmpCharToGlyph()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1906 static uint16_t nonBmpCharToGlyph(HDC hdc, SCRIPT_CACHE* scriptCache, const WCHAR utf16[2]) { in nonBmpCharToGlyph() argument
1947 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &script, in nonBmpCharToGlyph()

12