Home
last modified time | relevance | path

Searched refs:noNewLine (Results 1 – 17 of 17) sorted by relevance

/dports/misc/cryptoballot/cryptoballot-3753e1b/utils/cryptoballot-public-key/
H A Dcryptoballot-public-key.go15 var noNewLine bool
16 flag.BoolVar(&noNewLine, "n", false, "do not output the trailing newline")
61 if noNewLine && i == len(publicKeys)-1 {
/dports/misc/cryptoballot/cryptoballot-3753e1b/utils/cryptoballot-signature-request/
H A Dcryptoballot-signature-request.go16 var noNewLine bool
17 flag.BoolVar(&noNewLine, "n", false, "do not output the trailing newline")
97 if noNewLine {
/dports/misc/cryptoballot/cryptoballot-3753e1b/utils/cryptoballot-sign/
H A Dcryptoballot-sign.go15 var noNewLine bool
19 flag.BoolVar(&noNewLine, "n", false, "do not output the trailing newline")
99 if noNewLine {
/dports/textproc/libkomparediff2/libkomparediff2-21.12.3/src/
H A Dparser.cpp34 QLatin1String noNewLine("\\ No newline"); in cleanUpCrap() local
38 if ((*it).startsWith(noNewLine)) in cleanUpCrap()
/dports/devel/dolphin-plugins/dolphin-plugins-21.12.3/git/
H A Dcommitdialog.cpp98 bool noNewLine = lastline.startsWith(QLatin1String("Signed-off")) || lastline.isEmpty(); in signOffButtonClicked() local
99 m_commitMessageTextEdit->append(QString(noNewLine ? "" : "\n") + "Signed-off-by: " in signOffButtonClicked()
/dports/audio/csound/csound-6.15.0/H/
H A Dstr_ops.h98 int noNewLine; member
/dports/editors/madedit/madedit-0.2.9/src/MadEdit/
H A DMadSyntax.cpp1314 bool noNewLine = true; in FindStringCase() local
1320 noNewLine = false; in FindStringCase()
1335 if(ucsize < len && noNewLine) in FindStringCase()
1342 noNewLine = false; in FindStringCase()
1383 bool noNewLine = true; in FindStringNoCase() local
1389 noNewLine = false; in FindStringNoCase()
1404 if(ucsize < len && noNewLine) in FindStringNoCase()
1411 noNewLine = false; in FindStringNoCase()
H A DMadLines.cpp1494 bool noNewLine = true; in FindStringCase() local
1500 noNewLine = false; in FindStringCase()
1514 if(ucsize < len && noNewLine) in FindStringCase()
1521 noNewLine = false; in FindStringCase()
1563 bool noNewLine = true; in FindStringNoCase() local
1569 noNewLine = false; in FindStringNoCase()
1583 if(ucsize < len && noNewLine) in FindStringNoCase()
1590 noNewLine = false; in FindStringNoCase()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCOgreMeshFileLoader.h243 void getMaterialToken(io::IReadFile* file, core::stringc& token, bool noNewLine=false);
H A DCOgreMeshFileLoader.cpp844 …id COgreMeshFileLoader::getMaterialToken(io::IReadFile* file, core::stringc& token, bool noNewLine) in getMaterialToken() argument
857 if (noNewLine && c=='\n') in getMaterialToken()
885 getMaterialToken(file, token, noNewLine); in getMaterialToken()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlwidget.hpp1318 bool noNewLine; member in GDLWidgetText
1327 GDLWidgetText( WidgetIDT parentID, EnvT* e, DStringGDL* value, DULong eventflags, bool noNewLine,
1334 void ChangeText( DStringGDL* value, bool noNewLine=false);
1335 void InsertText( DStringGDL* value, bool noNewLine=false, bool insertAtEnd=false);
1339 void AppendTextValue( DStringGDL* value, bool noNewLine);
H A Dwidget.cpp1578 bool noNewLine = e->KeywordSet( noNewLineIx ); in widget_text()
1597 GDLWidgetText* text = new GDLWidgetText( parentID, e, valueStr, eventFlags, noNewLine, editable); in widget_text()
3041 bool noNewLine = e->KeywordSet(noNewLineIx); in widget_control()
3058 if (appendvalue) textWidget->InsertText(valueStr, noNewLine, true); //aka insertAtEnd in widget_control()
3059 else if (usetextselect) textWidget->InsertText(valueStr, noNewLine); in widget_control()
3060 else textWidget->ChangeText(valueStr, noNewLine); in widget_control()
H A Dgdlwidget.cpp5350 , noNewLine( noNewLine_ ) in GDLWidgetText()
5363 bool doNotAddNl=(noNewLine || (!multiline) ); in GDLWidgetText()
/dports/audio/csound/csound-6.15.0/OOps/
H A Dstr_ops.c596 p->noNewLine = (*p->no_newline == FL(0.0) ? 0 : 1); in puts_opcode_init()
598 if (!p->noNewLine) in puts_opcode_init()
612 if (!p->noNewLine) in puts_opcode_perf()
/dports/deskutils/egroupware/egroupware/api/js/etemplate/
H A Detemplate2.min.js.map1 …seenTag","lineStart","otag","ctag","addBuf","filterLine","haveSeenTag","noNewLine","isAllWhitespac…
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/es6/
H A Dbabel.py38837 def PyJsHoisted_makeIndent_(str, num, noNewLine, this, arguments, var=var): argument
38838 …var = Scope({u'this':this, u'num':num, u'noNewLine':noNewLine, u'str':str, u'arguments':arguments}…
/dports/devel/py-Js2Py/Js2Py-0.71/js2py/es6/
H A Dbabel.py38837 def PyJsHoisted_makeIndent_(str, num, noNewLine, this, arguments, var=var): argument
38838 …var = Scope({u'this':this, u'num':num, u'noNewLine':noNewLine, u'str':str, u'arguments':arguments}…