Home
last modified time | relevance | path

Searched refs:template (Results 26 – 50 of 695) sorted by path

12345678910>>...28

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2Service.php421 public function setTemplate(GoogleCloudRunOpV2RevisionTemplate $template) argument
423 $this->template = $template;
430 return $this->template;
H A DGoogleCloudRunV2Execution.php395 public function setTemplate(GoogleCloudRunV2TaskTemplate $template) argument
397 $this->template = $template;
404 return $this->template;
H A DGoogleCloudRunV2ExecutionTemplate.php100 public function setTemplate(GoogleCloudRunV2TaskTemplate $template) argument
102 $this->template = $template;
109 return $this->template;
H A DGoogleCloudRunV2Job.php391 public function setTemplate(GoogleCloudRunV2ExecutionTemplate $template) argument
393 $this->template = $template;
400 return $this->template;
H A DGoogleCloudRunV2Service.php421 public function setTemplate(GoogleCloudRunV2RevisionTemplate $template) argument
423 $this->template = $template;
430 return $this->template;
H A DServiceSpec.php31 public function setTemplate(RevisionTemplate $template) argument
33 $this->template = $template;
40 return $this->template;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchUrl.php25 public $template; variable in Google\\Service\\CustomSearchAPI\\SearchUrl
34 public function setTemplate($template) argument
36 $this->template = $template;
43 return $this->template;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1Tag.php35 public $template; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1Tag
86 public function setTemplate($template) argument
88 $this->template = $template;
95 return $this->template;
H A DGoogleCloudDatacatalogV1beta1Tag.php26 public $template; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1Tag
59 public function setTemplate($template) argument
61 $this->template = $template;
65 return $this->template;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DWorkflowMetadata.php67 public $template; variable in Google\\Service\\Dataproc\\WorkflowMetadata
244 public function setTemplate($template) argument
246 $this->template = $template;
253 return $this->template;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrdersGetTestOrderTemplateResponse.php46 public function setTemplate(TestOrder $template) argument
48 $this->template = $template;
55 return $this->template;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DListTemplatesResponse.php47 public function setTemplate($template) argument
49 $this->template = $template;
56 return $this->template;
H A DRevertTemplateResponse.php28 public function setTemplate(CustomTemplate $template) argument
30 $this->template = $template;
37 return $this->template;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md282 * Clients no longer accept an array of URI template string and variables for
1033 * DefaultRequestSerializer now supports array URI parameter values for URI template expansion
1050 * Added PECL URI template extension and using as default parser if available
1061 * Bug: Fixed an issue with URI templates where null template variables were being expanded
1189 * Bug: URI template variables set to null are no longer expanded
H A DUPGRADING.md362 `base_url` string or array to use a URI template as the base URL of a client.
370 template. You must pass an array into a creational method (e.g.,
371 `createRequest`, `get`, `put`, etc.) in order to expand a URI template.
569 - UriTemplate: URI template parsing has been moved to
571 URI template library if it is installed.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php47 private $template; variable in GuzzleHttp\\MessageFormatter
50 * @param string $template Log message template
52 public function __construct($template = self::CLF) argument
54 $this->template = $template ?: self::CLF;
167 $this->template
H A DUriTemplate.php12 private $template; variable in GuzzleHttp\\UriTemplate
38 public function expand($template, array $variables) argument
40 if (false === strpos($template, '{')) {
41 return $template;
44 $this->template = $template;
50 $this->template
H A Dfunctions.php12 * @param string $template URI template
17 function uri_template($template, array $variables) argument
21 return \uri_template($template, $variables);
30 return $uriTemplate->expand($template, $variables);
/plugin/authorlist/images/
H A DREADME.txt1 Image email.png is from the dokuwiki default template
/plugin/authsplit/
H A DREADME95 you use the default "DokuWiki" template). authsplit will call the PRIMARY
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php89 $template = str_replace(array("\r", "\n"), '', $template);
90 $template = str_replace(array('<br>', '<br />', '<BR>', '<BR />'), "\n", $template);
91 $template = str_replace(array('<b>', '<B>'), '[B]', $template);
92 $template = str_replace(array('<i>', '<I>'), '[I]', $template);
93 $template = str_replace(array('<u>', '<U>'), '[U]', $template);
94 $template = str_replace(array('</b>', '</B>'), '[/B]', $template);
95 $template = str_replace(array('</i>', '</I>'), '[/I]', $template);
96 $template = str_replace(array('</u>', '</U>'), '[/U]', $template);
97 $template = dhtmlspecialchars($template);
98 $template = nl2br($template);
[all …]
/plugin/autostartpage/
H A Dplugin.info.txt6 desc add a start page based on a template
/plugin/autotweet2/
H A Daction.php60 $message = $this->getConf('template');
/plugin/barcodes/
H A Dcomposer.lock380 "phpunit/php-text-template": "^2.0.2",
560 "name": "phpunit/php-text-template",
564 "url": "https://github.com/sebastianbergmann/php-text-template.git",
569 …"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9…
601 "description": "Simple template engine.",
602 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
604 "template"
607 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
608 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
706 "phpunit/php-text-template": "^2.0.3",
/plugin/bibtex/OSBib/
H A DCHANGELOG8 4/A preview link is displayed next to each resource type template when editing a style. (Requires …

12345678910>>...28