Home
last modified time | relevance | path

Searched refs:string (Results 1476 – 1500 of 3165) sorted by relevance

1...<<51525354555657585960>>...127

/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriber.php78 …tion onPreSerializeTypedProxy(PreSerializeEvent $event, string $eventName, string $class, string $…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php59 Assert::string($summary);
171 Assert::string($name);
196 Assert::string($name);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php113 public function write($string) argument
119 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
124 return $this->stream->write($string);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogUdpHandler.php56 …ic function __construct(string $host, int $port = 514, $facility = LOG_USER, $level = Logger::DEBU…
108 protected function makeCommonSyslogHeader(int $severity, DateTimeInterface $datetime): string
/plugin/combo/ComboStrap/
H A DDataType.php41 * A string but in Json
85 * @var string $roundDirection - ceil or floor (by default floor)
87 public static function toInteger($targetValue, string $roundDirection = self::FLOOR): int
96 throw new ExceptionBadArgument("The value passed is not a numeric/nor a string. We can not translate it to an integer. Value: $varExport");
148 public static function toBooleanString(?bool $value): ?string
170 * Normalize the string output
173 * @return mixed|string|null
195 public static function getType($value): string
198 return "string";
H A DIcon.php14 * @param string $name
23 public static function createFromName(string $name, TagAttributes $iconAttributes = null): Icon
94 public static function createFromComboResource(string $name, TagAttributes $tagAttributes = null): Icon
121 public function toHtml(): string
H A DOutlineSection.php25 private string $headingId;
75 * @param string $fragment
76 * @return string
78 public static function textToHtmlSectionId(string $fragment): string
81 // for empty string, the below function returns `section`
115 public function getLabel(): string
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
H A Djson2.js219 function quote(string) { argument
227 return rx_escapable.test(string)
228 ? '"' + string.replace(rx_escapable, function (a) {
234 : '"' + string + '"';
/plugin/move/script/
H A Djson2.js33 level. If it is a string (such as '\t' or '&nbsp;'),
83 If the space parameter is a non-empty string, then that string will
120 if (typeof value === 'string') {
133 if (typeof value === 'string' &&
211 function quote(string) {
213 // If the string contains no control characters, no quote characters, and no
219 return escapable.test(string) ? '"' + string.replace(escapable, function (a) {
221 return typeof c === 'string'
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php46 * @var string|null
66 * @var null|string
82 * @param string|null $namingContext
86 public function __construct(LdapClient $client, ?string $namingContext = null, ?FilterInterface $filter = null, ...$attributes)
182 * @param string $cookie
185 public function useCookie(string $cookie)
195 * @param string|null $namingContext
198 public function useNamingContext(?string $namingContext)
260 * @return string
262 public function getCookie(): string
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php40 public function __construct(?string $dateFormat = null)
70 public function getDateFormat(): string
75 public function setDateFormat(string $dateFormat): self
251 protected function toJson($data, bool $ignoreErrors = false): string
/plugin/spatialhelper/helper/
H A Dsitemap.php59 'params' => ['path' => 'string'], 'return' => ['success' => 'boolean']
64 'params' => ['path' => 'string'], 'return' => ['success' => 'boolean']
72 * @param string $mediaID id
75 final public function createGeoRSSSitemap(string $mediaID): bool
149 private function skipPage(string $id, string $namespace): bool
171 * @param string $mediaID id for the KML file
173 final public function createKMLSitemap(string $mediaID): bool
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D1.1.js.map1string', 'comment'] },\n { open: '\"', close: '\"', notIn: ['string'] }\n ],\n surrou…
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php449 function iconv($input_encoding, $output_encoding, $string) argument
451 return libiconv($input_encoding, $output_encoding, $string);
457 function iconv($input_encoding, $output_encoding, $string) argument
459 return $string;
491 function html_entity_decode($string, $quote_style = ENT_COMPAT, $charset = null) argument
511 return strtr($string, $trans_tbl);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php236 public function setCacheDir(string $dir): self
299 …public function setSerializationVisitor(string $format, SerializationVisitorFactory $visitor): self
307 …public function setDeserializationVisitor(string $format, DeserializationVisitorFactory $visitor):…
399 public function addMetadataDir(string $dir, string $namespacePrefix = ''): self
438 public function replaceMetadataDir(string $dir, string $namespacePrefix = ''): self
596 private function createDir(string $dir): void
/plugin/today/
H A Dsyntax.php18 public function getType(): string
26 public function getPType(): string
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DUrlEncoder.php33 public static function unescapeAndEncode(string $uri): string
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudTrace.php79 'type' => 'string',
99 'type' => 'string',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DCreate.php34 public function getURI(): string
53 public function getMethod(): string
H A DRestore.php34 public function getURI(): string
53 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/SearchableSnapshots/
H A DMount.php34 public function getURI(): string
54 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DRevertModelSnapshot.php34 public function getURI(): string
52 public function getMethod(): string
H A DUpdateModelSnapshot.php34 public function getURI(): string
52 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/
H A DAckWatch.php34 public function getURI(): string
55 public function getMethod(): string
/plugin/combo/syntax/
H A Dxmlinlineemptytag.php21 function getType(): string
35 function getPType(): string
73 * @param string $format

1...<<51525354555657585960>>...127