Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 25 of 244) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSink.php29 public $spec; variable in Google\\Service\\Dataflow\\Sink
48 public function setSpec($spec) argument
50 $this->spec = $spec;
57 return $this->spec;
H A DSource.php40 public $spec; variable in Google\\Service\\Dataflow\\Source
101 public function setSpec($spec) argument
103 $this->spec = $spec;
110 return $this->spec;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OrgPolicyAPI/
H A DGoogleCloudOrgpolicyV2AlternatePolicySpec.php46 public function setSpec(GoogleCloudOrgpolicyV2PolicySpec $spec) argument
48 $this->spec = $spec;
55 return $this->spec;
H A DGoogleCloudOrgpolicyV2Policy.php62 public function setSpec(GoogleCloudOrgpolicyV2PolicySpec $spec) argument
64 $this->spec = $spec;
71 return $this->spec;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DUpdateChartSpecRequest.php46 public function setSpec(ChartSpec $spec) argument
48 $this->spec = $spec;
55 return $this->spec;
H A DUpdateSlicerSpecRequest.php64 public function setSpec(SlicerSpec $spec) argument
66 $this->spec = $spec;
73 return $this->spec;
H A DSlicer.php62 public function setSpec(SlicerSpec $spec) argument
64 $this->spec = $spec;
71 return $this->spec;
H A DDataSource.php81 public function setSpec(DataSourceSpec $spec) argument
83 $this->spec = $spec;
90 return $this->spec;
H A DEmbeddedChart.php78 public function setSpec(ChartSpec $spec) argument
80 $this->spec = $spec;
87 return $this->spec;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DRevisionTemplate.php44 public function setSpec(RevisionSpec $spec) argument
46 $this->spec = $spec;
53 return $this->spec;
H A DDomainMapping.php82 public function setSpec(DomainMappingSpec $spec) argument
84 $this->spec = $spec;
91 return $this->spec;
H A DService.php82 public function setSpec(ServiceSpec $spec) argument
84 $this->spec = $spec;
91 return $this->spec;
H A DConfiguration.php82 public function setSpec(ConfigurationSpec $spec) argument
84 $this->spec = $spec;
91 return $this->spec;
H A DRevision.php82 public function setSpec(RevisionSpec $spec) argument
84 $this->spec = $spec;
91 return $this->spec;
H A DRoute.php82 public function setSpec(RouteSpec $spec) argument
84 $this->spec = $spec;
91 return $this->spec;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DNotifierConfig.php80 public function setSpec(NotifierSpec $spec) argument
82 $this->spec = $spec;
89 return $this->spec;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php685 $spec = $this->getEccSpec($this->version, $this->level, $spec);
2352 $spec[0] = $b1;
2355 $spec[3] = 0;
2356 $spec[4] = 0;
2358 $spec[0] = $b1;
2361 $spec[3] = $b2;
2362 $spec[4] = $spec[1] + 1;
2364 return $spec;
2572 return ($spec[0] + $spec[3]);
2635 return ($spec[0] * $spec[1]) + ($spec[3] * $spec[4]);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleIdentityAccesscontextmanagerV1ServicePerimeter.php92 public function setSpec(GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig $spec) argument
94 $this->spec = $spec;
101 return $this->spec;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/
H A DServicePerimeter.php92 public function setSpec(ServicePerimeterConfig $spec) argument
94 $this->spec = $spec;
101 return $this->spec;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGetopt.php82 if (($spec = strstr($short_options, $opt)) === false || $arg[$i] == ':') {
88 if (strlen($spec) > 1 && $spec[1] == ':') {
94 if (!(strlen($spec) > 2 && $spec[2] == ':')) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DFeature.php154 public function setSpec(CommonFeatureSpec $spec) argument
156 $this->spec = $spec;
163 return $this->spec;
/plugin/qrcode2/
H A Dphpqrcode.php554 $spec[4] = 0;
560 $spec[4] = $spec[1] + 1;
894 public static function rsBlockNum($spec) { return $spec[0] + $spec[3]; } argument
895 public static function rsBlockNum1($spec) { return $spec[0]; } argument
896 public static function rsDataCodes1($spec) { return $spec[1]; } argument
897 public static function rsEccCodes1($spec) { return $spec[2]; } argument
898 public static function rsBlockNum2($spec) { return $spec[3]; } argument
899 public static function rsDataCodes2($spec) { return $spec[4]; } argument
900 public static function rsEccCodes2($spec) { return $spec[2]; } argument
901 …public static function rsDataLength($spec) { return ($spec[0] * $spec[1]) + ($spec[3] * $spec[4]… argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ApiProxyRevision.php94 public $spec; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiProxyRevision
371 public function setSpec($spec) argument
373 $this->spec = $spec;
380 return $this->spec;
/plugin/swiftmail/Swift/Message/
H A DHeaders.php389 $spec = ""; //The bit which specifies the encoding of the header (if any)
401 $spec = "=?" . $this->getCharset() . "?Q?"; //e.g. =?iso-8859-1?Q?
404 $used_length = strlen($name) + 2 + strlen($spec) + 2;
408 $row, (75-(strlen($spec)+6)), ($key > 0 ? 0 : (75-$used_length)), true, $this->LE));
414 $spec = "=?" . $this->getCharset() . "?B?";
416 $used_length = strlen($name) + 2 + strlen($spec) + 2;
418 $row, (75-(strlen($spec)+5)), ($key > 0 ? 0 : (76-($used_length+3))), true, $this->LE);
433 if (empty($spec) && $is_email && (false !== $p = strpos($lines[$i], ",")))
459 else $lines[$i] = " " . $spec . $lines[$i] . $end;
463 …if (substr($lines[$i], 0, 1) != '<' || substr($lines[$i], -1) != '>') $lines[$i] = $spec . $lines[…
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md

12345678910