Home
last modified time | relevance | path

Searched refs:string (Results 326 – 350 of 3165) sorted by relevance

1...<<11121314151617181920>>...127

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudVideoIntelligence.php76 'type' => 'string',
86 'type' => 'string',
96 'type' => 'string',
116 'type' => 'string',
126 'type' => 'string',
136 'type' => 'string',
146 'type' => 'string',
151 'type' => 'string',
159 'type' => 'string',
H A DTesting.php91 'type' => 'string',
96 'type' => 'string',
106 'type' => 'string',
111 'type' => 'string',
120 'type' => 'string',
125 'type' => 'string',
145 'type' => 'string',
150 'type' => 'string',
/plugin/combo/ComboStrap/
H A DReplicationDate.php27 static public function getTab(): string
32 static public function getDescription(): string
37 static public function getLabel(): string
42 static public function getCanonical(): string
47 static public function getName(): string
52 static public function getPersistenceType(): string
H A DPageType.php47 * @return string
49 public function getValueOrDefault(): string
66 static public function getTab(): string
71 static public function getDescription(): string
76 static public function getLabel(): string
81 static public function getName(): string
86 static public function getPersistenceType(): string
97 * @return string
99 public function getDefaultValue(): string
123 static public function getCanonical(): string
[all...]
H A DPageDescription.php27 * @var string - the origin of the description
44 private ?string $defaultValue = null;
52 public static function getTab(): string
57 public static function getDescription(): string
62 public static function getLabel(): string
67 static public function getName(): string
72 public static function getPersistenceType(): string
77 public static function getDataType(): string
90 * @return string
92 public function getValueOrDefault(): string
[all...]
H A DLead.php23 static public function getTab(): string
28 static public function getDescription(): string
33 static public function getLabel(): string
38 static public function getName(): string
43 static public function getPersistenceType(): string
53 static public function getCanonical(): string
H A DPageLevel.php37 static public function getName(): string
43 static public function getPersistenceType(): string
49 static public function getTab(): string
54 static public function getDescription(): string
59 static public function getLabel(): string
69 static public function getCanonical(): string
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D59.59.js1string","@string"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],… property in AnonymousFunctionc22bd7170100.f.tokenizer
H A D60.60.js1string","@string"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],… property in AnonymousFunctionf9aeb2470100.s.tokenizer
H A D14.14.js.map1string', 'comment'] },\n { open: '\"', close: '\"', notIn: ['string', 'comment'] }\n ],\…
/plugin/bibtex/OSBib/
H A DMINIMALRTF.php121 $string = "{\\fonttbl\n";
123 $string .= $fontBlock;
124 $string .= "}\n\n";
125 return $string;
175 function utf8_2_unicode($string) argument
180 for($i = 0; $i < strlen($string); $i++)
182 $thisValue = ord($string[$i]);
184 $unicode[] = $string[$i];
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DLambdaHelper.php42 * @param string $string
46 public function render($string) argument
49 ->loadLambda((string) $string, $this->delims)
56 * @param string $string
60 public function __invoke($string) argument
62 return $this->render($string);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMention.php24 private string $name;
26 private string $prefix;
28 private string $identifier;
30 public function __construct(string $name, string $prefix, string $identifier, ?string $label = null)
39 public function getLabel(): ?string
48 public function getIdentifier(): string
53 public function getName(): ?string
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDateHistogram.php34 * @param int|string $interval
40 $interval = (string) $interval;
52 public function setCalendarInterval(string $interval): self
60 public function setFixedInterval(string $interval): self
70 public function setTimezone(string $timezone): self
92 public function setOffset(string $offset): self
102 * @param string $format see link for formatting options
106 public function setFormat(string $format): self
116 * @param string $min see link for formatting options
117 * @param string
[all...]
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedSvgImage.php26 static public function getDescription(): string
31 static public function getLabel(): string
36 public static function getName(): string
41 static public function getPersistenceType(): string
52 public function setParsedValue(string $path = null): FeaturedSvgImage
76 static public function getDrive(): string
86 public static function getCanonical(): string
H A DAliasType.php26 static public function getDescription(): string
31 static public function getLabel(): string
36 public static function getName(): string
41 public static function getPersistentName(): string
47 static public function getPersistenceType(): string
63 public function getDefaultValue(): string
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt113 string string
125 string string
140 string string
213 string string
223 string string
232 string string
243 string string
265 string string
284 string string
292 string string
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DConfigManagementQuantity.php22 public $string; variable in Google\\Service\\GKEHub\\ConfigManagementQuantity
24 public function setString($string) argument
26 $this->string = $string;
30 return $this->string;
/plugin/fksnewsfeed/inc/renderer/
H A DFykosRenderer.php16 public function render(string $innerHtml, string $formHtml, ModelNews $news): string {
28 public function renderContent(ModelNews $data, array $params): string {
38 public function renderEditFields(array $params): string {
57 protected function getModalHeader(): string {
68 protected function getPriorityField(int $id, string $streamName, array $params): string {
115 protected function btnEditNews(int $id, string $stream): string {
150 protected function getText(ModelNews $news): ?string {
154 protected function getSignature(ModelNews $news): string {
161 protected function getHeader(ModelNews $news): string {
168 protected function getLink(ModelNews $news): string {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php51 * @var string
73 public function decode(string $data, SaslContext $context): Message
81 public function encode(Message $message, SaslContext $context): string
99 protected function startParsing(string $binary): void
118 protected function parse(string $digest, bool $isServerMode): Message
143 protected function parseOptValue(string $opt, bool $isServerMode)
216 protected function encodeOptValue(string $name, $value, bool $isServerMode)
234 $encoded = (string) $value;
243 $encoded = (string) $value;
266 protected function parseExact(string
[all...]
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php61 public function parse($string, array $parameters) argument
63 return $this->resolveNextSection($string, $parameters);
71 private function resolveNextSection($string, $parameters) argument
73 $start = strpos($string, "{");
75 return $string;
77 $end = strpos($string, "}");
79 return $string;
81 $string = $this->replace($string, $start, $end, $parameters);
82 return $this->resolveNextSection($string, $parameters);
88 $data = substr($string, $start + 1, $end - $start - 1);
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php135 public function getText() : string
193 public function getChild(int $i, ?string $type = null) : ?Tree
212 * @param array<string>|null $ruleNames
214 public function toStringTree(?array $ruleNames = null) : string
219 public function __toString() : string
225 * @param array<string>|null $ruleNames
227 public function toString(?array $ruleNames = null, ?RuleContext $stop = null) : string
230 $string = '[';
235 $string .= $p->invokingState;
239 $ruleName = $ri >= 0 && $ri < \count($ruleNames) ? $ruleNames[$ri] : (string)
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlExtension.php30 * @var string
35 * @var null|string
45 * @param string $name
46 * @param null|string $value
49 public function __construct(string $name, ?string $value = null, bool $isCritical = false)
57 * @return string
59 public function getName(): string
65 * @param string $name
68 public function setName(string
[all...]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractTimeType.php60 * @var string[] Valid datetime formats.
65 * @var string[] Valid timezone formats
70 * @var string
75 * @var string
86 * @param string $dateFormat Represents the furthest datetime element to represent in the datetime object.
87 * @param string $tzFormat Represents the format of the timezone.
89 public function __construct(?DateTimeInterface $dateTime, string $dateFormat, string $tzFormat)
116 * @return string
118 public function getTimeZoneFormat(): string
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DRdn.php44 * @var string
49 * @var string
59 * @param string $name
60 * @param string $value
62 public function __construct(string $name, string $value)
69 * @return string
71 public function getName(): string
77 * @return string
79 public function getValue(): string
[all...]

1...<<11121314151617181920>>...127