Home
last modified time | relevance | path

Searched refs:string (Results 826 – 850 of 3165) sorted by relevance

1...<<31323334353637383940>>...127

/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php97 * @var MetadataStore|string - string is the class
102 * @var MetadataStore|string
142 * The class string of the child/columns metadata
143 * @return string[];
152 * @return array|mixed|string|null
231 * @param MetadataStore|string $store
287 public static function getTab(): ?string
310 * @return string - the name to lookup the value
335 * @return string
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DIterator.php147 foreach ($subStrings as $string) {
148 if (($type == self::PREFIX && strpos($filename, $string) === 0) ||
150 substr($filename, -1 * strlen($string)) == $string)) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteParser.php70 private function getNormalizedQuoteCharacter(string $character): string
86 private function determineFlanking(string $charBefore, string $charAfter): array
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DLocalservices.php88 'type' => 'string',
92 'type' => 'string',
139 'type' => 'string',
143 'type' => 'string',
H A DGroupssettings.php71 'type' => 'string',
81 'type' => 'string',
91 'type' => 'string',
H A DDocs.php83 'type' => 'string',
97 'type' => 'string',
102 'type' => 'string',
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dupload.lasso32 Convert query string parameters to variables and initialize output.
39 'NewFileName' = string,
40 'OrigFilePath' = string,
41 'NewFilePath' = string,
71 -type='string',
73 -type='string',
75 -type='string',
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso38 'initialvalue' = string,
47 -required='instancename', -type='string',
48 -optional='width', -type='string',
49 -optional='height', -type='string',
50 -optional='toolbarset', -type='string',
51 -optional='initialvalue', -type='string',
52 -optional='basepath', -type='string',
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DYaml.php52 public static function parseFile(string $filename, int $flags = 0)
75 public static function parse(string $input, int $flags = 0)
95 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string
/plugin/combo/vendor/symfony/yaml/
H A DYaml.php46 * @param string $filename The path to the YAML file to be parsed
53 public static function parseFile(string $filename, int $flags = 0)
69 * @param string $input A string containing YAML
76 public static function parse(string $input, int $flags = 0)
84 * Dumps a PHP value to a YAML string.
92 * @param int $flags A bit field of DUMP_* constants to customize the dumped YAML string
94 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php91 * @var string
105 * @var string
113 * @param string $defaultPrefix
123 * @param string $defaultPrefix
127 int $options = 0, string $defaultPrefix = self::DEFAULT_NAMESPACE_PREFIX
155 * Add a string to the buffer
157 * @param string $string
159 private function add(string $string) argument
694 strToLower(string $string) global() argument
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php46 * @param string $string The string to tokenize.
51 public function tokenizeString($string, $eolChar='\n') argument
60 if (substr($string, (strlen($eolChar) * -1)) !== $eolChar) {
61 $string .= $eolChar;
65 $string = str_replace('<?php', '^PHPCS_CSS_T_OPEN_TAG^', $string);
66 $string = str_replace('?>', '^PHPCS_CSS_T_CLOSE_TAG^', $string);
67 $tokens = parent::tokenizeString('<?php '.$string.'?>', $eolChar);
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js3912 string += string;
14182 string = toString(string);
14210 string = toString(string);
14252 string = toString(string);
14274 string = toString(string);
14372 string = toString(string);
14411 string = toString(string);
14444 string = toString(string);
14595 string = toString(string);
14657 string = toString(string);
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js3912 string += string;
14182 string = toString(string);
14210 string = toString(string);
14252 string = toString(string);
14274 string = toString(string);
14372 string = toString(string);
14411 string = toString(string);
14444 string = toString(string);
14595 string = toString(string);
14657 string = toString(string);
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D6.6.js.map1string'] },\n { open: \"'\", close: \"'\", notIn: ['string', 'comment'] },\n { open:…
H A D8.8.js.map1string.invalid'],\n [/'([^'\\\\]|\\\\.)*$/, 'string.invalid'],\n [/\"/, 'str…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Expression/
H A DExpressionEvaluator.php33 public function setContextVariable(string $name, $value): void
41 public function evaluate(string $expression, array $data = [])
54 public function parse(string $expression, array $names = []): Expression
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DAuthor.php39 Assert::string($authorName);
40 Assert::string($authorEmail);
88 Assert::string($body);
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DFileLocator.php22 public function findFileForClass(\ReflectionClass $class, string $extension): ?string
42 public function findAllClasses(string $extension): array
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DLazyEventDispatcher.php33 …protected function initializeListeners(string $eventName, string $loweredClass, string $format): a…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DHasChild.php18 * @param AbstractQuery|array|BaseQuery|string|null $query
21 * @param string|null $type Parent document type
23 public function __construct($query, ?string $type = null)
32 * @param AbstractQuery|array|BaseQuery|string|null $query
45 * @param string|null $type Parent document type
49 public function setType(?string $type = null): self
57 * @param string $scope Scope
61 public function setScope(string $scope): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractTermsAggregation.php30 * @param string $pattern a regular expression, following the Regexp syntax
34 public function setInclude(string $pattern): self
44 * @param string[] $values
71 * @param string $pattern a regular expression
75 public function setExclude(string $pattern): self
85 * @param string[] $values
110 * @param string $hint Execution hint, use one of self::EXECUTION_HINT_MAP or self::EXECUTION_HINT_GLOBAL_ORDINALS
114 public function setExecutionHint(string $hint): self
/plugin/combo/ComboStrap/
H A DIdManager.php46 public function generateNewHtmlIdForComponent(string $componentId, Path $executingPath = null): string
56 // ok, dynamic, markup string run ?
75 private function generateAndGetNewSequenceValueForScope(string $scope)
/plugin/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
/plugin/stopforumspam2/
H A Daction.php77 … $string = sprintf($this->getLang('beinglisted'), round(($logdate + $expire - $current) / 60, 1));
78 msg($string, -1);
95 $string = sprintf($this->getLang('listed'), $expiremin);
96 if (fwrite($handle, time()) !== FALSE) msg($string, -1);

1...<<31323334353637383940>>...127