Home
last modified time | relevance | path

Searched refs:string (Results 1301 – 1325 of 3165) sorted by relevance

1...<<51525354555657585960>>...127

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DGetIndexTemplate.php32 public function getURI(): string
51 public function getMethod(): string
H A DGetTemplate.php32 public function getURI(): string
52 public function getMethod(): string
H A DSimulateTemplate.php32 public function getURI(): string
51 public function getMethod(): string
/plugin/combo/ComboStrap/
H A DDropDownTag.php13 public static function renderEnterXhtml(TagAttributes $tagAttributes): string
38 public static function renderExitXhtml(): string
H A DPanelTag.php57 public static function handleEnter(TagAttributes $tagAttributes, Doku_Handler $handler, string $markupTag): array
124 public static function handleExit(Doku_Handler $handler, int $pos, string $markupTag, string $match): array
183 public static function renderEnterXhtml(TagAttributes $tagAttributes, array $data): string
228 public static function renderExitXhtml(array $data): string
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php46 public function __construct(string $name = null, callable $directoryIteratorProvider = null, callable $isReadableProvider = null)
136 private function validate(string $content, int $flags, string $file = null)
213 $v['file'] = (string) $v['file'];
228 private function getFiles(string $fileOrDirectory): iterable
254 private function getDirectoryIterator(string $directory): iterable
270 private function isReadable(string $fileOrDirectory): bool
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DParentExpression.php35 ->string($this->getAttribute('name'))
41 ->string($this->getAttribute('name'))
/plugin/combo/action/
H A Drouter.php91 /** @var string - a name used in log and other places */
116 * @param string $refreshHeader
117 * @return false|string
119 public static function getUrlFromRefresh(string $refreshHeader)
130 * @return array|mixed|string|string[]
150 * @param string $id
159 public static function isShadowBanned(string $id): bool
213 * @param string $id
219 public static function isWellKnownFile(string
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractStringContainerBlock.php
/plugin/codemirror/dist/modes/
H A Dsmarty.min.js1string.length||/\s/.test(a.string.charAt(b)))}function n(a,b){var c=a.string;for(var f=a.pos;;){va…
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php105 private static function isRendering(string $wikiId): bool
182 * @param string $name
186 public function getFromName(string $name, $default = null)
198 * Empty string return null
219 * @param string $name
220 * @param string|array $value
224 public function setFromPersistentName(string $name, $value, $default = null): MetadataDokuWikiStore
240 * Also don't change the type of the value to a string
242 * between true and a string and will not persist the value
292 private function getWikiId(): string
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Naming/
H A DCamelCaseNamingStrategy.php26 public function __construct(string $separator = '_', bool $lowerCase = true)
35 public function translateName(PropertyMetadata $property): string
/plugin/findologicxmlexport/vendor/jms/serializer/src/Twig/
H A DSerializerExtension.php61 …public function serialize(object $object, string $type = 'json', ?SerializationContext $context = …
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DChangePassword.php32 public function getURI(): string
49 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DDeleteExpiredData.php32 public function getURI(): string
50 public function getMethod(): string
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md82 $french[0], // string(1) "J"
83 $arabic[0], // string(2) "أ"
84 $japanese[0] // string(3) "私"
108 To get the length of a string, we can use the `count` function:
118 We are also able to iterate over the string:
127 * string(2) "أ"
128 * string(2) "ح"
129 * string(2) "ب"
130 * string(2) "ك"
142 Hoa\Ustring\Ustring::fromCode(0x1a9), // string(2) "Ʃ"
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DBasic.php94 ->string($result)
108 ->string($result)
118 ->string($result)
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.padding.inc.php42 function parse($string) { argument
43 if ($string === 'inherit') {
47 $values = $this->parse_in($string);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DBitStringType.php14 * Represents a bit string type.
23 * @param string $value
25 public function __construct(string $value = '')
31 * @return string
39 * @param string $value
42 public function setValue(string $value)
50 * Get the integer representation of the bit string.
62 * @return string
76 * Construct the bit string from a binary string valu
[all...]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DCachingStream.php96 public function write($string) argument
102 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
107 return $this->stream->write($string);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DVocabularyImpl.php15 /** @var array<string|null> */
18 /** @var array<string|null> */
21 /** @var array<string|null> */
31 * @param array<string|null> $literalNames The literal names assigned
34 * @param array<string|null> $symbolicNames The symbolic names assigned
37 * @param array<string|null> $displayNames The display names assigned
81 * @param array<string|null> $tokenNames The token names, or `null` if
130 public function getLiteralName(int $tokenType) : ?string
139 public function getSymbolicName(int $tokenType) : ?string
152 public function getDisplayName(int $tokenType) : string
[all...]
/plugin/combo/syntax/
H A Dtogglecollapse.php22 function getType(): string
36 function getPType(): string
70 * @param string $mode
130 * @param string $format
165 static function getTag(): string
H A Dtoggleexpand.php22 function getType(): string
36 function getPType(): string
70 * @param string $mode
130 * @param string $format
165 static function getTag(): string
/plugin/combo/ComboStrap/Tag/
H A DFollowTag.php29 public static function renderExit(): string
34 public static function renderSpecialEnterNode(TagAttributes $tagAttributes, $state): string
102 private static function returnErrorString($message, $state): string
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfString.php15 * Class representing a PDF string object
22 * Parses a string object from the stream reader.
59 * @param string $value The string needs to be escaped accordingly.
73 * @param mixed $string
77 public static function ensure($string) argument
79 return PdfType::ensureType(self::class, $string, 'String value expected.');
83 * Unescapes escaped sequences in a PDF string according to the PDF specification.
85 * @param string $s
86 * @return string
[all...]

1...<<51525354555657585960>>...127