Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
DLogLine.php68 public function setSourceLocation(SourceLocation $sourceLocation) argument
70 $this->sourceLocation = $sourceLocation;
77 return $this->sourceLocation;
DLogEntry.php240 public function setSourceLocation(LogEntrySourceLocation $sourceLocation) argument
242 $this->sourceLocation = $sourceLocation;
249 return $this->sourceLocation;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
DLogEntry.php109 public function setSourceLocation(LogEntrySourceLocation $sourceLocation) argument
111 $this->sourceLocation = $sourceLocation;
118 return $this->sourceLocation;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
DV2LogEntry.php184 public function setSourceLocation(V2LogEntrySourceLocation $sourceLocation) argument
186 $this->sourceLocation = $sourceLocation;
193 return $this->sourceLocation;
/plugin/codeprettify/code-prettify/src/
Dlang-swift.js51 …ndif|#file|#fileLiteral|#function|#if|#imageLiteral|#line|#selector|#sourceLocation|arch|arm|arm64…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js18051 const sourceLocation = this.source_location
18052 if (sourceLocation === Opal.nil) {
18055 sourceLocation.getFile = function () {
18059 sourceLocation.getDirectory = function () {
18063 sourceLocation.getPath = function () {
18067 sourceLocation.getLineNumber = function () {
18071 return sourceLocation
20436 const sourceLocation = this.getSourceLocation()
20437 if (sourceLocation) {
20438 …return sourceLocation.getPath() + ': line ' + sourceLocation.getLineNumber() + ': ' + this.getText…
Dasciidoctor.cjs16578 const sourceLocation = this.source_location;
16579 if (sourceLocation === Opal.nil) {
16582 sourceLocation.getFile = function () {
16586 sourceLocation.getDirectory = function () {
16590 sourceLocation.getPath = function () {
16594 sourceLocation.getLineNumber = function () {
16598 return sourceLocation
18963 const sourceLocation = this.getSourceLocation();
18964 if (sourceLocation) {
18965 …return sourceLocation.getPath() + ': line ' + sourceLocation.getLineNumber() + ': ' + this.getText…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js42416 const sourceLocation = this.source_location
42417 if (sourceLocation === Opal.nil) {
42420 sourceLocation.getFile = function () {
42424 sourceLocation.getDirectory = function () {
42428 sourceLocation.getPath = function () {
42432 sourceLocation.getLineNumber = function () {
42436 return sourceLocation
44801 const sourceLocation = this.getSourceLocation()
44802 if (sourceLocation) {
44803 …return sourceLocation.getPath() + ': line ' + sourceLocation.getLineNumber() + ': ' + this.getText…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js42668 const sourceLocation = this.source_location
42669 if (sourceLocation === Opal.nil) {
42672 sourceLocation.getFile = function () {
42676 sourceLocation.getDirectory = function () {
42680 sourceLocation.getPath = function () {
42684 sourceLocation.getLineNumber = function () {
42688 return sourceLocation
45053 const sourceLocation = this.getSourceLocation()
45054 if (sourceLocation) {
45055 …return sourceLocation.getPath() + ': line ' + sourceLocation.getLineNumber() + ': ' + this.getText…