Home
last modified time | relevance | path

Searched refs:string (Results 301 – 325 of 3165) sorted by relevance

1...<<11121314151617181920>>...127

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPagespeedInsights.php74 'type' => 'string',
79 'type' => 'string',
83 'type' => 'string',
88 'type' => 'string',
92 'type' => 'string',
96 'type' => 'string',
100 'type' => 'string',
H A DFirebaseRealtimeDatabase.php82 'type' => 'string',
87 'type' => 'string',
100 'type' => 'string',
110 'type' => 'string',
120 'type' => 'string',
130 'type' => 'string',
139 'type' => 'string',
152 'type' => 'string',
162 'type' => 'string',
H A DCivicInfo.php72 'type' => 'string',
95 'type' => 'string',
100 'type' => 'string',
127 'type' => 'string',
135 'type' => 'string',
140 'type' => 'string',
150 'type' => 'string',
155 'type' => 'string',
164 'type' => 'string',
H A DWorkflowExecutions.php72 'type' => 'string',
92 'type' => 'string',
102 'type' => 'string',
112 'type' => 'string',
117 'type' => 'string',
126 'type' => 'string',
135 'type' => 'string',
139 'type' => 'string',
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D55.55.js.map1string.quote', bracket: '@open', next: '@rawstringt' }],\n [/\\braw\"/, { token: 'strin…
H A D3.3.js1string","@string_double"],[/'/,"string","@string_single"],[/`/,"string","@string_backtick"]],white…
H A D33.33.js.map1string', '@herestring.\"\"\"'],\n [/'''/, 'string', \"@herestring.'''\"],\n …
H A D19.19.js1string",'@string."""'],[/"/,"string",'@string."'],[/\@"/,{token:"string.quote",next:"@litstring"}]… property in AnonymousFunction10dc218f0100.o.tokenizer
/plugin/dirtylittlehelper/mermaid/editor/src/mermaid-language/
H A Dmermaid.js479 [/'/, { token: 'string', bracket: '@open', next: '@stringquote' }],
480 [/\|/, { token: 'string', bracket: '@open', next: '@stringtemplate' }],
484 [/[^\\\|]+/, 'string'],
485 [/\\\|/, 'string'],
486 [/\|/, { token: 'string', bracket: '@close', next: '@pop' }],
490 [/'/, { token: 'string', bracket: '@close', next: '@pop' }],
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnectionInterface.php30 public function getTransportSchema(): string;
35 public function getHost(): string;
45 * Get the username:password string for this connection, null if not set
47 public function getUserPass(): ?string;
52 public function getPath(): ?string;
78 public function performRequest(string $method, string $uri, ?array $params = [], $body = null, array $options = [], Transport $transport = null);
/plugin/combo/ComboStrap/
H A DBrand.php45 * @param string $name
47 private function __construct(string $name)
89 * @return string[]
162 * @var string
170 public static function create(string $brandName): Brand
187 private static function getBrandNameFromAbbr(string $name)
217 public function getName(): string
233 * @var string $type - the type of button
235 public function getWebUrlTemplate(string $type): ?string
[all...]
H A DFetcherMarkupWebcode.php14 * This code permits to render a markup from a string passed as argument
34 private string $requestedMarkup;
35 private string $requestedTitle = "ComboStrap WebCode - Markup Renderer";
37 public static function createFetcherMarkup(string $markup): FetcherMarkupWebcode
56 function getBuster(): string
88 public function getFetcherName(): string
94 * @return string
98 public function getFetchString(): string
151 public function setRequestedMarkup(string $markup): FetcherMarkupWebcode
158 public function setRequestedTitle(string
[all...]
H A DEndDate.php22 static public function getTab(): string
27 static public function getDescription(): string
32 static public function getLabel(): string
37 public static function getName(): string
42 static public function getPersistenceType(): string
57 static public function getCanonical(): string
H A DStartDate.php21 static public function getTab(): string
26 static public function getDescription(): string
31 static public function getLabel(): string
36 static public function getName(): string
41 static public function getPersistenceType(): string
56 static public function getCanonical(): string
/plugin/alphalist/
H A Dhelper.php29 function parse($string) argument
32 $rendered = p_render('xhtml',p_get_instructions($string),$info);
34 dbglog($string, 'alphalist helper::parse before');
40 function plain($string) argument
43 $plain = str_replace($doku_inline_tags, '', $string);
47 dbglog($string, 'alphalist helper::plain before');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackHandler.php53 string $token,
54 string $channel,
55 ?string $username = null,
57 ?string $iconEmoji = null,
102 public function getToken(): string
110 protected function generateDataStream(array $record): string
122 private function buildContent(array $record): string
148 private function buildHeader(string $content): string
202 public function setChannel(string $channel): self
212 public function setUsername(string $username): self
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DCommon.php19 * @var string
29 * @param string $field the field on which to query
30 * @param string $query the query string
33 public function __construct(string $field, string $query, float $cutoffFrequency)
43 * @param string $field the field on which to query
47 public function setField(string $field): self
55 * Set the query string for this query.
59 public function setQuery(string
[all...]
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhp80.php28 public static function get_debug_type($value): string
33 case \is_string($value): return 'string';
69 public static function preg_last_error_msg(): string
91 public static function str_contains(string $haystack, string $needle): bool
96 public static function str_starts_with(string $haystack, string $needle): bool
101 public static function str_ends_with(string $haystack, string $needle): bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFASerializer.php27 public function toString() : string
33 $string = '';
44 $string .= $this->getStateString($state);
48 $string .= \sprintf("-%s->%s\n", $label, $this->getStateString($t));
53 return $string;
56 protected function getEdgeLabel(int $i) : string
61 protected function getStateString(DFAState $state) : string
85 public function __toString() : string
/plugin/combo/ComboStrap/Meta/Field/
H A DAliasPath.php17 static public function getDescription(): string
22 static public function getLabel(): string
27 public static function getName(): string
32 public static function getPersistentName(): string
38 static public function getPersistenceType(): string
48 static public function getDrive(): string
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DUnescaper.php38 public function unescapeSingleQuotedString(string $value): string
50 public function unescapeDoubleQuotedString(string $value): string
67 private function unescapeCharacter(string $value): string
124 private static function utf8chr(int $c): string
H A DEscaper.php53 public static function requiresDoubleQuoting(string $value): bool
65 public static function escapeWithDoubleQuotes(string $value): string
77 public static function requiresSingleQuoting(string $value): bool
97 public static function escapeWithSingleQuotes(string $value): string
/plugin/combo/vendor/symfony/yaml/
H A DUnescaper.php27 * Regex fragment that matches an escaped character in a double quoted string.
32 * Unescapes a single quoted string.
34 * @param string $value A single quoted string
36 public function unescapeSingleQuotedString(string $value): string
42 * Unescapes a double quoted string.
44 * @param string $value A double quoted string
46 public function unescapeDoubleQuotedString(string
[all...]
H A DEscaper.php24 // Characters that would cause a dumped string to require double quoting.
27 // Mapping arrays for escaping a double quoted string. The backslash is
51 * @param string $value A PHP value
53 public static function requiresDoubleQuoting(string $value): bool
61 * @param string $value A PHP value
63 public static function escapeWithDoubleQuotes(string $value): string
71 * @param string $value A PHP value
73 public static function requiresSingleQuoting(string $value): bool
89 * @param string
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DHtmlFormatter.php45 public function __construct(?string $dateFormat = null)
57 protected function addRow(string $th, string $td = ' ', bool $escapeTd = true): string
74 protected function addTitle(string $title, int $level): string
86 public function format(array $record): string
119 public function formatBatch(array $records): string
132 protected function convertToString($data): string

1...<<11121314151617181920>>...127