/plugin/confmanager/configTypes/ |
H A D | ConfigManagerTwoLineLeftImageConfigCascade.php | 10 protected $extension; variable in ConfigManagerTwoLineLeftImageConfigCascade 17 public function __construct($name, $imageFolder, $extension) { argument 20 $this->extension = explode(',',$extension); 47 foreach($this->extension as $ext){ 111 $extension = strrpos($icon['name'], '.'); 112 if ($extension === false) { 117 $extension = substr($icon['name'], $extension+1); 118 if (!in_array($extension, $this->extension)) { 139 * @param string $extension 142 protected function getImageDestination($key, $value, $extension, $filename) { argument [all …]
|
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/ |
H A D | DateTest.php | 32 $extension = new Twig_Extensions_Extension_Date(); 33 $this->assertEquals($expected, $extension->diff($this->env, $date, $now)); 38 $extension = new Twig_Extensions_Extension_Date(); 39 …$this->assertRegExp('/^[0-9]+ (second|minute|hour|day|month|year)s* ago$/', $extension->diff($this… 47 $extension = new Twig_Extensions_Extension_Date(); 48 …$this->assertEquals($expected, $extension->diff($this->env, new DateTime($date), new DateTime($now… 53 $extension = new Twig_Extensions_Extension_Date(); 54 …$this->assertRegExp('/^[0-9]+ (second|minute|hour|day|month|year)s* ago$/', $extension->diff($this… 68 $extension = new Twig_Extensions_Extension_Date($translator); 69 $extension->diff($this->env, $date, $now);
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | MimeType.php | 22 * @param string $extension string The file extension. 28 public static function fromExtension($extension) argument 134 $extension = strtolower($extension); 136 return isset($mimetypes[$extension]) 137 ? $mimetypes[$extension]
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Function/ |
H A D | Method.php | 28 protected $extension; variable in Twig_Function_Method 31 public function __construct(ExtensionInterface $extension, $method, array $options = []) argument 33 $options['callable'] = [$extension, $method]; 37 $this->extension = $extension; 43 …return sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($this->extension), $this->method…
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/ |
H A D | Method.php | 27 protected $extension; variable in Twig_Filter_Method 30 public function __construct(ExtensionInterface $extension, $method, array $options = []) argument 32 $options['callable'] = [$extension, $method]; 36 $this->extension = $extension; 42 …return sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($this->extension), $this->method…
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/ |
H A D | Method.php | 25 protected $extension; variable in Twig_Test_Method 28 public function __construct(ExtensionInterface $extension, $method, array $options = []) argument 30 $options['callable'] = [$extension, $method]; 34 $this->extension = $extension; 40 …return sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($this->extension), $this->method…
|
/plugin/authfacebook/lib/FileUpload/ |
H A D | Mimetypes.php | 966 * @param string $extension File extension 970 public function fromExtension($extension) argument 972 $extension = strtolower($extension); 974 return isset($this->mimetypes[$extension]) ? $this->mimetypes[$extension] : null;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/ |
H A D | ConfigManagementHierarchyControllerDeploymentState.php | 25 public $extension; variable in Google\\Service\\GKEHub\\ConfigManagementHierarchyControllerDeploymentState 34 public function setExtension($extension) argument 36 $this->extension = $extension; 43 return $this->extension;
|
H A D | ConfigManagementHierarchyControllerVersion.php | 25 public $extension; variable in Google\\Service\\GKEHub\\ConfigManagementHierarchyControllerVersion 34 public function setExtension($extension) argument 36 $this->extension = $extension; 43 return $this->extension;
|
/plugin/combo/ComboStrap/ |
H A D | Snippet.php | 88 private $extension; variable in ComboStrap\\Snippet 146 $this->extension = $mime; 296 switch ($this->extension) { 298 $extension = "css"; 302 $extension = "js"; 329 return $this->snippetId . "-" . $this->extension; 335 if ($this->extension == self::EXTENSION_CSS) { 407 $extension = $array[self::JSON_EXTENSION_PROPERTY]; 408 if ($extension === null) { 451 return $this->extension; [all …]
|
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/ |
H A D | FilesystemLoader.php | 30 private $extension = '.mustache'; variable in Mustache_Loader_FilesystemLoader 62 $this->extension = ''; 64 $this->extension = '.' . ltrim($options['extension'], '.'); 118 if (substr($fileName, 0 - strlen($this->extension)) !== $this->extension) { 119 $fileName .= $this->extension;
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Files/ |
H A D | FileExtensionSniff.php | 59 $extension = substr($fileName, strrpos($fileName, '.')); 63 $phpcsFile->recordMetric($stackPtr, 'File extension for class files', $extension); 64 if ($extension === '.php') { 70 $phpcsFile->recordMetric($stackPtr, 'File extension for non-class files', $extension); 71 if ($extension === '.inc') {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
H A D | phar-extension.phpt | 2 phpunit --configuration tests/_files/phpunit-example-extension 6 $_SERVER['argv'][2] = __DIR__ . '/../_files/phpunit-example-extension'; 14 Configuration: %s/phpunit-example-extension/phpunit.xml 15 Extension: %s/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-1.0.0.phar
|
/plugin/orphanmedia/ |
H A D | syntax.php | 400 $extension = ltrim($extension, "."); 441 $extension = ltrim($extension, "."); 639 $extension = end($parts); 640 $extension = ltrim($extension, "."); 658 $extension = end($parts); 659 $extension = ltrim($extension, "."); 680 $extension = end($parts); 681 $extension = ltrim($extension, "."); 702 $extension = end($parts); 703 $extension = ltrim($extension, "."); [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | installation.rst | 46 Installing the C extension 50 The C extension was added in Twig 1.4. 54 The C extension is **optional** but it brings some nice performance 55 improvements. Note that the extension is not a replacement for the PHP 58 The C extension is only compatible and useful for **PHP5**. 60 Twig comes with a C extension that enhances the performance of the Twig 96 --enable-twig=shared`` to be able to build the twig C extension for 102 Finally, enable the extension in your ``php.ini`` configuration file: 106 extension=twig.so #For Unix systems 107 extension=php_twig.dll #For Windows systems [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/ |
H A D | GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest.php | 32 public function setExtension(GoogleCloudPaymentsResellerSubscriptionV1Extension $extension) argument 34 $this->extension = $extension; 41 return $this->extension;
|
/plugin/docsearch/ |
H A D | cron.php | 58 $extension = array(); 60 preg_match('/.([^\.]*)$/', $file, $extension); 63 if(!isset($extension[1])) { 66 $extension = $extension[1]; 69 if(!in_array($extension, $conf['docsearchext'])) { 83 $cmd = $conf['docsearch'][$extension];
|
/plugin/gdpr/helper/ |
H A D | utils.php | 26 list($extension, $basename) = explode('.', strrev($entry), 2); 27 $extension = strrev($extension); 29 if ($extension !== 'changes') {
|
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ |
H A D | CHANGELOG.md | 8 * The C extension now supports PHP 8. Pull request by John Boehr. 17 * The `maxminddb` extension now returns a string when a `uint32` 21 * For `uint64` values, the `maxminddb` extension now returns an 29 * The `maxminddb` extension now has the arginfo when using reflection. 31 * The `maxminddb` extension now provides `MINFO()` function that 32 displays the extension version and the libmaxminddb version. PR by 45 * IMPORTANT: The `maxminddb` extension now obeys `open_basedir`. If 49 upgrading the extension. This does not affect the pure PHP 59 * The `Reader` class for the `maxminddb` extension is no longer final. 105 * In the last several releases, the version number in the extension was [all …]
|
/plugin/gtime/gtlib/asn1/tsp/ |
H A D | TSPTSTInfo.php | 180 $extension = new X509Extension(); 181 $extension->decode($set->getObjectAt($i)); 183 array_push($this->extensions, $extension); 186 foreach ($this->extensions as $extension) { 187 if ($extension->isCritical()) { 188 … throw new GTException("Unknown critical extension present: {$extension->getId()}"); 251 foreach ($this->extensions as $extension) { 252 $set->add($extension);
|
/plugin/zip/pear/File/Archive/Reader/ |
H A D | MimeList.php | 39 $extension = ""; 41 $extension = strtolower(substr($filename, $pos+1)); 44 switch($extension) {
|
/plugin/swiftmail/Swift/ |
H A D | ConnectionBase.php | 68 public function getAttributes($extension) argument 70 if ($this->hasExtension($extension)) 72 return $this->extensions[$extension]; 77 …"Unable to locate any attributes for the extension '" . $extension . "' since the extension cannot…
|
/plugin/dlcounter/ |
H A D | action.php | 46 $extension = str_replace(' ', '', strtolower($this->getConf('extensions')) ); 47 $extension = explode( ",", $extension ); 50 if( in_array( strtolower($data['ext']), $extension ) ){
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Environment.php | 581 foreach ($this->extensions as $extension) { 873 $extension->initRuntime($this); 973 $class = \get_class($extension); 974 if ($class !== $extension->getName()) { 982 $this->extensionsByClass[$class] = $extension; 983 $this->extensions[$extension->getName()] = $extension; 1030 foreach ($extensions as $extension) { 1031 $this->addExtension($extension); 1512 $extGlob = $extension->getGlobals(); 1542 foreach ($this->extensions as $extension) { [all …]
|
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/ |
H A D | FileLocator.php | 22 public function findFileForClass(\ReflectionClass $class, string $extension): ?string argument 30 … $path = $dir . '/' . str_replace('\\', '.', substr($class->name, $len)) . '.' . $extension; 42 public function findAllClasses(string $extension): array argument 53 if (($fileName = $file->getBasename('.' . $extension)) === $file->getBasename()) {
|