Home
last modified time | relevance | path

Searched defs:suffixes (Results 1 – 25 of 2394) sorted by relevance

12345678910>>...96

/dports/science/opensim-core/opensim-core-4.1/Bindings/
H A Dcommon.i220 packVec3(std::vector<std::string> suffixes) { in packVec3()
228 packUnitVec3(std::vector<std::string> suffixes) { in packUnitVec3()
236 packQuaternion(std::vector<std::string> suffixes) { in packQuaternion()
244 packSpatialVec(std::vector<std::string> suffixes) { in packSpatialVec()
261 packVec3(std::vector<std::string> suffixes) { in packVec3()
269 packUnitVec3(std::vector<std::string> suffixes) { in packUnitVec3()
277 packQuaternion(std::vector<std::string> suffixes) { in packQuaternion()
285 packSpatialVec(std::vector<std::string> suffixes) { in packSpatialVec()
293 TimeSeriesTable_<double> flatten(std::vector<std::string> suffixes) { in flatten()
301 TimeSeriesTable_<double> flatten(std::vector<std::string> suffixes) { in flatten()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/metadata/repository/
H A DSiteIndexFileTest.java68 String[] suffixes = {"first", "second", "third"}; in testSortOrderSimple() local
78 String[] suffixes = {"first", "second", "third"}; in testSortOrderSimple2() local
88 String[] suffixes = {"first"}; in testSortOrderSimple3() local
98 String[] suffixes = {"first", "second", "third"}; in testSortOrderSimple4() local
108 String[] suffixes = {"first", "second", "third"}; in testSortOrderSimple5() local
118 String[] suffixes = {"first", "second", "third"}; in testSortOrderReverse() local
128 String[] suffixes = {"first", "second", "third"}; in testSortOrderReverse2() local
138 String[] suffixes = {"a", "b", "c", "d", "e", "f"}; in testSortOrderComplex() local
148 String[] suffixes = {"a", "b", "c", "d", "e", "f"}; in testSortOrderAdditional() local
158 String[] suffixes = {"a", "b", "c", "d", "e", "f"}; in testSortOrderDuplicate() local
[all …]
/dports/www/py-dj32-django-filter/django-filter-21.1/tests/
H A Dtest_widgets.py133 suffixes = ['a', 'a'] variable in SuffixedMultiWidgetTests.test_assertions.W
140 suffixes = ['a', 'b'] variable in SuffixedMultiWidgetTests.test_assertions.W
145 suffixes = ['min', 'max'] variable in SuffixedMultiWidgetTests.test_render.W
155 suffixes = [None, 'lookup'] variable in SuffixedMultiWidgetTests.test_render.W
165 suffixes = ['min', 'max'] variable in SuffixedMultiWidgetTests.test_value_from_datadict.W
179 suffixes = ['', 'lookup'] variable in SuffixedMultiWidgetTests.test_value_from_datadict.W
190 suffixes = ['b'] variable in SuffixedMultiWidgetTests.test_value_omitted_from_data.A
200 suffixes = ['test'] variable in SuffixedMultiWidgetTests.test_replace_name.A
211 suffixes = [''] variable in SuffixedMultiWidgetTests.test_decompress_value_none.A
/dports/www/py-django-filter/django-filter-21.1/tests/
H A Dtest_widgets.py133 suffixes = ['a', 'a'] variable in SuffixedMultiWidgetTests.test_assertions.W
140 suffixes = ['a', 'b'] variable in SuffixedMultiWidgetTests.test_assertions.W
145 suffixes = ['min', 'max'] variable in SuffixedMultiWidgetTests.test_render.W
155 suffixes = [None, 'lookup'] variable in SuffixedMultiWidgetTests.test_render.W
165 suffixes = ['min', 'max'] variable in SuffixedMultiWidgetTests.test_value_from_datadict.W
179 suffixes = ['', 'lookup'] variable in SuffixedMultiWidgetTests.test_value_from_datadict.W
190 suffixes = ['b'] variable in SuffixedMultiWidgetTests.test_value_omitted_from_data.A
200 suffixes = ['test'] variable in SuffixedMultiWidgetTests.test_replace_name.A
211 suffixes = [''] variable in SuffixedMultiWidgetTests.test_decompress_value_none.A
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/secrets/providers/
H A Dfile.py40 def checkSecretDirectoryIsAvailableAndReadable(self, dirname, suffixes): argument
48 def loadSecrets(self, dirname, suffixes, strip): argument
63 def checkConfig(self, dirname, suffixes=None, strip=True): argument
70 def reconfigService(self, dirname, suffixes=None, strip=True): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/driver/tvmc/
H A Dfrontends.py53 def suffixes(): member in Frontend
99 def suffixes(): member in KerasFrontend
154 def suffixes(): member in OnnxFrontend
184 def suffixes(): member in TensorflowFrontend
224 def suffixes(): member in TFLiteFrontend
293 def suffixes(): member in PyTorchFrontend
/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/test/java/uk/ac/cam/ch/wwmm/opsin/
H A DFragmentTest.java228 List<Fragment> suffixes = new ArrayList<Fragment>(); in testLabelHydrazonicAmide() local
243 List<Fragment> suffixes = new ArrayList<Fragment>(); in testLabelHydrazonate() local
258 List<Fragment> suffixes = new ArrayList<Fragment>(); in testLabelHexanDiamide() local
273 List<Fragment> suffixes = new ArrayList<Fragment>(); in testLabelDiimidooxalicDiamide() local
290 List<Fragment> suffixes = new ArrayList<Fragment>(); in testLabelHydrazinecarbohydrazide() local
321 List<Fragment> suffixes = new ArrayList<Fragment>(); in testLabelSulfonoThioate() local
340 List<Fragment> suffixes = new ArrayList<Fragment>(); in testLabelAcetoanilide() local
376 List<Fragment> suffixes = new ArrayList<Fragment>(); in testLabelCarboximidohydrazide() local
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/test/integration/
H A DTestArrayUnpack.cc50 auto generate = [&](const auto& suffixes) { in componentVectorAssignment()
105 const std::array<std::string, 3> suffixes {{ "", ".xyz", ".rgb" }}; in componentVectorAssignment() local
175 auto generate = [&](const auto& suffixes) { in componentMatrixAssignment()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/process/
H A DExecutableFinder.php22 private $suffixes = ['.exe', '.bat', '.cmd', '.com']; variable in Symfony\\Component\\Process\\ExecutableFinder
27 public function setSuffixes(array $suffixes)
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Process/
H A DExecutableFinder.php22 private $suffixes = ['.exe', '.bat', '.cmd', '.com']; variable in Symfony\\Component\\Process\\ExecutableFinder
27 public function setSuffixes(array $suffixes)
/dports/www/bolt/bolt-2.2.24/vendor/symfony/process/Symfony/Component/Process/
H A DExecutableFinder.php22 private $suffixes = array('.exe', '.bat', '.cmd', '.com'); variable in Symfony\\Component\\Process\\ExecutableFinder
29 public function setSuffixes(array $suffixes)
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/process/
H A DExecutableFinder.php22 private $suffixes = ['.exe', '.bat', '.cmd', '.com']; variable in Symfony\\Component\\Process\\ExecutableFinder
27 public function setSuffixes(array $suffixes)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Process/
H A DExecutableFinder.php22 private $suffixes = ['.exe', '.bat', '.cmd', '.com']; variable in Symfony\\Component\\Process\\ExecutableFinder
27 public function setSuffixes(array $suffixes)
/dports/www/phpbb3/phpBB3/vendor/symfony/process/
H A DExecutableFinder.php22 private $suffixes = ['.exe', '.bat', '.cmd', '.com']; variable in Symfony\\Component\\Process\\ExecutableFinder
27 public function setSuffixes(array $suffixes)
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/symfony/process/
H A DExecutableFinder.php22 private $suffixes = ['.exe', '.bat', '.cmd', '.com']; variable in Symfony\\Component\\Process\\ExecutableFinder
27 public function setSuffixes(array $suffixes)
/dports/devel/gitlist/gitlist/vendor/symfony/process/
H A DExecutableFinder.php22 private $suffixes = array('.exe', '.bat', '.cmd', '.com'); variable in Symfony\\Component\\Process\\ExecutableFinder
27 public function setSuffixes(array $suffixes)
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/process/
H A DExecutableFinder.php22 private $suffixes = ['.exe', '.bat', '.cmd', '.com']; variable in Symfony\\Component\\Process\\ExecutableFinder
27 public function setSuffixes(array $suffixes)
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/process/
H A DExecutableFinder.php22 private $suffixes = ['.exe', '.bat', '.cmd', '.com']; variable in Symfony\\Component\\Process\\ExecutableFinder
27 public function setSuffixes(array $suffixes)
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/process/
H A DExecutableFinder.php22 private $suffixes = ['.exe', '.bat', '.cmd', '.com']; variable in Symfony\\Component\\Process\\ExecutableFinder
27 public function setSuffixes(array $suffixes)
/dports/www/owncloud/owncloud/updater/vendor/symfony/process/
H A DExecutableFinder.php22 private $suffixes = ['.exe', '.bat', '.cmd', '.com']; variable in Symfony\\Component\\Process\\ExecutableFinder
27 public function setSuffixes(array $suffixes)
/dports/www/owncloud/owncloud/lib/composer/symfony/process/
H A DExecutableFinder.php22 private $suffixes = ['.exe', '.bat', '.cmd', '.com']; variable in Symfony\\Component\\Process\\ExecutableFinder
27 public function setSuffixes(array $suffixes)
/dports/www/nextcloud/nextcloud/3rdparty/symfony/process/
H A DExecutableFinder.php22 private $suffixes = ['.exe', '.bat', '.cmd', '.com']; variable in Symfony\\Component\\Process\\ExecutableFinder
27 public function setSuffixes(array $suffixes)
/dports/math/vtk9/VTK-9.1.0/CMake/patches/3.18/FindPython/
H A DSupport.cmake211 set (suffixes "${abi}") variable
216 … set (suffixes "lib/python${_PGPS_VERSION}/config-${_PGPS_VERSION}-${CMAKE_LIBRARY_ARCHITECTURE}") variable
220 set (suffixes "${abi}") variable
224 set (suffixes "lib/python${_PGPS_VERSION}/config-${_PGPS_VERSION}") variable
228 set (suffixes "${abi}") variable
232 set (suffixes "include/python${_PGPS_VERSION}") variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity.Design/System/Data/Entity/Design/PluralizationService/
H A DPluralizationServiceUtil.cs19 …internal static bool DoesWordContainSuffix(string word, IEnumerable<string> suffixes, CultureInfo … in DoesWordContainSuffix()
24 …internal static bool TryInflectOnSuffixInWord(string word, IEnumerable<string> suffixes, Func<stri… in TryInflectOnSuffixInWord()
/dports/misc/adios2/ADIOS2-2.7.1/cmake/upstream/FindPython/
H A DSupport.cmake287 set (suffixes "${abi}") variable
292 … set (suffixes "lib/python${_PGPS_VERSION}/config-${_PGPS_VERSION}-${CMAKE_LIBRARY_ARCHITECTURE}") variable
296 set (suffixes "${abi}") variable
300 set (suffixes "lib/python${_PGPS_VERSION}/config-${_PGPS_VERSION}") variable
304 set (suffixes "${abi}") variable
308 set (suffixes "include/python${_PGPS_VERSION}") variable

12345678910>>...96