Home
last modified time | relevance | path

Searched refs:worker (Results 1 – 25 of 53) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudComposer/
H A DWorkloadsConfig.php60 public function setWorker(WorkerResource $worker) argument
62 $this->worker = $worker;
69 return $this->worker;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2ExecutedActionMetadata.php31 public $worker; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2ExecutedActionMetadata
99 public function setWorker($worker) argument
101 $this->worker = $worker;
105 return $this->worker;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php87 * @param WorkerInterface $worker A worker
89 public function addWorker(WorkerInterface $worker) argument
91 $this->workers[] = $worker;
383 foreach ($this->workers as $worker) {
384 $retval = $worker->process($leaf, $this);
392 foreach ($this->workers as $worker) {
393 $retval = $worker->process($asset, $this);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js.map1worker) {\n var _this = _super.call(this, worker) || this;\n _this._libFiles = _libF…
H A D15.15.js1 …ing.quote"],[/script-src/,"string.quote"],[/style-src/,"string.quote"],[/worker-src/,"string.quote…
H A D15.15.js.map1 …ring.quote'],\n [/style-src/, 'string.quote'],\n [/worker-src/, 'string.quot…
H A D2.2.js36980 var worker = function () { function
37171 .then(function (worker) { argument
37309 .then(function (worker) { argument
37396 .then(function (worker) { argument
37431 .then(function (worker) { argument
37463 .then(function (worker) { argument
37484 .then(function (worker) { argument
37528 .then(function (worker) { argument
37588 .then(function (worker) { return worker.findDocumentSymbols(resource.toString()); }) argument
37614 .then(function (worker) { return worker.findDocumentColors(resource.toString()); }) argument
[all …]
H A D4.4.js.map1worker = function () {\n var uris = [];\n for (var _i = 0; _i < arguments.length; _i…
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/
H A Dtemp.css39 div#worker {
H A Dbrowser.css187 div#worker {
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/
H A Dtemp.css39 div#worker {
H A Dbrowser.css187 div#worker {
/plugin/authgoogle/google/contrib/
H A DGoogle_CoordinateService.php347 public $worker; variable in Google_CoordinateService
363 …$this->worker = new Google_WorkerServiceResource($this, $this->serviceName, 'worker', json_decode(…
/plugin/diagramsnet/lib/
H A Dservice-worker.js.map1worker.js","sources":["../../../../../../../tmp/6b63b9805b659cb575cb7c41847efd94/service-worker.js…
H A Dworkbox-9fe249eb.js.map1worker started controlling it.\n *\n * The format of the message data sent from the window…
H A Dworkbox-bed83ea8.js.map1worker started controlling it.\n *\n * The format of the message data sent from the window…
H A Dworkbox-f163abaa.js.map1worker started controlling it.\n *\n * The format of the message data sent from the window…
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js157 worker.on("end", function () {
162 return worker;
1086 worker.on("error", function (e) {
1090 if (worker.streamInfo.crc32 !== zipEntry.decompressed.crc32) {
1655 var worker, opts = {};
1696 worker = generate.generateWorker(this, opts, comment);
1698 worker = new GenericWorker("error");
1699 worker.error(e);
2621 function StreamHelper(worker, outputType, mimeType) { argument
2641 this._worker = worker.pipe(new ConvertWorker(internalType));
[all …]
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng286 "friend" | "met" | "co-worker" | "colleague" | "co-resident" |
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng286 "friend" | "met" | "co-worker" | "colleague" | "co-resident" |
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js9860 var worker;
9924 worker = null;
9934 worker = source[key];
9995 if (!worker) {
10002 task._worker = worker;
10006 worker.promise.then(function () {
10049 if (worker.destroyed) {
10079 if (worker.destroyed) {
11082 worker.terminate();
11108 _this7._port = worker;
[all …]
H A Dpdf.js.map1worker","pdfjsFilePath","createPDFNetworkStream","isArrayBuffer","range","rangeTransport","pdfByte…
H A Dpdf.worker.js.map1worker/webpack/universalModuleDefinition","webpack://pdfjs-dist/build/pdf.worker/webpack/bootstrap…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js2962 var url, worker;
2967 worker = new Worker(url);
2968 worker.onmessage = fn;
2969 worker.url = url;
2970 return worker;
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md200 by it will be passed to the worker's `process()` method before being returned. See _Cache Busting_ …

123