Home
last modified time | relevance | path

Searched refs:fOutput (Results 1 – 25 of 90) sorted by relevance

1234

/dports/editors/lazarus/lazarus/components/lazutils/
H A Dhtml2textrender.pas33 fHTML, fOutput: string;
117 fOutput:='';
128 if (fOutput<>'') and not fInHeader then
134 if (fPendingNewLineCnt=0) and (fOutput<>'') and not fInHeader then
144 fOutput:=fOutput+' '; // Don't add space at end of line (before newline)
148 fOutput:=fOutput+fLineEndMark;
153 fOutput:=fOutput+fLineEndMark+fMoreMark;
159 fOutput:=fOutput+StringOfChar(' ',fIndent*fIndentStep);
162 fOutput:=fOutput+aText;
321 Result:=fOutput;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dhtml2textrender.pas33 fHTML, fOutput: string;
117 fOutput:='';
128 if (fOutput<>'') and not fInHeader then
134 if (fPendingNewLineCnt=0) and (fOutput<>'') and not fInHeader then
144 fOutput:=fOutput+' '; // Don't add space at end of line (before newline)
148 fOutput:=fOutput+fLineEndMark;
153 fOutput:=fOutput+fLineEndMark+fMoreMark;
159 fOutput:=fOutput+StringOfChar(' ',fIndent*fIndentStep);
162 fOutput:=fOutput+aText;
322 Result:=fOutput;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dhtml2textrender.pas33 fHTML, fOutput: string;
117 fOutput:='';
128 if (fOutput<>'') and not fInHeader then
134 if (fPendingNewLineCnt=0) and (fOutput<>'') and not fInHeader then
144 fOutput:=fOutput+' '; // Don't add space at end of line (before newline)
148 fOutput:=fOutput+fLineEndMark;
153 fOutput:=fOutput+fLineEndMark+fMoreMark;
159 fOutput:=fOutput+StringOfChar(' ',fIndent*fIndentStep);
162 fOutput:=fOutput+aText;
322 Result:=fOutput;
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dhtml2textrender.pas33 fHTML, fOutput: string;
117 fOutput:='';
128 if (fOutput<>'') and not fInHeader then
134 if (fPendingNewLineCnt=0) and (fOutput<>'') and not fInHeader then
144 fOutput:=fOutput+' '; // Don't add space at end of line (before newline)
148 fOutput:=fOutput+fLineEndMark;
153 fOutput:=fOutput+fLineEndMark+fMoreMark;
159 fOutput:=fOutput+StringOfChar(' ',fIndent*fIndentStep);
162 fOutput:=fOutput+aText;
321 Result:=fOutput;
/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_SpyboticsLinker.cpp99 fOutput = &output; in Generate()
100 fOutput->reserve(tocSize + 1000); in Generate()
101 fOutput->resize(fContentOffset); in Generate()
192 (*fOutput)[fTocOffset++] = (address) & 0xff; in AddEntry()
193 (*fOutput)[fTocOffset++] = (address >> 8) & 0xff; in AddEntry()
204 fOutput->resize(fContentOffset + length); in AddData()
205 memcpy(&(*fOutput)[fContentOffset], data, length); in AddData()
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/elec/
H A Dgenel_.cc43 flag fOutput) in GenelClamp() argument
44 : Elem(uLabel, fOutput), in GenelClamp()
45 Genel(uLabel, pDO, fOutput), in GenelClamp()
199 flag fOutput) in GenelDistance() argument
200 : Elem(uLabel, fOutput), in GenelDistance()
378 flag fOutput) in GenelSpring() argument
379 : Elem(uLabel, fOutput), in GenelSpring()
521 : Elem(uLabel, fOutput), in GenelSpringSupport()
664 flag fOutput) in GenelCrossSpringSupport() argument
665 : Elem(uLabel, fOutput), in GenelCrossSpringSupport()
[all …]
H A Dgenel_.h50 const ScalarDof& sd, flag fOutput);
112 const ScalarDof& sd1, const ScalarDof& sd2, flag fOutput);
173 const ScalarDof& sd1, const ScalarDof& sd2, flag fOutput);
224 const ScalarDof& sd, doublereal X0, flag fOutput);
282 flag fOutput);
337 flag fOutput);
390 const ScalarDof& sd, doublereal X0, flag fOutput);
437 const ScalarDof& sd, flag fOutput);
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/dsp/
H A Ddsp-tools.h96 FAUSTFLOAT* fOutput; variable
111 fOutput = new FAUSTFLOAT[fNumFrames * fNumChans]; in Interleaver()
122 delete [] fOutput; in ~Interleaver()
127 FAUSTFLOAT* output() { return fOutput; } in output()
133 fOutput[c + s * fNumChans] = fInputs[c][s]; in interleave()
/dports/java/cryptix-jce/src/cryptix.jce.examples/
H A DPBEs.java158 FileOutputStream fOutput = null; in run() local
165 fOutput = new FileOutputStream ( in run()
168 cOutStream = new CipherOutputStream(fOutput, cipher); in run()
197 fOutput = new FileOutputStream( in run()
206 fOutput.write(buffer, 0, length); in run()
211 fOutput.close(); in run()
H A DFileDEncryption.java143 FileOutputStream fOutput = null; in ciphering() local
152 fOutput = new FileOutputStream(outputFile+".encrypted"); in ciphering()
154 cStr = new CipherOutputStream(fOutput, cipher); in ciphering()
173 fOutput = new FileOutputStream(outputFile+".decrypted"); in ciphering()
180 fOutput.write(buffer,0,length); in ciphering()
184 fOutput.close(); in ciphering()
H A DMACs.java89 FileOutputStream fOutput = in run() local
101 fOutput.write(mac.doFinal()); in run()
105 fOutput.close(); in run()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/midi/
H A Drt-midi.h41 std::vector<RtMidiOut*> fOutput; variable
96 fOutput.push_back(midi_out); in openMidiOutputPorts()
116 fOutput.push_back(midi_out); in chooseMidiOutPort()
123 for (it = fOutput.begin(); it != fOutput.end(); it++) { in sendMessage()
167 for (it2 = fOutput.begin(); it2 != fOutput.end(); it2++) { in stop_midi()
170 fOutput.clear(); in stop_midi()
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dbulk.h61 Bulk(unsigned int uLabel, flag fOutput) in Bulk() argument
62 : Elem(uLabel, fOutput) { in Bulk()
87 const ScalarDof& sd, flag fOutput) in BulkSpringSupport() argument
88 : Elem(uLabel, fOutput), Bulk(uLabel, fOutput), in BulkSpringSupport()
/dports/net/liveMedia/live/liveMedia/
H A DMPEG1or2Demux.cpp91 fOutput[i].savedDataHead = fOutput[i].savedDataTail = NULL; in MPEG1or2Demux()
92 fOutput[i].isPotentiallyReadable = False; in MPEG1or2Demux()
93 fOutput[i].isCurrentlyActive = False; in MPEG1or2Demux()
94 fOutput[i].isCurrentlyAwaitingData = False; in MPEG1or2Demux()
100 for (unsigned i = 0; i < 256; ++i) delete fOutput[i].savedDataHead; in ~MPEG1or2Demux()
130 fOutput[streamIdTag].isPotentiallyReadable = True; in newElementaryStream()
159 struct OutputDescriptor& out = fOutput[streamIdTag]; in registerReadInterest()
183 struct OutputDescriptor& out = fOutput[streamIdTag]; in useSavedData()
282 struct OutputDescriptor& out = fOutput[streamIdTag]; in stopGettingFrames()
304 struct OutputDescriptor& out = demux->fOutput[i]; in handleClosure()
[all …]
/dports/audio/faust/faust-2.37.3/architecture/faust/dsp/
H A Ddsp-tools.h99 FAUSTFLOAT* fOutput; variable
115 fOutput = new FAUSTFLOAT[fNumFrames * fNumOutputs]; in Interleaver()
126 delete [] fOutput; in ~Interleaver()
131 FAUSTFLOAT* output() { return fOutput; } in output()
137 fOutput[c + s * fNumOutputs] = fInputs[c][s]; in interleave()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/dynamics/
H A DDynamicProcessor.cpp42 vDots[i].fOutput = 0.0f; in DynamicProcessor()
199 (dst->fOutput >= 0.0f) || in set_dot()
203 dst->fOutput = -1.0f; in set_dot()
210 (dst->fOutput != src->fOutput) || in set_dot()
214 dst->fOutput = src->fOutput; in set_dot()
230 (dst->fOutput != out) || in set_dot()
234 dst->fOutput = out; in set_dot()
276 if ((d->fInput < 0) || (d->fOutput < 0) || (d->fKnee < 0)) in update_settings()
281 s->fMakeup = d->fOutput; in update_settings()
470 v->write("fOutput", dot->fOutput); in dump()
/dports/audio/faust/faust-2.37.3/architecture/faust/midi/
H A Drt-midi.h43 std::vector<RtMidiOut*> fOutput; variable
105 fOutput.push_back(midi_out); in openMidiOutputPorts()
126 fOutput.push_back(midi_out); in chooseMidiOutPort()
132 for (const auto& it : fOutput) { in sendMessage()
181 for (const auto& it2 : fOutput) { in stopMidi()
184 fOutput.clear(); in stopMidi()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/
H A DSocketConnection.java33 private OutputStream fOutput; field in SocketConnection
38 fOutput = out; in SocketConnection()
137 stream = fOutput; in writePacket()
/dports/devel/icu/icu/source/i18n/
H A Dpluralranges.cpp27 PluralRangesDataSink(StandardPluralRanges& output) : fOutput(output) {} in PluralRangesDataSink()
32 fOutput.setCapacity(entriesArray.getSize(), status); in put()
50 fOutput.addPluralRange(first, second, result); in put()
55 StandardPluralRanges& fOutput; member in __anon5ec75ad90111::PluralRangesDataSink
/dports/devel/icu-lx/icu/source/i18n/
H A Dpluralranges.cpp27 PluralRangesDataSink(StandardPluralRanges& output) : fOutput(output) {} in PluralRangesDataSink()
32 fOutput.setCapacity(entriesArray.getSize(), status); in put()
50 fOutput.addPluralRange(first, second, result); in put()
55 StandardPluralRanges& fOutput; member in __anond504428a0111::PluralRangesDataSink
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dpluralranges.cpp27 PluralRangesDataSink(StandardPluralRanges& output) : fOutput(output) {} in PluralRangesDataSink()
32 fOutput.setCapacity(entriesArray.getSize(), status); in put()
50 fOutput.addPluralRange(first, second, result); in put()
55 StandardPluralRanges& fOutput; member in __anon01cd315a0111::PluralRangesDataSink
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dpluralranges.cpp27 PluralRangesDataSink(StandardPluralRanges& output) : fOutput(output) {} in PluralRangesDataSink()
32 fOutput.setCapacity(entriesArray.getSize(), status); in put()
50 fOutput.addPluralRange(first, second, result); in put()
55 StandardPluralRanges& fOutput; member in __anon25497f300111::PluralRangesDataSink
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dpluralranges.cpp27 PluralRangesDataSink(StandardPluralRanges& output) : fOutput(output) {} in PluralRangesDataSink()
32 fOutput.setCapacity(entriesArray.getSize(), status); in put()
50 fOutput.addPluralRange(first, second, result); in put()
55 StandardPluralRanges& fOutput; member in __anonea9f74260111::PluralRangesDataSink
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dpluralranges.cpp27 PluralRangesDataSink(StandardPluralRanges& output) : fOutput(output) {} in PluralRangesDataSink()
32 fOutput.setCapacity(entriesArray.getSize(), status); in put()
50 fOutput.addPluralRange(first, second, result); in put()
55 StandardPluralRanges& fOutput; member in __anon65182be50111::PluralRangesDataSink
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dpluralranges.cpp27 PluralRangesDataSink(StandardPluralRanges& output) : fOutput(output) {} in PluralRangesDataSink()
32 fOutput.setCapacity(entriesArray.getSize(), status); in put()
50 fOutput.addPluralRange(first, second, result); in put()
55 StandardPluralRanges& fOutput; member in __anon61b903310111::PluralRangesDataSink

1234