Home
last modified time | relevance | path

Searched defs:parameters (Results 1 – 25 of 153) sorted by last modified time

1234567

/plugin/dbquery/
H A Dhelper.php92 public function prepareStatement(\PDO $pdo, $sql, $parameters)
/plugin/siteexport/
H A Dcron.php32 public function saveCronDataWithParameters($parameters, $canOverwrite=false)
45 public function deleteCronDataWithParameters($parameters)
188 public function hasCronJobForParameters($parameters)
197 public function cronJobNameForParameters($parameters)
/plugin/siteexport/inc/
H A Dfunctions.php593 public function hashNameForParameters($parameters)
/plugin/sqlite/
H A DSQLiteDB.php112 query($sql, ...$parameters) global() argument
158 exec($sql, ...$parameters) global() argument
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteExecuteMethod.php25 public function execute($command_name, array $parameters = []) argument
H A DCustomWebDriverCommand.php23 public function __construct($session_id, $url, $method, array $parameters) argument
H A DWebDriverCommand.php12 protected $parameters; variable in Facebook\\WebDriver\\Remote\\WebDriverCommand
21 public function __construct($session_id, $name, $parameters) argument
31 public static function newSession(array $parameters) argument
H A DExecuteMethod.php12 public function execute($command_name, array $parameters = []); argument
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php60 private $parameters = []; variable in ComboStrap\\PageSqlTreeListener
[all...]
H A DSqliteRequest.php154 setQueryParametrized(string $executableSql, array $parameters) global() argument
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeDevToolsDriver.php36 public function execute($command, array $parameters = []) argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DCurlClient.php26 private $parameters = array(); variable in OAuth\\Common\\Http\\Client\\CurlClient
33 public function setCurlParameters(array $parameters) argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DFacebook.php194 public function getDialogUri($dialogPath, array $parameters) argument
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsn.php24 private $parameters = []; variable in Nyholm\\Dsn\\Configuration\\Dsn
26 public function __construct(?string $scheme, array $parameters = []) argument
[all...]
H A DPath.php29 public function __construct(string $scheme, string $path, array $parameters = [], array $authentication = []) argument
H A DDsnFunction.php33 private $parameters; variable in Nyholm\\Dsn\\Configuration\\DsnFunction
35 public function __construct(string $name, array $arguments, array $parameters = []) argument
[all...]
H A DUrl.php39 public function __construct(?string $scheme, string $host, ?int $port = null, ?string $path = null, array $parameters = [], array $authentication = []) argument
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DCurlClient.php26 private $parameters = array(); variable in OAuth\\Common\\Http\\Client\\CurlClient
33 public function setCurlParameters(array $parameters)
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2 …e&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).THREE=… argument
H A Dwebgl_detector.js38 addGetWebGLMessage: function ( parameters ) { argument
H A DCanvasRenderer.js5 THREE.SpriteCanvasMaterial = function ( parameters ) { argument
36 THREE.CanvasRenderer = function ( parameters ) { argument
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php40 public $parameters = array(); variable in Sabre\\VObject\\Property
69 …function __construct(Component $root, $name, $value = null, array $parameters = array(), $group = …
192 function parameters() { function in Sabre\\VObject\\Property
H A DDocument.php193 …public function createProperty($name, $value = null, array $parameters = null, $valueType = null) {
H A DVCardConverter.php271 …ion convertBinaryToUri(Component\VCard $output, Property\Binary $newProperty, array &$parameters) {
376 protected function convertParameters40(Property $newProperty, array $parameters) {
421 protected function convertParameters30(Property $newProperty, array $parameters) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php73 …public function __construct(Component $root, $name, $value = null, array $parameters = array(), $g…

1234567