Home
last modified time | relevance | path

Searched refs:cvalues (Results 101 – 125 of 170) sorted by relevance

1234567

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFIFD.java320 char[] cvalues = new char[count]; in readFieldValue() local
322 cvalues[j] = (char) (stream.readUnsignedShort()); in readFieldValue()
324 obj = cvalues; in readFieldValue()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dcontour.py167 indices = list(xrange(len(self.cvalues)))
190 self.labelCValueList = np.take(self.cvalues, self.labelIndiceList)
1160 for rgba in self.to_rgba(self.cvalues, alpha=self.alpha)]
1306 self.cvalues = list(range(i0, i1))
1309 self.cvalues = self.layers
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs55 …pub fn LpValFindProp(ulproptag: u32, cvalues: u32, lpproparray: *mut SPropValue) -> *mut SPropValu… in LpValFindProp()
63 …pub fn PpropFindProp(lpproparray: *mut SPropValue, cvalues: u32, ulproptag: u32) -> *mut SPropValu… in PpropFindProp()
71 …pub fn ScCopyProps(cvalues: i32, lpproparray: *mut SPropValue, lpvdst: *mut ::core::ffi::c_void, l… in ScCopyProps()
75 pub fn ScCountProps(cvalues: i32, lpproparray: *mut SPropValue, lpcb: *mut u32) -> i32; in ScCountProps()
78 …pub fn ScDupPropset(cvalues: i32, lpproparray: *mut SPropValue, lpallocatebuffer: ::core::option::… in ScDupPropset()
85 …pub fn ScRelocProps(cvalues: i32, lpproparray: *mut SPropValue, lpvbaseold: *mut ::core::ffi::c_vo… in ScRelocProps()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/tool-ui/
H A Dtool-ui.tcl1001 if {[catch $script cvalues]} {
1003 set cvalues {}
1005 if {[llength $cvalues]} {
1006 return $cvalues
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFIFD.java346 char[] cvalues = new char[count]; in readFieldValue() local
348 cvalues[j] = (char) (stream.readUnsignedShort()); in readFieldValue()
350 obj = cvalues; in readFieldValue()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFIFD.java346 char[] cvalues = new char[count]; in readFieldValue() local
348 cvalues[j] = (char) (stream.readUnsignedShort()); in readFieldValue()
350 obj = cvalues; in readFieldValue()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFIFD.java346 char[] cvalues = new char[count]; in readFieldValue() local
348 cvalues[j] = (char) (stream.readUnsignedShort()); in readFieldValue()
350 obj = cvalues; in readFieldValue()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFIFD.java346 char[] cvalues = new char[count]; in readFieldValue() local
348 cvalues[j] = (char) (stream.readUnsignedShort()); in readFieldValue()
350 obj = cvalues; in readFieldValue()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFIFD.java342 char[] cvalues = new char[count]; in readFieldValue() local
344 cvalues[j] = (char) (stream.readUnsignedShort()); in readFieldValue()
346 obj = cvalues; in readFieldValue()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFIFD.java346 char[] cvalues = new char[count]; in readFieldValue() local
348 cvalues[j] = (char) (stream.readUnsignedShort()); in readFieldValue()
350 obj = cvalues; in readFieldValue()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFIFD.java346 char[] cvalues = new char[count]; in readFieldValue() local
348 cvalues[j] = (char) (stream.readUnsignedShort()); in readFieldValue()
350 obj = cvalues; in readFieldValue()
/dports/www/moodle311/moodle/mod/scorm/
H A Dlib.php1644 $cvalues = array();
1647 $cvalues[] = $string;
1650 $statusstring = implode(', ', $cvalues);
/dports/games/klondike/klondike-1.9/
H A DklondikeRules.tcl79 return [string index $table(cvalues) \
80 [expr { [string first $oldValue $table(cvalues)]+$inc } ] ]
H A Dtable.tcl66 set table(cvalues) "xa23456789tjqkx"
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/google/cadvisor/metrics/
H A Dprometheus.go1930 cvalues := make([]string, len(rawLabels), len(rawLabels)+len(metric.Labels))
1932 copy(cvalues, values)
1935 cvalues = append(cvalues, value)
1938 … prometheus.MustNewConstMetric(desc, prometheus.GaugeValue, float64(metric.FloatValue), cvalues...)
/dports/www/moodle310/moodle/mod/scorm/
H A Dlib.php1753 $cvalues = array();
1756 $cvalues[] = $string;
1759 $statusstring = implode(', ', $cvalues);
/dports/www/moodle39/moodle/mod/scorm/
H A Dlib.php1750 $cvalues = array();
1753 $cvalues[] = $string;
1756 $statusstring = implode(', ', $cvalues);
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libebackend/
H A De-cache.c2047 GPtrArray *cnames, *cvalues; in e_cache_foreach_update_cb() local
2090 cvalues = g_ptr_array_new_full (ncols, g_free); in e_cache_foreach_update_cb()
2103 g_ptr_array_add (cvalues, g_strdup (column_values[ii])); in e_cache_foreach_update_cb()
2111 rd->ncols = cvalues->len; in e_cache_foreach_update_cb()
2112 rd->column_values = cvalues; in e_cache_foreach_update_cb()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DwiTest.cpp2889 [](const wil::unique_cotaskmem_array_ptr<DWORD>& cvalues)
2892 for (auto it = cvalues.begin(); it != cvalues.end(); ++it)
2896 REQUIRE(count == cvalues.size());
2897 for (size_t index = 0; index < cvalues.size(); index++)
2899 auto& val = cvalues[index];
2903 auto& front = cvalues.front();
2905 auto& back = cvalues.back();
2908 REQUIRE(cvalues.data() != nullptr);
/dports/devel/glib20/glib-2.70.4/gobject/
H A Dgobject.c1797 GValue *cvalues; in g_object_new_with_custom_constructor() local
1816 cvalues = g_new0 (GValue, n_cparams); in g_object_new_with_custom_constructor()
1846 value = &cvalues[cvals_used++]; in g_object_new_with_custom_constructor()
1861 g_value_unset (&cvalues[cvals_used]); in g_object_new_with_custom_constructor()
1862 g_free (cvalues); in g_object_new_with_custom_constructor()
/dports/databases/xtrabackup/boost_1_59_0/libs/wave/tool/
H A Dtrace_macro_expansion.hpp1249 interpret_pragma_option(ContextT &ctx, ContainerT const &cvalues, argument
1259 join_adjacent_string_tokens(ctx, cvalues, values);
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/wave/tool/
H A Dtrace_macro_expansion.hpp1249 interpret_pragma_option(ContextT &ctx, ContainerT const &cvalues, argument
1259 join_adjacent_string_tokens(ctx, cvalues, values);
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/wave/tool/
H A Dtrace_macro_expansion.hpp1247 interpret_pragma_option(ContextT &ctx, ContainerT const &cvalues, argument
1257 join_adjacent_string_tokens(ctx, cvalues, values);
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/wave/tool/
H A Dtrace_macro_expansion.hpp1249 interpret_pragma_option(ContextT &ctx, ContainerT const &cvalues, argument
1259 join_adjacent_string_tokens(ctx, cvalues, values);
/dports/databases/percona57-server/boost_1_59_0/libs/wave/tool/
H A Dtrace_macro_expansion.hpp1249 interpret_pragma_option(ContextT &ctx, ContainerT const &cvalues, argument
1259 join_adjacent_string_tokens(ctx, cvalues, values);

1234567