Home
last modified time | relevance | path

Searched refs:engine (Results 26 – 50 of 97) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTripleDES.php184 * @param int $engine
188 protected function isValidEngineHelper($engine) argument
190 if ($engine == self::ENGINE_OPENSSL) {
196 return parent::isValidEngineHelper($engine);
444 * @param int $engine
447 public function setPreferredEngine($engine) argument
450 $this->des[0]->setPreferredEngine($engine);
451 $this->des[1]->setPreferredEngine($engine);
452 $this->des[2]->setPreferredEngine($engine);
455 parent::setPreferredEngine($engine);
H A DSalsa20.php320 if ($this->engine == self::ENGINE_OPENSSL) {
357 if ($this->engine == self::ENGINE_OPENSSL) {
382 if ($this->engine == self::ENGINE_OPENSSL) {
H A DDES.php608 * @param int $engine
612 protected function isValidEngineHelper($engine) argument
615 if ($engine == self::ENGINE_OPENSSL) {
621 return parent::isValidEngineHelper($engine);
H A DRC2.php290 * @param int $engine
294 protected function isValidEngineHelper($engine) argument
296 switch ($engine) {
305 return parent::isValidEngineHelper($engine);
417 if ($this->engine == self::ENGINE_OPENSSL) {
440 if ($this->engine == self::ENGINE_OPENSSL) {
H A DRijndael.php283 * @param int $engine
287 protected function isValidEngineHelper($engine) argument
289 switch ($engine) {
321 return parent::isValidEngineHelper($engine);
993 switch ($this->engine) {
1025 switch ($this->engine) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDoubleclicksearch.php69 …'path' => 'doubleclicksearch/v2/agency/{agencyId}/advertiser/{advertiserId}/engine/{engineAccountI…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DDatabaseType.php25 public $engine; variable in Google\\Service\\DatabaseMigrationService\\DatabaseType
34 public function setEngine($engine) argument
36 $this->engine = $engine;
43 return $this->engine;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1ContentSqlScript.php25 public $engine; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1ContentSqlScript
30 public function setEngine($engine) argument
32 $this->engine = $engine;
39 return $this->engine;
H A DGoogleCloudDataplexV1SessionEventQueryDetail.php33 public $engine; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1SessionEventQueryDetail
78 public function setEngine($engine) argument
80 $this->engine = $engine;
87 return $this->engine;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php229 public static function setModExpEngine($engine) argument
231 … $fqengine = '\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\' . $engine;
233 throw new \InvalidArgumentException("$engine is not a valid engine");
236 throw new BadConfigurationException("$engine is not setup correctly on this system");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php152 foreach ($engines as $engine) {
154 self::setEngine($engine[0], isset($engine[1]) ? $engine[1] : []);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1316 * @param int $engine
1319 public static function setCryptoEngine($engine) argument
1321 self::$crypto_engine = $engine;
4803 foreach ($engines as $engine) {
4813 if ($engine != 'Eval') {
4819 if ($engine == 'OpenSSL') {
4824 if ($obj->isValidEngine($engine)) {
/plugin/passpolicy/
H A D10k-common-passwords.txt2030 engine
H A Dwords.txt1133 engine
/plugin/quickstats/lang/en/
H A Dquery.txt61 1. The User Agent will be a browser or the name of a spider, search engine robot, or crawler.\\
/plugin/quickstats/lang/nl/
H A Dquery.txt56 1. De User Agent is de naam van de browser of de naam van een spider, search engine robot, of crawl…
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js96 …sion="3.0.0";sre.Variables.url="https://cdn.jsdelivr.net/npm/speech-rule-engine@"+sre.Variables.VE…
1530 …r);var p=null,q=null;if(m.engine){p=sre.Engine.getInstance().dynamicCstr.getComponents();var r=sre…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/socket.io/
H A Dsocket.io.min.js6engine=u(this.uri,this.opts);var n=this.engine,r=this;this._readyState="opening",this.skipReconnec…
/plugin/plantumlparser/
H A DREADME.md7 This plugin integrates [PlantUML](http://plantuml.sourceforge.net) into the [DokuWiki](http://www.dokuwiki.org) wiki engine.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 … 'desc' ? -1 : 1);\n }\n }\n // Fixes an `Array#sort` bug in the JS engine embedded in Adobe …
H A D3.3.js.map1engine results.\\n \\n [Google](https://support.google.com/webmasters/answer/35624#nodmoz), …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 … 'desc' ? -1 : 1);\n }\n }\n // Fixes an `Array#sort` bug in the JS engine embedded in Adobe …

1234