Home
last modified time | relevance | path

Searched defs:LineResult (Results 1 – 10 of 10) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dgrammarcheck.h34 struct LineResult { struct
35 LatexDocument *doc;
36 QDocumentLineHandle *line;
37 int lineNr;
38 QList<GrammarError> errors;
/dports/math/scilab/scilab-6.1.1/scilab/tools/SetupAtlas/
H A DgetCpuInfos.c39 wchar_t LineResult[LenMaxLine]; in getCpuVendor() local
65 wchar_t LineResult[LenMaxLine]; in getProcessorNameString() local
115 wchar_t LineResult[LenMaxLine]; in getCpuIdentifier() local
/dports/finance/weberp/webERP/
H A DPDFPickingList.php269 $LineResult=DB_query($sql, $ErrMsg); variable
321 $LineResult=DB_query($sql); variable
H A DInternalStockRequestAuthorisation.php96 $LineResult=DB_query($LinesSQL); variable
H A DPO_AuthoriseMyOrders.php108 $LineResult=DB_query($LineSQL); variable
H A DGeneratePickingList.php312 $LineResult = DB_query($SQL, $ErrMsg); variable
H A DInternalStockRequestFulfill.php347 $LineResult=DB_query($LineSQL); variable
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/libencryptmsg/src/lib/
H A Darmor_reader.cpp72 struct LineResult struct
74 bool success = false;
75 bool max_length_reached = false;
76 std::vector<uint8_t> line;
/dports/devel/cpu_features/cpu_features-0.6.0/include/internal/
H A Dstack_line_reader.h42 } LineResult; typedef
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/
H A Dcanvas.go93 type LineResult struct { struct
94 Line []Cell
95 Copied bool