Home
last modified time | relevance | path

Searched refs:sourceCode (Results 1 – 9 of 9) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php103 * @param string $sourceCode
105 public function __construct($sourceCode) argument
107 if (is_file($sourceCode)) {
108 $this->filename = $sourceCode;
109 $sourceCode = file_get_contents($sourceCode);
112 $this->scan($sourceCode);
149 * @param string $sourceCode
151 protected function scan($sourceCode) argument
155 $tokens = token_get_all($sourceCode);
202 $this->linesOfCode['loc'] = substr_count($sourceCode, "\n");
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php47 private $sourceCode; variable in Twig\\Error\\Error
75 $this->sourceCode = $source->getCode();
158 $this->sourceCode = $this->sourcePath = null;
192 … return $this->filename ? new Source($this->sourceCode, $this->filename, $this->sourcePath) : null;
201 $this->sourceCode = $this->filename = $this->sourcePath = null;
203 $this->sourceCode = $source->getCode();
299 $this->sourceCode = $src->getCode();
/plugin/prolog/
H A Dattribute_options.php101 * @param string $sourceCode prolog source code
104 function handleOptionSource($sourceCode = null) argument
110 $source .= $sourceCode;
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js538 * sourceCode: "print 'Hello '\n + 'World';",
602 sourceCode: chunks.join('').replace(/\n$/, ''),
609 * Apply the given language handler to sourceCode and add the resulting
612 * @param {number} basePos the index of sourceCode within the chunk of source
614 * @param {string} sourceCode
619 sourceNode, basePos, sourceCode, langHandler, out) { argument
620 if (!sourceCode) { return; }
627 sourceCode: sourceCode, property in appendDecorations.job
666 * where index_n is an index into the sourceCode, an
1472 sourceCode: null, global() property in $prettyPrintOne.job
1633 sourceCode: null, global() property in $prettyPrint.doWork.prettyPrintingJob
[all...]
H A Dprettify.js73 * sourceCode: ?string,
80 * <dt>sourceCode<dd>source as plain text
87 * by the position at which they start in job.sourceCode in order
88 * <dt>basePos<dd>integer position of this.sourceCode in the larger chunk of
96 * sourceCode: string,
100 * <dt>sourceCode<dd>source as plain text
586 * sourceCode: "print 'Hello '\n + 'World';",
650 sourceCode: chunks.join('').replace(/\n$/, ''),
657 * Apply the given language handler to sourceCode and add the resulting
660 * @param {number} basePos the index of sourceCode withi
667 appendDecorations( sourceNode, basePos, sourceCode, langHandler, out) global() argument
675 sourceCode: sourceCode, global() property in appendDecorations.job
1520 sourceCode: null, global() property in $prettyPrintOne.job
1681 sourceCode: null, global() property in $prettyPrint.doWork.prettyPrintingJob
[all...]
H A Drun_prettify.js77 * sourceCode: ?string,
84 * <dt>sourceCode<dd>source as plain text
91 * by the position at which they start in job.sourceCode in order
92 * <dt>basePos<dd>integer position of this.sourceCode in the larger chunk of
100 * sourceCode: string,
104 * <dt>sourceCode<dd>source as plain text
815 * sourceCode: "print 'Hello '\n + 'World';",
879 sourceCode: chunks.join('').replace(/\n$/, ''),
886 * Apply the given language handler to sourceCode and add the resulting
889 * @param {number} basePos the index of sourceCode withi
896 appendDecorations( sourceNode, basePos, sourceCode, langHandler, out) global() argument
904 sourceCode: sourceCode, global() property in prettyPrint.appendDecorations.job
1749 sourceCode: null, global() property in prettyPrint.$prettyPrintOne.job
1910 sourceCode: null, global() property in prettyPrint.$prettyPrint.doWork.prettyPrintingJob
[all...]
/plugin/processing/
H A Dscript.js12928 sketch.sourceCode = compiledPde;
13060 this.sourceCode = undefined;
13065 } else if(this.sourceCode) {
13066 var func = eval(this.sourceCode);
13074 return this.sourceCode || "[attach: " + this.attachFunction + "]";
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug.css2844 .sourceCode {
/plugin/openlayersmap/ol7/
H A Dol.js.map