Home
last modified time | relevance | path

Searched refs:textcols (Results 1 – 8 of 8) sorted by relevance

/dports/finance/frontaccounting/frontaccounting/sql/
H A Dalter2.2.php292 $textcols = $keys = array();
296 $textcols[] = '`'.$col['Field'].'`';
306 error_log("Table $table (".implode(',',$keys)."):(".implode(',',$textcols)."):");
308 if (!count($textcols)) continue;
311 $sql = "SELECT ".implode(',', array_unique(array_merge($keys,$textcols)))
313 CONCAT(".implode(',', $textcols).") REGEXP '[\\'\"><&]'";
320 foreach ($textcols as $f) {
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-take_survey.tpl37 {assign var='textcols' value=$questions[ix].cols}
39 {assign var='textcols' value=80}
42 … <input type="text" size="{$textcols}" name="{$questionId}" value="{$answer}" class="form-control">
55 {assign var='textcols' value=$questions[ix].explode.1}
57 {assign var='textcols' value=80}
69 rows="{$textrows}" cols="{$textcols}" class="form-control">{$answer}
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/acme/
H A Dcols.c114 draw(screen, r, textcols[BACK], nil, ZP); in coladd()
130 draw(screen, r, textcols[BACK], nil, ZP); in coladd()
197 draw(screen, r, textcols[BACK], nil, ZP); in colclose()
309 draw(screen, r, textcols[BACK], nil, ZP); in colsort()
359 draw(screen, cr, textcols[BACK], nil, ZP); in colgrow()
H A Dacme.c1052 textcols[BACK] = allocimagemix(display, DPaleyellow, DWhite); in iconinit()
1053 textcols[HIGH] = allocimage(display, Rect(0,0,1,1), screen->chan, 1, DDarkyellow); in iconinit()
1054 textcols[BORD] = allocimage(display, Rect(0,0,1,1), screen->chan, 1, DYellowgreen); in iconinit()
1055 textcols[TEXT] = display->black; in iconinit()
1056 textcols[HTEXT] = display->black; in iconinit()
H A Ddat.h550 Image *textcols[NCOL]; variable
H A Dwind.c71 textinit(&w->body, f, r1, rf, textcols); in wininit()
H A Dtext.c17 Image *textcols[NCOL]; variable
H A Dexec.c1328 draw(screen, t->w->r, textcols[BACK], nil, ZP); in fontx()