Home
last modified time | relevance | path

Searched refs:encodedSource (Results 1 – 25 of 47) sorted by relevance

12

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DInterpreterData.java22 String encodedSource, boolean isStrict) in InterpreterData() argument
26 this.encodedSource = encodedSource; in InterpreterData()
36 this.encodedSource = parent.encodedSource; in InterpreterData()
73 String encodedSource; field in InterpreterData
H A DNativeFunction.java34 String encodedSource = getEncodedSource(); in decompile() local
35 if (encodedSource == null) { in decompile()
40 return Decompiler.decompile(encodedSource, flags, properties); in decompile()
H A DEvaluator.java33 String encodedSource, in compile() argument
H A DCodeGenerator.java52 String encodedSource, in compile() argument
76 encodedSource, in compile()
H A DInterpreter.java190 String encodedSource, in compile() argument
194 itsData = cgen.compile(compilerEnv, tree, encodedSource, returnFunction); in compile()
776 if (idata.encodedSource == null) { in getEncodedSource()
779 return idata.encodedSource.substring(idata.encodedSourceStart, in getEncodedSource()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/ast/
H A DScriptNode.java25 private String encodedSource; field in ScriptNode
114 public void setEncodedSource(String encodedSource) { in setEncodedSource() argument
115 this.encodedSource = encodedSource; in setEncodedSource()
134 return encodedSource; in getEncodedSource()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsvectortilelayer.cpp225 QString srcXyzLocalRel = layer.encodedSource( srcXyzLocal, contextRel ); in test_relativePaths()
227 QString srcMbtilesRel = layer.encodedSource( srcMbtiles, contextRel ); in test_relativePaths()
229 QCOMPARE( layer.encodedSource( srcXyzRemote, contextRel ), srcXyzRemote ); in test_relativePaths()
232 QCOMPARE( layer.encodedSource( srcXyzLocal, contextAbs ), srcXyzLocal ); in test_relativePaths()
233 QCOMPARE( layer.encodedSource( srcXyzRemote, contextAbs ), srcXyzRemote ); in test_relativePaths()
234 QCOMPARE( layer.encodedSource( srcMbtiles, contextAbs ), srcMbtiles ); in test_relativePaths()
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsvectortilelayer.cpp231 const QString srcXyzLocalRel = layer.encodedSource( srcXyzLocal, contextRel ); in test_relativePaths()
233 const QString srcMbtilesRel = layer.encodedSource( srcMbtiles, contextRel ); in test_relativePaths()
235 QCOMPARE( layer.encodedSource( srcXyzRemote, contextRel ), srcXyzRemote ); in test_relativePaths()
238 QCOMPARE( layer.encodedSource( srcXyzLocal, contextAbs ), srcXyzLocal ); in test_relativePaths()
239 QCOMPARE( layer.encodedSource( srcXyzRemote, contextAbs ), srcXyzRemote ); in test_relativePaths()
240 QCOMPARE( layer.encodedSource( srcMbtiles, contextAbs ), srcMbtiles ); in test_relativePaths()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/vectortile/
H A Dqgsvectortilelayer.h134 QString encodedSource( const QString &source, const QgsReadWriteContext &context ) const FINAL;
H A Dqgsvectortilelayer.cpp485 QString QgsVectorTileLayer::encodedSource( const QString &source, const QgsReadWriteContext &contex… in encodedSource() function in QgsVectorTileLayer
/dports/graphics/qgis/qgis-3.22.3/src/core/pointcloud/
H A Dqgspointcloudlayer.h132 … QString encodedSource( const QString &source, const QgsReadWriteContext &context ) const override;
H A Dqgspointcloudlayer.cpp390 QString QgsPointCloudLayer::encodedSource( const QString &source, const QgsReadWriteContext &contex… in encodedSource() function in QgsPointCloudLayer
/dports/graphics/qgis/qgis-3.22.3/src/core/vectortile/
H A Dqgsvectortilelayer.h151 QString encodedSource( const QString &source, const QgsReadWriteContext &context ) const FINAL;
H A Dqgsvectortilelayer.cpp569 QString QgsVectorTileLayer::encodedSource( const QString &source, const QgsReadWriteContext &contex… in encodedSource() function in QgsVectorTileLayer
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/pointcloud/
H A Dqgspointcloudlayer.sip.in100 … virtual QString encodedSource( const QString &source, const QgsReadWriteContext &context ) const;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web/
H A DHttpUtilityTest.cs545 string encodedSource = "© == © == © and Γ == Γ == Γ"; in Decode2()
548 Assert.AreEqual (utf8Result, HttpUtility.HtmlDecode (encodedSource), "#A1"); in Decode2()
/dports/graphics/qgis/qgis-3.22.3/src/core/raster/
H A Dqgsrasterlayer.h498 … QString encodedSource( const QString &source, const QgsReadWriteContext &context ) const override;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/mesh/
H A Dqgsmeshlayer.h173 … QString encodedSource( const QString &source, const QgsReadWriteContext &context ) const override;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/raster/
H A Dqgsrasterlayer.h501 … QString encodedSource( const QString &source, const QgsReadWriteContext &context ) const override;
/dports/graphics/qgis/qgis-3.22.3/src/core/mesh/
H A Dqgsmeshlayer.h184 … QString encodedSource( const QString &source, const QgsReadWriteContext &context ) const override;
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/optimizer/
H A DCodegen.java57 String encodedSource, in compile() argument
76 tree, encodedSource, in compile()
144 String encodedSource, in compileToClassFile() argument
166 return generateCode(encodedSource); in compileToClassFile()
263 private byte[] generateCode(String encodedSource) in generateCode() argument
292 generateNativeFunctionOverrides(cfw, encodedSource); in generateCode()
735 String encodedSource) in generateNativeFunctionOverrides() argument
760 if (methodIndex == Do_getEncodedSource && encodedSource == null) { in generateNativeFunctionOverrides()
800 cfw.addPush(encodedSource); in generateNativeFunctionOverrides()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/vectortile/
H A Dqgsvectortilelayer.sip.in114 …virtual QString encodedSource( const QString &source, const QgsReadWriteContext &context ) const $…
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/vectortile/
H A Dqgsvectortilelayer.sip.in123 …virtual QString encodedSource( const QString &source, const QgsReadWriteContext &context ) const $…
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsmaplayer.h1470 … virtual QString encodedSource( const QString &source, const QgsReadWriteContext &context ) const;
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsmaplayer.h1852 … virtual QString encodedSource( const QString &source, const QgsReadWriteContext &context ) const;

12