Home
last modified time | relevance | path

Searched refs:textToWrite (Results 1 – 11 of 11) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/system/
H A Djuce_PlatformDefs.h141 …#define DBG(textToWrite) JUCE_BLOCK_WITH_FORCED_SEMICOLON (juce::String tempDbgBuf; tempD… argument
164 #define DBG(textToWrite) argument
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/system/
H A Djuce_PlatformDefs.h121 …#define DBG(textToWrite) JUCE_BLOCK_WITH_FORCED_SEMICOLON (juce::String tempDbgBuf; tempD… argument
144 #define DBG(textToWrite) argument
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/system/
H A Djuce_PlatformDefs.h143 …#define DBG(textToWrite) JUCE_BLOCK_WITH_FORCED_SEMICOLON (juce::String tempDbgBuf; tempD… argument
166 #define DBG(textToWrite) argument
/dports/audio/carla/Carla-2.4.1/source/modules/water/files/
H A DFile.h635 bool replaceWithText (const String& textToWrite,
H A DFile.cpp777 bool File::replaceWithText (const String& textToWrite, in replaceWithText() argument
782 tempFile.getFile().appendText (textToWrite, asUnicode, writeUnicodeHeaderBytes); in replaceWithText()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/files/
H A Djuce_File.h757 bool replaceWithText (const String& textToWrite,
H A Djuce_File.cpp780 bool File::replaceWithText (const String& textToWrite, bool asUnicode, bool writeHeaderBytes, const… in replaceWithText() argument
783 tempFile.getFile().appendText (textToWrite, asUnicode, writeHeaderBytes, lineFeed); in replaceWithText()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/files/
H A Djuce_File.h757 bool replaceWithText (const String& textToWrite,
H A Djuce_File.cpp780 bool File::replaceWithText (const String& textToWrite, bool asUnicode, bool writeHeaderBytes, const… in replaceWithText() argument
783 tempFile.getFile().appendText (textToWrite, asUnicode, writeHeaderBytes, lineFeed); in replaceWithText()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/files/
H A Djuce_File.h748 bool replaceWithText (const String& textToWrite,
H A Djuce_File.cpp781 bool File::replaceWithText (const String& textToWrite, bool asUnicode, bool writeHeaderBytes, const… in replaceWithText() argument
784 tempFile.getFile().appendText (textToWrite, asUnicode, writeHeaderBytes, lineFeed); in replaceWithText()