Home
last modified time | relevance | path

Searched refs:string (Results 501 – 525 of 3165) sorted by relevance

1...<<21222324252627282930>>...127

/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md46 string(9) "PHP 5.5.8"
47 string(3) "PHP"
48 string(5) "5.5.8"
49 string(14) "'/usr/bin/php'"
64 string(14) "HHVM 2.4.0-dev"
65 string(4) "HHVM"
66 string(9) "2.4.0-dev"
67 string(42) "'/usr/local/src/hhvm/hphp/hhvm/hhvm' --php"
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsnFunction.php21 * @var string
35 public function __construct(string $name, array $arguments, array $parameters = [])
42 public function getName(): string
65 public function getParameter(string $key, $default = null)
75 public function withParameter(string $key, $value)
86 public function withoutParameter(string $key)
103 * @return string
/plugin/randomtables/table-roller/src/Generator/
H A DBaseGenerator.php11 protected string $template;
20 * @param string $template
29 * @param string $template
31 public function setTemplate(string $template): void
36 private function doReplacements(array $match): string
56 public function generate(): string
76 public function __invoke() : string
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D60.60.js.map1string', 'comment'] },\n { open: '{', close: '}', notIn: ['string', 'comment'] },\n …
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DRegexp.php17 * @param string $key OPTIONAL Regexp key
18 * @param string|null $value OPTIONAL Regexp value
21 public function __construct(string $key = '', ?string $value = null, float $boost = 1.0)
33 public function setValue(string $key, ?string $value = null, float $boost = 1.0)
H A DGeoDistance.php20 * @param string $key Key
21 * @param array|string $location Location as array or geohash: array('lat' => 48.86, 'lon' => 2.35) OR 'drm3btev3e86'
22 * @param string $distance Distance
26 public function __construct(string $key, $location, string $distance)
36 public function setDistance(string $distance): self
46 * @param string $distanceType, default arc
50 public function setDistanceType(string $distanceType = self::DISTANCE_TYPE_ARC): self
H A DGeoShapePreIndexed.php19 * @var string
26 * @var string
33 * @var string
40 * @param string $path The path/field of the shape searched
41 * @param string $indexedId Id of the pre-indexed shape
42 * @param string $indexedIndex Index of the pre-indexed shape
43 * @param string $indexedPath Path of the pre-indexed shape
46 string $path,
47 string $indexedId,
48 string
[all...]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLookbehind.php82 ->string($current)
99 ->string($current)
103 ->string($previous)
116 ->string($current)
120 ->string($previous)
140 ->string($current)
154 ->string($current)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DTestTest.php52 $string = new ConstantExpression('abc', 1);
53 $node = $this->createTest($string, 'barbar');
56 $node = $this->createTest($string, 'barbar', ['foo' => new ConstantExpression('bar', 1)]);
59 $node = $this->createTest($string, 'barbar', ['arg2' => new ConstantExpression('bar', 1)]);
62 $node = $this->createTest($string, 'barbar', [
88 function twig_tests_test_barbar($string, $arg1 = null, $arg2 = null, array $args = []) argument
/plugin/combo/ComboStrap/
H A DPagePublicationDate.php68 static public function getTab(): string
73 static public function getDescription(): string
78 static public function getLabel(): string
83 static public function getName(): string
113 static public function getPersistenceType(): string
147 static public function getCanonical(): string
H A DIdentityFormsHelper.php14 public static function toBoostrapInputElements(Form $form, string $formName)
28 * @param string $formName - the form name to create unique id (as the profile page has 2 forms)
31 public static function toBootStrapInputElementAndGetNewLoopingPosition(Form $form, int $elementPosition, string $formName): int
69 * @param string $classPrefix
71 * @return string
73 public static function getHeaderHTML($form, string $classPrefix, bool $includeLogo = true): string
137 public static function addPrimaryColorCssRuleIfSet(?string $content): ?string
157 public static function getHtmlStyleTag(string
[all...]
H A DSiteConfig.php87 public static function getConfValue($confName, $defaultValue = null, ?string $namespace = PluginUtility::PLUGIN_BASE_NAME)
119 * @param string $key
121 * @param string|null $pluginNamespace - null for the global namespace
124 public function setConf(string $key, $value, ?string $pluginNamespace = PluginUtility::PLUGIN_BASE_NAME): SiteConfig
168 public function getValue(string $key, ?string $default = null, ?string $scope = PluginUtility::PLUGIN_BASE_NAME)
174 * @param string $key
178 public function getBooleanValue(string
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogstashFormatter.php50 …public function __construct(string $applicationName, ?string $systemName = null, string $extraKey …
64 public function format(array $record): string
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSendGridHandler.php60 …public function __construct(string $apiUser, string $apiKey, string $from, $to, string $subject, $…
77 protected function send(string $content, array $records): void
H A DProcessHandler.php66 …public function __construct(string $command, $level = Logger::DEBUG, bool $bubble = true, ?string
163 protected function readProcessErrors(): string
173 protected function writeProcessInput(string $string): void argument
175 fwrite($this->pipes[0], $string);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFirebasestorage.php75 'type' => 'string',
85 'type' => 'string',
95 'type' => 'string',
104 'type' => 'string',
113 'type' => 'string',
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeoDistance.php23 * @param string $name the name if this aggregation
24 * @param string $field the field on which to perform this aggregation
25 * @param array|string $origin the point from which distances will be calculated
27 public function __construct(string $name, string $field, $origin)
36 * @param string $field the name of the document field on which to perform this aggregation
40 public function setField(string $field): self
48 * @param array|string $origin valid formats are array("lat" => 52.3760, "lon" => 4.894), "52.3760, 4.894", and array(4.894, 52.3760)
89 * @param string $unit defaults to m
93 public function setUnit(string
[all...]
/plugin/combo/ComboStrap/Meta/Field/
H A DAncestorImage.php30 static public function getDescription(): string
35 static public function getLabel(): string
40 public static function getName(): string
45 static public function getPersistenceType(): string
104 static public function getDrive(): string
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuntimeMetaData.php51 * - suffix is an optional string. When `suffix` is omitted, the `-`
63 * @return string The currently executing version of the ANTLR 4 library
65 public static function getRuntimeVersion() : string
114 * @param string $generatingToolVersion The version of the tool used to
119 * @param string $compileTimeVersion The version of the runtime the parser
124 public static function checkVersion(string $generatingToolVersion, string $compileTimeVersion) : void
158 * Gets the major and minor version numbers from a version string. For
162 * @param string $version The complete version string
[all...]
H A DTokenStream.php59 * @return string The text of all tokens within the specified interval
62 public function getTextByInterval(Interval $interval) : string;
73 * @return string The text of all tokens in the stream.
75 public function getText() : string;
92 * @return string The text of all tokens within the source interval of `context`.
94 public function getTextByContext(RuleContext $context) : string;
118 * @return string The text of all tokens lying between the specified
121 public function getTextByTokens(?Token $start, ?Token $stop) : string;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Token/
H A DBindToken.php22 * @var string
27 * @var string
37 * @param string $username
38 * @param string $password
41 public function __construct(string $username, string $password, int $version = 3)
49 * @return string
51 public function getUsername(): ?string
57 * @return string
59 public function getPassword(): ?string
[all...]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DDroppingStream.php24 public function write($string) argument
34 if (strlen($string) < $diff) {
35 return $this->stream->write($string);
38 $this->stream->write(substr($string, 0, $diff));
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php76 * @param string $type - HTML or not
82 public function __construct($text, string $type = self::XML_TYPE)
157 * loadHTML treat the string as being in ISO-8859-1 if without any heading
262 static function createXmlDocFromMarkup($string, $asHtml = false): XmlDocument argument
269 return new XmlDocument($string, $mime);
311 * @return string null if not found
314 public function getRootAttributeValue($name): ?string
323 public function toXhtml(DOMElement $element = null): string
328 public function toXml(DOMElement $element = null): string
475 * Note that this is possible to do evaluation to return a string instea
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DDroppingStream.php29 public function write($string) argument
39 if (strlen($string) < $diff) {
40 return $this->stream->write($string);
43 return $this->stream->write(substr($string, 0, $diff));
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php14 function str_split($string, $split_length=1) argument
20 for ($pos=0, $chunks = array(); $pos < strlen($string); $pos+=$split_length) {
21 $chunks[] = substr($string, $pos, $split_length);
28 function uc_all($string) { argument
29 $temp = preg_split('/(\W)/', str_replace("_", "-", $string), -1, PREG_SPLIT_DELIM_CAPTURE);

1...<<21222324252627282930>>...127