Home
last modified time | relevance | path

Searched refs:castValue (Results 1 – 25 of 82) sorted by relevance

1234

/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/kardianos/service/
H A Dservice.go193 if castValue, is := v.(bool); is {
194 return castValue
204 if castValue, is := v.(int); is {
205 return castValue
215 if castValue, is := v.(string); is {
216 return castValue
226 if castValue, is := v.(float64); is {
227 return castValue
237 if castValue, is := v.(func()); is {
238 return castValue
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/kardianos/service/service-1.2.0/
H A Dservice.go193 if castValue, is := v.(bool); is {
194 return castValue
204 if castValue, is := v.(int); is {
205 return castValue
215 if castValue, is := v.(string); is {
216 return castValue
226 if castValue, is := v.(float64); is {
227 return castValue
237 if castValue, is := v.(func()); is {
238 return castValue
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/kardianos/service/
H A Dservice.go193 if castValue, is := v.(bool); is {
194 return castValue
204 if castValue, is := v.(int); is {
205 return castValue
215 if castValue, is := v.(string); is {
216 return castValue
226 if castValue, is := v.(float64); is {
227 return castValue
237 if castValue, is := v.(func()); is {
238 return castValue
/dports/www/phalcon4/cphalcon-4.1.1/ext/phalcon/db/adapter/pdo/
H A Dabstractpdo.zep.c803 ZVAL_UNDEF(&castValue); in PHP_METHOD()
867 ZEPHIR_CPY_WRT(&castValue, &_5$$8); in PHP_METHOD()
886 ZEPHIR_INIT_NVAR(&castValue); in PHP_METHOD()
887 ZVAL_NULL(&castValue); in PHP_METHOD()
891 ZEPHIR_INIT_NVAR(&castValue); in PHP_METHOD()
900 ZEPHIR_CPY_WRT(&castValue, &value); in PHP_METHOD()
903 ZEPHIR_CPY_WRT(&castValue, &value); in PHP_METHOD()
1067 ZEPHIR_INIT_NVAR(&castValue); in PHP_METHOD()
1068 ZVAL_NULL(&castValue); in PHP_METHOD()
1072 ZEPHIR_INIT_NVAR(&castValue); in PHP_METHOD()
[all …]
/dports/audio/lmms/lmms-1.2.2/include/
H A DAutomatableModel.h120 static T castValue( const float v ) in castValue() function
126 static bool castValue( const float v ) in castValue() function
137 return castValue<T>( controllerValue( frameOffset ) );
140 return castValue<T>( m_value );
152 return castValue<T>( m_initValue ); in initValue()
163 return castValue<T>( m_minValue ); in minValue()
169 return castValue<T>( m_maxValue ); in maxValue()
175 return castValue<T>( m_step ); in step()
/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtl/
H A DCtlType.h219 virtual ExprNodePtr castValue (LContext &lcontext,
343 virtual ExprNodePtr castValue (LContext &lcontext,
372 virtual ExprNodePtr castValue (LContext &lcontext,
396 virtual ExprNodePtr castValue (LContext &lcontext,
420 virtual ExprNodePtr castValue (LContext &lcontext,
444 virtual ExprNodePtr castValue (LContext &lcontext,
468 virtual ExprNodePtr castValue (LContext &lcontext,
492 virtual ExprNodePtr castValue (LContext &lcontext,
527 virtual ExprNodePtr castValue (LContext &lcontext,
594 virtual ExprNodePtr castValue (LContext &lcontext,
[all …]
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/db/adapter/
H A Dpdo.zep.c349 ZEPHIR_INIT_NVAR(castValue); in PHP_METHOD()
350 ZVAL_DOUBLE(castValue, zephir_get_doubleval(value)); in PHP_METHOD()
366 ZEPHIR_CPY_WRT(castValue, _6$$13); in PHP_METHOD()
370 ZEPHIR_INIT_NVAR(castValue); in PHP_METHOD()
371 ZVAL_NULL(castValue); in PHP_METHOD()
375 ZEPHIR_INIT_NVAR(castValue); in PHP_METHOD()
376 ZVAL_BOOL(castValue, zephir_get_boolval(value)); in PHP_METHOD()
379 ZEPHIR_CPY_WRT(castValue, value); in PHP_METHOD()
384 ZEPHIR_CPY_WRT(castValue, value); in PHP_METHOD()
387 ZEPHIR_CPY_WRT(castValue, value); in PHP_METHOD()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DTypeSwitch.h67 static auto castValue(
77 static auto castValue(
115 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) in Case()
157 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) { in Case()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DTypeSwitch.h67 static auto castValue(
77 static auto castValue(
115 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) in Case()
157 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) { in Case()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DTypeSwitch.h67 static auto castValue(
77 static auto castValue(
115 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) in Case()
157 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) { in Case()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DTypeSwitch.h67 static auto castValue(
77 static auto castValue(
115 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) in Case()
157 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) { in Case()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DTypeSwitch.h67 static auto castValue(
77 static auto castValue(
115 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) in Case()
157 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) { in Case()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/ADT/
H A DTypeSwitch.h67 static auto castValue(
77 static auto castValue(
115 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) in Case()
157 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) { in Case()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DTypeSwitch.h67 static auto castValue(
77 static auto castValue(
115 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) in Case()
163 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) { in Case()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DTypeSwitch.h67 static auto castValue(
77 static auto castValue(
115 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) in Case()
163 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) { in Case()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h67 static auto castValue(
77 static auto castValue(
115 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) in Case()
163 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) { in Case()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DTypeSwitch.h72 static auto castValue(
82 static auto castValue(
120 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) in Case()
168 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) { in Case()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DTypeSwitch.h67 static auto castValue(
77 static auto castValue(
115 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) in Case()
163 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) { in Case()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DTypeSwitch.h67 static auto castValue(
77 static auto castValue(
115 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) in Case()
163 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) { in Case()
/dports/www/phalcon4/cphalcon-4.1.1/phalcon/Db/Adapter/Pdo/
H A DAbstractPdo.zep509 let castValue = (string) value,
517 let castValue = intval(value, 10);
521 let castValue = (string) value;
525 let castValue = null;
529 let castValue = (bool) value;
533 let castValue = value;
537 let castValue = value;
540 let castValue = value;
547 if typeof castValue != "array" {
549 statement->bindValue(parameter, castValue);
[all …]
/dports/www/phalcon/cphalcon-3.4.5/phalcon/db/adapter/
H A Dpdo.zep233 var wildcard, value, type, castValue,
252 let castValue = doubleval(value),
260 let castValue = intval(value, 10);
264 let castValue = (string) value;
268 let castValue = null;
272 let castValue = (boolean) value;
276 let castValue = value;
280 let castValue = value;
283 let castValue = value;
290 if typeof castValue != "array" {
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativeinstruction_p.h200 int castValue; member
205 int castValue; member
226 int castValue; member
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdtypes/
H A Dcheckpointdata.h418 std::underlying_type_t<T> castValue;
419 castValue = (*inputTree_)[key].cast<std::underlying_type_t<T>>();
420 *value = static_cast<T>(castValue);
436 auto castValue = static_cast<std::underlying_type_t<T>>(*value);
437 outputTreeBuilder_->addValue(key, castValue);
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Config/
H A DStorableConfigBase.php178 protected function castValue($key, $value) { function in Drupal\\Core\\Config\\StorableConfigBase
211 $value[$nested_value_key] = $this->castValue($key . '.' . $nested_value_key, $nested_value);
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Config/
H A DStorableConfigBase.php178 protected function castValue($key, $value) { function in Drupal\\Core\\Config\\StorableConfigBase
211 $value[$nested_value_key] = $this->castValue($key . '.' . $nested_value_key, $nested_value);

1234