Home
last modified time | relevance | path

Searched refs:boost_value (Results 1 – 7 of 7) sorted by relevance

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libprocessgroup/
H A Dtask_profiles.cpp441 std::string boost_value = params_val["Boost"].asString(); in Load() local
446 boost = strtoul(boost_value.c_str(), &end, 10); in Load()
447 if (end > boost_value.c_str()) { in Load()
455 LOG(WARNING) << "SetClamps: invalid parameter: " << boost_value; in Load()
/dports/www/py-django-haystack/django-haystack-2.8.1/haystack/backends/
H A D__init__.py680 def boost_fragment(self, boost_word, boost_value): argument
682 return "%s^%s" % (boost_word, boost_value)
702 for boost_word, boost_value in self.boost.items():
703 boost_list.append(self.boost_fragment(boost_word, boost_value))
827 def add_boost(self, term, boost_value): argument
829 self.boost[term] = boost_value
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_input_document.c85 double boost_value = 0.0f; in PHP_METHOD() local
88 if (zend_parse_parameters(ZEND_NUM_ARGS(), "d", &boost_value) == FAILURE) { in PHP_METHOD()
94 if (boost_value < 0.0) { in PHP_METHOD()
102 doc_entry->document_boost = boost_value; in PHP_METHOD()
H A Dphp_solr_query.c2891 solr_char_t *boost_value = "1.0"; in PHP_METHOD() local
2899 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &query_field, &query_field_length, &boost_value, … in PHP_METHOD()
2906 …etThis(), param_name, param_name_len, query_field, query_field_length, boost_value, boost_value_le… in PHP_METHOD()
/dports/www/py-django-haystack/django-haystack-2.8.1/docs/
H A Dsearchquery_api.rst168 .. method:: SearchQuery.boost_fragment(self, boost_word, boost_value)
228 .. method:: SearchQuery.add_boost(self, term, boost_value)
H A Dsearchqueryset_api.rst284 .. method:: SearchQuerySet.boost(self, term, boost_value)
/dports/games/atanks/atanks-6.5/src/
H A Dplayer.cpp606 int32_t boost_value = getBoostValue(); in computerSelectPreBuyItem() local
607 int32_t boost_limit = max_boost - boost_value; in computerSelectPreBuyItem()
622 if ( boost_value < boost_limit) { in computerSelectPreBuyItem()