id
int64
0
1.29M
original_id
stringlengths
32
32
swhid
stringlengths
100
170
sha1
stringlengths
40
40
repo_name
stringlengths
2
45
repo_group
stringclasses
12 values
filepath
stringlengths
5
153
name
stringlengths
1
14.9k
type
stringclasses
3 values
code
stringlengths
7
2.12M
1,288,200
b2ab607f4af185d7508a35fc6733184a
swh:1:cnt:aad0620d70e16717ec338fc1d332279739e0d97c;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=845-901/
5ef24329b1a2eabfdfe7fbfeba0a4276732d5c19
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.debug.js
join
function
/** * Joins two paths/URLs. * * @param aRoot The root path or URL. * @param aPath The path or URL to be joined with the root. * * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a * scheme-relative URL: Then the scheme of aRoot, if any, is prepended * first. * - Otherwise aPa...
1,288,201
7415c6995fd92660b7fa81994030182f
swh:1:cnt:aad0620d70e16717ec338fc1d332279739e0d97c;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=908-945/
5ef24329b1a2eabfdfe7fbfeba0a4276732d5c19
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.debug.js
relative
function
/** * Make a path relative to a URL or another path. * * @param aRoot The root path or URL. * @param aPath The path or URL to be made relative to aRoot. */ function relative(aRoot, aPath) { if (aRoot === "") { aRoot = "."; } aRoot = aRoot.replace(/\/$/, ''); // It is possible for the pat...
1,288,202
5b3ae384327e548717a33f0f52fe876e
swh:1:cnt:aad0620d70e16717ec338fc1d332279739e0d97c;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1016-1051/
5ef24329b1a2eabfdfe7fbfeba0a4276732d5c19
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.debug.js
compareByOriginalPositions
function
/** * Comparator between two mappings where the original positions are compared. * * Optionally pass in `true` as `onlyCompareGenerated` to consider two * mappings with the same original source/line/column, but different generated * line and column the same. Useful when searching for a mapping with a * stub...
1,288,203
2849931ab6c694090f04520b8346106a
swh:1:cnt:aad0620d70e16717ec338fc1d332279739e0d97c;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1054-1090/
5ef24329b1a2eabfdfe7fbfeba0a4276732d5c19
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.debug.js
compareByGeneratedPositionsDeflated
function
/** * Comparator between two mappings with deflated source and name indices where * the generated positions are compared. * * Optionally pass in `true` as `onlyCompareGenerated` to consider two * mappings with the same generated line and column, but different * source/name/original line and column the same....
1,288,204
8a6240e149409ef08f98050fb18b25c2
swh:1:cnt:aad0620d70e16717ec338fc1d332279739e0d97c;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=2588-2646/
5ef24329b1a2eabfdfe7fbfeba0a4276732d5c19
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.debug.js
recursiveSearch
function
/** * Recursive implementation of binary search. * * @param aLow Indices here and lower do not contain the needle. * @param aHigh Indices here and higher do not contain the needle. * @param aNeedle The element being searched for. * @param aHaystack The non-empty array being searched. * @param aCompare Fun...
1,288,205
5e5d8636a0b4a2705099b32db79894b3
swh:1:cnt:aad0620d70e16717ec338fc1d332279739e0d97c;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=2740-2796/
5ef24329b1a2eabfdfe7fbfeba0a4276732d5c19
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.debug.js
doQuickSort
function
/** * The Quick Sort algorithm. * * @param {Array} ary * An array to sort. * @param {function} comparator * Function to use to compare two items. * @param {Number} p * Start index of the array * @param {Number} r * End index of the array */ function doQuickSort(ary, co...
1,288,206
76989b31ae19af6545c6288e8ad69bbe
swh:1:cnt:aad0620d70e16717ec338fc1d332279739e0d97c;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=2886-2889/
5ef24329b1a2eabfdfe7fbfeba0a4276732d5c19
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.debug.js
getNextLine
function
function getNextLine() { return remainingLinesIndex < remainingLines.length ? remainingLines[remainingLinesIndex++] : undefined; }
1,288,207
f6525fb1598a0d668ab67bf3d02ecb02
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=576-588/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
fromVLQSigned
function
/** * Converts to a two-complement value from a value where the sign bit is * placed in the least significant bit. For example, as decimals: * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 */ function fromVLQSigned(aValue) { var isNegative = (...
1,288,208
32468df3fb923caded69d1afcad790c7
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=564-574/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
toVLQSigned
function
/** * Converts from a two-complement value to a value where the sign bit is * placed in the least significant bit. For example, as decimals: * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) */ function toVLQSigned(aValue) { return aValue < 0 ...
1,288,209
fbaff0e1e45d569818c48a0a8c587be4
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=83-102/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
SourceMapGenerator
function
/** * An instance of the SourceMapGenerator represents a source map which is * being built incrementally. You may pass an object with the following * properties: * * - file: The filename of the generated source. * - sourceRoot: A root for all relative URLs in this source map. */ function SourceMapGen...
1,288,210
8d573d894f696365d88c4e62133a1751
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=789-842/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
normalize
function
/** * Normalizes a path, or the path portion of a URL: * * - Replaces consecutive slashes with one slash. * - Removes unnecessary '.' parts. * - Removes unnecessary '<dir>/..' parts. * * Based on code in the Node.js 'path' core module. * * @param aPath The path or url to normalize. */ function norm...
1,288,211
50ceb59e72071a8170c3459b42c1f2d0
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=908-945/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
relative
function
/** * Make a path relative to a URL or another path. * * @param aRoot The root path or URL. * @param aPath The path or URL to be made relative to aRoot. */ function relative(aRoot, aPath) { if (aRoot === "") { aRoot = "."; } aRoot = aRoot.replace(/\/$/, ''); // It is possible for the path ...
1,288,212
f0c2ffd71dc6448d176f7081cd882dad
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=957-972/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
toSetString
function
/** * Because behavior goes wacky when you set `__proto__` on objects, we * have to prefix all the strings in our set with an arbitrary character. * * See https://github.com/mozilla/source-map/pull/31 and * https://github.com/mozilla/source-map/issues/30 * * @param String aStr */ function toSetString(a...
1,288,213
a1c6a541ce5c07dd019b2c2ff69ace69
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=984-1014/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
isProtoString
function
function isProtoString(s) { if (!s) { return false; } var length = s.length; if (length < 9 /* "__proto__".length */) { return false; } if (s.charCodeAt(length - 1) !== 95 /* '_' */ || s.charCodeAt(length - 2) !== 95 /* '_' */ || s.charCodeAt(length - 3) !== 111 /* 'o' */ ...
1,288,214
1fbe32e7963a1caf567a0560d8723f89
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1093-1111/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
strcmp
function
function strcmp(aStr1, aStr2) { if (aStr1 === aStr2) { return 0; } if (aStr1 === null) { return 1; // aStr2 !== null } if (aStr2 === null) { return -1; // aStr1 !== null } if (aStr1 > aStr2) { return 1; } return -1; }
1,288,215
e6da4235079b2eaeab5c1090e2f9b17f
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=975-981/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
fromSetString
function
function fromSetString(aStr) { if (isProtoString(aStr)) { return aStr.slice(1); } return aStr; }
1,288,216
64756c95482473c1a5e145378bc9f7ea
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1440-1449/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
SourceMapConsumer
function
function SourceMapConsumer(aSourceMap, aSourceMapURL) { var sourceMap = aSourceMap; if (typeof aSourceMap === 'string') { sourceMap = util.parseSourceMapInput(aSourceMap); } return sourceMap.sections != null ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL) : new BasicSourceMapConsume...
1,288,217
fc92ef603491091c7f1f1b9ca2363bdf
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=721-746/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
getArg
function
/* -*- Mode: js; js-indent-level: 2; -*- */ /* * Copyright 2011 Mozilla Foundation and contributors * Licensed under the New BSD license. See LICENSE or: * http://opensource.org/licenses/BSD-3-Clause */ /** * This is a helper function for getting values from parameter/options * objects. * * @param ar...
1,288,218
11ed5f92ea0195e7ba0837830ebc5766
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=752-764/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
urlParse
function
function urlParse(aUrl) { var match = aUrl.match(urlRegexp); if (!match) { return null; } return { scheme: match[1], auth: match[2], host: match[3], port: match[4], path: match[5] }; }
1,288,219
776d3ed733121efb38d7b6da9da54270
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=767-786/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
urlGenerate
function
function urlGenerate(aParsedUrl) { var url = ''; if (aParsedUrl.scheme) { url += aParsedUrl.scheme + ':'; } url += '//'; if (aParsedUrl.auth) { url += aParsedUrl.auth + '@'; } if (aParsedUrl.host) { url += aParsedUrl.host; } if (aParsedUrl.port) { url += ":" + aParsedUrl.p...
1,288,220
e88163fdd93865074865f729066d8bf6
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=953-955/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
identity
function
function identity (s) { return s; }
1,288,221
ce05a00af5ff0e7c309a03f07a1ea589
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1113-1144/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
compareByGeneratedPositionsInflated
function
/** * Comparator between two mappings with inflated source and name strings where * the generated positions are compared. */ function compareByGeneratedPositionsInflated(mappingA, mappingB) { var cmp = mappingA.generatedLine - mappingB.generatedLine; if (cmp !== 0) { return cmp; } cmp = mapping...
1,288,222
b684ca1f749e00834dc773a1e0f4ea81
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1147-1154/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
parseSourceMapInput
function
/** * Strip any JSON XSSI avoidance prefix from the string (as documented * in the source maps specification), and then parse the string as * JSON. */ function parseSourceMapInput(str) { return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, '')); }
1,288,223
f46d4692e4db9b54f7d9b60999253576
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1157-1207/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
computeSourceURL
function
/** * Compute the URL of a source given the the source root, the source's * URL, and the source map's URL. */ function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) { sourceURL = sourceURL || ''; if (sourceRoot) { // This follows what Chrome does. if (sourceRoot[sourceRoot.length - 1] !=...
1,288,224
e15c1c97535909b9cbaa4e53e9ee143f
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=2254-2349/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
IndexedSourceMapConsumer
function
/** * An IndexedSourceMapConsumer instance represents a parsed source map which * we can query for information. It differs from BasicSourceMapConsumer in * that it takes "indexed" source maps (i.e. ones with a "sections" field) as * input. * * The first parameter is a raw source map (either as a JSON string...
1,288,225
7e647ca11f5144033e128da4383270f4
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=2740-2796/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
doQuickSort
function
/** * The Quick Sort algorithm. * * @param {Array} ary * An array to sort. * @param {function} comparator * Function to use to compare two items. * @param {Number} p * Start index of the array * @param {Number} r * End index of the array */ function doQuickSort(ary, co...
1,288,226
c89ec83af39eb9e8fcf3cfdbafbda5bf
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1016-1051/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
compareByOriginalPositions
function
/** * Comparator between two mappings where the original positions are compared. * * Optionally pass in `true` as `onlyCompareGenerated` to consider two * mappings with the same original source/line/column, but different generated * line and column the same. Useful when searching for a mapping with a * stub...
1,288,227
f70448a9094c2071c0fdd2c80259d11c
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1054-1090/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
compareByGeneratedPositionsDeflated
function
/** * Comparator between two mappings with deflated source and name indices where * the generated positions are compared. * * Optionally pass in `true` as `onlyCompareGenerated` to consider two * mappings with the same generated line and column, but different * source/name/original line and column the same....
1,288,228
b79e3299c3332dec6eda7fc7f59548d9
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1351-1363/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
generatedPositionAfter
function
/** * Determine whether mappingB is after mappingA with respect to generated * position. */ function generatedPositionAfter(mappingA, mappingB) { // Optimized for most common case var lineA = mappingA.generatedLine; var lineB = mappingB.generatedLine; var columnA = mappingA.generatedColumn; var co...
1,288,229
c81b5e963ab8389783715dcfbf59e595
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1876-1886/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
Mapping
function
/** * Provide the JIT with a nice shape / hidden class. */ function Mapping() { this.generatedLine = 0; this.generatedColumn = 0; this.source = null; this.originalLine = null; this.originalColumn = null; this.name = null; }
1,288,230
90aa4d716ece9e14292bd2af9ab213aa
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=2695-2726/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
swap
function
/* -*- Mode: js; js-indent-level: 2; -*- */ /* * Copyright 2011 Mozilla Foundation and contributors * Licensed under the New BSD license. See LICENSE or: * http://opensource.org/licenses/BSD-3-Clause */ // It turns out that some (most?) JavaScript engines don't self-host // `Array.prototype.sort`. This make...
1,288,231
63b9fc922cc5421c5e92160ebe12c20e
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=2728-2738/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
randomIntInRange
function
/** * Returns a random integer within the range `low .. high` inclusive. * * @param {Number} low * The lower bound on the range. * @param {Number} high * The upper bound on the range. */ function randomIntInRange(low, high) { return Math.round(low + (Math.random() * (high - low))); }
1,288,232
f4309e222e48d1f32110d175534be353
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=2837-2858/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
SourceNode
function
/** * SourceNodes provide a way to abstract over interpolating/concatenating * snippets of generated JavaScript source code while maintaining the line and * column information associated with the original source code. * * @param aLine The original line number. * @param aColumn The original column number. ...
1,288,233
76989b31ae19af6545c6288e8ad69bbe
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=2886-2889/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
getNextLine
function
function getNextLine() { return remainingLinesIndex < remainingLines.length ? remainingLines[remainingLinesIndex++] : undefined; }
1,288,234
d84b683404f53c07ffce8dba47f528d9
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=15-37/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
__webpack_require__
function
/******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /******/ return installedModules[moduleId].exports; /******/ // Create a new module (and put it into the cache) /******/ var module = installe...
1,288,235
6a93c947f67093000efdc1afe16ad779
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=845-901/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
join
function
/** * Joins two paths/URLs. * * @param aRoot The root path or URL. * @param aPath The path or URL to be joined with the root. * * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a * scheme-relative URL: Then the scheme of aRoot, if any, is prepended * first. * - Otherwise aPa...
1,288,236
312ac4722ac7177a6ba57901558392f1
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1226-1235/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
ArraySet
function
/** * A data structure which is a combination of an array and a set. Adding a new * member is O(1), testing for membership is O(1), and finding the index of an * element is O(1). Removing elements from the set is not supported. Only * strings are supported for membership. */ function ArraySet() { this._ar...
1,288,237
0e724c147544b5a75bee308a618ae8db
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1365-1375/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
MappingList
function
/** * A data structure to provide a sorted view of accumulated mappings in a * performance conscious manner. It trades a neglibable overhead in general * case for a large speedup in case of mappings being added in order. */ function MappingList() { this._array = []; this._sorted = true; // Serves as i...
1,288,238
fb7b2c3d31271eea01131d93653550f8
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1680-1772/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
BasicSourceMapConsumer
function
/** * A BasicSourceMapConsumer instance represents a parsed source map which we can * query for information about the original file positions by giving it a file * position in the generated source. * * The first parameter is the raw source map (either as a JSON string, or * already parsed to an object). Acc...
1,288,239
579e125e6493b6c3f6866ae2b190ee00
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=2588-2646/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
recursiveSearch
function
/** * Recursive implementation of binary search. * * @param aLow Indices here and lower do not contain the needle. * @param aHigh Indices here and higher do not contain the needle. * @param aNeedle The element being searched for. * @param aHaystack The non-empty array being searched. * @param aCompare Fun...
1,288,240
318d1db8ae94558d91b7f7a0e311599f
swh:1:cnt:b4eb08742598ff797f613e9bf15e55ce70c9fb10;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=2964-2977/
338b0cec793947ecfe709473049927ee8860334c
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.js
addMappingWithCode
function
function addMappingWithCode(mapping, code) { if (mapping === null || mapping.source === undefined) { node.add(code); } else { var source = aRelativePath ? util.join(aRelativePath, mapping.source) : mapping.source; node.add(new SourceNode(mapping.originalLin...
1,288,241
d77663d4ce19966b2ac8489422715548
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
r
function
function r(e,t,o,i,s,a){var u=Math.floor((t-e)/2)+e,l=s(o,i[u],!0);return 0===l?u:l>0?t-u>1?r(u,t,o,i,s,a):a==n.LEAST_UPPER_BOUND?t<i.length?t:-1:u:u-e>1?r(e,u,o,i,s,a):a==n.LEAST_UPPER_BOUND?u:e<0?-1:e}
1,288,242
93ff0462239aa4fb3504ad130feb7f4f
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
t
function
function t(e){e||(e={}),this._file=i.getArg(e,"file",null),this._sourceRoot=i.getArg(e,"sourceRoot",null),this._skipValidation=i.getArg(e,"skipValidation",!1),this._sources=new s,this._names=new s,this._mappings=new a,this._sourcesContents=null}
1,288,243
0328bc0196a880e5d42b1436c495cfe9
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
i
function
function i(e){var r=e,i=t(e);if(i){if(!i.path)return e;r=i.path}for(var s,a=n.isAbsolute(r),u=r.split(/\/+/),l=0,c=u.length-1;c>=0;c--)s=u[c],"."===s?u.splice(c,1):".."===s?l++:l>0&&(""===s?(u.splice(c+1,l),l=0):(u.splice(c,2),l--));return r=u.join("/"),""===r&&(r=a?"/":"."),i?(i.path=r,o(i)):r}
1,288,244
98d66931cd927e99228e1b37e622a85a
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
f
function
function f(e,n){return e===n?0:null===e?1:null===n?-1:e>n?1:-1}
1,288,245
8e16b5668950e70d1759c99f088c104d
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
o
function
function o(e,n){var r=e;"string"==typeof e&&(r=a.parseSourceMapInput(e));var t=a.getArg(r,"version"),o=a.getArg(r,"sources"),i=a.getArg(r,"names",[]),s=a.getArg(r,"sourceRoot",null),u=a.getArg(r,"sourcesContent",null),c=a.getArg(r,"mappings"),g=a.getArg(r,"file",null);if(t!=this._version)throw new Error("Unsupported ve...
1,288,246
69f74fc4f7ef104320ff163aca7bdb8f
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
s
function
function s(e,n){var r=e;"string"==typeof e&&(r=a.parseSourceMapInput(e));var o=a.getArg(r,"version"),i=a.getArg(r,"sections");if(o!=this._version)throw new Error("Unsupported version: "+o);this._sources=new l,this._names=new l;var s={line:-1,column:0};this._sections=i.map(function(e){if(e.url)throw new Error("Support f...
1,288,247
d137bd20ad974925cefbf8c113f873d8
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
a
function
function a(e,n){""===e&&(e="."),e=e.replace(/\/$/,"");for(var r=0;0!==n.indexOf(e+"/");){var t=e.lastIndexOf("/");if(t<0)return n;if(e=e.slice(0,t),e.match(/^([^\/]+:\/)?\/*$/))return n;++r}return Array(r+1).join("../")+n.substr(e.length+1)}
1,288,248
e7c71201a497c4f03aa074f7bcb123c6
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
m
function
function m(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))}
1,288,249
5bd680d1a84341cf704bb58765038325
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
h
function
function h(e,n,r){var t=e.generatedLine-n.generatedLine;return 0!==t?t:(t=e.generatedColumn-n.generatedColumn,0!==t||r?t:(t=f(e.source,n.source),0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t?t:f(e.name,n.name)))))}
1,288,250
3f0d672b8a8eb85e7231845bfad32c8f
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
n
function
function n(t){if(r[t])return r[t].exports;var o=r[t]={exports:{},id:t,loaded:!1};return e[t].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}
1,288,251
9b106f79da4d44ca75cdd5c5c83a595b
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
p
function
function p(e,n,r){var t=f(e.source,n.source);return 0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t||r?t:(t=e.generatedColumn-n.generatedColumn,0!==t?t:(t=e.generatedLine-n.generatedLine,0!==t?t:f(e.name,n.name)))))}
1,288,252
ac701458c86e85c49029bc37ec1fb777
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
c
function
function c(e){return g(e)?e.slice(1):e}
1,288,253
a9dd8b312afcb42e9b52d099667ec4e1
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
e
function
function e(){return l<u.length?u[l++]:void 0}
1,288,254
5d410719a688a6a14b7ebcc9f0cf9fce
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
g
function
function g(e){if(!e)return!1;var n=e.length;if(n<9)return!1;if(95!==e.charCodeAt(n-1)||95!==e.charCodeAt(n-2)||111!==e.charCodeAt(n-3)||116!==e.charCodeAt(n-4)||111!==e.charCodeAt(n-5)||114!==e.charCodeAt(n-6)||112!==e.charCodeAt(n-7)||95!==e.charCodeAt(n-8)||95!==e.charCodeAt(n-9))return!1;for(var r=n-10;r>=0;r--)if(3...
1,288,255
26bbc16f8186e6310d1ec6086ca074d9
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
l
function
function l(e){return g(e)?"$"+e:e}
1,288,256
79cc2d4efffa71bf801c3725f494222d
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
u
function
function u(e){return e}
1,288,257
3c4de08ecd5b102370cf0c6fb9b2186d
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
d
function
function d(e,n){var r=e.generatedLine-n.generatedLine;return 0!==r?r:(r=e.generatedColumn-n.generatedColumn,0!==r?r:(r=f(e.source,n.source),0!==r?r:(r=e.originalLine-n.originalLine,0!==r?r:(r=e.originalColumn-n.originalColumn,0!==r?r:f(e.name,n.name)))))}
1,288,258
fcc93d966133fa26628f00255ba67dcf
swh:1:cnt:c7c72dad8b59de41f3c932da18a5e5577ba76cb8;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-1/
ec60ee7af5dcc8487c8c4c516248700c5385491e
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/dist/source-map.min.js
_
function
function _(e,n,r){if(n=n||"",e&&("/"!==e[e.length-1]&&"/"!==n[0]&&(e+="/"),n=e+n),r){var a=t(r);if(!a)throw new Error("sourceMapURL could not be parsed");if(a.path){var u=a.path.lastIndexOf("/");u>=0&&(a.path=a.path.substring(0,u+1))}n=s(o(a),n)}return i(n)}
1,288,259
42870ce3c5068c3ca2909e3da4487b10
swh:1:cnt:fbd5c81cae66fa6401f871ac7fb02e96fdb9c213;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=12-21/
de714665f72dfbced755a62abd487d6bcd42314a
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/array-set.js
ArraySet
function
/** * A data structure which is a combination of an array and a set. Adding a new * member is O(1), testing for membership is O(1), and finding the index of an * element is O(1). Removing elements from the set is not supported. Only * strings are supported for membership. */ function ArraySet() { this._array = [...
1,288,260
c9c9c0c9189c37dfd729279208f4abdf
swh:1:cnt:612b404018ece911ab71fc0a8db326d16e6b1287;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=63-73/
83aeafcd0ba9e3eeac3368499395c91135b96420
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/base64-vlq.js
toVLQSigned
function
/** * Converts from a two-complement value to a value where the sign bit is * placed in the least significant bit. For example, as decimals: * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) */ function toVLQSigned(aValue) { return aValue < 0 ? ((-...
1,288,261
ba7465bbfc1986620b72c2959178f9a9
swh:1:cnt:612b404018ece911ab71fc0a8db326d16e6b1287;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=75-87/
83aeafcd0ba9e3eeac3368499395c91135b96420
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/base64-vlq.js
fromVLQSigned
function
/** * Converts to a two-complement value from a value where the sign bit is * placed in the least significant bit. For example, as decimals: * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 */ function fromVLQSigned(aValue) { var isNegative = (aValue ...
1,288,262
299c9f5d4ae5752df6886bebaa26a05e
swh:1:cnt:010ac941e1568d59c89b67cb649051a14608ee79;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=11-69/
1be5a9c0005402b9980e536da58a1563b8236e3f
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/binary-search.js
recursiveSearch
function
/** * Recursive implementation of binary search. * * @param aLow Indices here and lower do not contain the needle. * @param aHigh Indices here and higher do not contain the needle. * @param aNeedle The element being searched for. * @param aHaystack The non-empty array being searched. * @param aCompare Function w...
1,288,263
8f315d995df641cd6d5d48173f49d3bc
swh:1:cnt:06d1274a025a8a30879f31c9c6703a14f79f73b9;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=10-22/
4132b94a3185985e71f9b2dd62422cadf2559ab3
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/mapping-list.js
generatedPositionAfter
function
/** * Determine whether mappingB is after mappingA with respect to generated * position. */ function generatedPositionAfter(mappingA, mappingB) { // Optimized for most common case var lineA = mappingA.generatedLine; var lineB = mappingB.generatedLine; var columnA = mappingA.generatedColumn; var columnB = m...
1,288,264
22379806362c88bd1563d5e36329d260
swh:1:cnt:06d1274a025a8a30879f31c9c6703a14f79f73b9;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=24-34/
4132b94a3185985e71f9b2dd62422cadf2559ab3
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/mapping-list.js
MappingList
function
/** * A data structure to provide a sorted view of accumulated mappings in a * performance conscious manner. It trades a neglibable overhead in general * case for a large speedup in case of mappings being added in order. */ function MappingList() { this._array = []; this._sorted = true; // Serves as infimum ...
1,288,265
0ec191ff0a1723d09ade687f19bacfc5
swh:1:cnt:6a7caadbbdbea1865cfb947cb21fbf0c8da1289a;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-32/
892856d4b1dcf23d8bb06c710ebc34ecfcc66646
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/quick-sort.js
swap
function
/* -*- Mode: js; js-indent-level: 2; -*- */ /* * Copyright 2011 Mozilla Foundation and contributors * Licensed under the New BSD license. See LICENSE or: * http://opensource.org/licenses/BSD-3-Clause */ // It turns out that some (most?) JavaScript engines don't self-host // `Array.prototype.sort`. This makes sense...
1,288,266
e4d74e82b960392199e47f682ba8dd03
swh:1:cnt:6a7caadbbdbea1865cfb947cb21fbf0c8da1289a;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=34-44/
892856d4b1dcf23d8bb06c710ebc34ecfcc66646
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/quick-sort.js
randomIntInRange
function
/** * Returns a random integer within the range `low .. high` inclusive. * * @param {Number} low * The lower bound on the range. * @param {Number} high * The upper bound on the range. */ function randomIntInRange(low, high) { return Math.round(low + (Math.random() * (high - low))); }
1,288,267
98a73c8e881e7c03d23f94a92e0f8970
swh:1:cnt:6a7caadbbdbea1865cfb947cb21fbf0c8da1289a;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=46-102/
892856d4b1dcf23d8bb06c710ebc34ecfcc66646
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/quick-sort.js
doQuickSort
function
/** * The Quick Sort algorithm. * * @param {Array} ary * An array to sort. * @param {function} comparator * Function to use to compare two items. * @param {Number} p * Start index of the array * @param {Number} r * End index of the array */ function doQuickSort(ary, comparator, p,...
1,288,268
916b8fea1d4bf687a85a9554f5190eb2
swh:1:cnt:7b99d1da7feac7c5345af8945ed047c7c054c0ba;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=14-23/
97cf0aca62d981477d6e24b7280eea587541993d
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/source-map-consumer.js
SourceMapConsumer
function
function SourceMapConsumer(aSourceMap, aSourceMapURL) { var sourceMap = aSourceMap; if (typeof aSourceMap === 'string') { sourceMap = util.parseSourceMapInput(aSourceMap); } return sourceMap.sections != null ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL) : new BasicSourceMapConsumer(sourc...
1,288,269
f4b94e91fc30e9d9e3cddcd1936d9bb8
swh:1:cnt:7b99d1da7feac7c5345af8945ed047c7c054c0ba;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=450-460/
97cf0aca62d981477d6e24b7280eea587541993d
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/source-map-consumer.js
Mapping
function
/** * Provide the JIT with a nice shape / hidden class. */ function Mapping() { this.generatedLine = 0; this.generatedColumn = 0; this.source = null; this.originalLine = null; this.originalColumn = null; this.name = null; }
1,288,270
b5b93c658d919db179ddd217a9b378a8
swh:1:cnt:7b99d1da7feac7c5345af8945ed047c7c054c0ba;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=828-923/
97cf0aca62d981477d6e24b7280eea587541993d
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/source-map-consumer.js
IndexedSourceMapConsumer
function
/** * An IndexedSourceMapConsumer instance represents a parsed source map which * we can query for information. It differs from BasicSourceMapConsumer in * that it takes "indexed" source maps (i.e. ones with a "sections" field) as * input. * * The first parameter is a raw source map (either as a JSON string, or a...
1,288,271
b1f1662aafa13af2926b3c2b71b5755c
swh:1:cnt:7b99d1da7feac7c5345af8945ed047c7c054c0ba;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=254-346/
97cf0aca62d981477d6e24b7280eea587541993d
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/source-map-consumer.js
BasicSourceMapConsumer
function
/** * A BasicSourceMapConsumer instance represents a parsed source map which we can * query for information about the original file positions by giving it a file * position in the generated source. * * The first parameter is the raw source map (either as a JSON string, or * already parsed to an object). According...
1,288,272
51a83377a154deb1373da26ef7063f8c
swh:1:cnt:508bcfbbc936da21673108f7ace72a0af6081664;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=13-32/
2d506a2f435ff0a416e3cdcf32cd5040282a99a0
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/source-map-generator.js
SourceMapGenerator
function
/** * An instance of the SourceMapGenerator represents a source map which is * being built incrementally. You may pass an object with the following * properties: * * - file: The filename of the generated source. * - sourceRoot: A root for all relative URLs in this source map. */ function SourceMapGenerator(a...
1,288,273
beb4421f89c2873b24973614a17d57c2
swh:1:cnt:8bcdbe385d2c0d333bcd62648ca700f13f9d3181;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=23-44/
504d6b69b8b938bb4a2dc2d44ff27a0333301c4a
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/source-node.js
SourceNode
function
/** * SourceNodes provide a way to abstract over interpolating/concatenating * snippets of generated JavaScript source code while maintaining the line and * column information associated with the original source code. * * @param aLine The original line number. * @param aColumn The original column number. * @para...
1,288,274
a5f2b52bd139e8171e2a75c33f71496e
swh:1:cnt:8bcdbe385d2c0d333bcd62648ca700f13f9d3181;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=150-163/
504d6b69b8b938bb4a2dc2d44ff27a0333301c4a
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/source-node.js
addMappingWithCode
function
function addMappingWithCode(mapping, code) { if (mapping === null || mapping.source === undefined) { node.add(code); } else { var source = aRelativePath ? util.join(aRelativePath, mapping.source) : mapping.source; node.add(new SourceNode(mapping.originalLine, ...
1,288,275
c115847b21a39e8a30947a703a7146e9
swh:1:cnt:8bcdbe385d2c0d333bcd62648ca700f13f9d3181;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=72-75/
504d6b69b8b938bb4a2dc2d44ff27a0333301c4a
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/source-node.js
getNextLine
function
function getNextLine() { return remainingLinesIndex < remainingLines.length ? remainingLines[remainingLinesIndex++] : undefined; }
1,288,276
7d0daebf816903a4f47df27366eb4a73
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=1-26/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
getArg
function
/* -*- Mode: js; js-indent-level: 2; -*- */ /* * Copyright 2011 Mozilla Foundation and contributors * Licensed under the New BSD license. See LICENSE or: * http://opensource.org/licenses/BSD-3-Clause */ /** * This is a helper function for getting values from parameter/options * objects. * * @param args The obj...
1,288,277
258190534b5414bd2b05ae595d4814e6
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=47-66/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
urlGenerate
function
function urlGenerate(aParsedUrl) { var url = ''; if (aParsedUrl.scheme) { url += aParsedUrl.scheme + ':'; } url += '//'; if (aParsedUrl.auth) { url += aParsedUrl.auth + '@'; } if (aParsedUrl.host) { url += aParsedUrl.host; } if (aParsedUrl.port) { url += ":" + aParsedUrl.port } if ...
1,288,278
c10423d1fd0f4ec687423eb2c5c5984c
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=69-122/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
normalize
function
/** * Normalizes a path, or the path portion of a URL: * * - Replaces consecutive slashes with one slash. * - Removes unnecessary '.' parts. * - Removes unnecessary '<dir>/..' parts. * * Based on code in the Node.js 'path' core module. * * @param aPath The path or url to normalize. */ function normalize(aPath...
1,288,279
884cd401bb962eb1e6da2a3d236e791e
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=125-181/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
join
function
/** * Joins two paths/URLs. * * @param aRoot The root path or URL. * @param aPath The path or URL to be joined with the root. * * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a * scheme-relative URL: Then the scheme of aRoot, if any, is prepended * first. * - Otherwise aPath is a p...
1,288,280
1953d9456c3ac483d03b840c9d64f9ed
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=32-44/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
urlParse
function
function urlParse(aUrl) { var match = aUrl.match(urlRegexp); if (!match) { return null; } return { scheme: match[1], auth: match[2], host: match[3], port: match[4], path: match[5] }; }
1,288,281
ec49c19e55b7edde6cfa09493627d62e
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=188-225/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
relative
function
/** * Make a path relative to a URL or another path. * * @param aRoot The root path or URL. * @param aPath The path or URL to be made relative to aRoot. */ function relative(aRoot, aPath) { if (aRoot === "") { aRoot = "."; } aRoot = aRoot.replace(/\/$/, ''); // It is possible for the path to be above...
1,288,282
80fde2d7a7f1fb04e260963137c8e138
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=233-235/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
identity
function
function identity (s) { return s; }
1,288,283
2ff9bd9ef571c3c3061870da20e0e2de
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=237-252/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
toSetString
function
/** * Because behavior goes wacky when you set `__proto__` on objects, we * have to prefix all the strings in our set with an arbitrary character. * * See https://github.com/mozilla/source-map/pull/31 and * https://github.com/mozilla/source-map/issues/30 * * @param String aStr */ function toSetString(aStr) { ...
1,288,284
ad6c9e27405bdec581b20b8b5035ade8
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=255-261/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
fromSetString
function
function fromSetString(aStr) { if (isProtoString(aStr)) { return aStr.slice(1); } return aStr; }
1,288,285
afe99801591f1686614267feb12fd719
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=264-294/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
isProtoString
function
function isProtoString(s) { if (!s) { return false; } var length = s.length; if (length < 9 /* "__proto__".length */) { return false; } if (s.charCodeAt(length - 1) !== 95 /* '_' */ || s.charCodeAt(length - 2) !== 95 /* '_' */ || s.charCodeAt(length - 3) !== 111 /* 'o' */ || s...
1,288,286
d04f3af27a597bc4beaa4a65e115735f
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=373-391/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
strcmp
function
function strcmp(aStr1, aStr2) { if (aStr1 === aStr2) { return 0; } if (aStr1 === null) { return 1; // aStr2 !== null } if (aStr2 === null) { return -1; // aStr1 !== null } if (aStr1 > aStr2) { return 1; } return -1; }
1,288,287
4898a049dcd94bad45980e909fda856d
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=393-424/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
compareByGeneratedPositionsInflated
function
/** * Comparator between two mappings with inflated source and name strings where * the generated positions are compared. */ function compareByGeneratedPositionsInflated(mappingA, mappingB) { var cmp = mappingA.generatedLine - mappingB.generatedLine; if (cmp !== 0) { return cmp; } cmp = mappingA.generat...
1,288,288
8db9f4e95841ea5d0c807cdfee890546
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=334-370/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
compareByGeneratedPositionsDeflated
function
/** * Comparator between two mappings with deflated source and name indices where * the generated positions are compared. * * Optionally pass in `true` as `onlyCompareGenerated` to consider two * mappings with the same generated line and column, but different * source/name/original line and column the same. Usefu...
1,288,289
fb094730ac641a20b32cd3362d4c6d55
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=437-487/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
computeSourceURL
function
/** * Compute the URL of a source given the the source root, the source's * URL, and the source map's URL. */ function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) { sourceURL = sourceURL || ''; if (sourceRoot) { // This follows what Chrome does. if (sourceRoot[sourceRoot.length - 1] !== '/' &&...
1,288,290
2693b35905c26d3eeafbf6fdd508707e
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=296-331/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
compareByOriginalPositions
function
/** * Comparator between two mappings where the original positions are compared. * * Optionally pass in `true` as `onlyCompareGenerated` to consider two * mappings with the same original source/line/column, but different generated * line and column the same. Useful when searching for a mapping with a * stubbed ou...
1,288,291
acfa399b08e1dee45875dd346537cf36
swh:1:cnt:3ca92e56f2a8cf086821031145ed60c53f8e9ab2;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=427-434/
3befc8d3f6f0bf347bc3e500e7535803ee2c59b6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/source-map/lib/util.js
parseSourceMapInput
function
/** * Strip any JSON XSSI avoidance prefix from the string (as documented * in the source maps specification), and then parse the string as * JSON. */ function parseSourceMapInput(str) { return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, '')); }
1,288,292
de642175bbab1b45554f29f6f6e7fc9f
swh:1:cnt:08ca510486fcf22349c06d969ea4838042b40b45;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=9-78/
48504bbc30e1126e7d770af49af592cc78ff688f
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/webpack-sources/lib/CachedSource.js
CachedSource
type
class CachedSource extends Source { constructor(source) { super(); this._source = source; this._cachedSource = undefined; this._cachedSize = undefined; this._cachedMaps = {}; if(source.node) this.node = function(options) { return this._source.node(options); }; if(source.listMap) this.listMap = fun...
1,288,293
efe69cd2c056802d8f82df3653fffc8e
swh:1:cnt:08ca510486fcf22349c06d969ea4838042b40b45;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=10-24/
48504bbc30e1126e7d770af49af592cc78ff688f
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/webpack-sources/lib/CachedSource.js
CachedSource::constructor
function
constructor(source) { super(); this._source = source; this._cachedSource = undefined; this._cachedSize = undefined; this._cachedMaps = {}; if(source.node) this.node = function(options) { return this._source.node(options); }; if(source.listMap) this.listMap = function(options) { return this._sour...
1,288,294
f5832ee85ed6f61ef130db474f68bd9e
swh:1:cnt:08ca510486fcf22349c06d969ea4838042b40b45;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=31-38/
48504bbc30e1126e7d770af49af592cc78ff688f
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/webpack-sources/lib/CachedSource.js
CachedSource::size
function
size() { if(typeof this._cachedSize !== "undefined") return this._cachedSize; if(typeof this._cachedSource !== "undefined") { if(Buffer.from.length === 1) return new Buffer(this._cachedSource).length; return this._cachedSize = Buffer.byteLength(this._cachedSource); } return this._cachedSize = this._source...
1,288,295
eee994fd89011df6c65bdd14450e3b2e
swh:1:cnt:08ca510486fcf22349c06d969ea4838042b40b45;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=67-73/
48504bbc30e1126e7d770af49af592cc78ff688f
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/webpack-sources/lib/CachedSource.js
CachedSource::map
function
map(options) { if(!options) options = {}; const key = JSON.stringify(options); if(key in this._cachedMaps) return this._cachedMaps[key]; return this._cachedMaps[key] = this._source.map(); }
1,288,296
161c784639ed9053641e4d843917c16e
swh:1:cnt:08ca510486fcf22349c06d969ea4838042b40b45;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=40-65/
48504bbc30e1126e7d770af49af592cc78ff688f
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/webpack-sources/lib/CachedSource.js
CachedSource::sourceAndMap
function
sourceAndMap(options) { const key = JSON.stringify(options); if(typeof this._cachedSource !== "undefined" && key in this._cachedMaps) return { source: this._cachedSource, map: this._cachedMaps[key] }; else if(typeof this._cachedSource !== "undefined") { return { source: this._cachedSource, ...
1,288,297
4340aa01bd851f048434b581761dec70
swh:1:cnt:08ca510486fcf22349c06d969ea4838042b40b45;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=26-29/
48504bbc30e1126e7d770af49af592cc78ff688f
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/webpack-sources/lib/CachedSource.js
CachedSource::source
function
source() { if(typeof this._cachedSource !== "undefined") return this._cachedSource; return this._cachedSource = this._source.source(); }
1,288,298
3ed24e0064862f95670bab28d7605f8f
swh:1:cnt:08ca510486fcf22349c06d969ea4838042b40b45;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=75-77/
48504bbc30e1126e7d770af49af592cc78ff688f
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/webpack-sources/lib/CachedSource.js
CachedSource::updateHash
function
updateHash(hash) { this._source.updateHash(hash); }
1,288,299
0d46f8e36185041931492741e92e9705
swh:1:cnt:25167d6e4122b29d4112daaf75a6ad75e1bf54dc;origin=https://gitlab.wikimedia.org/toolforge-repos/wlbdashboard.git;lines=11-87/
8935d8bbc7ce081ec8b881f6218bc8b52b5ccbd6
wlbdashboard
wmcs
node_modules/workbox-webpack-plugin/node_modules/webpack-sources/lib/ConcatSource.js
ConcatSource
type
class ConcatSource extends Source { constructor() { super(); this.children = []; for(var i = 0; i < arguments.length; i++) { var item = arguments[i]; if(item instanceof ConcatSource) { var children = item.children; for(var j = 0; j < children.length; j++) this.children.push(children[j]); } ...