Home
last modified time | relevance | path

Searched refs:isEligible (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
DGoogleCloudChannelV1TransferEligibility.php33 public $isEligible; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1TransferEligibility
66 public function setIsEligible($isEligible) argument
68 $this->isEligible = $isEligible;
75 return $this->isEligible;
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dcompiler.js382 let isEligible = !isBlockParam && (isHelper || isSimple);
386 if (isEligible && !isHelper) {
392 isEligible = false;
398 } else if (isEligible) {
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Dcompiler.js375 var isEligible = !isBlockParam && (isHelper || isSimple); variable in Compiler
379 if (isEligible && !isHelper) {
385 isEligible = false;
391 } else if (isEligible) {
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Dcompiler.js370 var isEligible = !isBlockParam && (isHelper || isSimple);
374 if (isEligible && !isHelper) {
380 isEligible = false;
386 } else if (isEligible) {