Home
last modified time | relevance | path

Searched full:engine (Results 1 – 25 of 551) sorted by relevance

12345678910>>...23

/plugin/statistics/vendor/matomo/device-detector/regexes/client/
Dbrowsers.yml12 engine:
19 engine:
26 engine:
43 engine:
55 engine:
87 engine:
104 engine:
126 engine:
133 engine:
145 engine:
[all …]
/plugin/statistics/
DSearchEngines.php6 * Extract search Engine Inormation from the HTTP referer
12 /** @var array Search engine definitions with regex patterns and metadata */
106 /** @var string|null The search engine key */
107 protected ?string $engine = null; variable in dokuwiki\\plugin\\statistics\\SearchEngines
109 /** @var string|null The search engine name */
126 * Check if the referer is from a search engine
128 * @return bool True if the referer is from a search engine
132 return (bool)$this->engine;
136 * Get the search engine identifier from the referer
138 * @return string|null The search engine or null if not a search engine
[all …]
/plugin/statistics/vendor/matomo/device-detector/Parser/Client/Browser/Engine/
DVersion.php13 namespace DeviceDetector\Parser\Client\Browser\Engine;
20 * Client parser for browser engine version detection
27 private $engine; variable in DeviceDetector\\Parser\\Client\\Browser\\Engine\\Version
33 * @param string $engine
35 public function __construct(string $ua, string $engine) argument
39 $this->engine = $engine;
47 if (empty($this->engine)) {
51 if ('Gecko' === $this->engine || 'Clecko' === $this->engine) {
59 $engineToken = $this->engine;
61 if ('Blink' === $this->engine) {
[all …]
/plugin/codehighlight/cp/
Dcodepress.html9 var engine = 'older';
14 if(ua.match('MSIE')) engine = 'msie';
15 else if(ua.match('KHTML')) engine = 'khtml';
16 else if(ua.match('Opera')) engine = 'opera';
17 else if(ua.match('Gecko')) engine = 'gecko';
23 …document.write('<scr'+'ipt type="text/javascript" src="engines/'+engine+'.js?ts='+ts+'"></scr'+'ip…
30 if(engine == "msie" || engine == "gecko") document.write('<body><pre> </pre></body>');
31 else if(engine == "opera") document.write('<body></body>');
32 // else if(engine == "khtml") document.write('<body> </body>');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
DOpenSSL.php4 * OpenSSL Modular Exponentiation Engine
22 * OpenSSL Modular Exponentiation Engine
31 * Test for engine validity
43 * @param Engine $x
44 * @param Engine $e
45 * @param Engine $n
46 * @return Engine
48 public static function powModHelper(Engine $x, Engine $e, Engine $n)
DEngine.php4 * Base BigInteger Engine
25 * Base Engine.
27 * @package Engine
31 abstract class Engine implements \JsonSerializable class
69 * Modular Exponentiation Engine
76 * Engine Validity Flag
223 * Sets engine type.
227 * @param class-string<Engine> $engine
229 public static function setModExpEngine($engine) argument
231 … $fqengine = '\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\' . $engine;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
DMontgomery.php4 * PHP Montgomery Modular Exponentiation Engine
18 use phpseclib3\Math\BigInteger\Engines\Engine; alias
23 * PHP Montgomery Modular Exponentiation Engine
32 * Test for engine validity
44 * @template T of Engine
45 * @param Engine $x
46 * @param Engine $e
47 * @param Engine $n
51 protected static function slidingWindow(Engine $x, Engine $e, Engine $n, $class)
/plugin/batchedit/
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, $request) { argument
[all …]
/plugin/statistics/vendor/matomo/device-detector/Parser/Client/
DBrowser.php17 use DeviceDetector\Parser\Client\Browser\Engine; alias
981 $engine = '';
996 $engine = $browserFromUserAgent['engine'] ?? '';
1008 $engine = $browserFromUserAgent['engine'] ?? '';
1028 …r agent detects another browser, but the family matches, we use the detected engine from user agent
1032 $engine = $browserFromUserAgent['engine'] ?? '';
1037 $engine = $browserFromUserAgent['engine'] ?? '';
1053 … // In case client hints report a more detailed engine version, we try to use this instead
1054 if ('Blink' === $engine && 'Iridium' !== $name
1063 $engine = $browserFromUserAgent['engine'];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
DGoogleCloudDataplexV1ContentSqlScript.php25 public $engine; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1ContentSqlScript
30 public function setEngine($engine) argument
32 $this->engine = $engine;
39 return $this->engine;
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/
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/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php35 $engine = new \Handlebars\Handlebars(array('loader' => $loader));
36 $this->assertEquals($result, $engine->render($src, $data));
81 $engine = new \Handlebars\Handlebars(array('loader' => $loader, 'helpers' => $helpers));
83 $this->assertEquals($result, $engine->render($src, $data));
228 $engine = new \Handlebars\Handlebars(array(
234 $this->assertEquals($result, $engine->render($src, $data));
245 $engine = new \Handlebars\Handlebars(array(
252 $this->assertEquals('apple, banana, 0, zucchini', $engine->render($template, $data));
404 $engine = new \Handlebars\Handlebars(array('helpers' => $helpers));
405 $this->assertTrue(is_callable($engine->getHelper('test')));
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/Resource/
DApps.php35 * Creates an App Engine application for a Google Cloud Platform project.
38 * the App Engine application located.For more information about App Engine
90 * Recreates the required App Engine features for the specified App Engine
91 * application, for example a Cloud Storage bucket or App Engine service
93 * feature, for example, Error retrieving the App Engine service account. If you
94 * have deleted your App Engine service account, this will not be able to
/plugin/visrep/
Dsyntax.php64 … 'data-engine' => strtolower(empty($attrs['data-engine']) ? 'unknown' : $attrs['data-engine']),
82 switch ($attrs['data-engine']) {
89 $data = sprintf("%s {\n%s\n}", $attrs['data-engine'], $data);
168 $loc = 'path_'.$data['data-engine'];
171 if ($this->_isBlockDiag($data['data-engine'])) {
180 if ($data['data-engine'] == 'graphviz') {
202 function _isBlockDiag($engine) { argument
203 …return in_array($engine, array('seqdiag', 'blockdiag', 'actdiag', 'nwdiag', 'rackdiag', 'packetdia…
/plugin/statistics/vendor/matomo/device-detector/Parser/Client/Browser/
DEngine.php18 * Class Engine
20 * Client parser for browser engine detection
22 class Engine extends AbstractClientParser class
94 return ['engine' => $engineName];
100 … 'Detected browser engine was not found in $availableEngines. Tried to parse user agent: %s',
/plugin/math/
Dsyntax.php153 $engine = $this->_getengine(
161 return (array($engine, $optionlist['size'], $align, trim($contentstring)));
172 list($engine, $size, $align, $eqn) = $data;
177 if ($engine == 'mimetex') {
185 } else if ($engine == 'itex2mml') {
188 } else if ($engine == 'plain2mml') {
340 * Look into options and "engine" spec (matching options) to
349 * $checkfile: [logical] Check if specified file for engine exist
351 * $engine: [string] engine name (use to render code)
353 * false: if no "engine" match the options
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DTripleDES.php179 * Test for engine validity
184 * @param int $engine
188 protected function isValidEngineHelper($engine) argument
190 if ($engine == self::ENGINE_OPENSSL) {
196 return parent::isValidEngineHelper($engine);
414 // if $key <= 64bits we configure our internal pure-php cipher engine
420 // otherwise, if $key > 64bits, we configure our engine to work as 3DES.
440 * Sets the internal crypt engine
444 * @param int $engine
447 public function setPreferredEngine($engine) argument
[all …]
DRC4.php107 * Test for engine validity
112 * @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) {
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
DAppIdentityCredentials.php21 * The AppIdentityService class is automatically defined on App Engine,
23 * PHP fatal error in the App Engine environment.
33 * AppIdentityCredentials supports authorization on Google App Engine.
36 * AuthTokenSubscriber, but will only succeed if being run on App Engine:
91 * Determines if this an App Engine instance, by accessing the
95 * @return bool true if this an App Engine Instance, false otherwise
100 0 === strpos($_SERVER['SERVER_SOFTWARE'], 'Google App Engine');
233 'This class must be run in App Engine, or you must include the AppIdentityService '
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/Resource/
DProjectsZonesClusters.php54 * @param string $zone Deprecated. The name of the Google Compute Engine
77 * @param string $zone Deprecated. The name of the Google Compute Engine
95 * Compute Engine instances. By default, the cluster is created in the project's
106 * @param string $zone Deprecated. The name of the Google Compute Engine
123 * deleted. Other Google Compute Engine resources that might be in use by the
130 * @param string $zone Deprecated. The name of the Google Compute Engine
154 * @param string $zone Deprecated. The name of the Google Compute Engine
179 * @param string $zone Deprecated. The name of the Google Compute Engine
202 * @param string $zone Deprecated. The name of the Google Compute Engine
222 * engine/docs/reference/rest/v1/projects.locations.clusters/update) instead.
[all …]
/plugin/fedauth/Auth/OpenID/
DDatabaseConnection.php40 * placeholders are assumed to be specific to the database engine
48 * underlying database engine. This method is usually used when
81 * placeholders are assumed to be specific to the database engine
100 * placeholders are assumed to be specific to the database engine
117 * placeholders are assumed to be specific to the database engine
/plugin/openid/Auth/OpenID/
DDatabaseConnection.php40 * placeholders are assumed to be specific to the database engine
48 * underlying database engine. This method is usually used when
82 * placeholders are assumed to be specific to the database engine
102 * placeholders are assumed to be specific to the database engine
120 * placeholders are assumed to be specific to the database engine
/plugin/statistics/db/
Dupdate0001.sql43 `engine` TEXT DEFAULT NULL -- search engine if it is a search engine referrer
47 CREATE INDEX `idx_referers_engine` ON `referers` (`engine`);
90 -- Search engine query logging for internal searches
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
DBigInteger.php33 use phpseclib3\Math\BigInteger\Engines\Engine; alias
46 * Main Engine
48 * @var class-string<Engine>
85 * Sets engine type.
99 throw new \InvalidArgumentException("$main is not a valid engine");
104 /** @var class-string<Engine> $fqmain */
122 … throw new BadConfigurationException("No valid modular exponentiation engine found for $main");
129 * Returns the engine type
152 foreach ($engines as $engine) {
154 self::setEngine($engine[0], isset($engine[1]) ? $engine[1] : []);
[all …]

12345678910>>...23