Home
last modified time | relevance | path

Searched refs:string (Results 726 – 750 of 3165) sorted by relevance

1...<<21222324252627282930>>...127

/plugin/combo/ComboStrap/
H A DCacheMenuItem.php42 * @return string
44 public function getLabel(): string
63 public function getTitle(): string
68 public function getSvg(): string
70 /** @var string icon file */
H A DMetaManagerMenuItem.php42 * @return string
44 public function getLabel(): string
63 public function getTitle(): string
68 public function getSvg(): string
70 /** @var string icon file */
H A DBacklinkMenuItem.php42 * @return string
44 public function getLabel(): string
63 public function getTitle(): string
68 public function getSvg(): string
70 /** @var string icon file */
H A DLdJson.php128 public static function getName(): string
133 static public function getPersistenceType(): string
138 static public function getCanonical(): string
144 static public function getDescription(): string
149 static public function getLabel(): string
154 static public function getTab(): string
165 public function getDefaultValue(): ?string
213 * @return false|string|null
223 LogUtility::error("The string value is not a valid Json. Value: $value", self::CANONICAL);
H A DMarkupCacheDependencies.php115 * @var string the first key captured
148 * @param string $dependency - a {@link MarkupCacheDependencies} ie
149 * @param string $event
151 public static function reRenderSideSlotIfNeeded($pathAddedOrDeleted, string $dependency, string $event)
200 * @return string - output the namespace used in the cache key
205 public function getValueForKey($dependenciesValue): string
240 * @return string
249 public function getOrCalculateDependencyKey($actualKey): string
271 * @param string
[all...]
/plugin/graphgear/
H A Dsyntax.php223 function parseOpts($string){ argument
231 $len = strlen($string);
234 if($string[$i] == ',' || $i == $len){
245 if($string[$i] == '"'){
255 if($string[$i] == '=' && !$dq && $iskey){
262 $key .= $string[$i];
264 $val .= $string[$i];
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DPropertyMetadata.php138 public function __construct(string $class, string $name)
154 public function setAccessor(string $type, ?string $getter = null, ?string $setter = null): void
259 protected function unserializeProperties(string $str): string
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php44 * @param string|Dn $dn
57 * @param string|Attribute $attribute
58 * @param string ...$values
78 * @param string|Attribute $attribute
79 * @param mixed|string ...$values
99 * @param string|Attribute ...$attributes
121 * @param string|Attribute $attribute
148 * @param string|Attribute $attribute
168 * @param string|Attribute $attribute
239 public function __toString(): string
[all...]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D69.69.js.map1string'\n }\n }\n ]\n ],\n // Flow Coll…
H A D29.29.js.map1string', 'comment'] },\n { open: '[', close: ']', notIn: ['string', 'comment'] },\n …
/plugin/xcom/lang/en/
H A Dfunctions.txt5 ^Parameters|(string) namespace, (array) options|
12 ^Parameters |(string) a query string as described on [[doku>search|search]]|
13 ^Description|Performs a fulltext search based on the raw string|
30 ^Parameters |(string) [[doku>:pagename]]|
36 ^Parameters |(string) [[doku>:pagename]]|
42 ^Parameters |(string) [[doku>:pagename]] , (int) offset|
49 ^Parameters |(string) [[doku>:pagename]]|
55 ^Parameters |(string) [[doku>:pagename]]|
61 ^Parameters |(string) [[doku>:pagename]] , (string) raw Wiki text, (array) attrs \\ Where ''attrs…
67 ^Parameters |(string) [[doku>:pagename|pagename]]|
[all …]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DOidType.php23 * @param string $value
25 public function __construct(string $value)
31 * @param string $oid
34 public function setValue(string $oid)
42 * @param int|string $tagNumber
44 * @param string $value
47 public static function withTag($tagNumber, int $class, string $value)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogmaticFormatter.php33 public function setHostname(string $hostname): self
40 public function setAppname(string $appname): self
53 public function format(array $record): string
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPushoverHandler.php102 string $token,
104 ?string $title = null,
139 protected function generateDataStream(array $record): string
149 private function buildContent(array $record): string
190 private function buildHeader(string $content): string
/plugin/fedauth/
H A Dcommon.php34 $string = array();
38 $string[] = $b1.$key.$b2.$val;
40 $string[] = $b1.$key.$b2.$glue.$val;
42 return implode($separator, $string);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DLazyHandlerRegistry.php40 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void
49 public function getHandler(int $direction, string $typeName, string $format)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DExactValueToken.php26 private $string; variable in Prophecy\\Argument\\Token\\ExactValueToken
110 if (null === $this->string) {
111 $this->string = sprintf('exact(%s)', $this->util->stringify($this->value));
114 return $this->string;
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A Dbootstrap80.php121 …ction idn_to_ascii(?string $domain, ?int $flags = IDNA_DEFAULT, ?int $variant = INTL_IDNA_VARIANT_…
124 …nction idn_to_utf8(?string $domain, ?int $flags = IDNA_DEFAULT, ?int $variant = INTL_IDNA_VARIANT_…
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhpToken.php27 * @var string
41 public function __construct(int $id, string $text, int $line = -1, int $position = -1)
49 public function getTokenName(): ?string
59 * @param int|string|array $kind
77 public function __toString(): string
79 return (string) $this->text;
85 public static function tokenize(string $code, int $flags = 0): array
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php31 * @var string
52 * @param string $filter
54 public function __construct(string $filter)
61 * @param string $filter
66 public static function parse(string $filter): FilterInterface
210 return [$endAt, $this->getComparisonFilterObject((string) $filterType, $attribute, $value)];
251 * @param string|null $filterType
257 protected function validateParsedFilter(?string $filterType, ?int $startsAt, ?int $startValue, $endAt): void
276 * @param string $operator
277 * @param string
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DStringAsset.php23 private $string; variable in Assetic\\Asset\\StringAsset
36 $this->string = $content;
43 $this->doLoad($this->string, $additionalFilter);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDerivative.php17 public function __construct(string $name, ?string $bucketsPath = null)
24 \trigger_deprecation('ruflin/elastica', '7.1.3', 'Passing null as 2nd argument to "%s()" is deprecated, pass a string instead. It will be removed in 8.0.', __METHOD__);
26 \trigger_deprecation('ruflin/elastica', '7.1.3', 'Not passing a 2nd argument to "%s()" is deprecated, pass a string instead. It will be removed in 8.0.', __METHOD__);
35 public function setFormat(string $format): self
H A DStatsBucket.php17 public function __construct(string $name, ?string $bucketsPath = null)
24 \trigger_deprecation('ruflin/elastica', '7.1.3', 'Passing null as 2nd argument to "%s()" is deprecated, pass a string instead. It will be removed in 8.0.', __METHOD__);
26 \trigger_deprecation('ruflin/elastica', '7.1.3', 'Not passing a 2nd argument to "%s()" is deprecated, pass a string instead. It will be removed in 8.0.', __METHOD__);
35 public function setFormat(string $format): self
H A DSumBucket.php17 public function __construct(string $name, ?string $bucketsPath = null)
24 \trigger_deprecation('ruflin/elastica', '7.1.3', 'Passing null as 2nd argument to "%s()" is deprecated, pass a string instead. It will be removed in 8.0.', __METHOD__);
26 \trigger_deprecation('ruflin/elastica', '7.1.3', 'Not passing a 2nd argument to "%s()" is deprecated, pass a string instead. It will be removed in 8.0.', __METHOD__);
35 public function setFormat(string $format): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DDateProcessor.php22 public function __construct(string $field, array $formats)
43 public function setTimezone(string $timezone): self
53 public function setLocale(string $locale): self

1...<<21222324252627282930>>...127