Home
last modified time | relevance | path

Searched refs:setCommentEnd (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/codeworker/CodeWorker4_5_3/WebSite/repository/
H A DCV-leader.cws3 setCommentEnd("-->");
H A DCodeWorker_grammar.cwp1585 predefined_method_call<"setCommentEnd"> : value ::= '(' #continue ')' => set predefined_method_call…
1664 predefined_procedure_call<"setCommentEnd"> ::= '(' #continue expression ')';
/dports/devel/codeworker/CodeWorker4_5_3/WebSite/tutorials/DesignSpecificModeling/
H A Ddemo.cws43 setCommentEnd("-->");
50 setCommentEnd("\n");
/dports/devel/codeworker/CodeWorker4_5_3/
H A DGrfSetCommentEnd.cpp40 return CGRuntime::setCommentEnd(sCommentEnd); in executeInternal()
H A DGrfSetCommentEnd.h40 inline void setCommentEnd(ExprScriptExpression* pCommentEnd) { _pCommentEnd = pCommentEnd; } in setCommentEnd() function
H A DDtaProject.h125 inline void setCommentEnd(const std::string& sCommentEnd) { _sCommentEnd = sCommentEnd; } in setCommentEnd() function
H A DCGRuntime.h209 static SEQUENCE_INTERRUPTION_LIST setCommentEnd(const std::string& sCommentEnd);
H A DWorkspace.cpp528 DtaProject::getInstance().setCommentEnd(sCommentEnd); in executeArguments()
H A DCGRuntime.cpp1199 SEQUENCE_INTERRUPTION_LIST CGRuntime::setCommentEnd(const std::string& sCommentEnd) { in setCommentEnd() function in CodeWorker::CGRuntime
1201 DtaProject::getInstance().setCommentEnd(sCommentEnd); in setCommentEnd()
H A DDtaScript.cpp3674 if (pMethodCaller == NULL) pSetCommentEnd->setCommentEnd(parseExpression(block, script)); in parseSetCommentEnd()
3675 else pSetCommentEnd->setCommentEnd(pMethodCaller); in parseSetCommentEnd()
/dports/devel/codeworker/CodeWorker4_5_3/Scripts/Tutorial/GettingStarted/
H A DLeaderScript6.cws27 setCommentEnd("-->");
H A DLeaderScript5.cws27 setCommentEnd("-->");
H A DTiny-leaderScript2.cws15 setCommentEnd("-->");
H A DLeaderScript4.cws28 setCommentEnd("-->");
H A DLeaderScript3.cws40 setCommentEnd("-->");
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DTEX-manual.cwt422 setCommentEnd("-->");
426 setCommentEnd("\n");
448 setCommentEnd("\n");
470 setCommentEnd("\n");
H A DGeneratorDriver.cws243 setCommentEnd("-->");
246 setCommentEnd("\n");
249 setCommentEnd('\n');
525 setCommentEnd("-->");
529 setCommentEnd("\n");
600 setCommentEnd("-->");
624 setCommentEnd("\n");
916 setCommentEnd("-->");
924 setCommentEnd("\n");
H A DWebSite.cwt249 setCommentEnd("\n");
252 setCommentEnd("-->");
H A DCGRuntime.h_195 static SEQUENCE_INTERRUPTION_LIST setCommentEnd(const std::string& sCommentEnd);
/dports/devel/codeworker/CodeWorker4_5_3/cs/src/
H A DDOTNET.h706 static void setCommentEnd(System::String* sCommentEnd);
H A DDOTNET.cpp715 void Runtime::setCommentEnd(System::String* hCommentEnd) { in setCommentEnd() function in CodeWorker::Runtime
719 CGRuntime::setCommentEnd(sCommentEnd); in setCommentEnd()
/dports/devel/codeworker/CodeWorker4_5_3/WebSite/tutorials/overview/
H A DCodeWorker_grammar.cws1171 predefined_method_call<"setCommentEnd"> : value ::= '(' #continue ')' => set predefined_method_call…
1233 predefined_procedure_call<"setCommentEnd"> ::= '(' #continue expression ')';
/dports/devel/codeworker/CodeWorker4_5_3/java/org/codeworker/jni/
H A DRuntime.java59 public static native void setCommentEnd(java.lang.String sCommentEnd); in setCommentEnd() method in Runtime
/dports/devel/codeworker/CodeWorker4_5_3/WebSite/
H A DCodeWorker_grammar.cwp1584 predefined_method_call<"setCommentEnd"> : value ::= '(' #continue ')' => set predefined_method_call…
1662 predefined_procedure_call<"setCommentEnd"> ::= '(' #continue expression ')';
/dports/devel/codeworker/CodeWorker4_5_3/Documentation/
H A DCodeWorker.tex5884 …CommentBegin()} (see \ref{setCommentBegin()}) and \samp{setCommentEnd()} (see \ref{setCommentEnd()…
7827 …CommentBegin()} (see \ref{setCommentBegin()}) and \samp{setCommentEnd()} (see \ref{setCommentEnd()…
8655 (see \ref{setCommentBegin()}) and \samp{setCommentEnd()} (see \ref{setCommentEnd()}).
8691 (see \ref{setCommentBegin()}) and \samp{setCommentEnd()} (see \ref{setCommentEnd()}).
8776 …tEnd()}, \samp{setCommentBegin} \ref{setCommentBegin()}, \samp{setCommentEnd} \ref{setCommentEnd()}
11878 \pdflabel{setCommentEnd()}
11879 \index{setCommentEnd()}
11880 \pdfsubsection{setCommentEnd}
11909 \texttt{setCommentEnd("-->");\\
11911 setCommentEnd("$\backslash$n");\\
[all …]

12