Home
last modified time | relevance | path

Searched refs:theText (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/dports/www/node10/node-v10.24.1/test/addons-napi/test_buffer/
H A Dtest_buffer.c6 static const char theText[] = variable
26 const unsigned int kBufferSize = sizeof(theText); in newBuffer()
31 sizeof(theText), in newBuffer()
35 memcpy(theCopy, theText, kBufferSize); in newBuffer()
42 char* theCopy = strdup(theText); in newExternalBuffer()
47 sizeof(theText), in newExternalBuffer()
65 env, sizeof(theText), theText, NULL, &theBuffer)); in copyBuffer()
104 !strcmp(bufferData, theText) && bufferLength == sizeof(theText), in bufferInfo()
114 sizeof(theText), in staticBuffer()
115 (void*)theText, in staticBuffer()
[all …]
/dports/games/galaxyhack/galaxyhack/src/
H A DRTSWin.cpp61 theText.clear(); in DrawSelf()
136 theText.clear(); in DrawSelf()
194 theText.clear(); in DrawSelf()
223 theText.clear(); in DrawSelf()
281 theText.clear(); in DrawSelf()
285 theText.erase(theText.end() - 1); in DrawSelf()
601 theText.clear(); in DrawSelf()
621 theText.clear(); in DrawSelf()
640 theText.clear(); in DrawSelf()
661 theText.clear(); in DrawSelf()
[all …]
H A DSide.cpp189 while (mainIndex != theText.size() && theText[mainIndex][0] == TT_Comment) in MakeFunctionLookupTable()
192 if (theText[mainIndex] == strToUstr("main:")) { in MakeFunctionLookupTable()
193 if (theText.size() > 1) in MakeFunctionLookupTable()
202 for (int i = 0; i != theText.size(); ++i) { in MakeFunctionLookupTable()
204 while (theText[i][bi] == TT_Tab) in MakeFunctionLookupTable()
207 if (theText[i][bi] == TT_Jump) { in MakeFunctionLookupTable()
212 while (functionIndex != theText.size()) { in MakeFunctionLookupTable()
222 … const ustring tempStr = theText[functionIndex].substr(bi, theText[functionIndex].find(TT_Colon)); in MakeFunctionLookupTable()
229 if (functionIndex != theText.size()) in MakeFunctionLookupTable()
393 for (int i = 0; i != theText.size(); ++i) { in CheckOverAI()
[all …]
/dports/mail/qpopper/qpopper4.1.0/qd/sieve/
H A Dsieve-parse.c880 if ( !theText ) in get_test()
942 if ( !theText ) in get_test()
977 if ( !theText ) in get_test()
1028 if ( !theText ) in get_test()
1063 if ( !theText ) in get_test()
1136 if ( !theText ) in get_string_list()
1145 theText = NULL; in get_string_list()
1161 theText = NULL; in get_string_list()
1166 curText = theText; in get_string_list()
1178 FREE (theText); in get_string_list()
[all …]
/dports/astro/merkaartor/merkaartor-0.19.0/src/Docks/
H A DInfoDock.cpp21 : MDockAncestor(aParent), Main(aParent), theText(new QTextBrowser(this)) in InfoDock()
27 theText->setReadOnly(true); in InfoDock()
28 theText->setOpenLinks(false); in InfoDock()
29 setWidget(theText); in InfoDock()
31 … connect(theText, SIGNAL(anchorClicked(const QUrl &)), this, SLOT(on_anchorClicked(const QUrl &))); in InfoDock()
43 theText->setHtml(html); in setHtml()
48 theText->setHtml(html); in setHoverHtml()
53 theText->setHtml(currentHtml); in unsetHoverHtml()
58 return theText->toHtml(); in getHtml()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DPrs3d_Text.hxx43 const TCollection_ExtendedString& theText,
54 const TCollection_ExtendedString& theText,
64 const TCollection_ExtendedString& theText, in Draw() argument
67 Draw (Prs3d_Root::CurrentGroup (thePrs), theDrawer->TextAspect(), theText, theAttachmentPoint); in Draw()
74 const TCollection_ExtendedString& theText, in Draw() argument
78 Draw (Prs3d_Root::CurrentGroup (thePrs), theAspect, theText, theOrientation, theHasOwnAnchor); in Draw()
85 const TCollection_ExtendedString& theText, in Draw() argument
88 Draw (Prs3d_Root::CurrentGroup (thePrs), theAspect, theText, theAttachmentPoint); in Draw()
H A DGraphic3d_Text.hxx50 void SetText (const NCollection_String& theText) { myText = theText; } in SetText() argument
53 void SetText (const TCollection_AsciiString& theText) { myText = theText.ToCString(); } in SetText() argument
56 void SetText (Standard_CString theText) { myText = theText; } in SetText() argument
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sludge/
H A Dfonttext.cpp60 bool TextManager::isInFont(const Common::String &theText) { in isInFont() argument
63 if (theText.empty()) in isInFont()
66 Common::U32String str32 = UTF8Converter::convertUtf8ToUtf32(theText); in isInFont()
78 int TextManager::stringLength(const Common::String &theText) { in stringLength() argument
79 Common::U32String str32 = UTF8Converter::convertUtf8ToUtf32(theText); in stringLength()
83 int TextManager::stringWidth(const Common::String &theText) { in stringWidth() argument
89 Common::U32String str32 = UTF8Converter::convertUtf8ToUtf32(theText); in stringWidth()
105 Common::U32String str32 = UTF8Converter::convertUtf8ToUtf32(theText); in pasteString()
119 Common::U32String str32 = UTF8Converter::convertUtf8ToUtf32(theText); in pasteStringToBackdrop()
130 void TextManager::burnStringToBackdrop(const Common::String &theText, int xOff, int y) { in burnStringToBackdrop() argument
[all …]
H A Dfonttext.h44 int stringWidth(const Common::String &theText);
45 int stringLength(const Common::String &theText);
48 void pasteString(const Common::String &theText, int, int, SpritePalette &);
49 void pasteStringToBackdrop(const Common::String &theText, int xOff, int y);
50 void burnStringToBackdrop(const Common::String &theText, int xOff, int y);
51 bool isInFont(const Common::String &theText);
/dports/games/scummvm/scummvm-2.5.1/engines/sludge/
H A Dfonttext.cpp60 bool TextManager::isInFont(const Common::String &theText) { in isInFont() argument
63 if (theText.empty()) in isInFont()
66 Common::U32String str32 = theText.decode(Common::kUtf8); in isInFont()
78 int TextManager::stringLength(const Common::String &theText) { in stringLength() argument
79 Common::U32String str32 = theText.decode(Common::kUtf8); in stringLength()
83 int TextManager::stringWidth(const Common::String &theText) { in stringWidth() argument
89 Common::U32String str32 = theText.decode(Common::kUtf8); in stringWidth()
105 Common::U32String str32 = theText.decode(Common::kUtf8); in pasteString()
119 Common::U32String str32 = theText.decode(Common::kUtf8); in pasteStringToBackdrop()
130 void TextManager::burnStringToBackdrop(const Common::String &theText, int xOff, int y) { in burnStringToBackdrop() argument
[all …]
H A Dfonttext.h48 int stringWidth(const Common::String &theText);
49 int stringLength(const Common::String &theText);
52 void pasteString(const Common::String &theText, int, int, SpritePalette &);
53 void pasteStringToBackdrop(const Common::String &theText, int xOff, int y);
54 void burnStringToBackdrop(const Common::String &theText, int xOff, int y);
55 bool isInFont(const Common::String &theText);
/dports/games/xonotic/Xonotic/source/qcsrc/menu/xonotic/
H A Dbutton.qc3 entity makeXonoticButton_T(string theText, vector theColor, string theTooltip)
7 me.configureXonoticButton(me, theText, theColor, theTooltip);
10 entity makeXonoticButton(string theText, vector theColor)
12 return makeXonoticButton_T(theText, theColor, string_null);
15 void XonoticButton_configureXonoticButton(entity me, string theText, vector theColor, string theToo…
19 me.configureButton(me, theText, me.fontSize, me.image);
23 me.configureButton(me, theText, me.fontSize, me.grayImage);
H A Dcheckbox.qc3 entity makeXonoticCheckBox_T(float isInverted, string theCvar, string theText, string theTooltip)
26 return makeXonoticCheckBoxEx_T(m, n, theCvar, theText, theTooltip);
28 entity makeXonoticCheckBox(float isInverted, string theCvar, string theText)
30 return makeXonoticCheckBox_T(isInverted, theCvar, theText, string_null);
33 entity makeXonoticCheckBoxEx_T(float theYesValue, float theNoValue, string theCvar, string theText,…
37 me.configureXonoticCheckBox(me, theYesValue, theNoValue, theCvar, theText, theTooltip);
40 entity makeXonoticCheckBoxEx(float theYesValue, float theNoValue, string theCvar, string theText)
42 return makeXonoticCheckBoxEx_T(theYesValue, theNoValue, theCvar, theText, string_null);
45 …x(entity me, float theYesValue, float theNoValue, string theCvar, string theText, string theToolti…
53 me.configureCheckBox(me, theText, me.fontSize, me.image);
H A Dtextlabel.qc3 entity makeXonoticTextLabel(float theAlign, string theText)
7 me.configureXonoticTextLabel(me, theAlign, theText);
10 entity makeXonoticHeaderLabel(string theText)
13 me = makeXonoticTextLabel(0.5, theText);
19 void XonoticTextLabel_configureXonoticTextLabel(entity me, float theAlign, string theText)
21 me.configureLabel(me, theText, me.fontSize, theAlign);
H A Dbigcommandbutton.qc3 entity makeXonoticBigCommandButton_T(string theText, vector theColor, string theCommand, float theF…
7 me.configureXonoticBigCommandButton(me, theText, theColor, theCommand, theFlags, theTooltip);
10 entity makeXonoticBigCommandButton(string theText, vector theColor, string theCommand, float theFla…
12 return makeXonoticBigCommandButton_T(theText, theColor, theCommand, theFlags, string_null);
15 void XonoticBigCommandButton_configureXonoticBigCommandButton(entity me, string theText, vector the…
17 me.configureXonoticCommandButton(me, theText, theColor, theCommand, theFlags, theTooltip);
H A Dcommandbutton.qc3 entity makeXonoticCommandButton_T(string theText, vector theColor, string theCommand, float theFlag…
7 me.configureXonoticCommandButton(me, theText, theColor, theCommand, theFlags, theTooltip);
10 entity makeXonoticCommandButton(string theText, vector theColor, string theCommand, float theFlags)
12 return makeXonoticCommandButton_T(theText, theColor, theCommand, theFlags, string_null);
26 void XonoticCommandButton_configureXonoticCommandButton(entity me, string theText, vector theColor,…
28 me.configureXonoticButton(me, theText, theColor, theTooltip);
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmtls/libsrc/
H A Dtlscond.cc39 theText = "Unknown or invalid ciphersuite"; in DcmTLSECUnknownCiphersuiteConst()
47 os << theText << ": " << ciphersuiteName; in operator ()()
60 theText = "Unable to load private TLS key"; in DcmTLSECFailedToLoadPrivateKeyConst()
68 os << theText << " from '" << privateKeyFile << '\''; in operator ()()
81 theText = "Unable to load certificate"; in DcmTLSECFailedToLoadCertificateConst()
89 os << theText << " from '" << certificateFile << '\''; in operator ()()
102 theText = "Private key and certificate do not match"; in DcmTLSECMismatchedPrivateKeyAndCertificateConst()
124 theText = "Cannot write random seed"; in DcmTLSECFailedToWriteRandomSeedFileConst()
132 os << theText << " '" << seedFile << '\''; in operator ()()
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dhelpwidget.cpp29 theText->page()->setLinkDelegationPolicy(QWebPage::DelegateExternalLinks); in HelpWidget()
30 theText->load(QUrl::fromLocalFile(FMPaths::HelpFilePath())); in HelpWidget()
36 connect( theText, SIGNAL(linkClicked ( const QUrl& )), this, SLOT(slotWebLink(const QUrl&))); in HelpWidget()
37 connect( theText, SIGNAL(loadStarted () ),this,SLOT(slotWebStart())); in HelpWidget()
38 connect( theText, SIGNAL(loadProgress ( int ) ),this, SLOT(slotWebLoad(int))); in HelpWidget()
39 connect( theText, SIGNAL(loadFinished ( bool ) ),this,SLOT(slotWebFinished(bool))); in HelpWidget()
56 theText->load(url); in slotWebLink()
/dports/cad/opencascade/opencascade-7.6.0/samples/OCCTOverview/code/
H A DBaseSample.cxx112 Standard_Integer BaseSample::findEndOfPhrase (const TCollection_AsciiString& theText, in findEndOfPhrase() argument
116 std::string aStdText = theText.ToCString(); in findEndOfPhrase()
150 Standard_Integer BaseSample::findClosingBracket (const TCollection_AsciiString& theText, in findClosingBracket() argument
158 Standard_Character anOpeningBracketSymbol = theText.Value(theOpeningBracketIndex); in findClosingBracket()
166 aStartFindIndex = theText.FirstLocationInSet(aBracketsSet, aStartFindIndex, theText.Length()); in findClosingBracket()
172 TCollection_AsciiString aRSubstr = theText.SubString(aStartFindIndex, theText.Length()); in findClosingBracket()
173 if (theText.Value(aStartFindIndex) == anOpeningBracketSymbol) in findClosingBracket()
175 else if (theText.Value(aStartFindIndex) == theClosingBracketSymbol) in findClosingBracket()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/include/dcmtk/ofstd/
H A Dofcond.h77 const char *theText; member
186 theCondition.theText = strdup(aText); in OFCondition()
189 theCondition.theText = ""; in OFCondition()
213 theCondition.theText = strdup(theCondition.theText); in OFCondition()
222 free(OFconst_cast(char *, theCondition.theText)); // cast away const in ~OFCondition()
236 free(OFconst_cast(char *, theCondition.theText)); // cast away const
242 theCondition.theText = strdup(arg.theCondition.theText);
282 return theCondition.theText; in text()
/dports/www/twiki-EditTablePlugin/EditTablePlugin-0.0.17542/lib/TWiki/Plugins/
H A DEditTablePlugin.pm110 my ($theText) = @_;
112 $theText =~ s/\.(.)/$1/gos;
113 $theText =~ s/%dot%/\./gos;
114 $theText =~ s/\&([^#a-z])/&amp;$1/go; # escape non-entities
115 $theText =~ s/</\&lt;/go; # change < to entity
116 $theText =~ s/>/\&gt;/go; # change > to entity
117 $theText =~ s/\"/\&quot;/go; # change " to entity
118 return $theText;
/dports/devel/codeworker/CodeWorker4_5_3/
H A DUtlString.cpp167 std::stringstream theText; in toString() local
168 theText << iNumber; in toString()
169 return theText.str(); in toString()
173 std::stringstream theText; in toString() local
174 theText << iNumber; in toString()
175 return theText.str(); in toString()
179 std::stringstream theText; in toString() local
180 theText << dNumber; in toString()
181 return theText.str(); in toString()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DErrorRec.cc23 theText = rec.theText; in ErrorRec()
29 theText = e.str(); in ErrorRec()
39 theText = 0; in reset()
55 ol << theNo << theCount << theRepCount << theRepTime << theText; in store()
60 il >> theNo >> theCount >> theRepCount >> theRepTime >> theText; in load()
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/ofstd/include/
H A Dofcond.h154 , theText(aText) in OFConditionConst()
163 , theText(arg.theText) in OFConditionConst()
207 const char *theText; variable
229 , theText() in OFConditionString()
231 if (aText) theText = aText; in OFConditionString()
239 , theText(arg.theText) in OFConditionString()
282 OFString theText; variable
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Plugins/SpreadSheetPlugin/
H A DCalc.pm1697 my ($theText) = @_;
1699 return $theText;
1704 my ($theText) = @_;
1708 $theText = sprintf "%.20f", $theText;
1713 $theText = 0;
1719 return $theText;
1724 my ($theText) = @_;
1725 $theText = '' unless defined $theText;
1733 $theText =~
1735 $theText =~ /(.*)/;
[all …]

12345678910>>...15