Home
last modified time | relevance | path

Searched refs:string (Results 1626 – 1650 of 3165) sorted by relevance

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

/plugin/mantis/lib/
H A Dclass.wsdlcache.php67 * @param string $string debug data
70 function debug($string){ argument
71 $this->debug_str .= get_class($this).": $string\n";
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Darrays.rst36 …serialize(['c' => 'd'], SerializationContext::create()->setInitialType('array<string>')); // ["d"]
42 …e(['c' => 'd'], SerializationContext::create()->setInitialType('array<string,string>')); // {"c" …
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php17 /** @var string the executed script itself */
185 * @param \Exception|string $error either an exception or an error message
210 * @param string $string
213 public function success($string, array $context = array()) argument
215 $this->logMessage('success', $string, $context);
219 * @param string $level
220 * @param string $message
228 /** @var string $prefix */
229 /** @var string
[all...]
/plugin/combo/syntax/
H A Dtoggle.php29 function getType(): string
43 function getPType(): string
77 * @param string $mode
134 * @param string $format
222 static function getTag(): string
/plugin/codemirror/dist/modes/
H A Dsmarty.min.js.map1string","length","test","charAt","tokenTop","scan","nextMatch","indexOf","match","eat","tokenBlock…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckoutput.py28 import string
30 def escape(text, replace=string.replace):
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D27.27.js1 …gexp.delim","@sregexp"],[/raw"""/,"string.delim","@rtstring"],[/[bv]?"""/,"string.delim","@dtstrin…
H A D58.58.js1 …/'/,"string","@popall"],[/./,"string"]],dblStringBody:[[/"/,"string","@popall"],[/./,"string"]],he…
/plugin/flowplay2/
H A Dsyntax.php22 function hsc($string){ return htmlspecialchars($string, ENT_QUOTES, 'UTF-8'); } argument
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DAnonymousChallenge.php45 public function challenge(?string $received = null, array $options = []): SaslContext
56 protected function processServer(?string $received): void
H A DDigestMD5Challenge.php69 public function challenge(?string $received = null, array $options = []): SaslContext
87 protected function generateClientResponse(?Message $message, $options): ?string
112 protected function generateServerResponse(?Message $received, array $options): ?string
135 protected function createClientResponse(Message $message, array $options): string
218 if (strlen((string) $received->get('cnonce')) < 12) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRequestHandlerInterface.php88 public function bind(string $username, string $password): bool;
H A DGenericRequestHandler.php44 public function bind(string $username, string $password): bool
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DSearchMvt.php36 public function getURI(): string
61 public function getMethod(): string
/plugin/combo/ComboStrap/
H A DArrayUtility.php15 * @param string $content - [Optional] - append to this variable if given
16 * @return string - an array as an HTML list or $content if given as variable
18 public static function formatAsHtmlList(array $toPrint, &$content = ""): string
70 * @return int|string|null - the last key of an array
86 * @param array|string $value - the value to return as a flat array
109 public static function formatAsString(array $array): string
/plugin/deeplautotranslate/
H A Daction.php327 private function get_glossary_ns(): string {
331 private function get_mode(): string {
342 private function get_target_lang(): string {
348 private function get_default_lang(): string {
413 private function get_glossary_id($src, $target): string {
557 private function create_glossary($src, $target, $entries): string {
597 // if any error occurred return an empty string
644 private function deepl_translate($text, $target_lang, $org_ns): string {
702 // if any error occurred return an empty string
722 private function patch_links($text, $target_lang, $ns): string {
[all...]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_print.php278 * @param string $string
285 function _htmlsp($string, $plain) argument
288 return htmlspecialchars($string);
290 return $string;
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md31 ## The DSN string format
32 A DSN is a string used to configure many services. A common DSN may look like a
99 When using `DsnParser::parseFunc()` on a string that does not contain any DSN functions,
103 The string `redis://127.0.0.1` will automatically be converted to `dsn(redis://127.0.0.1)`
123 If you try to parse an invalid DSN string a `InvalidDsnException` will be thrown.
138 The result of parsing a DSN string is a `DsnFunction` or `Dsn`. A `DsnFunction` has
143 the DSN string.
206 There is no official DSN RFC. We have defined a DSN configuration string as
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md55 * Using a mapping inside a multi-line string is deprecated and will throw a `ParseException` in 5.0.
73 * non-string mapping keys throw a `ParseException`, use the `Yaml::PARSE_KEYS_AS_STRINGS`
75 * `%` at the beginning of an unquoted string throw a `ParseException`
113 * Starting an unquoted string with a question mark followed by a space is
116 * Deprecated support for implicitly parsing non-string mapping keys as strings.
193 * Deprecated usage of `%` at the beginning of an unquoted string.
201 * Added support for customizing the dumped YAML string through an optional bit field:
217 * Deprecated usage of @, \`, | and > at the beginning of an unquoted string
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dif.rst69 empty string false
73 whitespace-only string true
74 string "0" or '0' false
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php69 * @var string
79 * @var AbstractType|ProtocolElementInterface|string|null
84 * @param string $controlType
88 public function __construct(string $controlType, bool $criticality = false, $controlValue = null)
96 * @param string $oid
99 public function setTypeOid(string $oid)
107 * @return string
109 public function getTypeOid(): string
134 * @param AbstractType|ProtocolElementInterface|string|null $controlValue
145 * @return AbstractType|ProtocolElementInterface|string|nul
[all...]
/plugin/sqlraw/
H A Dsimple_html_dom.php181 $string = $this->tag;
184 $string .= '(';
189 $string .= ')';
193 $string .= ' $_ (';
198 $string .= "[$k]=>(";
203 $string .= ")";
208 $string .= ")";
223 $string .= ' NULL ';
229 $string .= "\n";
233 echo $string;
[all …]
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dsolarized-light.min.css1 …lector-tag,.hljs-addition{color:#859900}.hljs-number,.hljs-string,.hljs-meta .hljs-meta-string,.hl…
H A Dsolarized-dark.min.css1 …lector-tag,.hljs-addition{color:#859900}.hljs-number,.hljs-string,.hljs-meta .hljs-meta-string,.hl…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingResponseControl.php60 * @var null|string
66 * @param null|string $attribute
68 public function __construct(int $result, ?string $attribute = null)
84 * @return null|string
86 public function getAttribute(): ?string

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