Home
last modified time | relevance | path

Searched refs:parameters (Results 401 – 425 of 693) sorted by relevance

1...<<11121314151617181920>>...28

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DMyBusinessNotificationSettings.php68 'parameters' => [
78 'parameters' => [
H A DCloudTrace.php76 'parameters' => [
96 'parameters' => [
H A DLocalservices.php69 'parameters' => [
120 'parameters' => [
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php70 * @param array $parameters List of parameters
73 …public function __construct(Component $root, $name, $value = null, array $parameters = [], $group … argument
84 parent::__construct($root, $name, $value, $parameters, $group);
221 foreach ($this->parameters as $param) {
/plugin/jsonrpc/
H A DIJR_IntrospectionServer.php54 return new IJR_Error(-32602, 'server error. missing method parameters');
97 return new IJR_Error(-32602, 'server error. invalid method parameters');
/plugin/dbquery/_test/
H A DHelperTest.php68 $parameters = [
77 $sth = $this->hlp->prepareStatement($pdo, $sql, $parameters);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php70 * @param array $parameters List of parameters
75 …function __construct(Component $root, $name, $value = null, array $parameters = [], $group = null)… argument
86 parent::__construct($root, $name, $value, $parameters, $group);
232 foreach ($this->parameters as $param) {
/plugin/combo/ComboStrap/
H A DSqliteRequest.php13 * delete, insert, update, query with parameters
46 * The SQL parameters
49 private ?array $parameters = null;
87 $res = $this->executeParametrizedStatement($this->statement, $this->parameters);
88 $queryExecuted = array_merge([$this->statement], $this->parameters);
174 * @param array $parameters
178 function setQueryParametrized(string $executableSql, array $parameters): SqliteRequest
181 $this->parameters = $parameters;
212 if ($this->parameters !
154 setQueryParametrized(string $executableSql, array $parameters) global() argument
[all...]
/plugin/webcomponent/syntax/
H A Dcontainer.php113 $parameters = webcomponent::parseMatch($match);
114 return array($state, $parameters);
/plugin/projects/plugins/file/
H A Dlatex_dependency.php42 $parameters = '(?i:\[.*?\])?';
43 $pattern = "/\\\\$command *$parameters *\{ *(?P<content>.*?) *\}/";
/plugin/oauthkeycloak/
H A DKeycloak.php21 * @link https://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#authorization-server-metadata
84 $parameters = [
92 $parameters,
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php18 $parameters = [];
20 $parameters[$match] = $matches[2][$index];
22 return [$state, [$parameters]];
/plugin/directorylist/syntax/
H A Ddirectorylist.php64 $parameters = array();
72 $parameters[$name] = $return[2][$index];
75 return $parameters;
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php36 $parameters = [];
40 parse_str($matches[3] ?? '', $parameters);
55 return new DsnFunction($functionName, array_map(\Closure::fromCallable([self::class, 'parseArguments']), $arguments), $parameters);
/plugin/gitlog/
H A Dsyntax.php44 $parameters = array();
52 $parameters[$name] = $return[2][$index];
55 return $parameters;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php67 $parameters = array_slice($element->getChildren(), 1);
75 $parameters
/plugin/judge/
H A Dsyntax.php92 $parameters = explode(' ', $match);
94 return array('mode' => "scoreboard", 'questions' => $parameters);
105 $parameters = explode(' ', $match);
110 foreach ($parameters as $parameter) {
/plugin/combo/syntax/
H A Dunit.php107 * This cache may be suppressed with the url parameters ?purge=true
120 $parameters = PluginUtility::getTagAttributes($match);
123 PluginUtility::ATTRIBUTES => $parameters
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php329 $parameters = [];
361 $parameters[$partName] = $part;
373 'parameters' => $parameters,
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php329 $parameters = [];
361 $parameters[$partName] = $part;
373 'parameters' => $parameters,
/plugin/noiewarning/
H A DChangeLog6 * Fixed: parameters upgraded to Doku_* parameters.
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass_with_method_with_variadic_arguments.phpt7 public function methodWithVariadicArguments($a, ...$parameters)
38 public function methodWithVariadicArguments($a, ...$parameters)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dnamespaces.asciidoc43 namespaces. Sometimes the methods require parameters. These parameters work
81 parameters, each according to what the particular API requires. The `stats` API
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DPocket.php45 $parameters = array_merge(
54 foreach ($parameters as $key => $val) {
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dphpstan.neon1 parameters:

1...<<11121314151617181920>>...28