Home
last modified time | relevance | path

Searched refs:string (Results 526 – 550 of 3165) sorted by relevance

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/CandidateGenerator/
H A DDirectGenerator.php25 public function __construct(string $field)
35 public function setField(string $field)
51 * @param string $mode see SUGGEST_MODE_* constants for options
55 public function setSuggestMode(string $mode)
117 * @param string $pre an analyzer
121 public function setPreFilter(string $pre)
131 public function setPostFilter(string $post)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DWildcard.php22 * @var string
26 public function __construct(string $field, string $value, float $boost = 1.0)
36 public function getField(): string
41 public function setValue(string $value): self
63 public function setRewrite(string $rewriteMode): self
H A DParentId.php15 * @param string $type Name of the child relationship mapped for the join field
16 * @param string $id ID of the parent document. The query will return child documents of this parent document.
19 public function __construct(string $type, string $id, bool $ignoreUnmapped = false)
26 private function setRelationshipType(string $type): void
31 private function setId(string $id): void
H A DDistanceFeature.php12 public function __construct(string $field, $origin, string $pivot)
19 public function setField(string $field): self
25 * @param array|string $origin
32 public function setPivot(string $pivot): self
/plugin/combo/ComboStrap/
H A DLowQualityCalculatedIndicator.php22 public static function getTab(): ?string
28 public static function getDescription(): string
77 static public function getLabel(): string
82 static public function getName(): string
87 static public function getPersistenceType(): string
H A DSqliteRequest.php22 * @var string
34 * @var string
42 * @var ?string
44 private ?string $statement = null;
61 public function setTableRow(string $tableName, array $data): SqliteRequest
123 function getErrorMessage(): string
166 function setQuery(string $string): SqliteRequest
168 $this->query = $string;
173 * @param string
143 setQuery(string $string) global() argument
[all...]
H A DEditButton.php55 * @var string
61 * @var string
64 private string $target = self::TARGET_SECTION_VALUE;
72 * @var string $format - to conform or not to dokuwiki format
74 private string $format = self::COMBO_FORMAT;
81 private ?string $outlineHeadingId = null;
130 public static function deleteAll(string $html)
138 public static function replaceOrDeleteAll(string $html_output)
150 public function toTag(): string
202 public function toHtmlComment(): string
[all...]
H A DIFetcher.php14 * * or {@link IFetcherString::getFetchString() string}
24 * passing the the {@link ExecutionContext} and pass it the result (a string or a file or whatever)
69 * @return string
72 function getBuster(): string;
101 * @return string
103 public function getRequestedCache(): string;
112 * @return string - an unique name that is added in the fetcher key of the URL
117 public function getFetcherName(): string;
127 * @return string - a label to the resource returned (used in img tag, ...)
134 public function getLabel(): string;
[all...]
/plugin/combo/ComboStrap/Meta/Field/
H A DSocialCardImage.php36 static public function getDescription(): string
41 static public function getLabel(): string
46 public static function getName(): string
51 static public function getPersistenceType(): string
100 static public function getDrive(): string
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DRule.php61 ->string($result->getName())
81 ->string($result->getName())
85 ->string($result->getNodeId())
101 ->string($result)
116 ->string($result)
160 ->string($result)
175 ->string($result)
190 ->string($result)
250 ->string($result)
265 ->string($result)
[all …]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSaslBuffer.php28 public static function wrap(string $data): string
39 public static function unwrap(string $data): string
H A DSaslContext.php47 * @var string|null
133 public function getResponse(): ?string
139 * @param string|null $response
142 public function setResponse(?string $response)
171 public function has(string $key): bool
181 public function get(string $key)
189 public function set(string $key, $value): self
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DLibrary.php61 ->string($result)
74 ->string($result)
87 ->string($result)
104 ->string($result)
120 ->string($result)
136 ->string($result)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D32.32.js1string.html",{token:"string.html",switchTo:"@tag.$S2.$4"},"string.html"]],[/(type)(\s*=\s*)(')([^'…
H A D10.10.js.map1string', '@string.\"'],\n [/'/, 'string', \"@string.'\"]\n ],\n string: […
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDomainsRDAP.php75 'type' => 'string',
95 'type' => 'string',
115 'type' => 'string',
135 'type' => 'string',
140 'type' => 'string',
160 'type' => 'string',
H A DSiteVerification.php74 'type' => 'string',
84 'type' => 'string',
98 'type' => 'string',
112 'type' => 'string',
122 'type' => 'string',
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php10 * Vacuum all input from a string and then treat it like a buffer.
20 /** @var string */
23 /** @var string */
26 /** @var array<string> */
30 * @param array<string> $characters
32 private function __construct(string $input, array $characters)
39 public static function fromString(string $input) : InputStream
46 public static function fromPath(string $path) : InputStream
132 public function getText(int $start, int $stop) : string
145 public function getSourceName() : string
[all...]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DIdenticalValueToken.php24 private $string; variable in Prophecy\\Argument\\Token\\IdenticalValueToken
68 if (null === $this->string) {
69 $this->string = sprintf('identical(%s)', $this->util->stringify($this->value));
72 return $this->string;
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DRelativeOidType.php23 * @param string $value
25 public function __construct(string $value)
31 * @param string $relativeOid
34 public function setValue(string $relativeOid)
42 * @return string
44 public function getValue(): string
50 * @return string
54 return (string) $this->value;
58 * @param string|int $tagNumber
60 * @param string
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFileCommentSniff.php156 $string = $phpcsFile->findNext(T_DOC_COMMENT_STRING, $tag, $commentEnd);
157 if ($string === false || $tokens[$string]['line'] !== $tokens[$tag]['line']) {
165 if ($tokens[$string]['content'] !== 'Squiz Pty Ltd <products@squiz.net>') {
170 $phpcsFile->fixer->replaceToken($string, $expected);
174 …0-9]{4})(-[0-9]{4})? (Squiz Pty Ltd \(ABN 77 084 670 600\))$/', $tokens[$string]['content']) === 0…
179 … preg_match('/^(([0-9]{4})(-[0-9]{4})?)?.*$/', $tokens[$string]['content'], $matches);
185 $phpcsFile->fixer->replaceToken($string, $expected);
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php16 public function __construct(string $dir)
28 public function load(string $class): ?ClassMetadata
62 private function renameFile(string $source, string $target): void
81 public function evict(string $class): void
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFlowdockHandler.php43 string $apiToken,
102 protected function generateDataStream(array $record): string
114 private function buildContent(array $record): string
122 private function buildHeader(string $content): string
H A DFleepHookHandler.php49 string $token,
101 protected function generateDataStream(array $record): string
111 private function buildHeader(string $content): string
127 private function buildContent(array $record): string
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/
H A DUdpSocket.php28 public function __construct(string $ip, int $port = 514)
60 protected function send(string $chunk): void
68 protected function assembleMessage(string $line, string $header): string

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