Home
last modified time | relevance | path

Searched refs:getKeywords (Results 1 – 25 of 819) sorted by relevance

12345678910>>...33

/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Form/Admin/Configure/ShopParameters/TrafficSeo/Meta/
H A DUrlSchemaType.php67 'help' => $this->getKeywords('product_rule'),
74 'help' => $this->getKeywords('category_rule'),
81 'help' => $this->getKeywords('supplier_rule'),
88 'help' => $this->getKeywords('manufacturer_rule'),
95 'help' => $this->getKeywords('cms_rule'),
102 'help' => $this->getKeywords('cms_category_rule'),
109 'help' => $this->getKeywords('module'),
130 private function getKeywords($idRoute) function in PrestaShopBundle\\Form\\Admin\\Configure\\ShopParameters\\TrafficSeo\\Meta\\UrlSchemaType
132 $keyWords = $this->defaultRouteProvider->getKeywords();
/dports/devel/icu/icu/source/test/cintltst/
H A Dcpluralrulestest.c208 UBool getKeywords[kNumKeywords]; in TestGetKeywords() local
215 getKeywords[i] = FALSE; in TestGetKeywords()
240 getKeywords[iKnown] = TRUE; in TestGetKeywords()
247 if (uprv_memcmp(expectKeywords, getKeywords, kNumKeywords) != 0) { in TestGetKeywords()
252getKeywords[0], getKeywords[1], getKeywords[2], getKeywords[3], getKeywords[4], getKeywords[5] ); in TestGetKeywords()
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dcpluralrulestest.c208 UBool getKeywords[kNumKeywords]; in TestGetKeywords() local
215 getKeywords[i] = FALSE; in TestGetKeywords()
240 getKeywords[iKnown] = TRUE; in TestGetKeywords()
247 if (uprv_memcmp(expectKeywords, getKeywords, kNumKeywords) != 0) { in TestGetKeywords()
252getKeywords[0], getKeywords[1], getKeywords[2], getKeywords[3], getKeywords[4], getKeywords[5] ); in TestGetKeywords()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/
H A DSQLAnywhere16Keywords.php42 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLAnywhere16Keywords
45 parent::getKeywords(),
H A DSQLServer2008Keywords.php45 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLServer2008Keywords
47 return array_merge(parent::getKeywords(), array(
H A DSQLServer2012Keywords.php45 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLServer2012Keywords
47 return array_merge(parent::getKeywords(), array(
H A DPostgreSQL92Keywords.php44 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\PostgreSQL92Keywords
46 return array_merge(parent::getKeywords(), array(
H A DSQLAnywhere11Keywords.php42 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLAnywhere11Keywords
46 parent::getKeywords(),
H A DSQLAnywhere12Keywords.php42 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLAnywhere12Keywords
46 parent::getKeywords(),
H A DSQLServer2005Keywords.php45 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLServer2005Keywords
47 return array_merge(array_diff(parent::getKeywords(), array('DUMMY')), array(
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/
H A DSQLAnywhere16Keywords.php42 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLAnywhere16Keywords
45 parent::getKeywords(),
H A DSQLServer2008Keywords.php45 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLServer2008Keywords
47 return array_merge(parent::getKeywords(), array(
H A DPostgreSQL92Keywords.php44 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\PostgreSQL92Keywords
46 return array_merge(parent::getKeywords(), array(
H A DSQLServer2012Keywords.php45 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLServer2012Keywords
47 return array_merge(parent::getKeywords(), array(
H A DSQLServer2005Keywords.php45 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLServer2005Keywords
47 return array_merge(array_diff(parent::getKeywords(), array('DUMMY')), array(
H A DSQLAnywhere11Keywords.php42 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLAnywhere11Keywords
46 parent::getKeywords(),
H A DSQLAnywhere12Keywords.php42 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLAnywhere12Keywords
46 parent::getKeywords(),
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/
H A DPostgreSQL92Keywords.php25 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\PostgreSQL92Keywords
27 return array_merge(parent::getKeywords(), ['COLLATION']);
H A DSQLAnywhere16Keywords.php25 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLAnywhere16Keywords
28 parent::getKeywords(),
H A DSQLServer2012Keywords.php27 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLServer2012Keywords
29 return array_merge(parent::getKeywords(), [
H A DSQLServer2008Keywords.php27 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLServer2008Keywords
29 return array_merge(parent::getKeywords(), ['MERGE']);
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/
H A DSQLServer2012Keywords.php27 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLServer2012Keywords
29 return array_merge(parent::getKeywords(), [
H A DSQLServer2008Keywords.php27 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLServer2008Keywords
29 return array_merge(parent::getKeywords(), ['MERGE']);
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/
H A DSQLAnywhere16Keywords.php25 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLAnywhere16Keywords
28 parent::getKeywords(),
H A DSQLServer2008Keywords.php27 protected function getKeywords() function in Doctrine\\DBAL\\Platforms\\Keywords\\SQLServer2008Keywords
29 return array_merge(parent::getKeywords(), ['MERGE']);

12345678910>>...33