Home
last modified time | relevance | path

Searched refs:string (Results 1126 – 1150 of 3165) sorted by relevance

1...<<41424344454647484950>>...127

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/
H A DAllocationExplain.php31 public function getURI(): string
45 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DQueryApiKeys.php31 public function getURI(): string
44 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Sql/
H A DQuery.php31 public function getURI(): string
44 public function getMethod(): string
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php88 private function getCarouselItem(ModelNews $feed, bool $active): string {
106 private function getText(ModelNews $feed): string {
110 private function getHeadline(ModelNews $feed): string {
114 private function getLink(ModelNews $feed): string {
H A Dfeed.php19 public function getType(): string {
23 public function getPType(): string {
76 private function getContent(ModelNews $data, array $params): string {
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php89 ->string($bucket->data)
121 ->string($result)
127 ->string($_bucket->data)
145 ->string($result)
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php38 public static function getHtmlTag(): string
71 public static function handleExit(\Doku_Handler $handler, int $pos, string $match): array
123 public static function renderEnterXhtml(TagAttributes $attributes, array $data): string
140 public static function renderExitXhtml(array $data): string
/plugin/fksnewsfeed/inc/renderer/
H A DVyfukRenderer.php15 public function render(string $innerHtml, string $formHtml, ModelNews $news): string {
38 public function renderContent(ModelNews $data, array $params): string {
47 public function renderEditFields(array $params): string {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSearchableSnapshotsNamespace.asciidoc37 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
52 $params['repository'] = (string) The name of the repository containing the snapshot of the index to mount
53 $params['snapshot'] = (string) The name of the snapshot of the index to mount
56 $params['storage'] = (string) Selects the kind of local storage used to accelerate searches. Experimental, and defaults to `full_copy` (Default = )
71 $params['repository'] = (string) The repository for which to get the stats for
/plugin/commonmark/vendor/league/commonmark/src/Normalizer/
H A DSlugNormalizer.php20 * Creates URL-friendly strings based on the given string input
37 public function normalize(string $text, array $context = []): string
/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php34 * @var string
36 private string $contentWithoutFrontMatter;
294 public function getJsonString(): string
307 * @return string
309 public static function toFrontmatterJsonString($jsonArray): string
427 public function toFrontmatterString(): string
464 private function setContentWithoutFrontMatter(string $contentWithoutFrontMatter): MetadataFrontmatterStore
472 * @return string - the new markup (ie the new frontmatter and the markup)
474 public function toMarkup(): string
499 public function getContentWithoutFrontMatter(): string
[all...]
H A DIconDownloader.php211 * @var false|string
220 public function __construct(string $name)
282 public static function createFromName(string $name): IconDownloader
290 private static function getPhysicalNameFromDictionary(string $logicalName, string $library)
304 public function getIconName(): string
312 public function getDownloadUrl(): string
555 public static function getEmojiCodePoint(string $emojiName)
565 * @param string $iconName
566 * @param string
[all...]
H A DExceptionPhpError.php9 private string $errorFile;
25 * @return string
27 public function getErrorFile(): string
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php76 * @param string $pdfVersion
158 * @param string $box The page boundary to import. Default set to PageBoundaries::CROP_BOX.
160 * @return string A unique string identifying the imported page.
367 $string = PdfString::unescape($value->value);
368 $string = $this->protection->rc4($this->protection->objectKey($this->currentObjectNumber), $string);
369 $value->value = $this->writer->escape($string);
373 $string = $filter->decode($value->value);
374 $string
[all...]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DEncoderInterface.php26 * Encode a message object to a string. Optionally pass the type of message to be encoded.
30 public function encode(Message $message, SaslContext $context): string;
33 * Decode a string to a message object. Optionally pass the type of message to be decoded.
37 public function decode(string $data, SaslContext $context): Message;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DRange.php17 * @param string|null $fieldName Field name
20 public function __construct(?string $fieldName = null, array $args = [])
30 * @param string $fieldName Field name
35 public function addField(string $fieldName, array $args): self
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DPropertyMetadata.php27 public function __construct(string $class, string $name)
/plugin/findologicxmlexport/vendor/phpunit/php-timer/tests/
H A DTimerTest.php28 public function testSecondsToTimeString($string, $seconds) argument
31 $string,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/
H A DExecuteWatch.php31 public function getURI(): string
48 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/AsyncSearch/
H A DSubmit.php31 public function getURI(): string
88 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DPutSettings.php31 public function getURI(): string
54 public function getMethod(): string
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSasl.php46 public function get(string $mechanism): MechanismInterface
60 public function supports(string $mechanism): bool
82 public function remove(string $mechanism): self
94 * @param string[] $choices array of mechanisms by their name
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DDn.php34 * @var string
44 * @param string $dn
46 public function __construct(string $dn)
94 * @return string
96 public function toString(): string
116 * @return string
138 * @param string $dn
141 public static function isValid(string $dn): bool
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DLinkParserHelper.php29 * @return string|null The string, or null if no match
31 public static function parseLinkDestination(Cursor $cursor): ?string
70 public static function parsePartialLinkLabel(Cursor $cursor): ?string
78 * @return string|null The string, or null if no match
80 public static function parseLinkTitle(Cursor $cursor): ?string
90 public static function parsePartialLinkTitle(Cursor $cursor, string $endDelimiter): ?string
101 private static function manuallyParseLinkDestination(Cursor $cursor): ?string
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSwiftMailerHandler.php52 protected function send(string $content, array $records): void
62 protected function getSubjectFormatter(?string $format): FormatterInterface
76 protected function buildMessage(string $content, array $records): Swift_Message

1...<<41424344454647484950>>...127