Home
last modified time | relevance | path

Searched refs:string (Results 176 – 200 of 2653) sorted by relevance

12345678910>>...107

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DOrgPolicyAPI.php77 'type' => 'string',
86 'type' => 'string',
105 'type' => 'string',
115 'type' => 'string',
125 'type' => 'string',
135 'type' => 'string',
145 'type' => 'string',
154 'type' => 'string',
163 'type' => 'string',
183 'type' => 'string',
[all …]
H A DResourceSettings.php75 'type' => 'string',
80 'type' => 'string',
89 'type' => 'string',
98 'type' => 'string',
102 'type' => 'string',
111 'type' => 'string',
131 'type' => 'string',
136 'type' => 'string',
145 'type' => 'string',
154 'type' => 'string',
[all …]
H A DServiceNetworking.php82 'type' => 'string',
92 'type' => 'string',
102 'type' => 'string',
112 'type' => 'string',
117 'type' => 'string',
125 'type' => 'string',
144 'type' => 'string',
154 'type' => 'string',
164 'type' => 'string',
174 'type' => 'string',
[all …]
H A DCloudDebugger.php92 'type' => 'string',
97 'type' => 'string',
105 'type' => 'string',
114 'type' => 'string',
119 'type' => 'string',
139 'type' => 'string',
147 'type' => 'string',
166 'type' => 'string',
171 'type' => 'string',
176 'type' => 'string',
[all …]
H A DDatastore.php77 'type' => 'string',
87 'type' => 'string',
97 'type' => 'string',
107 'type' => 'string',
117 'type' => 'string',
127 'type' => 'string',
137 'type' => 'string',
147 'type' => 'string',
157 'type' => 'string',
177 'type' => 'string',
[all …]
H A DCloudIAP.php74 'type' => 'string',
84 'type' => 'string',
94 'type' => 'string',
114 'type' => 'string',
124 'type' => 'string',
134 'type' => 'string',
144 'type' => 'string',
153 'type' => 'string',
162 'type' => 'string',
182 'type' => 'string',
[all …]
H A DAlertCenter.php81 'type' => 'string',
86 'type' => 'string',
95 'type' => 'string',
100 'type' => 'string',
109 'type' => 'string',
114 'type' => 'string',
123 'type' => 'string',
127 'type' => 'string',
131 'type' => 'string',
139 'type' => 'string',
[all …]
H A DMyBusinessAccountManagement.php79 'type' => 'string',
89 'type' => 'string',
97 'type' => 'string',
101 'type' => 'string',
110 'type' => 'string',
115 'type' => 'string',
138 'type' => 'string',
148 'type' => 'string',
158 'type' => 'string',
168 'type' => 'string',
[all …]
H A DCloudSupport.php77 'type' => 'string',
101 'type' => 'string',
105 'type' => 'string',
124 'type' => 'string',
134 'type' => 'string',
144 'type' => 'string',
154 'type' => 'string',
164 'type' => 'string',
169 'type' => 'string',
177 'type' => 'string',
[all …]
H A DServiceConsumerManagement.php74 'type' => 'string',
84 'type' => 'string',
94 'type' => 'string',
104 'type' => 'string',
109 'type' => 'string',
117 'type' => 'string',
136 'type' => 'string',
145 'type' => 'string',
149 'type' => 'string',
168 'type' => 'string',
[all …]
H A DCloudFunctions.php73 'type' => 'string',
83 'type' => 'string',
87 'type' => 'string',
95 'type' => 'string',
114 'type' => 'string',
119 'type' => 'string',
127 'type' => 'string',
146 'type' => 'string',
156 'type' => 'string',
166 'type' => 'string',
[all …]
H A DSpeech.php74 'type' => 'string',
84 'type' => 'string',
88 'type' => 'string',
96 'type' => 'string',
115 'type' => 'string',
125 'type' => 'string',
135 'type' => 'string',
145 'type' => 'string',
154 'type' => 'string',
163 'type' => 'string',
[all …]
H A DCloudbilling.php86 'type' => 'string',
96 'type' => 'string',
110 'type' => 'string',
118 'type' => 'string',
127 'type' => 'string',
132 'type' => 'string',
141 'type' => 'string',
151 'type' => 'string',
171 'type' => 'string',
180 'type' => 'string',
[all …]
H A DTranscoder.php73 'type' => 'string',
78 'type' => 'string',
87 'type' => 'string',
101 'type' => 'string',
111 'type' => 'string',
116 'type' => 'string',
120 'type' => 'string',
128 'type' => 'string',
147 'type' => 'string',
157 'type' => 'string',
[all …]
/plugin/swiftmail/Swift/Message/
H A DEncoder.php116 $ret .= $le . $string;
120 $string = $this->rawBase64Encode($string);
124 $string = substr($string, $init_chunk);
142 return $string = base64_encode($string);
207 $string = substr($string, strlen($matches[0]));
214 || (strlen($string) > 0 && $matches = array($string)))
217 $string = substr($string, strlen($matches[0]));
237 $string = str_replace(array("\r\n", "\r"), "\n", $string);
238 $string = str_replace("\n", "\r\n", $string);
240 $len = strlen($string);
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php81 public static function isEscapable(string $character): bool
89 public static function isLetter(?string $character): bool
99 * Attempt to match a regex in string s at offset offset
101 * @psalm-param non-empty-string $regex
107 public static function matchAt(string $regex, string $string, int $offset = 0): ?int
110 $string = \mb_substr($string, $offset, null, 'UTF-8');
111 if (! \preg_match($regex, $string,
83 matchAt(string $regex, string $string, int $offset = 0) global() argument
161 unescape(string $string) global() argument
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebarsString.php3 * Handlebars string
21 private $string = ""; variable in Handlebars\\HandlebarsString
24 * Create new string
26 * @param string $string input source
28 public function __construct($string) argument
30 $this->setString($string);
36 * @return string
44 * Get string
46 * @return string
60 setString($string) global() argument
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcherInterface.php12 public function hasListeners(string $eventName, string $class, string $format): bool;
20 public function dispatch(string $eventName, string $class, string $format, Event $event): void;
27 …public function addListener(string $eventName, $callable, ?string $class = null, ?string $format =…
/plugin/combo/ComboStrap/
H A DLocale.php15 private string $separator = "_";
17 public static function createForPage(MarkupPath $page, string $separator = "_"): Locale
24 static public function getTab(): string
29 static public function getDescription(): string
34 static public function getLabel(): string
40 * @return string
42 public function getValue(): string
59 public static function getName(): string
64 static public function getPersistenceType(): string
75 * @return string
[all...]
H A DPageUrlPath.php74 static public function getTab(): string
79 public function getValue(): string
102 * @return string
105 public function getValueOrDefault(): string
116 static public function getDescription(): string
121 static public function getLabel(): string
126 static public function getName(): string
131 static public function getPersistenceType(): string
142 * @return string
144 public function getDefaultValue(): string
[all...]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php73 public function wrap(string $data, SaslContext $context): string
93 public function unwrap(string $data, SaslContext $context): string
113 protected function decrypt(string $data, SaslContext $context): string
172 protected function encrypt(string $data, SaslContext $context): string
201 protected function removePadding(string $message, int $blockSize): string
[all...]
/plugin/geonav/server/
H A DgetContinent.php37 function convToFile($string) { argument
38 $string = iconv('UTF-8', 'ASCII//TRANSLIT', $string);
41 $string = str_replace($search, $replace, $string);
42 $string = ereg_replace("[^A-Za-z0-9-]", "", $string);
43 $string = strtolower($string);
44 return $string;
/plugin/htmlok/
H A DBaseSyntaxPlugin.php30 public function getType(): string
35 public function getPType(): string
95 abstract protected function renderMatch(string $match): string;
106 protected function php(string $text, string $wrapper = 'code'): string
127 protected function phpblock(string $text): string
141 protected function html(string $text, string $wrapper = 'code'): string
157 protected function htmlblock(string $text): string
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php126 protected static function writeOutput(string $str): void
141 protected static function getResponseFormat(): string
157 protected static function getResponseFormatFromContentType(string $contentType): string
172 private static function generateScript(): string
198 private static function handleStyles(string $formatted): array
218 private static function handleCustomStyles(string $style, string $string): string argument
226 if (!isset($labels[$string])) {
229 $color = $labels[$string];
268 private static function quote(string $arg): string
276 private static function call(...$args): string
[all …]
/plugin/bibtex/OSBib/create/
H A DTABLE.php34 $string = <<< END
37 return $string . "\n";
42 $string = <<< END
45 return $string . "\n";
50 $string = <<< END
53 return $string . "\n";
58 $string = <<< END
61 return $string . "\n";
66 $string = <<< END
71 return $string . "\n";

12345678910>>...107