Home
last modified time | relevance | path

Searched defs:text_val (Results 1 – 11 of 11) sorted by relevance

/dports/databases/postgresql-cstore_fdw/cstore_fdw-1.7.0/sql/
H A Dinsert.sql31 SELECT a as int_val, string_agg(random()::text, '') as text_val field
40 CREATE FOREIGN TABLE test_cstore_long_text(int_val int, text_val text) field
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtLocalizeString.cpp47 C4Value text_val; in C4ConsoleQtLocalizeStringDlg() local
133 C4Value text_val = C4VString(text.toUtf8()); in done() local
H A DC4ConsoleQtLocalizeOverview.cpp154 C4Value text_val; in Refresh() local
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dcolumnar_insert.sql40 SELECT a as int_val, string_agg(random()::text, '') as text_val field
49 CREATE TABLE test_columnar_long_text(int_val int, text_val text) field
/dports/multimedia/olive/olive-0.1.2/effects/internal/
H A Dtexteffect.h40 StringField* text_val; variable
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/samples/dbapi_testspeed/
H A Ddbapi_testspeed.cpp492 CDB_Text text_val; in FetchFile() local
600 CDB_Text text_val; in FetchResults() local
/dports/emulators/kcemu/KCemu-0.5.1/src/ui/gtk/
H A Ddialog.cc47 const char *text_val; in execute() local
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/HUD.ocd/Controller.ocd/ControllerCrewBar.ocd/
H A DScript.c939 private func SetCrewBarValue(int bar, int value, int text_val) in SetCrewBarValue()
1012 private func SetNextHealthValue(int value, int text_val) in SetNextHealthValue()
/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dskplugin-simple.c598 const char *text_val; in list_to_text() local
626 const char *text_val; in list_bin_to_text() local
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Djson-extension-functions.cc492 auto text_val = sqlite3_value_text(val); in json_concat() local
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/other/gail/tests/
H A Dferret.c1191 gchar *output_str, *text_val, *text_val_escaped; in _print_text() local