Home
last modified time | relevance | path

Searched refs:string (Results 701 – 725 of 3165) sorted by relevance

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

/plugin/combo/ComboStrap/
H A DCacheResults.php19 * @var string
21 private string $wikiId;
25 * @param string $wikiId
27 public function __construct(string $wikiId)
90 * @param string $mode
93 public function getResultForMode(string $mode): ?CacheResult
99 * @return string
101 public function getWikiId(): string
H A DAnalyticsMenuItem.php33 /** @var string do action for this plugin */
39 * @return string
41 public function getLabel(): string
53 public function getTitle(): string
58 public function getSvg(): string
60 /** @var string icon file */
H A DDateTag.php25 * @param string $date
26 * @param string $format
27 * @param string|null $lang
28 * @return string
31 public static function formatDateString(string $date, string $format = DateTag::DEFAULT_FORMAT, string $lang = null): string
94 public static function renderHtml(TagAttributes $tagAttributes): string
H A DTagAttributes.php54 * @var string the alt attribute value (known as the title for dokuwiki)
241 * @var string the functional tag to which the attributes applies
250 * @var string
268 * @var string - the inner Text (used for script or style tag mostly)
270 private string $innerText;
289 * Empty string, 0 may exist
332 * @param string|null $logicalTag - the logical tag for which this attribute will apply
335 public static function createFromCallStackArray(?array $callStackArray, string $logicalTag = null): TagAttributes
377 * @return string return a CSS property with pixel as unit if the unit is not specified
380 public static function toQualifiedCssValue($value): string
1175 removeAttributeIfPresent($string) global() argument
1183 removeOutputAttributeIfPresent($string) global() argument
1399 hasClass(string $string) global() argument
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Attribute/
H A DAsMonologProcessor.php38 ?string $channel = null,
39 ?string $handler = null,
40 ?string $method = null
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Token/
H A DAnonToken.php22 * @var null|string
32 * @param null|string $username
35 public function __construct(?string $username = null, int $version = 3)
44 public function getUsername(): ?string
52 public function getPassword(): ?string
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DConvertProcessor.php22 public function __construct(string $field, string $type)
33 public function setType(string $type): self
/plugin/gtime/gtlib/asn1/gt/
H A DGTTimeSignature.php210 $string = "";
211 $string .= "[";
215 $string .= GTBase16::encodeWithSpaces($reference);
216 $string .= ',';
220 $string .= "]";
222 return $string;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DExtendedStatsBucket.php15 public function __construct(string $name, string $bucketsPath)
22 public function setFormat(string $format): self
H A DReverseNested.php13 * @param string $name The name of this aggregation
14 * @param string|null $path Optional path to the nested object for this aggregation. Defaults to the root of the main document.
16 public function __construct(string $name, ?string $path = null)
30 public function setPath(string $path): self
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DParseTree.php19 public function getChild(int $i, ?string $type = null) : ?Tree;
47 public function getText() : ?string;
53 * @param array<string>|null $ruleNames
55 public function toStringTree(?array $ruleNames = null) : string;
/plugin/dokugitviewer/
H A Dsyntax.php11 function find_end($string, $offset = 0) argument
13 if($offset >= strlen($string))
15 for($i = $offset; $i < strlen($string); $i++)
17 if(!is_numeric($string[$i]))
20 return strlen($string);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dreturn_type_declarations_nullable.phpt11 public function bar(string $baz): ?string;
40 public function bar(string $baz): ?string
55 'Foo', 'bar', $arguments, '?string', $this, true
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogglyHandler.php51 public function __construct(string $token, $level = Logger::DEBUG, bool $bubble = true)
69 protected function getCurlHandler(string $endpoint)
85 private function loadCurlHandle(string $endpoint)
140 protected function send(string $data, string $endpoint): void
/plugin/gtime/gtlib/util/
H A DGTBase64.php53 * @param string $string base-64 encoded string
56 public static function decode($string) { argument
57 return self::getInstance()->decode($string);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D66.66.js.map1string'] },\n { open: \"'\", close: \"'\", notIn: ['string', 'comment'] },\n { open:…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php87 * @param string $username
88 * @param string $password
92 public function bind(string $username, string $password): LdapMessageResponse
101 * @param string $mechanism A specific mechanism to use. If none is supplied, one will be selected.
107 public function bindSasl(array $options = [], string $mechanism = ''): LdapMessageResponse
115 * @param string|Dn $dn
116 * @param string $attributeName
117 * @param string $value
122 public function compare($dn, string
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DDataFrameTransformDeprecatedNamespace.asciidoc39 $params['transform_id'] = (string) The id of the transform to delete
54 $params['transform_id'] = (string) The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms
57 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
72 $params['transform_id'] = (string) The id of the transform for which to get stats. '_all' or '*' implies all transforms
75 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
101 $params['transform_id'] = (string) The id of the new transform.
115 $params['transform_id'] = (string) The id of the transform to start
130 $params['transform_id'] = (string) The id of the transform to stop
133 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
147 $params['transform_id'] = (string) Th
[all...]
H A DMonitoringNamespace.asciidoc32 $params['type'] = DEPRECATED (string) Default document type for items which don't provide one
33 $params['system_id'] = (string) Identifier of the monitored system
34 $params['system_api_version'] = (string) API Version of the monitored system
35 $params['interval'] = (string) Collection interval (e.g., '10s' or '10000ms') of the payload
H A DSecurityNamespace.asciidoc71 $params['username'] = (string) The username of the user to change the password for
153 $params['application'] = (string) Application name
154 $params['name'] = (string) Privilege name
168 $params['name'] = (string) Role name
182 $params['name'] = (string) Role-mapping name
196 $params['username'] = (string) username
210 $params['username'] = (string) The username of the user to disable
224 $params['username'] = (string) The username of the user to enable
238 $params['id'] = (string) API key id of the API key to be retrieved
239 $params['name'] = (string) AP
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DIntermediateResponse.php33 * @var null|string
38 * @var null|string
43 * @param null|string $responseName
44 * @param null|string $responseValue
46 public function __construct(?string $responseName, ?string $responseValue)
53 * @return null|string
55 public function getName(): ?string
61 * @return null|string
63 public function getValue(): ?string
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DScanner.php3 * Scans a string and creates list of tokens.
13 * Scans a string and creates list of tokens.
27 * string to parse
28 * @var string
47 * Scan a string for tokens
50 * @param string $string content string
55 public function scan(array &$target, string $string, in argument
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst11 The ``escape`` filter escapes a string for safe insertion into the final
45 * ``html``: escapes a string for the **HTML body** context.
47 * ``js``: escapes a string for the **JavaScript context**.
49 * ``css``: escapes a string for the **CSS context**. CSS escaping can be
50 applied to any string being inserted into CSS and escapes everything except
53 * ``url``: escapes a string for the **URI or parameter contexts**. This should
56 * ``html_attr``: escapes a string for the **HTML attribute** context.
106 string to escape, and the charset.
117 * ``charset``: The string charset
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php107 LogUtility::error("The alias element ($path) is not a string", Alias::CANONICAL);
136 public static function getName(): string
142 static public function getPersistenceType(): string
273 function addAlias(string $aliasPath, $aliasType = null): Aliases
308 function getCanonical(): string
314 function getTab(): string
320 function getDescription(): string
325 static public function getLabel(): string
336 public function getUidClass(): ?string
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBinary.php46 public static function safeStrlen(string $str): int
70 string $str,
73 ): string {

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