Home
last modified time | relevance | path

Searched refs:getCode (Results 376 – 400 of 430) sorted by path

1...<<1112131415161718

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php102 $this->code = str_replace(["\r\n", "\r"], "\n", $this->source->getCode());
H A DParser.php70 …ternal_%s', hash('sha256', __METHOD__.$this->stream->getSourceContext()->getCode().$this->varNameS…
H A DSource.php39 public function getCode() function in Twig\\Source
H A DTokenStream.php184 return $this->source->getCode();
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DModuleNode.php60 'source' => $this->source->getCode(),
460 ->string($compiler->getEnvironment()->isDebug() ? $this->source->getCode() : '')
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DArrayTest.php91 $this->assertEquals('bar', $loader->getSourceContext('foo')->getCode());
H A DChainTest.php50 $this->assertEquals('baz', $loader->getSourceContext('errors/index.html')->getCode());
54 $this->assertNotEquals('baz', $loader->getSourceContext('errors/base.html')->getCode());
104 $this->assertEquals('bar', $loader->getSourceContext('foo')->getCode());
H A DFilesystemTest.php95 $this->assertEquals("path (final)\n", $loader->getSourceContext('index.html')->getCode());
96 …this->assertEquals("path (final)\n", $loader->getSourceContext('@__main__/index.html')->getCode());
97 …s->assertEquals("named path (final)\n", $loader->getSourceContext('@named/index.html')->getCode());
169 $namedSource = $loader->getSourceContext('@named/index.html')->getCode();
173 $this->assertEquals("path\n", $loader->getSourceContext('index.html')->getCode());
228 $this->assertSame('hello from phar', $loader->getSourceContext('hello.twig')->getCode());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTokenStreamTest.php42 $this->assertEquals('{{ foo }}', $stream->getSourceContext()->getCode());
/plugin/geogebra/syntax/
H A Dgeogebrafile.php130 function getCode() function in syntax_plugin_geogebra_geogebrafile
180 ' code="'.$this->getCode().'"'.
/plugin/issuelinks/action/
H A Dajax.php117 $this->util->sendResponse($e->getCode(), $e->getMessage());
/plugin/issuelinks/classes/
H A DHTTPRequestException.php27 parent::__construct($message, $this->getCode(), $this->httpError);
/plugin/issuelinks/helper/
H A Ddata.php88 dbglog($e->getCode());
/plugin/issuelinks/services/
H A DGitHub.service.php229 msg($e->getMessage() . ' ' . $e->getCode(), -1);
268 $status = $e->getCode();
298 $status = $e->getCode();
H A DGitLab.service.php217 $repo->error = (int)$e->getCode();
253 $status = $e->getCode();
271 $status = $e->getCode();
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.riff.php105 if ($e->getCode() == 10) {
1495 if ($e->getCode() == 10) {
1857 if ($e->getCode() == 10) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigResource.php36 ? $this->loader->getSourceContext($this->name)->getCode()
/plugin/ol3/
H A Dscript.js8getCode=function(){return this.code_},t.prototype.getExtent=function(){return this.extent_},t.prot… method in t
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59getCode().split(":");var srid=projWords[projWords.length-1];var imageSize=this.getImageSize(bounds…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js17495 FlateStream.prototype.getCode = function FlateStream_getCode(table) {
17654 var code = this.getCode(codeLenCodeTab);
17691 var code1 = this.getCode(litCodeTable);
17717 code1 = this.getCode(distCodeTable);
H A Dpdf.worker.js.map1getCode = function FlateStream_getCode(table) {\n var str = this.str;\n var codes = table[0]…
/plugin/publist/bib2tpl/lib/
H A DPEAR.php266 return $data->getCode() == $code;
486 $code = $message->getCode();
942 function getCode() function in PEAR_Error
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php266 return $data->getCode() == $code;
486 $code = $message->getCode();
942 function getCode() function in PEAR_Error
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php266 return $data->getCode() == $code;
486 $code = $message->getCode();
942 function getCode() function in PEAR_Error

1...<<1112131415161718