Home
last modified time | relevance | path

Searched defs:pvalue (Results 26 – 50 of 2955) sorted by relevance

12345678910>>...119

/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/
H A Dgda-quark-list.c44 gchar *pvalue; /* XORed value, not 0 terminated */ member
116 protected_value_xor (ProtectedValue *pvalue, gboolean to_clear) in protected_value_xor()
180 ProtectedValue *pvalue; in protected_value_new() local
202 protected_value_free (ProtectedValue *pvalue) in protected_value_free()
410 ProtectedValue *pvalue; in gda_quark_list_add_from_string() local
464 ProtectedValue *pvalue = NULL; in gda_quark_list_find() local
502 p_foreach (gchar *key, ProtectedValue *pvalue, PFuncData *data) in p_foreach()
538 protect_foreach (G_GNUC_UNUSED gchar *key, ProtectedValue *pvalue, G_GNUC_UNUSED gpointer data) in protect_foreach()
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/
H A Dgda-quark-list.c44 gchar *pvalue; /* XORed value, not 0 terminated */ member
116 protected_value_xor (ProtectedValue *pvalue, gboolean to_clear) in protected_value_xor()
180 ProtectedValue *pvalue; in protected_value_new() local
202 protected_value_free (ProtectedValue *pvalue) in protected_value_free()
410 ProtectedValue *pvalue; in gda_quark_list_add_from_string() local
464 ProtectedValue *pvalue = NULL; in gda_quark_list_find() local
502 p_foreach (gchar *key, ProtectedValue *pvalue, PFuncData *data) in p_foreach()
538 protect_foreach (G_GNUC_UNUSED gchar *key, ProtectedValue *pvalue, G_GNUC_UNUSED gpointer data) in protect_foreach()
/dports/textproc/htdig/htdig-3.2.0b6/libhtdigphp/
H A Dhtdigphp.c115 zval **config_array_arg, **pvalue; in PHP_FUNCTION() local
308 zval **query_array_arg, **pvalue; in PHP_FUNCTION() local
453 zval **result_num_arg, **pvalue; in PHP_FUNCTION() local
526 zval **config_array_arg, **pvalue; in PHP_FUNCTION() local
/dports/science/R-cran-DCluster/DCluster/R/
H A Dachisq.stat.R26 pvalue<-pchisq(T, df, lower.tail=FALSE) functionVar
28 return( list(T=T, df=df, pvalue=pvalue) ) nameattr
H A Dpottwhitt.stat.R9 pvalue<-pnorm(T, asintmean, sqrt(asintvar)) functionVar
12 return(list(T=T, asintmean=asintmean, asintvat=asintvar, pvalue=pvalue)) nameattr
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Diddict.h28 #define idict_put(pdref, key, pvalue)\ argument
30 #define idict_put_string(pdref, kstr, pvalue)\ argument
32 #define idict_put_string_copy(pdref, kstr, pvalue)\ argument
H A Diutil2.c103 ref *pvalue; in dict_find_password() local
118 ref *pvalue; in dict_read_password() local
133 ref *pvalue; in dict_write_password() local
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Diddict.h28 #define idict_put(pdref, key, pvalue)\ argument
30 #define idict_put_string(pdref, kstr, pvalue)\ argument
32 #define idict_put_string_copy(pdref, kstr, pvalue)\ argument
H A Diutil2.c103 ref *pvalue; in dict_find_password() local
118 ref *pvalue; in dict_read_password() local
133 ref *pvalue; in dict_write_password() local
/dports/www/wt/wt-4.6.1/src/Wt/Dbo/backend/ibpp/core/
H A Drow.cpp257 void* pvalue = GetValue(column, ivBool); in Get() local
271 void* pvalue = GetValue(column, ivByte, &sqllen); in Get() local
290 void* pvalue = GetValue(column, ivByte, &sqllen); in Get() local
306 void* pvalue = GetValue(column, ivString, &retvalue); in Get() local
315 void* pvalue = GetValue(column, ivInt16); in Get() local
326 void* pvalue = GetValue(column, ivInt32); in Get() local
337 void* pvalue = GetValue(column, ivInt64); in Get() local
348 void* pvalue = GetValue(column, ivFloat); in Get() local
359 void* pvalue = GetValue(column, ivDouble); in Get() local
390 void* pvalue = GetValue(column, ivDate, (void*)&date); in Get() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/page/
H A Dcpdf_color.cpp31 PatternValue* pvalue = (PatternValue*)m_pBuffer; in ReleaseBuffer() local
88 PatternValue* pvalue = (PatternValue*)m_pBuffer; in SetValue() local
153 PatternValue* pvalue = (PatternValue*)m_pBuffer; in GetPattern() local
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_page/
H A Dcpdf_color.cpp30 PatternValue* pvalue = (PatternValue*)m_pBuffer; in ReleaseBuffer() local
87 PatternValue* pvalue = (PatternValue*)m_pBuffer; in SetValue() local
152 PatternValue* pvalue = (PatternValue*)m_pBuffer; in GetPattern() local
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/vector_ar/
H A Dhypothesis_test_results.py27 def __init__(self, test_statistic, crit_value, pvalue, df, argument
102 def __init__(self, causing, caused, test_statistic, crit_value, pvalue, df, argument
162 def __init__(self, test_statistic, crit_value, pvalue, df, signif): argument
190 def __init__(self, test_statistic, crit_value, pvalue, df, signif, nlags, argument
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Didparam.c40 bool defaultval, bool * pvalue) in dict_bool_param()
61 int maxval, int defaultval, int *pvalue) in dict_int_null_param()
101 int defaultval, int *pvalue) in dict_int_param()
115 uint minval, uint maxval, uint defaultval, uint * pvalue) in dict_uint_param()
141 floatp defaultval, float *pvalue) in dict_float_param()
331 const ref *pvalue = puniqueid->value.const_refs + i; in dict_uid_param() local
383 const ref *pvalue = puniqueid->value.const_refs + i; in dict_check_uid_param() local
H A Diutil2.c109 ref *pvalue; in dict_find_password() local
124 ref *pvalue; in dict_read_password() local
139 ref *pvalue; in dict_write_password() local
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Didparam.c40 bool defaultval, bool * pvalue) in dict_bool_param()
61 int maxval, int defaultval, int *pvalue) in dict_int_null_param()
101 int defaultval, int *pvalue) in dict_int_param()
115 uint minval, uint maxval, uint defaultval, uint * pvalue) in dict_uint_param()
141 floatp defaultval, float *pvalue) in dict_float_param()
331 const ref *pvalue = puniqueid->value.const_refs + i; in dict_uid_param() local
383 const ref *pvalue = puniqueid->value.const_refs + i; in dict_check_uid_param() local
H A Diutil2.c109 ref *pvalue; in dict_find_password() local
124 ref *pvalue; in dict_read_password() local
139 ref *pvalue; in dict_write_password() local
/dports/databases/libgda5/libgda-5.2.10/libgda/
H A Dgda-repetitive-statement.c44 GdaRepetitiveStatementPrivate *priv;
116 "stmt", in protected_get_length()
181 * Returns: a new #GdaRepetitiveStatement object in protected_value_new()
206 * gda_repetitive_statement_get_all_sets:
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Diutil2.c101 ref *pvalue; in dict_find_password() local
116 ref *pvalue; in dict_read_password() local
131 ref *pvalue; in dict_write_password() local
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Diutil2.c103 ref *pvalue; in dict_find_password() local
118 ref *pvalue; in dict_read_password() local
133 ref *pvalue; in dict_write_password() local
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Diutil2.c101 ref *pvalue; in dict_find_password() local
116 ref *pvalue; in dict_read_password() local
131 ref *pvalue; in dict_write_password() local
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Diutil2.c103 ref *pvalue; in dict_find_password() local
118 ref *pvalue; in dict_read_password() local
133 ref *pvalue; in dict_write_password() local
/dports/math/dieharder/dieharder-3.31.1/libdieharder/
H A Dchisq.c49 double delchisq,chisq,pvalue; in chisq_poisson() local
108 double delchisq,chisq,pvalue; in chisq_pearson() local
153 double expected,delchisq,chisq,pvalue,obstotal,exptotal; in chisq_binomial() local
234 double delchisq,chisq,pvalue; in chisq_geometric() local
/dports/science/openbabel/openbabel-3.1.1/src/formats/xml/
H A Dxml.cpp290 xmlChar* pvalue = xmlTextReaderGetAttribute(_reader, BAD_CAST attrname); in GetAttribute() local
303 const xmlChar* pvalue = xmlTextReaderConstValue(_reader); in GetContent() local
312 const xmlChar* pvalue = xmlTextReaderConstValue(_reader); in GetContentInt() local
323 const xmlChar* pvalue = xmlTextReaderConstValue(_reader); in GetContentDouble() local
/dports/databases/libgda5/libgda-5.2.10/libgda/sql-parser/
H A Ddelimiter.y94 pvalue(E) ::= UNSPECVAL LSBRACKET paramspec(P) RSBRACKET. {E = gda_sql_expr_new (NULL); E->param_sp… in pvalue() function
95 pvalue(E) ::= value(V) LSBRACKET paramspec(P) RSBRACKET. {E = gda_sql_expr_new (NULL); E->value = V… in pvalue() function
96 pvalue(E) ::= SIMPLEPARAM(S). {E = gda_sql_expr_new (NULL); E->param_spec = gda_sql_param_spec_new … in pvalue() function

12345678910>>...119