Home
last modified time | relevance | path

Searched defs:absolute (Results 1 – 25 of 2466) sorted by relevance

12345678910>>...99

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nesbot/carbon/src/Carbon/Traits/
H A DDifference.php120 public function diff($date = null, $absolute = false)
147 public function diffInYears($date = null, $absolute = true)
160 public function diffInQuarters($date = null, $absolute = true)
173 public function diffInMonths($date = null, $absolute = true)
188 public function diffInWeeks($date = null, $absolute = true)
201 public function diffInDays($date = null, $absolute = true)
270 public function diffInWeekdays($date = null, $absolute = true)
300 public function diffInHours($date = null, $absolute = true)
313 public function diffInRealHours($date = null, $absolute = true)
326 public function diffInMinutes($date = null, $absolute = true)
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nesbot/carbon/src/Carbon/Traits/
H A DDifference.php123 public function diff($date = null, $absolute = false)
162 public function diffInYears($date = null, $absolute = true)
175 public function diffInQuarters($date = null, $absolute = true)
188 public function diffInMonths($date = null, $absolute = true)
203 public function diffInWeeks($date = null, $absolute = true)
216 public function diffInDays($date = null, $absolute = true)
285 public function diffInWeekdays($date = null, $absolute = true)
315 public function diffInHours($date = null, $absolute = true)
328 public function diffInRealHours($date = null, $absolute = true)
341 public function diffInMinutes($date = null, $absolute = true)
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/expr/functions/absolute/
H A Dfunction.go1 package absolute package
13 type absolute struct { struct
14 interfaces.FunctionBase
30 …m, until int64, values map[parser.MetricRequest][]*types.MetricData) ([]*types.MetricData, error) {
44 func (f *absolute) Description() map[string]types.FunctionDescription {
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/compression/
H A DHuffmanTable.java98 private final int getPositionIndex(int len, int shift, boolean absolute) { in getPositionIndex()
102 private final int getNormalIndex(int length, int shift, boolean absolute) { in getNormalIndex()
106 private final int getColorIndex(int length, int shift, boolean absolute) { in getColorIndex()
120 void addPositionEntry(int length, int shift, boolean absolute) { in addPositionEntry()
138 HuffmanNode getPositionEntry(int length, int shift, boolean absolute) { in getPositionEntry()
151 void addColorEntry(int length, int shift, boolean absolute) { in addColorEntry()
169 HuffmanNode getColorEntry(int length, int shift, boolean absolute) { in getColorEntry()
182 void addNormalEntry(int length, int shift, boolean absolute) { in addNormalEntry()
200 HuffmanNode getNormalEntry(int length, int shift, boolean absolute) { in getNormalEntry()
206 int length, int shift, boolean absolute) { in addEntry()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/compression/
H A DHuffmanTable.java98 private final int getPositionIndex(int len, int shift, boolean absolute) { in getPositionIndex()
102 private final int getNormalIndex(int length, int shift, boolean absolute) { in getNormalIndex()
106 private final int getColorIndex(int length, int shift, boolean absolute) { in getColorIndex()
120 void addPositionEntry(int length, int shift, boolean absolute) { in addPositionEntry()
138 HuffmanNode getPositionEntry(int length, int shift, boolean absolute) { in getPositionEntry()
151 void addColorEntry(int length, int shift, boolean absolute) { in addColorEntry()
169 HuffmanNode getColorEntry(int length, int shift, boolean absolute) { in getColorEntry()
182 void addNormalEntry(int length, int shift, boolean absolute) { in addNormalEntry()
200 HuffmanNode getNormalEntry(int length, int shift, boolean absolute) { in getNormalEntry()
206 int length, int shift, boolean absolute) { in addEntry()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/fs/kfs/
H A DKosmosFileSystem.java109 Path absolute = makeAbsolute(path); in mkdirs() local
123 Path absolute = makeAbsolute(path); in isDirectory() local
133 Path absolute = makeAbsolute(path); in isFile() local
139 Path absolute = makeAbsolute(path); in listStatus() local
149 Path absolute = makeAbsolute(path); in getFileStatus() local
192 Path absolute = makeAbsolute(file); in create() local
202 Path absolute = makeAbsolute(path); in open() local
221 Path absolute = makeAbsolute(path); in delete() local
247 Path absolute = makeAbsolute(path); in getLength() local
254 Path absolute = makeAbsolute(path); in getReplication() local
[all …]
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/touchpad/kcm/xlib/
H A Dcustomslider.cpp17 double CustomSlider::Interpolator::absolute(double relative, double minimum, double maximum) const in absolute() function in CustomSlider::Interpolator
22 double CustomSlider::Interpolator::relative(double absolute, double minimum, double maximum) const in relative()
27 double CustomSlider::SqrtInterpolator::absolute(double relative, double minimum, double maximum) co… in absolute() function in CustomSlider::SqrtInterpolator
33 double CustomSlider::SqrtInterpolator::relative(double absolute, double minimum, double maximum) co… in relative()
131 double absolute = lerp.absolute(relative, minimum(), maximum()); in doubleToInt() local
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Ddisk.py76 def _status_mount(name, ret, minimum, maximum, absolute, free, data): argument
91 def _status_path(directory, ret, minimum, maximum, absolute, free): argument
126 def _check_min_max(absolute, free, available, used, maximum, minimum, ret): argument
167 def status(name, maximum=None, minimum=None, absolute=False, free=False): argument
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/helper/
H A DAssetHelper.php76 function javascript_path($source, $absolute = false)
164 function stylesheet_path($source, $absolute = false)
299 function image_path($source, $absolute = false)
377 function _compute_public_path($source, $dir, $ext, $absolute = false)
582 function dynamic_javascript_include_tag($uri, $absolute = false, $options = array())
619 function _dynamic_path($uri, $format, $absolute = false)
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/main/java/de/lmu/ifi/dbs/elki/math/linearalgebra/pca/filter/
H A DLimitEigenPairFilter.java56 private boolean absolute; field in LimitEigenPairFilter
64 public LimitEigenPairFilter(double delta, boolean absolute) { in LimitEigenPairFilter()
110 private boolean absolute; field in LimitEigenPairFilter.Parameterizer
/dports/net/py-python-novaclient/python-novaclient-17.1.0/novaclient/tests/unit/fixture_data/
H A Dlimits.py19 absolute = { variable in Fixture
88 absolute = { variable in Fixture2_57
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/units/
H A Dbase_dimension.hpp35 /// INTERNAL ONLY
40 struct check_base_dimension { in absolute()
41 enum { in absolute()
42 value = in absolute()
43 sizeof(boost_units_is_registered(units::base_dimension_ordinal<N>())) == sizeof(detail::yes) && in absolute()
/dports/www/kanboard/kanboard-1.2.21/app/Helper/
H A DUrlHelper.php76 …array(), $csrf = false, $class = '', $title = '', $newTab = false, $anchor = '', $absolute = false)
98 …array(), $csrf = false, $class = '', $title = '', $newTab = false, $anchor = '', $absolute = false)
129 …href($controller, $action, array $params = array(), $csrf = false, $anchor = '', $absolute = false)
145 … public function to($controller, $action, array $params = array(), $anchor = '', $absolute = false)
219 …tor, $controller, $action, array $params = array(), $csrf = false, $anchor = '', $absolute = false)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/generic_sensor/
H A Dorientation_quaternion_fusion_algorithm_using_euler_angles.cc51 constexpr mojom::SensorType GetQuaternionFusedType(bool absolute) { in GetQuaternionFusedType()
56 constexpr mojom::SensorType GetEulerAngleSourceType(bool absolute) { in GetEulerAngleSourceType()
64 OrientationQuaternionFusionAlgorithmUsingEulerAngles(bool absolute) in OrientationQuaternionFusionAlgorithmUsingEulerAngles()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/generic_sensor/
H A Dorientation_quaternion_fusion_algorithm_using_euler_angles.cc51 constexpr mojom::SensorType GetQuaternionFusedType(bool absolute) { in GetQuaternionFusedType()
56 constexpr mojom::SensorType GetEulerAngleSourceType(bool absolute) { in GetEulerAngleSourceType()
64 OrientationQuaternionFusionAlgorithmUsingEulerAngles(bool absolute) in OrientationQuaternionFusionAlgorithmUsingEulerAngles()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/units/
H A Dabsolute.hpp34 class absolute class
40 absolute() : val_() { } in absolute() function in boost::units::absolute
41 absolute(const value_type& val) : val_(val) { } in absolute() function in boost::units::absolute
42 absolute(const this_type& source) : val_(source.val_) { } in absolute() function in boost::units::absolute
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/units/
H A Dabsolute.hpp34 class absolute class
40 absolute() : val_() { } in absolute() function in boost::units::absolute
41 absolute(const value_type& val) : val_(val) { } in absolute() function in boost::units::absolute
42 absolute(const this_type& source) : val_(source.val_) { } in absolute() function in boost::units::absolute
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/units/
H A Dabsolute.hpp34 class absolute class
40 BOOST_CONSTEXPR absolute() : val_() { } in absolute() function in boost::units::absolute
41 BOOST_CONSTEXPR absolute(const value_type& val) : val_(val) { } in absolute() function in boost::units::absolute
42 BOOST_CONSTEXPR absolute(const this_type& source) : val_(source.val_) { } in absolute() function in boost::units::absolute
/dports/databases/xtrabackup/boost_1_59_0/boost/units/
H A Dabsolute.hpp34 class absolute class
40 absolute() : val_() { } in absolute() function in boost::units::absolute
41 absolute(const value_type& val) : val_(val) { } in absolute() function in boost::units::absolute
42 absolute(const this_type& source) : val_(source.val_) { } in absolute() function in boost::units::absolute
/dports/databases/percona57-server/boost_1_59_0/boost/units/
H A Dabsolute.hpp34 class absolute class
40 absolute() : val_() { } in absolute() function in boost::units::absolute
41 absolute(const value_type& val) : val_(val) { } in absolute() function in boost::units::absolute
42 absolute(const this_type& source) : val_(source.val_) { } in absolute() function in boost::units::absolute
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/units/
H A Dabsolute.hpp34 class absolute class
40 BOOST_CONSTEXPR absolute() : val_() { } in absolute() function in boost::units::absolute
41 BOOST_CONSTEXPR absolute(const value_type& val) : val_(val) { } in absolute() function in boost::units::absolute
42 BOOST_CONSTEXPR absolute(const this_type& source) : val_(source.val_) { } in absolute() function in boost::units::absolute
/dports/databases/percona57-client/boost_1_59_0/boost/units/
H A Dabsolute.hpp34 class absolute class
40 absolute() : val_() { } in absolute() function in boost::units::absolute
41 absolute(const value_type& val) : val_(val) { } in absolute() function in boost::units::absolute
42 absolute(const this_type& source) : val_(source.val_) { } in absolute() function in boost::units::absolute
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/units/
H A Dabsolute.hpp34 class absolute class
40 absolute() : val_() { } in absolute() function in boost::units::absolute
41 absolute(const value_type& val) : val_(val) { } in absolute() function in boost::units::absolute
42 absolute(const this_type& source) : val_(source.val_) { } in absolute() function in boost::units::absolute
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/units/
H A Dabsolute.hpp34 class absolute class
40 absolute() : val_() { } in absolute() function in boost::units::absolute
41 absolute(const value_type& val) : val_(val) { } in absolute() function in boost::units::absolute
42 absolute(const this_type& source) : val_(source.val_) { } in absolute() function in boost::units::absolute
/dports/devel/boost-libs/boost_1_72_0/boost/units/
H A Dabsolute.hpp34 class absolute class
40 BOOST_CONSTEXPR absolute() : val_() { } in absolute() function in boost::units::absolute
41 BOOST_CONSTEXPR absolute(const value_type& val) : val_(val) { } in absolute() function in boost::units::absolute
42 BOOST_CONSTEXPR absolute(const this_type& source) : val_(source.val_) { } in absolute() function in boost::units::absolute

12345678910>>...99