Home
last modified time | relevance | path

Searched refs:string (Results 1601 – 1625 of 3165) sorted by relevance

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php229 * @param string $string String to fix
233 private function decodeReserved($string) argument
235 return str_replace(self::$delimsPct, self::$delims, $string);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php125 * @param string $name the name of the desired aggregation
129 public function getAggregation(string $name): array
153 public function getTotalHitsRelation(): string
185 public function getPointInTimeId(): ?string
/plugin/combo/ComboStrap/
H A DMime.php46 * @var string
53 public function __construct(string $mime)
56 LogUtility::msg("The mime should not be an empty string");
61 public static function create(string $mime): Mime
207 public function toString(): string
H A DSqlite.php159 public static function createSelectFromTableAndColumns(string $tableName, array $columns = null): string
401 public function getDbName(): string
438 * @param string $option
441 public function hasOption(string $option): bool
H A DFetcherPageBundler.php53 function getBuster(): string
66 public function getFetcherName(): string
71 public function getFetchString(): string
273 public function getLabel(): string
H A DConditionalValue.php15 * @var string
19 * @var string
81 public static function checkValidBreakpoint(string $breakpoint)
88 public function getBreakpoint(): ?string
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php17 /** @var array<string> */
20 /** @var array<string, array<string, int>> */
23 /** @var array<string, array<int, string>> */
53 * @return array<string, int>
92 * @return array<int, string>|null
105 public function getTokenType(string $tokenName) : int
117 public function getSerializedATN() : string
156 public function getErrorHeader(RecognitionException $e) : string
[all...]
/plugin/numberedheadings/
H A DREADME.md11 | format | numbering format (used in vsprintf) of each tier, JSON array string |
48 Each tier format is the formatting string of
72 You can use `-"<string>"` to set number string of the heading.
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php4 * An ast visitor that compiles a css selector string
15 * An ast visitor that compiles a css selector string
30 * Return the collected selector string
239 private function quoteString(string $string): string { argument
240 return '"'.str_replace(array('\\', '"'), array('\\\\', '\\"'), $string).'"';
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php485 private function resolve_conditions(&$entry, &$string) { argument
504 while ( preg_match($pattern, $string, $match) )
546 $string = str_replace($match[0], $resolved, $string);
549 return $string;
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php480 private function resolve_conditions(&$entry, &$string) { argument
499 while ( preg_match($pattern, $string, $match) )
541 $string = str_replace($match[0], $resolved, $string);
544 return $string;
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php60 public static function getClass(): string
408 * @return string the HTML form code
412 public static function addJsFiddleButton($codes, $externalResources, $useConsole = false, $snippetTitle = null): string
495 private static function finishIframe(TagAttributes $tagAttributes, string $bar = ""): string
521 * @return string - the html and javascript
523 private static function getBodyHtmlAndJavascript($codes, $useConsole): string
562 private static function getCss($codes): string
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfm40 <cfparam name="attributes.instanceName" type="string">
41 <cfparam name="attributes.width" type="string" default="100%">
42 <cfparam name="attributes.height" type="string" default="200">
43 <cfparam name="attributes.toolbarSet" type="string" default="Default">
44 <cfparam name="attributes.value" type="string" default="">
45 <cfparam name="attributes.basePath" type="string" default="/fckeditor/">
131 // create configuration string: Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng13 iana-token = xsd:string { pattern = "[a-zA-Z0-9\-]+" }
14 x-name = xsd:string { pattern = "x-[a-zA-Z0-9\-]+" }
27 xsd:string { pattern = "\d{8}|\d{4}-\d\d|--\d\d(\d\d)?|---\d\d" }
32 xsd:string { pattern = "(\d\d(\d\d(\d\d)?)?|-\d\d(\d\d)?|--\d\d)"
38 xsd:string { pattern = "(\d{8}|--\d{4}|---\d\d)T\d\d(\d\d(\d\d)?)?"
47 xsd:string { pattern = "\d{8}T\d{6}(Z|[+\-]\d\d(\d\d)?)?" }
61 xsd:string { pattern = "[+\-]\d\d(\d\d)?" }
66 xsd:string { pattern = "([a-z]{2,3}((-[a-z]{3}){0,3})?|[a-z]{4,8})"
91 element text { xsd:string { pattern = "\d+(\.\d+)?" } }+
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng13 iana-token = xsd:string { pattern = "[a-zA-Z0-9\-]+" }
14 x-name = xsd:string { pattern = "x-[a-zA-Z0-9\-]+" }
27 xsd:string { pattern = "\d{8}|\d{4}-\d\d|--\d\d(\d\d)?|---\d\d" }
32 xsd:string { pattern = "(\d\d(\d\d(\d\d)?)?|-\d\d(\d\d)?|--\d\d)"
38 xsd:string { pattern = "(\d{8}|--\d{4}|---\d\d)T\d\d(\d\d(\d\d)?)?"
47 xsd:string { pattern = "\d{8}T\d{6}(Z|[+\-]\d\d(\d\d)?)?" }
61 xsd:string { pattern = "[+\-]\d\d(\d\d)?" }
66 xsd:string { pattern = "([a-z]{2,3}((-[a-z]{3}){0,3})?|[a-z]{4,8})"
91 element text { xsd:string { pattern = "\d+(\.\d+)?" } }+
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DEvalObjectFactorySniff.php110 foreach ($strings as $string) {
115 if (strstr($string, ' new ') !== false) {
/plugin/badbehaviour/
H A Daction.php82 function bb2_db_escape($string) { return $string; } argument
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Djoin.rst7 The ``join`` filter returns a string which is the concatenation of the items
15 The separator between elements is an empty string per default, but you can
H A Dlength.rst9 the length of a string.
15 it will return the length of the string provided by that method.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DBindResponse.php38 * @var null|string
44 * @param null|string $saslCreds
46 public function __construct(LdapResult $result, ?string $saslCreds = null)
53 * @return null|string
55 public function getSaslCredentials(): ?string
/plugin/commonmark/vendor/league/commonmark/src/
H A DConfigurableEnvironmentInterface.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DInnerHits.php39 public function setName(string $name): self
121 public function addScriptField(string $name, AbstractScript $script): self
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DGraphNamespace.asciidoc31 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
33 $params['routing'] = (string) Specific routing value
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DCHANGELOG.md19 * DsnParser::parseUrl(string $dsn): Url
20 * DsnParser::parsePath(string $dsn): Path
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataText.php13 * Implement all default method for a text metadata (ie small string without any paragraph such as name, title, ...)
21 * @var string|null
26 public static function getDataType(): string
31 public function getValue(): string
35 * null or empty string is considered not found
50 * @param null|string $value
57 throw new ExceptionBadArgument("The value of the metadata ($this) is not a string", $this->getCanonical());
63 * form don't return null only empty string
94 LogUtility::msg("This value of a text metadata is not a string. " . var_export($value, true));

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