Home
last modified time | relevance | path

Searched refs:engine (Results 1 – 25 of 97) sorted by path

1234

/plugin/404manager/
H A DREADME.md15 …nt problem is that thus external links become obsolete (especially for search engine for instance).
33 * Redirection to the internal search engine
115 ### Redirection to the intern search engine
116 The 404 Manager redirects to the search engine.
/plugin/aceeditor/
H A Dbuild.js1 …scard|distinctrow|div|dual|dumpfile|each|elseif|enable|enclosed|end|ends|engine|engines|enum|error…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock1068 "description": "Simple template engine.",
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe40067 engine ering
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js20537 function zlibBuffer(engine, buffer, callback) {
20541 engine.on('error', onError);
20542 engine.on('end', onEnd);
20544 engine.end(buffer);
20549 while (null !== (chunk = engine.read())) {
20553 engine.once('readable', flow);
20557 engine.removeListener('end', onEnd);
20558 engine.removeListener('readable', flow);
20566 engine.close();
20570 function zlibBufferSync(engine, buffer) {
[all …]
H A Dpdfmake.min.js.map1engine","buffers","nread","onError","onEnd","zlibBufferSync","flushFlag","Z_FINISH","_processChunk…
/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/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/
H A DDoubleclicksearch.php69 …'path' => 'doubleclicksearch/v2/agency/{agencyId}/advertiser/{advertiserId}/engine/{engineAccountI…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php329 * @param int $engine
333 protected function isValidEngineHelper($engine) argument
335 if ($engine == self::ENGINE_OPENSSL) {
346 return parent::isValidEngineHelper($engine);
H A DChaCha20.php43 * @param int $engine
47 protected function isValidEngineHelper($engine) argument
49 switch ($engine) {
75 return parent::isValidEngineHelper($engine);
90 if ($this->engine == self::ENGINE_LIBSODIUM) {
112 if ($this->engine == self::ENGINE_LIBSODIUM) {
252 if ($this->engine == self::ENGINE_LIBSODIUM) {
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 DRC4.php112 * @param int $engine
116 protected function isValidEngineHelper($engine) argument
118 if ($engine == self::ENGINE_OPENSSL) {
141 return parent::isValidEngineHelper($engine);
193 if ($this->engine != self::ENGINE_INTERNAL) {
213 if ($this->engine != self::ENGINE_INTERNAL) {
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) {
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 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);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php441 protected $engine; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
2245 * @param int $engine
2251 switch ($engine) {
2295 * @param string $engine
2306 $engine = strtolower($engine);
2332 * @param string $engine
2342 $engine = strtolower($engine);
2367 $this->engine = null;
2385 $this->engine = $engine;
2389 if (!$this->engine) {
[all …]
/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/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/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/badbehaviour/bad-behavior/
H A Ddokuwiki.patch9 - // Bypass all checks if http:BL says search engine
16 + // Bypass all checks if http:BL says search engine
/plugin/barcodes/
H A Dcomposer.lock601 "description": "Simple template engine.",
/plugin/batchedit/
H A Dadmin.php11 require_once(DOKU_PLUGIN . 'batchedit/engine.php');
99 $engine = $this->createEngine();
102 $this->findMatches($engine, $request);
103 $this->markMatches($engine, $request);
111 $engine = $this->createEngine();
114 $this->findMatches($engine, $request);
117 $this->applyMatches($engine, $request);
135 private function findMatches($engine, $request) { argument
136 $engine->findMatches($request->getNamespace(), $request->getRegexp(), $request->getReplacement(),
145 private function markMatches($engine, argument
156 applyMatches($engine, $request) global() argument
[all...]

1234