Home
last modified time | relevance | path

Searched refs:ctable (Results 26 – 50 of 887) sorted by relevance

12345678910>>...36

/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DIcons.c221 void XmtRegisterImprovedIcons(Widget w, XmtColorTable ctable) in XmtRegisterImprovedIcons() argument
223 void XmtRegisterImprovedIcons(w, ctable) in XmtRegisterImprovedIcons()
225 XmtColorTable ctable;
240 if (!ctable) {
242 ctable = appres->colortable;
245 if (XmtCreateXImageFromXmtImage(shell, visual, cmap, depth, ctable,
249 if (XmtCreateXImageFromXmtImage(shell, visual, cmap, depth, ctable,
253 if (XmtCreateXImageFromXmtImage(shell, visual, cmap, depth, ctable,
/dports/databases/speedtables/speedtables-1.13.12/ctables/
H A Dcommand-body.c-subst74 ctable->count = 0;
89 end_write(ctable);
106 ctable->destroying = 1;
113 if(ctable->share) {
115 release_name(ctable->share, ctable->share_name);
272 if(shmfreemem(ctable->share, 0) < ctable->share_min_free) {
671 ctable->count--;
1718 if(ctable->share_type == CTABLE_SHARED_MASTER && ctable->share) {
1720 if(shmfreemem(ctable->share, 0) < ctable->share_min_free) {
2158 end_write(ctable);
[all …]
/dports/databases/speedtables/speedtables-1.13.12/stapi/
H A Dpgsql.tcl226 proc read_ctable_from_sql {ctable sql {_err ""}} {
227 uplevel 1 [list [namespace which read_ctable_from_sql_full] $ctable $sql 0 0 $_err]
230 proc read_ctable_from_sql_full {ctable sql poll_interval dirty {_err ""}} {
243 lappend command $ctable import_postgres_result $pg_res -poll_interval $poll_interval
281 proc read_ctable_from_sql_rowbyrow {ctable sql {_err ""}} {
285 proc read_ctable_from_sql_rowbyrow_full {ctable sql poll_interval dirty {_err ""}} {
325 proc read_ctable_from_sql_async {ctable sql callback} {
332 read_ctable_async_poll $ctable $callback
339 proc read_ctable_async_poll {ctable callback} {
348 $ctable import_postgres_result $pg_res -poll_interval 100
[all …]
H A DChangeLog106 ctable's "wide".
109 ctable's "double". This probably needs improvement.
129 them to ctable's "varstring".
135 "int" to the ctable "short" type.
177 Don't call remote ctable from inside remote ctable code block. o_O
189 Support new ctable "key" command.
217 ctable connection wrapper:
221 ctable://...
225 local:///ctable
226 reference to already-opened ctable
[all …]
/dports/www/bluefish/bluefish-2.2.12/src/plugin_snippets/
H A Dsnippets_leaf_insert.c162 Tconvert_table *ctable; in snippets_insert_dialog() local
170 ctable[i].my_int = '%'; in snippets_insert_dialog()
171 ctable[i].my_char = g_strdup("%"); in snippets_insert_dialog()
172 ctable[i+1].my_char = NULL; in snippets_insert_dialog()
182 free_convert_table(ctable); in snippets_insert_dialog()
193 Tconvert_table *ctable; in convert_noargs() local
195 ctable = g_new(Tconvert_table,2); in convert_noargs()
196 ctable[0].my_int = '%'; in convert_noargs()
197 ctable[0].my_char = g_strdup("%"); in convert_noargs()
198 ctable[1].my_char = NULL; in convert_noargs()
[all …]
/dports/graphics/xli/xli-2006-11-10/
H A Dxpixmap.c30 if (ctable == NULL) in freeCtable()
33 if (ctable[i] != NULL) in freeCtable()
34 lfree(ctable[i]); in freeCtable()
35 lfree((byte *) ctable); in freeCtable()
315 freeCtable(ctable, ncolors); in xpixmapLoad()
370 freeCtable(ctable, ncolors); in xpixmapLoad()
381 freeCtable(ctable, ncolors); in xpixmapLoad()
393 freeCtable(ctable, ncolors); in xpixmapLoad()
407 freeCtable(ctable, ncolors); in xpixmapLoad()
419 freeCtable(ctable, ncolors); in xpixmapLoad()
[all …]
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/compiler/
H A Dtranslate.ml953 and success = fun _ _ ctable -> ctable
954 and failure = fun _ _ ctable -> ctable
963 ctable)
966 ctable)
993 let ctable' = Table.add sym newConstant ctable in
1031 ctable)
1044 ctable)
1385 let ctable = normalizeTable ktable ctable in
1394 let ctable = translateFixities fixities ctable in
1866 let ctable = normalizeTable ktable ctable in
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A Dqmatrixd.f9042 integer :: ctable(ngw,2) local
66 if(ctable(ig,1).ne.(ngw+1))then
67 if(ctable(ig,1).ge.0) then
68 sca=sca+CONJG(c0(ctable(ig,1),ix))*c0(ig,jx)
74 if(ctable(ig,1).ne.(ngw+1))then
75 if(ctable(ig,1).lt. 0) then
76 sca=sca+c0(-ctable(ig,1),ix)*c0(ig,jx)
82 if(ctable(ig,2).ne.(ngw+1)) then
83 if(ctable(ig,2).lt.0) then
90 if(ctable(ig,2).ne.(ngw+1)) then
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/Numerics/
H A DSymmetryOperations.h129 void buildI(SymmetryGroup& I, std::vector<double> ctable, int cls) in buildI() argument
134 I.addOperator(matrix_i, ctable, cls); in buildI()
137 void buildC2Vx(SymmetryGroup& C2, std::vector<double> ctable, int cls) in buildC2Vx() argument
143 C2.addOperator(matrix_c2x, ctable, cls); in buildC2Vx()
145 void buildC2Vy(SymmetryGroup& C2, std::vector<double> ctable, int cls) in buildC2Vy() argument
151 C2.addOperator(matrix_c2y, ctable, cls); in buildC2Vy()
153 void buildC2Vz(SymmetryGroup& C2, std::vector<double> ctable, int cls) in buildC2Vz() argument
159 C2.addOperator(matrix_c2z, ctable, cls); in buildC2Vz()
168 C2.addOperator(matrix_c2x, ctable, cls); in buildD2Hx()
176 C2.addOperator(matrix_c2y, ctable, cls); in buildD2Hy()
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/
H A Dxoopscomments.php39 public $ctable; variable in XoopsComments
46 public function __construct($ctable, $id = null) argument
48 $this->ctable = $ctable;
83 $sql = 'SELECT * FROM ' . $this->ctable . ' WHERE comment_id=' . $id;
104 $comment_id = $this->db->genId($this->ctable . '_comment_id_seq');
141 $mytree = new XoopsTree($this->ctable, 'comment_id', 'pid');
167 $mytree = new XoopsTree($this->ctable, 'comment_id', 'pid');
171 $ret[] = new XoopsComments($this->ctable, $ele);
199 $sql = 'SELECT comment_id FROM ' . $this->ctable . "$where_query ORDER BY $orderby";
205 $sql = 'SELECT * FROM ' . $this->ctable . '' . $where_query . " ORDER BY $orderby";
[all …]
/dports/net-mgmt/p0f/p0f-3.09b/
H A Dp0f.c751 ctable[count] = api_cl + i; in regen_pfds()
788 struct api_client** ctable; in live_event_loop() local
799 pfd_count = regen_pfds(pfds, ctable); in live_event_loop()
847 ctable[cur]->fd = -1; in live_event_loop()
868 ((char*)&ctable[cur]->out_data) + ctable[cur]->out_off, in live_event_loop()
873 ctable[cur]->out_off += i; in live_event_loop()
879 ctable[cur]->in_off = ctable[cur]->out_off = 0; in live_event_loop()
941 ((char*)&ctable[cur]->in_data) + ctable[cur]->in_off, in live_event_loop()
946 ctable[cur]->in_off += i; in live_event_loop()
952 handle_query(&ctable[cur]->in_data, &ctable[cur]->out_data); in live_event_loop()
[all …]
/dports/graphics/grx/grx249/src/fonts/
H A Dfdv_win.c38 static GrCharHeaderWIN far *ctable = NULL; variable
82 _GR_swap16u(&ctable[i].width); in swap_ctable()
83 _GR_swap16u(&ctable[i].offset); in swap_ctable()
93 if(ctable != NULL) farfree(ctable); in cleanup()
95 ctable = NULL; in cleanup()
145 size = (fhdr.last_char - fhdr.first_char + 2) * sizeof *ctable; in openfile()
146 if((ctable = farmalloc(size)) == NULL) { in openfile()
150 if(fread(ctable, 1, size, fontfp) != size) { in openfile()
206 …if(fontfp != NULL && chr >= fhdr.first_char && chr <= fhdr.last_char) res = ctable[chr - fhdr.firs… in charwdt()
219 if(fseek(fontfp, offset + ctable[chr - fhdr.first_char].offset, SEEK_SET) < 0) goto done; in bitmap()
/dports/databases/speedtables/speedtables-1.13.12/stapi/client/
H A Dtest.tcl30 set ctable [::stapi::connect sql:///stapi_test]
31 puts "\[::stapi::connect sql:///stapi_test] = $ctable"
33 set fields [$ctable fields]
34 puts "\$ctable fields = [$ctable fields]"
36 $ctable search -compare {{match isbn 1-56592-*}} -key k -array_get_with_nulls _a -code {
/dports/databases/speedtables/speedtables-1.13.12/ctable_server/
H A Dsttp_buffer.tcl131 proc attach {cttpUrl {ctable #auto}} {
134 if {"$ctable" == "#auto"} {
136 set ctable $tables($cttpUrl)
138 set ctable [autocreate $cttpUrl]
142 if {"$tables($cttpUrl)" != "$ctable"} {
148 set tables($cttpUrl) $ctable
150 return $ctable
/dports/emulators/mess/mame-mame0226/plugins/portname/
H A Dinit.lua43 local function parse_names(ctable, depth)
48 if ctable.import then
50 local ret = file:open(ctable.import)
55 if not ctable.ports then
58 for pname, port in pairs(ctable.ports) do
160 local ctable = { romname = emu.romname(), ports = ports }
162 ctable.softname = emu.softname()
164 setmetatable(ctable, { __jsonorder = { "romname", "softname", "ports" }})
165 file:write(json.stringify(ctable, { indent = true }))
/dports/emulators/mame/mame-mame0226/plugins/portname/
H A Dinit.lua43 local function parse_names(ctable, depth)
48 if ctable.import then
50 local ret = file:open(ctable.import)
55 if not ctable.ports then
58 for pname, port in pairs(ctable.ports) do
160 local ctable = { romname = emu.romname(), ports = ports }
162 ctable.softname = emu.softname()
164 setmetatable(ctable, { __jsonorder = { "romname", "softname", "ports" }})
165 file:write(json.stringify(ctable, { indent = true }))
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkImageGenerator.cpp17 SkPMColor ctable[], int* ctableCount) { in getPixels() argument
29 if (nullptr == ctable || nullptr == ctableCount) { in getPixels()
37 ctable = nullptr; in getPixels()
40 const bool success = this->onGetPixels(info, pixels, rowBytes, ctable, ctableCount); in getPixels()
143 SkAutoTUnref<SkColorTable> ctable(new SkColorTable(ctStorage, 256)); in tryGenerateBitmap() local
144 if (!bitmap->tryAllocPixels(allocator, ctable)) { in tryGenerateBitmap()
150 if (!bitmap->tryAllocPixels(nullptr, ctable)) { in tryGenerateBitmap()
182 SkASSERT(!ctable->unique()); in tryGenerateBitmap()
188 ctable->dangerous_overwriteColors(ctStorage, ctCount); in tryGenerateBitmap()
192 SkASSERT(ctable->unique()); in tryGenerateBitmap()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/codec/
H A DSkSwizzler.h36 const SkPMColor* ctable, const SkImageInfo& dstInfo, const SkCodec::Options&,
107 const SkPMColor ctable[]);
113 const SkPMColor ctable[]);
117 int deltaSrc, int offset, const SkPMColor ctable[]);
213 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset,
216 RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/codec/
H A DSkSwizzler.h36 const SkPMColor* ctable, const SkImageInfo& dstInfo, const SkCodec::Options&,
107 const SkPMColor ctable[]);
113 const SkPMColor ctable[]);
117 int deltaSrc, int offset, const SkPMColor ctable[]);
213 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset,
216 RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/codec/
H A DSkSwizzler.h36 const SkPMColor* ctable, const SkImageInfo& dstInfo, const SkCodec::Options&,
107 const SkPMColor ctable[]);
113 const SkPMColor ctable[]);
117 int deltaSrc, int offset, const SkPMColor ctable[]);
213 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset,
216 RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/codec/
H A DSkSwizzler.h36 const SkPMColor* ctable, const SkImageInfo& dstInfo, const SkCodec::Options&,
107 const SkPMColor ctable[]);
113 const SkPMColor ctable[]);
117 int deltaSrc, int offset, const SkPMColor ctable[]);
213 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset,
216 RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP,
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/codec/
H A DSkSwizzler.h36 const SkPMColor* ctable, const SkImageInfo& dstInfo, const SkCodec::Options&,
107 const SkPMColor ctable[]);
113 const SkPMColor ctable[]);
117 int deltaSrc, int offset, const SkPMColor ctable[]);
213 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset,
216 RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/codec/
H A DSkSwizzler.h36 const SkPMColor* ctable, const SkImageInfo& dstInfo, const SkCodec::Options&,
107 const SkPMColor ctable[]);
113 const SkPMColor ctable[]);
117 int deltaSrc, int offset, const SkPMColor ctable[]);
213 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset,
216 RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP,
/dports/databases/grass7/grass-7.8.6/raster3d/r3.showdspf/
H A Ddraw_polys_ogl.c64 D_spec->ctable, color);
292 D_spec->ctable, xdim);
339 D_spec->ctable, color);
371 D_spec->ctable, color);
455 struct color_entry *ctable;
467 get_cat_color(cat, ctable, data[i]);
475 struct color_entry *ctable;
526 void print_color_table(ctable) in print_color_table() argument
527 struct color_entry ctable[]; in print_color_table()
533 ctable[i].data,
[all …]
/dports/sysutils/webmin/webmin-1.981/gray-theme/
H A Dright.cgi90 my $ctable;
92 $ctable .= $info->{'header'}."<br>\n";
94 $ctable .= &ui_columns_start($info->{'titles'});
96 $ctable .= &ui_columns_row([
102 $ctable .= &ui_columns_end();
103 print &ui_table_row(undef, $ctable, 2);

12345678910>>...36