Home
last modified time | relevance | path

Searched refs:string (Results 651 – 675 of 3165) sorted by relevance

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DMessageWrapperInterface.php26 * @param string $message
27 * @return string
30 public function wrap(string $message): string;
35 * @param string $message
39 public function unwrap(string $message): Buffer;
/plugin/pagequery/
H A DPageQuery.php35 * @param string $query => original query
36 * @param string $error
38 final public function renderAsEmpty($query, $error = ''): string
52 final public function renderAsHtml(string $layout, $sorted_results, $opt, $count)
62 * @param string $query user page query
65 final public function parseNamespaceQuery(string $query): array
232 // create a string date used for sorting only
241 /* provide custom display formatting via string templating {...} */
367 private function first(string $text, $count): string
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DPersonSecret.yml4 type: string
6 type: string
9 type: string
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DDWRenderer.php44 public function getBlockSeparator(): string
49 public function getInnerSeparator(): string
55 * @param string $option
60 public function getOption(string $option, $default = null)
65 public function renderNodes(iterable $nodes): string
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DPhrase.php24 public function setAnalyzer(string $analyzer): self
77 public function setSeparator(string $separator): self
87 public function setHighlight(string $preTag, string $postTag): self
128 * @param string $model the name of the smoothing model
129 * @param array<string, mixed> $params
133 public function setSmoothingModel(string $model, array $params): self
H A DTerm.php22 public function setAnalyzer(string $analyzer): self
28 * @param string $sort see SORT_* constants for options
32 public function setSort(string $sort): self
38 * @param string $mode see SUGGEST_MODE_* constants for options
42 public function setSuggestMode(string $mode): self
118 * Which string distance implementation to use for comparing how similar suggested terms are.
129 public function setStringDistanceAlgorithm(string $distanceAlgorithm): self
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DIAMCredentials.php72 'type' => 'string',
82 'type' => 'string',
92 'type' => 'string',
102 'type' => 'string',
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DNode.php23 * @var string Unique node id
30 * @var string Node name
48 public function __construct(string $id, Client $client)
57 public function getId(): string
62 public function setId(string $id): self
73 public function getName(): string
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DVocabulary.php24 * Gets the string literal associated with a token type. The string returned
39 * @return string The string literal associated with the specified token type,
40 * or `null` if no string literal is associated with the type.
42 public function getLiteralName(int $tokenType) : ?string;
45 * Gets the symbolic name associated with a token type. The string returned
66 * @return string The symbolic name associated with the specified token type,
69 public function getSymbolicName(int $tokenType) : ?string;
81 * @return string Th
[all...]
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
H A Dfunction.php16 * @param string $package The name of the Composer package that is triggering the deprecation
17 * @param string $version The version of the package that introduced the deprecation
18 * @param string $message The message of the deprecation
23 function trigger_deprecation(string $package, string $version, string $message, ...$args): void
/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/
H A DInvalidDsnException.php15 * @var string
19 public function __construct(string $dsn, string $message)
25 public function getDsn(): string
/plugin/combo/vendor/symfony/deprecation-contracts/
H A Dfunction.php16 * @param string $package The name of the Composer package that is triggering the deprecation
17 * @param string $version The version of the package that introduced the deprecation
18 * @param string $message The message of the deprecation
23 function trigger_deprecation(string $package, string $version, string $message, ...$args): void
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DNested.php13 * @param string $name the name of this aggregation
14 * @param string $path the nested path for this aggregation
16 public function __construct(string $name, string $path)
27 public function setPath(string $path): self
H A DValueCount.php13 * @param string $name the name of this aggregation
14 * @param string $field the field on which to perform this aggregation
16 public function __construct(string $name, string $field)
25 * @param string $field the name of the document field on which to perform this aggregation
29 public function setField(string $field): self
H A DGeoCentroid.php13 * @param string $name the name of this aggregation
14 * @param string $field the field on which to perform this aggregation
16 public function __construct(string $name, string $field)
25 * @param string $field the name of the document field on which to perform this aggregation
29 public function setField(string $field): self
H A DCumulativeSum.php14 public function __construct(string $name, string $bucketsPath)
26 public function setFormat(?string $format = null): self
H A DGeoBounds.php13 * @param string $name the name of this aggregation
14 * @param string $field the field on which to perform this aggregation
16 public function __construct(string $name, string $field)
25 * @param string $field the name of the document field on which to perform this aggregation
29 public function setField(string $field): self
H A DMissing.php13 * @param string $name the name of this aggregation
14 * @param string $field the field on which to perform this aggregation
16 public function __construct(string $name, string $field)
25 * @param string $field the name of the document field on which to perform this aggregation
29 public function setField(string $field): self
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfQuotes.yml2 test: Some characters at the beginning of a string must be escaped
4 Some characters at the beginning of a string must be escaped
10 test: A key can be a quoted string
12 A key can be a quoted string
/plugin/combo/vendor/symfony/process/
H A DPhpProcess.php29 * @param string $script The PHP script to run (as a string)
30 * @param string|null $cwd The working directory or null to use the working dir of the current PHP process
35 public function __construct(string $script, string $cwd = null, array $env = null, int $timeout = 60, array $php = null)
56 public static function fromShellCommandline(string $command, string $cwd = null, array $env = null, $input = null, ?float $timeout = 60)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D63.63.js5string.quote","@endDblDocString"]],endDblDocString:[[/[^"]+/,"string"],[/\\"/,"string"],[/"""/,"st…
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php44 public function rollOnce() : string {
64 private function proceessResult(string $result) {
85 public function rollDie(string $formula) {
105 public function __invoke() : string {
109 public function __toString() : string {
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php41 public function ChangeDirection(string $direction): string {
88 public function getTitleMatches(string $match): array
140 public function getLink(string $linkToCheck): string
/plugin/combo/ComboStrap/
H A DSlotManagerMenuItem.php33 private static function getClass(): string
41 * @return string
43 public function getLabel(): string
90 public function getTitle(): string
95 public function getSvg(): string
97 /** @var string icon file */
101 public function createHtml(): string
/plugin/dokutexit/help/
H A Dtexit.txt28 ^title |Add to PDF properties & Latex document title | string | first level one header |
29 ^subject |Add to PDF properties | string | title is used |
30 ^author |Add to PDF properties & Latex document | string| no default|
31 ^keywords |Add to PDF properties | string | no default|
32 ^date |Latex document | string | generation date |
35 ^backgroundtext |Add background text on each page | string | DOKU_URL |

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