Home
last modified time | relevance | path

Searched refs:string (Results 1526 – 1550 of 3165) sorted by relevance

1...<<61626364656667686970>>...127

/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaTab.php11 * @var string
32 public static function create(string $tabName): FormMetaTab
37 public function setLabel(string $label): FormMetaTab
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/
H A DExporterTest.php42 $obj->string = '1';
354 private function trimNewline($string) argument
356 return preg_replace('/[ ]*\n/', "\n", $string);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DExtendedRequest.php58 * @var string
63 * @var null|AbstractType|ProtocolElementInterface|string
68 * @param string $requestName
69 * @param null|AbstractType|ProtocolElementInterface|string $requestValue
71 public function __construct(string $requestName, $requestValue = null)
78 * @param string $requestName
81 public function setName(string $requestName)
89 * @return string
91 public function getName(): string
97 * @param AbstractType|ProtocolElementInterface|string|nul
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DExtendedResponse.php47 * @var null|string
52 * @var null|string|AbstractType|ProtocolElementInterface
58 * @param null|string $responseName
59 * @param null|string $responseValue
61 public function __construct(LdapResult $result, ?string $responseName = null, $responseValue = null)
71 * @return null|string
73 public function getName(): ?string
81 * @return null|string
83 public function getValue(): ?string
/plugin/combo/ComboStrap/
H A DFetcherScreenshot.php203 function getBuster(): string
213 public function getFetcherName(): string
253 public function getLabel(): string
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php156 public function __toString() : string
161 public function toString(Vocabulary $vocabulary) : string
169 return (string) $serializer;
172 public function toLexerString() : string
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D62.62.js.map1string',\n 'bool',\n 'byte',\n 'word',\n 'dword',\n 'array',\n …
/plugin/sha3sum/
H A DREADME.MD14 Generates a SHA3-512 hash of a string.
18 For example [[SHA3:]] will generate for a empty string:
/plugin/fksnewsfeed/inc/ORM/
H A DModelPriority.php15 public ?string $priorityFrom;
17 public ?string $priorityTo;
/plugin/flowplay/
H A Dsyntax.php21 function hsc($string){ return htmlspecialchars($string, ENT_QUOTES, 'UTF-8'); } argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DMailHandler.php55 abstract protected function send(string $content, array $records): void;
81 protected function isHtmlBody(string $body): bool
H A DIFTTTHandler.php39 …public function __construct(string $eventName, string $secretKey, $level = Logger::ERROR, bool $bu…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DCreateServiceToken.php35 public function getURI(): string
64 public function getMethod(): string
H A DClearCachedServiceTokens.php35 public function getURI(): string
54 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DBulk.php39 public function getURI(): string
72 public function getMethod(): string
92 throw new InvalidArgumentException("Body must be an array, traversable object or string");
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DTermsSet.php14 * @var string
19 * @param array<bool|float|int|string> $terms
20 * @param AbstractScript|string $minimumShouldMatch
22 public function __construct(string $field, array $terms, $minimumShouldMatch)
36 throw new \TypeError(\sprintf('Argument 3 passed to "%s()" must be of type %s|string, %s given.', __METHOD__, AbstractScript::class, \is_object($minimumShouldMatch) ? \get_class($minimumShouldMatch) : \gettype($minimumShouldMatch)));
41 * @param array<bool|float|int|string> $terms
48 public function setMinimumShouldMatchField(string $minimumShouldMatchField): self
/plugin/mantis/lib/
H A Dclass.nusoap_base.php198 'i4'=>'','int'=>'integer','boolean'=>'boolean','string'=>'string','double'=>'double',
199 'float'=>'double','dateTime'=>'string',
200 'timeInstant'=>'string','base64Binary'=>'string','base64'=>'string','ur-type'=>'array'),
671 * @return string the message
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md20 * non-string mapping keys throw a `ParseException`, use the `Yaml::PARSE_KEYS_AS_STRINGS`
22 * `%` at the beginning of an unquoted string throw a `ParseException`
60 * Starting an unquoted string with a question mark followed by a space is
63 * Deprecated support for implicitly parsing non-string mapping keys as strings.
140 * Deprecated usage of `%` at the beginning of an unquoted string.
148 * Added support for customizing the dumped YAML string through an optional bit field:
164 * Deprecated usage of @, \`, | and > at the beginning of an unquoted string
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG43 2/ Discard comments on same line as @string.
50 1/ @string<spaces>{...} now correctly parsed.
55 Corrected bug in extraction of values from @string.
58 … to PARSEENTRIES to decide whether to remove enclosing "..." or {...} from string and entry fields.
/plugin/vcard/
H A Dvcard.php27 function encode($string) { argument
29 return escape($string);
32 function escape($string) { argument
33 return str_replace(";","\;",$string);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php32 * @var ArrayCollection<string>
39 * @var array<int, string|null>
48 * @var array<int, string>
58 * @param array<int, string|null> $columns
59 * @param array<int, string> $headerCells
92 public function addLine(string $line): void
139 private function parseCell(string $cell, int $column, InlineParserEngineInterface $inlineParser): TableCell
155 * @return array<int, string>
157 public static function split(string $line): array
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php461 * @param string $stringToSign The string to sign.
464 * @param string $accessToken The access token to use to sign the blob. If
467 * @return string
/plugin/pagequery/
H A Dsyntax.php17 public function getType(): string
22 public function getPType(): string
222 * Split a string into key => value parts.
224 * @param string $str
225 * @param string $delim
227 private function keyvalue(string $str, string $delim = ':'): array
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dempty.rst8 ``empty`` checks if a variable is an empty string, an empty array, an empty
15 it will check if an empty string is returned.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dreplace.rst4 The ``replace`` filter formats a given string by replacing the placeholders
12 if the foo parameter equals to the foo string. #}

1...<<61626364656667686970>>...127