代码搜索:Text

找到约 10,000 项符合「Text」的源代码

代码结果 10,000
www.eeworm.com/read/103088/6224111

ppm text.ppm

P3 13 16 65535 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 65535 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 65535 0 0 65535 0 0 65535 0 0
www.eeworm.com/read/103088/6224117

xpm text.xpm

/* XPM */ static char *noname[] = { /* width height ncolors chars_per_pixel */ "13 16 5 1", /* colors */ "` c #000000", "a c #FF0000", "b c #FFFFFF", "c c #FFFF00", "d c #0000FF", /* pixels */ "`````d
www.eeworm.com/read/102451/6231434

frame_text

OpenCms
www.eeworm.com/read/101848/6235486

frame_text

www.eeworm.com/read/101082/6250826

c text.c

#ifndef lint static char *sccsid = "@(#)text.c 4.2 (ULTRIX) 7/17/90"; #endif /************************************************************************ * * * Copyright (c) 1988 by * *
www.eeworm.com/read/101082/6251105

c text.c

#ifndef lint static char sccsid[] = "@(#)text.c 4.3 8/11/83"; #endif # include "e.h" # include "e.def" int csp; int psp; #define CSSIZE 400 char cs[420]; int lf, rf; /* temporary spots for left and
www.eeworm.com/read/101082/6251396

c text.c

static char sccsid[] = " text.c 4.1 82/05/11 "; #include "back.h" char *instr[] = { " If you did not notice by now, this program reacts to things as", "soon as you type them, without wait
www.eeworm.com/read/101015/6262109

inc text.inc

;/* Text Manager routines - Supplied by the application */ externFP StartBigEdit ; void StartBigEdit(void); externFP EndBigEdit ; void EndBigEdit(void); externFP LinesInBuf ; ushort LinesInBuf(usho
www.eeworm.com/read/100285/6271977

out text.out

QUERY: SELECT 'this is a text string'::text = 'this is a text string'::text AS true; true ---- t (1 row) QUERY: SELECT 'this is a text string'::text = 'this is a text strin'::text AS false; false
www.eeworm.com/read/100285/6272059

sql text.sql

-- *************testing built-in type text **************** SELECT 'this is a text string'::text = 'this is a text string'::text AS true; SELECT 'this is a text string'::text = 'this is a text stri