Home
last modified time | relevance | path

Searched refs:entryPoint (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
DSlsaRecipe.php33 public $entryPoint; variable in Google\\Service\\OnDemandScanning\\SlsaRecipe
74 public function setEntryPoint($entryPoint) argument
76 $this->entryPoint = $entryPoint;
83 return $this->entryPoint;
DRecipe.php34 public $entryPoint; variable in Google\\Service\\OnDemandScanning\\Recipe
75 public function setEntryPoint($entryPoint) argument
77 $this->entryPoint = $entryPoint;
84 return $this->entryPoint;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DSlsaRecipe.php33 public $entryPoint; variable in Google\\Service\\ContainerAnalysis\\SlsaRecipe
74 public function setEntryPoint($entryPoint) argument
76 $this->entryPoint = $entryPoint;
83 return $this->entryPoint;
DRecipe.php34 public $entryPoint; variable in Google\\Service\\ContainerAnalysis\\Recipe
75 public function setEntryPoint($entryPoint) argument
77 $this->entryPoint = $entryPoint;
84 return $this->entryPoint;
/plugin/bpmnio/build/
H A Dbuild-vendor.mjs20 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'bpmn-viewer.js'), property
24 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'bpmn-modeler.js'), property
37 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'dmn-viewer.js'), property
41 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'dmn-modeler.js'), property
131 async function buildBundle({ entryPoint, outFile, metadata, packageName }) { argument
135 entryPoints: [entryPoint],
171 entryPoint: output.entryPoint, property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
DCloudFunction.php58 public $entryPoint; variable in Google\\Service\\CloudFunctions\\CloudFunction
261 public function setEntryPoint($entryPoint) argument
263 $this->entryPoint = $entryPoint;
270 return $this->entryPoint;