Home
last modified time | relevance | path

Searched refs:stringOutput (Results 1 – 15 of 15) sorted by relevance

/dports/audio/py-music21/music21-7.1.0/music21/lily/
H A DlilyObjects.py222 def stringOutput(self): member in LyObject
314 def stringOutput(self): member in LyLilypondTop
351 def stringOutput(self): member in LyTopLevelExpression
373 def stringOutput(self): member in LyLilypondHeader
398 def stringOutput(self): member in LyEmbeddedScm
409 def stringOutput(self): member in LyLilypondHeaderBody
425 def stringOutput(self): member in LyAssignmentId
458 def stringOutput(self): member in LyAssignment
508 def stringOutput(self): member in LyIdentifierInit
530 def stringOutput(self): member in LyContextDefSpecBlock
[all …]
H A Dtranslate.py2596 sm.stringOutput(),
2606 sm.stringOutput(),
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dtest.ec55 return stringOutput;
65 if(end != stringOutput)
72 else if(stringOutput[0])
141 return stringOutput;
176 …if(anchorValue[0]) { if(stringOutput[0]) strcat(stringOutput, ", "); strcat(stringOutput, "left = …
183 …if(anchorValue[0]) { if(stringOutput[0]) strcat(stringOutput, ", "); strcat(stringOutput, "horz = …
188 …if(anchorValue[0]) { if(stringOutput[0]) strcat(stringOutput, ", "); strcat(stringOutput, "top = "…
192 …if(anchorValue[0]) { if(stringOutput[0]) strcat(stringOutput, ", "); strcat(stringOutput, "right =…
199 …if(anchorValue[0]) { if(stringOutput[0]) strcat(stringOutput, ", "); strcat(stringOutput, "vert = …
204 …if(anchorValue[0]) { if(stringOutput[0]) strcat(stringOutput, ", "); strcat(stringOutput, "bottom …
[all …]
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dtest.ec55 return stringOutput;
65 if(end != stringOutput)
72 else if(stringOutput[0])
141 return stringOutput;
176 …if(anchorValue[0]) { if(stringOutput[0]) strcat(stringOutput, ", "); strcat(stringOutput, "left = …
183 …if(anchorValue[0]) { if(stringOutput[0]) strcat(stringOutput, ", "); strcat(stringOutput, "horz = …
188 …if(anchorValue[0]) { if(stringOutput[0]) strcat(stringOutput, ", "); strcat(stringOutput, "top = "…
192 …if(anchorValue[0]) { if(stringOutput[0]) strcat(stringOutput, ", "); strcat(stringOutput, "right =…
199 …if(anchorValue[0]) { if(stringOutput[0]) strcat(stringOutput, ", "); strcat(stringOutput, "vert = …
204 …if(anchorValue[0]) { if(stringOutput[0]) strcat(stringOutput, ", "); strcat(stringOutput, "bottom …
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/Utilities/
H A DValidType_T.cpp132 std::string stringOutput; in operatorTest() local
136 stringOutput = streamOutput.str(); in operatorTest()
141 TUASSERT(stringCompare == stringOutput); in operatorTest()
147 stringOutput = streamOutput.str(); in operatorTest()
152 TUASSERT(stringCompare == stringOutput); in operatorTest()
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/GNSSCore/
H A DXvt_T.cpp173 std::string stringOutput; in operatorTest() local
181 stringOutput = streamOutput.str(); in operatorTest()
191 TUASSERTE(std::string, stringCompare, stringOutput); in operatorTest()
/dports/devel/jsonnet/jsonnet-0.17.0/core/
H A Dlibjsonnet.cpp168 bool stringOutput; member
181 stringOutput(false), in JsonnetVm()
318 vm->stringOutput = bool(v); in jsonnet_string_output()
516 vm->stringOutput); in jsonnet_evaluate_snippet_aux()
533 vm->stringOutput); in jsonnet_evaluate_snippet_aux()
569 vm->stringOutput); in jsonnet_evaluate_snippet_aux()
/dports/devel/py-jsonnet/jsonnet-0.17.0/core/
H A Dlibjsonnet.cpp168 bool stringOutput; member
181 stringOutput(false), in JsonnetVm()
318 vm->stringOutput = bool(v); in jsonnet_string_output()
516 vm->stringOutput); in jsonnet_evaluate_snippet_aux()
533 vm->stringOutput); in jsonnet_evaluate_snippet_aux()
569 vm->stringOutput); in jsonnet_evaluate_snippet_aux()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/structure/bma_refine/
H A DBMAUtils.hpp105 static void PrintPSSM(const BMA& bma, bool rowMajor = true, string* stringOutput = NULL);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/bma_refine/
H A DBMAUtils.cpp213 void BMAUtils::PrintPSSM(const BMA& bma, bool rowMajor, string* stringOutput) { in PrintPSSM() argument
245 if (stringOutput) { in PrintPSSM()
246 *stringOutput = oss.str(); in PrintPSSM()
/dports/astro/gpstk/GPSTk-8.0.0/
H A DTESTING.md272 std::string stringOutput;
276 stringOutput = streamOutput.str();
281 TUASSERT(stringCompare == stringOutput);
287 stringOutput = streamOutput.str();
292 TUASSERT(stringCompare == stringOutput);
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/HttpServer/
H A DHttpServer.cpp331 StringHttpOutput stringOutput; in HandleInternal() local
332 HttpOutput fakeOutput(stringOutput, false); in HandleInternal()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/HttpServer/
H A DHttpServer.cpp331 StringHttpOutput stringOutput; in HandleInternal() local
332 HttpOutput fakeOutput(stringOutput, false); in HandleInternal()
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/HttpServer/
H A DHttpServer.cpp331 StringHttpOutput stringOutput; in HandleInternal() local
332 HttpOutput fakeOutput(stringOutput, false); in HandleInternal()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/HttpServer/
H A DHttpServer.cpp331 StringHttpOutput stringOutput; in HandleInternal() local
332 HttpOutput fakeOutput(stringOutput, false); in HandleInternal()