Home
last modified time | relevance | path

Searched refs:string (Results 451 – 475 of 3165) sorted by relevance

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

/plugin/combo/ComboStrap/
H A DIFetcherAbs.php22 private ?string $requestedCache = null;
36 private string $requestedUrlFragment;
123 * @return string $cache - one of {@link FetcherCache::CACHE_KEY}
126 public function getRequestedCache(): string
138 public function setRequestedCache(string $requestedCache)
161 public function getCacheMaxAgeInSec(string $cacheValue): int
195 * @param string $urlFragment a fragment added to the {@link IFetcher::getFetchUrl() fetch URL}
197 public function setRequestedUrlFragment(string $urlFragment): IFetcher
206 public function getRequestedUrlFragment(): string
H A DFeaturedIcon.php24 static public function getDescription(): string
29 static public function getLabel(): string
34 public static function getName(): string
46 static public function getPersistenceType(): string
79 static public function getDrive(): string
H A DCreationDate.php83 static public function getName(): string
89 public static function getPersistenceType(): string
106 public static function getTab(): string
111 static public function getDescription(): string
116 static public function getLabel(): string
130 public static function getCanonical(): string
H A DModificationDate.php21 static public function getTab(): string
70 static public function getDescription(): string
75 static public function getLabel(): string
80 static public function getName(): string
85 static public function getPersistenceType(): string
109 static public function getCanonical(): string
H A DPageSql.php34 * @param string $string
38 public static function create(string $string, MarkupPath $contextualPage = null): PageSql argument
40 $parser = new PageSql($string);
68 public function getExecutableSql(): string
88 public function getTable(): ?string
H A DSnippet.php121 * @var string the text script / style (may be null if it's an external resources)
123 private string $inlineContent;
127 private string $integrity;
151 private string $componentId;
163 private string $format = self::DEFAULT_FORMAT;
197 * @param string $componentId - the component id is a short id that you will found in the class (for internal snippet, it helps also resolve the file)
198 * @param string $extension - {@link Snippet::EXTENSION_CSS css} or {@link Snippet::EXTENSION_JS js}
201 public static function getOrCreateFromComponentId(string $componentId, string $extension): Snippet
245 * @return string
[all...]
H A DReferences.php22 static public function getDescription(): string
27 static public function getLabel(): string
32 public static function getName(): string
37 static public function getPersistenceType(): string
52 public function getUidClass(): ?string
H A DTemplate.php10 * https://stackoverflow.com/questions/17869964/replacing-string-within-php-file
31 protected string $_string;
34 public function __construct($string = null) argument
36 $this->_string = $string;
40 * @param $string
43 public static function create($string): Template argument
45 return new Template($string);
48 public static function toValidVariableName(string $name)
59 public function render(): string
95 * @return false|string
[all...]
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DEncoderInterface.php41 public static function encode(string $binString): string;
51 public static function decode(string $encodedString, bool $strictPadding = false): string;
H A DBase64.php45 public static function encode(string $binString): string
59 public static function encodeUnpadded(string $src): string
70 protected static function doEncode(string $src, bool $pad = true): string
126 public static function decode(string $encodedString, bool $strictPadding = false): string
252 protected static function encode6Bits(int $src): string
H A DHex.php42 public static function encode(string $binString): string
69 public static function encodeUpper(string $binString): string
98 public static function decode(string $encodedString, bool $strictPadding = false): string
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFuzzy.php19 * @param string|null $value String to search for
21 public function __construct(?string $fieldName = null, ?string $value = null)
31 * @param string $value String to search for
35 public function setField(string $fieldName, string $value): self
51 public function setFieldOption(string $option, $value): self
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DUserPasswordTrait.php10 * @var array{ user: string|null, password: string|null, }
20 * @param array{ user?: string|null, password?: string|null, } $authentication
30 public function getUser(): ?string
38 public function withUser(?string $user)
46 public function getPassword(): ?string
54 public function withPassword(?string $password)
62 private function getUserInfoString(): string
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D19.19.js.map1string.invalid'],\n [/\"\"\"/, 'string', '@string.\"\"\"'],\n [/\"/, 'string
H A D25.25.js1string",'@string."'],[/'/,"string","@string.'"]],whitespace:[[/[ \t\r\n]+/,""],[/^\s*[#;].*$/,"com… property in AnonymousFunctionc944ea690100.t.tokenizer
/plugin/externalembed/helper/
H A DcacheInterface.php20 public function getExistingCache(string $cache_id) {
29 public function updateETag(string $cache_id) {
40 public function checkCacheFreshness(string $cache_id, $time): bool {
100 * @param $playlist_id string the YouTube Playlist ID
125 private function sendPlaylistRequest(string $playlist_id, string $next_page_token = '') {
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php273 * @param string $string
282 $string = csstidy::gvw_important($string) . ' !important';
284 return $string;
539 * @param string $string
543 function explode_ws($sep,$string) argument
555 if($string{$i} == $sep && !csstidy::escaped($string,$i))
559 …elseif($string{$i} == '"' || $string{$i} == '\'' || $string{$i} == '(' && !csstidy::escaped($strin…
562 $to = ($string{$i} == '(') ? ')' : $string{$i};
563 … (isset($output[$num])) ? $output[$num] .= $string{$i} : $output[$num] = $string{$i};
572 if($string{$i} == $to && !csstidy::escaped($string,$i))
[all …]
/plugin/combo/vendor/carica/phpcss/src/
H A DPhpCss.php19 * @param string $cssSelector
20 * @return string
23 public static function reformat(string $cssSelector): string {
27 return (string)$visitor;
33 * @param string $cssSelector
35 * @return string
38 public static function toXpath(string $cssSelector, int $options = 0): string {
42 return (string)
[all...]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DSecurityLayerInterface.php30 public function wrap(string $data, SaslContext $context): string;
37 public function unwrap(string $data, SaslContext $context): string;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DMyBusinessVerifications.php73 'type' => 'string',
83 'type' => 'string',
93 'type' => 'string',
113 'type' => 'string',
123 'type' => 'string',
132 'type' => 'string',
/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/
H A DFunctionNotSupportedException.php15 * @var string
19 public function __construct(string $dsn, string $function, ?string $message = null)
25 public function getFunction(): string
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNewRelicHandler.php62 ?string $appName = null,
64 ?string $transactionName = null
139 protected function getAppName(array $context): ?string
154 protected function getTransactionName(array $context): ?string
166 protected function setNewRelicAppName(string $appName): void
174 protected function setNewRelicTransactionName(string $transactionName): void
183 protected function setNewRelicParameter(string $key, $value): void
H A DNativeMailerHandler.php73 …public function __construct($to, string $subject, string $from, $level = Logger::ERROR, bool $bubb…
114 protected function send(string $content, array $records): void
140 public function getContentType(): ?string
145 public function getEncoding(): string
153 public function setContentType(string $contentType): self
164 public function setEncoding(string $encoding): self
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DSplFileInfo.php60 ->string($result->getType())
72 ->string($result->getType())
88 ->string($result->getBasename())
90 ->string($result->getExtension())
92 ->string($result->getRelativePath())
94 ->string($result->getRelativePathname())
96 ->string($result->getPath())
98 ->string($result->getPathname())
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php16 * A factory class to parse a string and create a DsnFunction.
29 * string, then a "dsn()" function will be added.
33 public static function parseFunc(string $dsn): DsnFunction
47 throw new SyntaxException($dsn, 'dsn' === $functionName ? 'The DSN is empty' : 'A function must have arguments, an empty string was provided.');
64 public static function parse(string $dsn): Dsn
76 public static function parseUrl(string $dsn): Url
86 public static function parsePath(string $dsn): Path
99 private static function parseArguments(string $dsn)
113 private static function getDsn(string $dsn): Dsn
162 private static function explodeUrl(string
[all...]

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