Home
last modified time | relevance | path

Searched refs:string (Results 901 – 925 of 3165) sorted by relevance

1...<<31323334353637383940>>...127

/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DDelimiterProcessorCollection.php27 * @var array<string,DelimiterProcessorInterface>|DelimiterProcessorInterface[]
51 public function getDelimiterProcessor(string $char): ?DelimiterProcessorInterface
57 * @return string[]
64 private function addDelimiterProcessorForChar(string $delimiterChar, DelimiterProcessorInterface $processor): void
73 private function addStaggeredDelimiterProcessorForChar(string $opening, DelimiterProcessorInterface $old, DelimiterProcessorInterface $new): void
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php122 public function write($string) argument
124 $this->buffer .= $string;
131 return strlen($string);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DBufferStream.php119 public function write($string) argument
121 $this->buffer .= $string;
127 return strlen($string);
/plugin/combo/ComboStrap/
H A DJson.php40 public static function getValidationLink(string $json): string
60 * @return false|string
67 * Edge case empty string
77 * @return string
80 public function toFrontMatterFormat(): string
100 throw new ExceptionBadSyntax("The string is not a valid json. Value: ($jsonString)");
H A DFetcherRawLocalPath.php86 function getBuster(): string
93 function getFetcherName(): string
98 public function getLabel(): string
H A DCall.php37 * Used to manage white space before an unmatched string.
153 * @var mixed|string
173 * @param string|null $rawContext
174 * @param string|null $content - the parsed content
175 * @param string|null $payload - the payload after handler
179 public static function createComboCall($tagName, $state, array $attribute = array(), string $rawContext = null, string $content = null, string $payload = null, int $position = null, string $syntaxComponentName = null): Call
264 * @return mixed|string
[all...]
H A DColorRgb.php249 * @var string
258 * @var null|string
349 public static function createFromHex(string $color): ColorRgb
416 * @param array|string|ColorRgb $color
520 * @return string
522 function toRgbHex(): string
548 static function createFromString(string $color): ColorRgb
561 static function createFromName(string $color): ColorRgb
569 function toCssValue(): string
638 function getNameType(): string
[all...]
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DFileLocatorInterface.php9 public function findFileForClass(\ReflectionClass $class, string $extension): ?string;
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DProtocol.php82 ->string($result['Library']->reach())
96 ->string($result)
106 ->string($result)
116 ->string($result)
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsplit.rst7 The ``split`` filter splits a string by the given delimiter and returns a list
18 limit elements with the last element containing the rest of string;
30 If the ``delimiter`` is an empty string, then value will be split by equal
44 empty) functions for string splitting.
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php67 private function buildAndCacheFromFactory(string $className)
87 private function buildFactory(string $className) : callable
133 …private function checkIfUnSerializationIsSupported(ReflectionClass $reflectionClass, string $seria…
159 …attemptInstantiationViaUnSerialization(ReflectionClass $reflectionClass, string $serializedString)…
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DCramMD5Challenge.php50 public function challenge(?string $received = null, array $options = []): SaslContext
119 protected function generateDigest(string $challenge, string $key): string
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DFencedCode.php
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DJsonFormatter.php75 public function format(array $record): string
100 public function formatBatch(array $records): string
127 protected function formatBatchJson(array $records): string
138 protected function formatBatchNewlines(array $records): string
/plugin/combo/syntax/
H A Dhighlightwiki.php45 public static function getOpenTagHighlight(string $tag): string
78 public function getType(): string
96 public function getPType(): string
140 * @param string $match
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php31 * @return string|array (may be an array for dokuwiki ie {@link CreationDate::toStoreValue()} for instance
76 public function toStoreDefaultValue(): ?string
94 public static function getDataType(): string
112 * @throws ExceptionBadSyntax - if the string is not a date string
113 * @throws ExceptionBadArgument - if this is not a string
121 throw new ExceptionBadArgument("This is not a string value");
142 private function toPersistentDateTimeUtility($value): string
153 public static function getCanonical(): string
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Token/
H A DTokenInterface.php22 * @return null|string
24 public function getUsername(): ?string;
27 * @return null|string
29 public function getPassword(): ?string;
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DTreeNode.php68 ->string($node->getId())
89 ->string($node->getId())
111 ->string($node->getId())
134 ->string($node->getId())
152 ->string($result)
165 ->string($result)
198 ->string($result)
218 ->string($result)
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dtext-macros.js19string.length&&this.string.charAt(this.i)!="\n"){this.i++}this.i++},GetCS:function(){var e=this.st…
/plugin/combo/vendor/symfony/yaml/
H A DParser.php45 * @param string $filename The path to the YAML file to be parsed
52 public function parseFile(string $filename, int $flags = 0)
72 * Parses a YAML string to a PHP value.
74 * @param string $value A YAML string
81 public function parse(string $value, int $flags = 0)
116 private function doParse(string $value, int $flags)
236 throw new ParseException((is_numeric($key) ? 'Numeric' : 'Non-string').' keys are not supported. Quote your evaluable mapping keys instead.', $this->getRealCurrentLineNb() + 1, $this->currentLine);
241 $key = (string) $key;
446 // try to parse the value as a multi-line string a
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Normalizer/
H A DTextNormalizerInterface.php22 * @param string $text The text to normalize
23 * @param array<string, mixed> $context Additional context about the text being normalized (optional)
26 * - `prefix` - A string prefix to prepend to each normalized result
32 public function normalize(string $text, array $context = []): string;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DGetScriptLanguages.php31 public function getURI(): string
44 public function getMethod(): string
H A DPing.php31 public function getURI(): string
44 public function getMethod(): string
H A DGetScriptContext.php31 public function getURI(): string
44 public function getMethod(): string
H A DInfo.php31 public function getURI(): string
44 public function getMethod(): string

1...<<31323334353637383940>>...127