Home
last modified time | relevance | path

Searched refs:string (Results 251 – 275 of 3037) sorted by relevance

1...<<11121314151617181920>>...122

/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php148 * @param string $string
151 function utf8_strlen($string) { argument
159 return strlen($string);
363 * @param string $string
388 * @param string $string
470 * @param string $string
477 $string = strtr($string,$UTF8_LOWER_ACCENTS);
481 $string = strtr($string,$UTF8_UPPER_ACCENTS);
483 return $string;
493 * @param string $string
[all …]
/plugin/bibtex/OSBib/create/
H A DMESSAGES.php40 $string = $arrays[$arrayName][$indexName];
41 $string = $extra ? preg_replace("/###/", $utf8->smartUtf8_decode($extra), $string) :
42 preg_replace("/###/", "", $string);
45 $string = MISC::span($string, "hint");
46 return $utf8->encodeUtf8($string);
/plugin/combo/ComboStrap/
H A DSnippetSystem.php67 * @return string
69 public static function toHtmlFromSnippetArray(array $snippets): string
127 * @param string $slot
132 function getSlotSnippetsFromJsonArray(array $array, string $slot): ?array
145 * @param string|null $script - the css snippet to add, otherwise it takes the file
151 function &attachCssInternalStyleSheet($componentId, string $script = null): Snippet
163 * @param string|null $script
166 public function attachJavascriptFromComponentId($componentId, string $script = null): Snippet
235 * @param string $snippetId
236 * @param string
[all...]
H A DLang.php119 * @param string $string
122 public static function setDirection(string $string) argument
125 $lang["direction"] = $string;
128 public static function createFromValue(string $langValue): Lang
135 static public function getTab(): ?string
141 * @return string
143 public function getValueOrDefault(): string
165 * @param string|nul
[all...]
H A DDisqusIdentifier.php27 static public function getTab(): ?string
33 static public function getDescription(): string
38 static public function getLabel(): string
43 public static function getName(): string
48 static public function getPersistenceType(): string
58 public function getDefaultValue(): ?string
65 static public function getCanonical(): string
H A DResourceName.php26 * @return string
28 public static function getFromPath(Path $path): string
48 public static function getTab(): string
53 public static function getDescription(): string
60 public static function getLabel(): string
65 static public function getName(): string
70 public static function getPersistenceType(): string
81 * @return string
83 public function getDefaultValue(): string
114 public static function getCanonical(): string
[all...]
H A DPageTitle.php23 public static function getTab(): string
28 public static function getDescription(): string
33 public static function getLabel(): string
38 static public function getName(): string
43 public static function getPersistenceType(): string
58 public function getDefaultValue(): string
75 * @return string
77 public function getValueOrDefault(): string
87 public static function getCanonical(): string
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DManufacturerCenter.php71 'type' => 'string',
76 'type' => 'string',
86 'type' => 'string',
91 'type' => 'string',
96 'type' => 'string',
106 'type' => 'string',
111 'type' => 'string',
120 'type' => 'string',
129 'type' => 'string',
134 'type' => 'string',
H A DCloudShell.php73 'type' => 'string',
83 'type' => 'string',
93 'type' => 'string',
103 'type' => 'string',
108 'type' => 'string',
116 'type' => 'string',
135 'type' => 'string',
145 'type' => 'string',
155 'type' => 'string',
165 'type' => 'string',
[all …]
H A DOnDemandScanning.php73 'type' => 'string',
83 'type' => 'string',
93 'type' => 'string',
103 'type' => 'string',
108 'type' => 'string',
116 'type' => 'string',
125 'type' => 'string',
130 'type' => 'string',
149 'type' => 'string',
169 'type' => 'string',
[all …]
H A DPlaydeveloperreporting.php74 'type' => 'string',
79 'type' => 'string',
87 'type' => 'string',
106 'type' => 'string',
116 'type' => 'string',
136 'type' => 'string',
146 'type' => 'string',
166 'type' => 'string',
176 'type' => 'string',
196 'type' => 'string',
[all …]
H A DCloudSourceRepositories.php82 'type' => 'string',
92 'type' => 'string',
112 'type' => 'string',
122 'type' => 'string',
132 'type' => 'string',
142 'type' => 'string',
156 'type' => 'string',
165 'type' => 'string',
174 'type' => 'string',
184 'type' => 'string',
[all …]
H A DFactCheckTools.php72 'type' => 'string',
88 'type' => 'string',
92 'type' => 'string',
96 'type' => 'string',
119 'type' => 'string',
129 'type' => 'string',
143 'type' => 'string',
151 'type' => 'string',
155 'type' => 'string',
164 'type' => 'string',
H A DCloudLifeSciences.php74 'type' => 'string',
84 'type' => 'string',
89 'type' => 'string',
97 'type' => 'string',
116 'type' => 'string',
126 'type' => 'string',
136 'type' => 'string',
141 'type' => 'string',
149 'type' => 'string',
168 'type' => 'string',
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A Dbootstrap80.php15 …alizer_is_normalized(?string $string, ?int $form = p\Normalizer::FORM_C): bool { return p\Normaliz… argument
18 …malizer_normalize(?string $string, ?int $form = p\Normalizer::FORM_C): string|false { return p\Nor… argument
/plugin/swiftmail/Swift/Events/
H A DCommandEvent.php24 protected $string = null; variable in Swift_Events_CommandEvent
36 public function __construct($string, $code=null) argument
38 $this->setString($string);
45 public function setString($string) argument
47 $this->string = (string) $string;
55 return $this->string;
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteProcessor.php26 private string $normalizedCharacter;
29 private string $openerCharacter;
32 private string $closerCharacter;
34 private function __construct(string $char, string $opener, string $closer)
41 public function getOpeningCharacter(): string
46 public function getClosingCharacter(): string
70 public static function createDoubleQuoteProcessor(string $opener = Quote::DOUBLE_QUOTE_OPENER, string
[all...]
/plugin/freechat/phpfreechat/lib/ctype/
H A Dctype.php4 function ctype_alpha($string) argument
6 return preg_match('/^[a-z]+$/i', $string);
11 function ctype_xdigit($string) argument
13 return preg_match('/^[0-9a-f]+$/i', $string);
18 function ctype_space($string) argument
20 return preg_match('/^[\s]$/', $string);
/plugin/combo/vendor/symfony/polyfill-php80/
H A Dbootstrap.php26 function preg_last_error_msg(): string { return p\Php80::preg_last_error_msg(); }
29 function str_contains(?string $haystack, ?string $needle): bool { return p\Php80::str_contains($haystack ?? '', $needle ?? ''); }
32 function str_starts_with(?string $haystack, ?string $needle): bool { return p\Php80::str_starts_with($haystack ?? '', $needle ?? ''); }
35 function str_ends_with(?string $haystack, ?string $needle): bool { return p\Php80::str_ends_with($haystack ?? '', $needle ?? ''); }
38 function get_debug_type($value): string { return p\Php80::get_debug_type($value); }
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php247 * @param string $string String.
252 public function write($string, $length) argument
262 return fwrite($this->getStream(), $string, $length);
268 * @param string $string String.
271 public function writeString($string) argument
273 $string = (string) $string;
275 return $this->write($string, strlen($string));
359 * @param string $string String.
362 public function writeAll($string) argument
364 return $this->write($string, strlen($string));
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfTests.yml2 test: Multiple quoted string on one line
4 Multiple quoted string on one line
22 test: Inline string parsing
24 Inline string parsing
26 test: ['complex: string', 'another [string]']
28 ['test' => ['complex: string', 'another [string]']]
107 brief: Octal notation in a string must remain a string
114 brief: Octal notation in a string must remain a string
121 brief: Octal notation in a string must remain a string
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DNameExpression.php42 ->string($name)
44 ->string($name)
52 ->string($name)
60 ->string($name)
67 $compiler->raw('$this->getContext($context, ')->string($name)->raw('))');
73 ->string($name)
75 ->string($name)
82 $compiler->raw('$this->getContext($context, ')->string($name)->raw('))');
87 ->string($name)
/plugin/combo/ComboStrap/Meta/Field/
H A DPageH1.php28 public static function getTab(): string
33 public static function getDescription(): string
38 public static function getLabel(): string
43 static public function getName(): string
48 public static function getPersistenceType(): string
60 * @return string
62 public function getDefaultValue(): string
89 * @return string
91 public function getValueOrDefault(): string
101 public static function getCanonical(): string
[all...]
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php92 string $jwt,
187 string $alg,
190 ): string {
222 string $msg,
224 string $alg
225 ): string {
282 string $msg,
285 string $alg
387 public static function urlsafeB64Decode(string $input): string
404 public static function urlsafeB64Encode(string $input): string
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DSuggest.php22 public function getType(): string
32 public function term(string $name, string $field): Term
42 public function phrase(string $name, string $field): Phrase
52 public function completion(string $name, string $field): Completion

1...<<11121314151617181920>>...122