代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/217030/4876859
txt text1.txt
double CABS(double A1, double A2)
{
double X,Y,t1;
X = fabs(A1);
Y = fabs(A2);
if (X == 0.0)
t1 = Y;
else if (Y == 0)
t1 = X;
else if (X > Y)
t1
www.eeworm.com/read/216446/4895610
c text_output.c
/* Nessus
* Copyright (C) 1998 - 2001 Renaud Deraison
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
www.eeworm.com/read/216446/4895611
h text_output.h
#ifndef __TEXT_OUTPUT_H__
#define __TEXT_OUTPUT_H__
void printf_formatted_text(FILE * , char * , int, char * );
int arglist_to_text(struct arglist *, char *);
#endif
www.eeworm.com/read/215230/4905293
cpp dom_text.cpp
/**
* This file is part of the DOM implementation for KDE.
*
* (C) 1999 Lars Knoll (knoll@kde.org)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms o
www.eeworm.com/read/215230/4905294
h dom_text.h
/*
* This file is part of the DOM implementation for KDE.
*
* (C) 1999 Lars Knoll (knoll@kde.org)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/215230/4905567
cpp render_text.cpp
/**
* This file is part of the DOM implementation for KDE.
*
* (C) 1999 Lars Knoll (knoll@kde.org)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms o
www.eeworm.com/read/215230/4905600
h render_text.h
/*
* This file is part of the DOM implementation for KDE.
*
* (C) 1999 Lars Knoll (knoll@kde.org)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/213767/4912214
haml _text_area.haml
.text_area_test_area
~ "" + value + ""
= "BLAH\n"
www.eeworm.com/read/213039/4930944
h recordingdevice_text.h
/* -*- C++ -*- */
/*
* RecordingDevice_Text.h,v 1.1 2004/01/01 21:01:00 shuston Exp
*
* A RecordingDevice that listens to a socket and collects text.
*/
#ifndef RECORDING_DEVICE_TEXT_H
#d