=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== openms-2.5.0+cleaned1/doc/code_examples/CMakeLists.txt-45-# get the actual code examples openms-2.5.0+cleaned1/doc/code_examples/CMakeLists.txt:46:include(${CMAKE_CURRENT_LIST_DIR}/executables.cmake) openms-2.5.0+cleaned1/doc/code_examples/CMakeLists.txt-47- ############################################## openms-2.5.0+cleaned1/cmake/OpenMSConfig.cmake.in-46-## The targets file openms-2.5.0+cleaned1/cmake/OpenMSConfig.cmake.in:47:include("${OPENMS_CMAKE_DIR}/@_OPENMS_EXPORT_FILE@") ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-138- !macro _== _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:139: StrCmp `${_a}` `${_b}` `${_t}` `${_f}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-140- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-142- !macro _!= _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:143: !insertmacro _== `${_a}` `${_b}` `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-144- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-147- !macro _S== _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:148: StrCmpS `${_a}` `${_b}` `${_t}` `${_f}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-149- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-151- !macro _S!= _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:152: !insertmacro _S== `${_a}` `${_b}` `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-153- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-157- !insertmacro _LOGICLIB_TEMP openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:158: System::Call `kernel32::lstrcmpi(ts, ts) i.s` `${_a}` `${_b}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-159- Pop $_LOGICLIB_TEMP openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:160: IntCmp $_LOGICLIB_TEMP 0 `${_e}` `${_l}` `${_m}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-161- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-163- !macro _S< _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:164: !insertmacro _StrCmpI `${_a}` `${_b}` `${_f}` `${_t}` `${_f}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-165- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-167- !macro _S>= _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:168: !insertmacro _S< `${_a}` `${_b}` `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-169- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-171- !macro _S> _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:172: !insertmacro _StrCmpI `${_a}` `${_b}` `${_f}` `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-173- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-175- !macro _S<= _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:176: !insertmacro _S> `${_a}` `${_b}` `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-177- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-180- !macro _= _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:181: IntCmp `${_a}` `${_b}` `${_t}` `${_f}` `${_f}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-182- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-184- !macro _<> _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:185: !insertmacro _= `${_a}` `${_b}` `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-186- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-188- !macro _< _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:189: IntCmp `${_a}` `${_b}` `${_f}` `${_t}` `${_f}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-190- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-192- !macro _>= _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:193: !insertmacro _< `${_a}` `${_b}` `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-194- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-196- !macro _> _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:197: IntCmp `${_a}` `${_b}` `${_f}` `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-198- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-200- !macro _<= _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:201: !insertmacro _> `${_a}` `${_b}` `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-202- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-205- !macro _U< _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:206: IntCmpU `${_a}` `${_b}` `${_f}` `${_t}` `${_f}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-207- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-209- !macro _U>= _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:210: !insertmacro _U< `${_a}` `${_b}` `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-211- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-213- !macro _U> _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:214: IntCmpU `${_a}` `${_b}` `${_f}` `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-215- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-217- !macro _U<= _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:218: !insertmacro _U> `${_a}` `${_b}` `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-219- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-223- !insertmacro _LOGICLIB_TEMP openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:224: System::Int64Op `${_a}` `${_o}` `${_b}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-225- Pop $_LOGICLIB_TEMP openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:226: !insertmacro _= $_LOGICLIB_TEMP 0 `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-227- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-229- !macro _L= _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:230: !insertmacro _Int64Cmp `${_a}` = `${_b}` `${_t}` `${_f}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-231- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-233- !macro _L<> _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:234: !insertmacro _L= `${_a}` `${_b}` `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-235- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-237- !macro _L< _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:238: !insertmacro _Int64Cmp `${_a}` < `${_b}` `${_t}` `${_f}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-239- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-241- !macro _L>= _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:242: !insertmacro _L< `${_a}` `${_b}` `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-243- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-245- !macro _L> _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:246: !insertmacro _Int64Cmp `${_a}` > `${_b}` `${_t}` `${_f}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-247- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-249- !macro _L<= _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:250: !insertmacro _L> `${_a}` `${_b}` `${_f}` `${_t}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-251- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-254- !macro _Abort _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:255: IfAbort `${_t}` `${_f}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-256- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-259- !macro _Errors _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:260: IfErrors `${_t}` `${_f}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-261- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-264- !macro _FileExists _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:265: IfFileExists `${_b}` `${_t}` `${_f}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-266- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-269- !macro _RebootFlag _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:270: IfRebootFlag `${_t}` `${_f}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-271- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-274- !macro _Silent _a _b _t _f openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:275: IfSilent `${_t}` `${_f}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-276- !macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-304- !insertmacro _LOGICLIB_TEMP openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:305: SectionGetFlags `${_b}` $_LOGICLIB_TEMP openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:306: IntOp $_LOGICLIB_TEMP $_LOGICLIB_TEMP & `${_a}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:307: !insertmacro _= $_LOGICLIB_TEMP `${_a}` `${_t}` `${_f}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-308- !macroend openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:309: !define SectionIsSelected `${SF_SELECTED} SectionFlagIsSet` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:310: !define SectionIsSubSection `${SF_SUBSEC} SectionFlagIsSet` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:311: !define SectionIsSubSectionEnd `${SF_SUBSECEND} SectionFlagIsSet` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:312: !define SectionIsSectionGroup `${SF_SECGRP} SectionFlagIsSet` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:313: !define SectionIsSectionGroupEnd `${SF_SECGRPEND} SectionFlagIsSet` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:314: !define SectionIsBold `${SF_BOLD} SectionFlagIsSet` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:315: !define SectionIsReadOnly `${SF_RO} SectionFlagIsSet` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:316: !define SectionIsExpanded `${SF_EXPAND} SectionFlagIsSet` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:317: !define SectionIsPartiallySelected `${SF_PSELECTED} SectionFlagIsSet` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-318- openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:319: !define IfCmd `!insertmacro _IfThen "" Cmd ${|}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-320- ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-329- !ifdef _c=true ; If is true openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:330: !insertmacro _${_o} `${_a}` `${_b}` "" ${${_Logic}Else} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-331- !else ; If condition is false openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:332: !insertmacro _${_o} `${_a}` `${_b}` ${${_Logic}Else} "" openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-333- !endif ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-351- !ifdef _c=true ; If is true openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:352: !insertmacro _${_o} `${_a}` `${_b}` "" ${${_Logic}Else} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-353- !else ; If condition is false openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:354: !insertmacro _${_o} `${_a}` `${_b}` ${${_Logic}Else} "" openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-355- !endif ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-380- !ifdef _c=true ; If is true openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:381: !insertmacro _${_o} `${_a}` `${_b}` "" ${${_Logic}Else} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-382- !else ; If condition is false openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:383: !insertmacro _${_o} `${_a}` `${_b}` ${${_Logic}Else} "" openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-384- !endif ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-421- !ifdef _c=true ; If is true openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:422: !insertmacro _${_o} `${_a}` `${_b}` "" ${${_Logic}Else} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-423- !else ; If condition is false openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:424: !insertmacro _${_o} `${_a}` `${_b}` ${${_Logic}Else} "" openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-425- !endif ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-456- !verbose ${LOGICLIB_VERBOSITY} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:457: ${If} `${_a}` `${_o}` `${_b}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-458- ${_t} ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-466- !verbose ${LOGICLIB_VERBOSITY} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:467: ${IfNot} `${_a}` `${_o}` `${_b}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-468- ${_t} ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-478- Goto +2 ; Skip the loop expression for the first iteration openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:479: !define _DoLoopExpression `IntOp "${_v}" "${_v}" "${_o}" "${_s}"` ; Define the loop expression openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-480- !define _o=${_o} ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-488- !undef _o=${_o} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:489: !insertmacro _Do For false `${_v}` `${__o}` `${_t}` ; Let Do do the rest openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-490- !undef __o ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-497- !verbose ${LOGICLIB_VERBOSITY} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:498: ${ForEach} `${_v}` `${_f}` `${_t}` + 1 ; Pass on to ForEach openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-499- !verbose pop ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-533- !ifdef _c=true ; If is true openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:534: !insertmacro _${_o} `${_a}` `${_b}` "" ${_Exit${_n}} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-535- !else ; If condition is false openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:536: !insertmacro _${_o} `${_a}` `${_b}` ${_Exit${_n}} "" openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-537- !endif ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-572- !else ifdef _c=true ; If condition is true openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:573: !insertmacro _${_o} `${_a}` `${_b}` ${${_Logic}${_n}} ${_Exit${_n}} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-574- !else ; If condition is false openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:575: !insertmacro _${_o} `${_a}` `${_b}` ${_Exit${_n}} ${${_Logic}${_n}} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-576- !endif ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-599- !insertmacro _PushLogic openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:600: !define ${_Logic}Select `${_a}` ; Remember the left hand side of the comparison openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-601- !verbose pop ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-633- !insertmacro _IncreaseCounter openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:634: !insertmacro _== `${${_Logic}Select}` `${_a}` "" ${${_Logic}Else} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-635- !verbose pop ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-644- !insertmacro _IncreaseCounter openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:645: !insertmacro _== `${${_Logic}Select}` `${_a}` +2 "" openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:646: !insertmacro _== `${${_Logic}Select}` `${_b}` "" ${${_Logic}Else} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-647- !verbose pop ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-656- !insertmacro _IncreaseCounter openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:657: !insertmacro _== `${${_Logic}Select}` `${_a}` +3 "" openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:658: !insertmacro _== `${${_Logic}Select}` `${_b}` +2 "" openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:659: !insertmacro _== `${${_Logic}Select}` `${_c}` "" ${${_Logic}Else} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-660- !verbose pop ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-669- !insertmacro _IncreaseCounter openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:670: !insertmacro _== `${${_Logic}Select}` `${_a}` +4 "" openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:671: !insertmacro _== `${${_Logic}Select}` `${_b}` +3 "" openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:672: !insertmacro _== `${${_Logic}Select}` `${_c}` +2 "" openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:673: !insertmacro _== `${${_Logic}Select}` `${_d}` "" ${${_Logic}Else} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-674- !verbose pop ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-683- !insertmacro _IncreaseCounter openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:684: !insertmacro _== `${${_Logic}Select}` `${_a}` +5 "" openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:685: !insertmacro _== `${${_Logic}Select}` `${_b}` +4 "" openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:686: !insertmacro _== `${${_Logic}Select}` `${_c}` +3 "" openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:687: !insertmacro _== `${${_Logic}Select}` `${_d}` +2 "" openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:688: !insertmacro _== `${${_Logic}Select}` `${_e}` "" ${${_Logic}Else} openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-689- !verbose pop ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-719- !insertmacro _IncreaseCounter openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:720: !define ${_Switch}Var `${_a}` ; Remember the left hand side of the comparison openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-721- !tempfile ${_Switch}Tmp ; Create a temporary file ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-732- !ifdef _Logic & ${_Logic}Select ; Check for an active Select openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:733: !insertmacro _Select_Case `${_a}` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-734- !else ifndef _Switch ; If not then check for an active Switch ############################################## openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-739- ${_label}: ; place it and add it's check to the temp file openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh:740: !appendfile "${${_Switch}Tmp}" `!insertmacro _== $\`${${_Switch}Var}$\` $\`${_a}$\` ${_label} ""$\n` openms-2.5.0+cleaned1/cmake/Windows/LogicLib.nsh-741- !undef _label ############################################## openms-2.5.0+cleaned1/cmake/Windows/UAC.nsh-171-!macro _UAC.Dump _f _fp _v openms-2.5.0+cleaned1/cmake/Windows/UAC.nsh:172:!insertmacro _UAC.DumpEx `${_f}` `${_f}` `${_fp}` `${_v}` openms-2.5.0+cleaned1/cmake/Windows/UAC.nsh-173-!macroend ############################################## openms-2.5.0+cleaned1/cmake/Windows/Examples/Inetc/post.php-5-<?php openms-2.5.0+cleaned1/cmake/Windows/Examples/Inetc/post.php:6:echo "post.login=".$_POST['login']."<br>"; openms-2.5.0+cleaned1/cmake/Windows/Examples/Inetc/post.php:7:echo "post.passwd=".$_POST['passwd']."<br>"; openms-2.5.0+cleaned1/cmake/Windows/Examples/Inetc/post.php:8:echo "get.lg=".$_GET['lg']."<br>"; openms-2.5.0+cleaned1/cmake/Windows/Examples/Inetc/post.php:9:echo "get.pw=".$_GET['pw']."<br>"; openms-2.5.0+cleaned1/cmake/Windows/Examples/Inetc/post.php-10-?> ############################################## openms-2.5.0+cleaned1/cmake/modules/FindBZip2.cmake-34- openms-2.5.0+cleaned1/cmake/modules/FindBZip2.cmake:35: include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake) openms-2.5.0+cleaned1/cmake/modules/FindBZip2.cmake-36- SELECT_LIBRARY_CONFIGURATIONS(BZIP2) ############################################## openms-2.5.0+cleaned1/cmake/modules/FindCOIN.cmake-39-# required scripts openms-2.5.0+cleaned1/cmake/modules/FindCOIN.cmake:40:include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake) openms-2.5.0+cleaned1/cmake/modules/FindCOIN.cmake-41- ############################################## openms-2.5.0+cleaned1/cmake/modules/FindGLPK.cmake-29- openms-2.5.0+cleaned1/cmake/modules/FindGLPK.cmake:30: include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake) openms-2.5.0+cleaned1/cmake/modules/FindGLPK.cmake-31- SELECT_LIBRARY_CONFIGURATIONS(GLPK) ############################################## openms-2.5.0+cleaned1/cmake/modules/FindWM5.cmake-40- openms-2.5.0+cleaned1/cmake/modules/FindWM5.cmake:41:include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake) openms-2.5.0+cleaned1/cmake/modules/FindWM5.cmake-42- ############################################## openms-2.5.0+cleaned1/cmake/modules/FindZLIB.cmake-105-# handle debug and release openms-2.5.0+cleaned1/cmake/modules/FindZLIB.cmake:106:include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake) openms-2.5.0+cleaned1/cmake/modules/FindZLIB.cmake-107- ############################################## openms-2.5.0+cleaned1/cmake/modules/FindSQLITE.cmake-140- # Calculate root directory of installation from include directory. openms-2.5.0+cleaned1/cmake/modules/FindSQLITE.cmake:141: string(REGEX REPLACE "(/)*include(/)*$" "" _root_dir "${SQLite_INCLUDE_DIR}") openms-2.5.0+cleaned1/cmake/modules/FindSQLITE.cmake-142- set(SQLite_DIR "${_root_dir}" CACHE PATH "Root directory of SQLite installation" FORCE) ############################################## openms-2.5.0+cleaned1/cmake/modules/GetGitRevisionDescription.cmake-76- @ONLY) openms-2.5.0+cleaned1/cmake/modules/GetGitRevisionDescription.cmake:77: include("${GIT_DATA}/grabRef.cmake") openms-2.5.0+cleaned1/cmake/modules/GetGitRevisionDescription.cmake-78- ############################################## openms-2.5.0+cleaned1/cmake/modules/FindXercesC.cmake-61- openms-2.5.0+cleaned1/cmake/modules/FindXercesC.cmake:62: include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake) openms-2.5.0+cleaned1/cmake/modules/FindXercesC.cmake-63- select_library_configurations(XercesC) ############################################## openms-2.5.0+cleaned1/cmake/modules/FindLIBSVM.cmake-66- openms-2.5.0+cleaned1/cmake/modules/FindLIBSVM.cmake:67:include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake) openms-2.5.0+cleaned1/cmake/modules/FindLIBSVM.cmake-68-select_library_configurations(LIBSVM) ############################################## openms-2.5.0+cleaned1/cmake/modules/cotire.cmake-3459- # the included target scripts sets up additional variables relating to the target (e.g., COTIRE_TARGET_SOURCES) openms-2.5.0+cleaned1/cmake/modules/cotire.cmake:3460: include("${COTIRE_ARGV2}") openms-2.5.0+cleaned1/cmake/modules/cotire.cmake-3461- endif() ############################################## openms-2.5.0+cleaned1/cmake/knime/configure_plugin_properties.cmake-37-# include helper functions openms-2.5.0+cleaned1/cmake/knime/configure_plugin_properties.cmake:38:include ( ${SCRIPT_DIR}common.cmake ) openms-2.5.0+cleaned1/cmake/knime/configure_plugin_properties.cmake-39- ############################################## openms-2.5.0+cleaned1/cmake/knime/compress_payload.cmake-37-# include helper functions openms-2.5.0+cleaned1/cmake/knime/compress_payload.cmake:38:include ( ${SCRIPT_DIR}common.cmake ) openms-2.5.0+cleaned1/cmake/knime/compress_payload.cmake-39- ############################################## openms-2.5.0+cleaned1/cmake/knime/copy_binaries_ini.cmake-37-# include helper functions openms-2.5.0+cleaned1/cmake/knime/copy_binaries_ini.cmake:38:include ( ${SCRIPT_DIR}common.cmake ) openms-2.5.0+cleaned1/cmake/knime/copy_binaries_ini.cmake-39- ############################################## openms-2.5.0+cleaned1/cmake/knime/remove_parameter_from_ctd.cmake-37-# include helper functions openms-2.5.0+cleaned1/cmake/knime/remove_parameter_from_ctd.cmake:38:include ( ${SCRIPT_DIR}common.cmake ) openms-2.5.0+cleaned1/cmake/knime/remove_parameter_from_ctd.cmake-39- ############################################## openms-2.5.0+cleaned1/cmake/knime/copy_share.cmake-37-# include helper functions openms-2.5.0+cleaned1/cmake/knime/copy_share.cmake:38:include ( ${SCRIPT_DIR}common.cmake ) openms-2.5.0+cleaned1/cmake/knime/copy_share.cmake-39- ############################################## openms-2.5.0+cleaned1/cmake/knime/copy_searchengines.cmake-37-# include helper functions openms-2.5.0+cleaned1/cmake/knime/copy_searchengines.cmake:38:include ( ${SCRIPT_DIR}common.cmake ) openms-2.5.0+cleaned1/cmake/knime/copy_searchengines.cmake-39- ############################################## openms-2.5.0+cleaned1/cmake/MacOSX/TOPP-shell.command-10- openms-2.5.0+cleaned1/cmake/MacOSX/TOPP-shell.command:11:export OPENMS_TOPP_PATH=`dirname "$0"` openms-2.5.0+cleaned1/cmake/MacOSX/TOPP-shell.command-12-# declare as TOPP_SHELL ############################################## openms-2.5.0+cleaned1/cmake/MacOSX/fix_dependencies.rb-107- debug "#{$install_name_tool} -change #{oldpath} #{$executableId}#{libpath} #{target}" openms-2.5.0+cleaned1/cmake/MacOSX/fix_dependencies.rb:108: `#{$install_name_tool} -change #{oldpath} #{$executableId}#{libpath} #{target}` openms-2.5.0+cleaned1/cmake/MacOSX/fix_dependencies.rb-109-end ############################################## openms-2.5.0+cleaned1/cmake/MacOSX/fix_dependencies.rb-113- debug "#{$install_name_tool} -id #{$executableId}#{libname} #{target}" openms-2.5.0+cleaned1/cmake/MacOSX/fix_dependencies.rb:114: `#{$install_name_tool} -id #{$executableId}#{libname} #{target}` openms-2.5.0+cleaned1/cmake/MacOSX/fix_dependencies.rb-115-end ############################################## openms-2.5.0+cleaned1/cmake/MacOSX/sign_bins_and_libs.rb-90-def sign(path) openms-2.5.0+cleaned1/cmake/MacOSX/sign_bins_and_libs.rb:91: `#{$codesign_tool} --deep --force --options runtime -s "#{$signing_id}" "#{path}"` openms-2.5.0+cleaned1/cmake/MacOSX/sign_bins_and_libs.rb-92-end ############################################## openms-2.5.0+cleaned1/src/openms/thirdparty/IsoSpec/IsoSpec/IsoSpecConfig.cmake.in-14-# Our library dependencies (contains definitions for IMPORTED targets) openms-2.5.0+cleaned1/src/openms/thirdparty/IsoSpec/IsoSpec/IsoSpecConfig.cmake.in:15:include("${ISOSPEC_CMAKE_DIR}/IsoSpecLibrary.cmake") openms-2.5.0+cleaned1/src/openms/thirdparty/IsoSpec/IsoSpec/IsoSpecConfig.cmake.in-16- ############################################## openms-2.5.0+cleaned1/src/openms/CMakeLists.txt-69-#------------------------------------------------------------------------------ openms-2.5.0+cleaned1/src/openms/CMakeLists.txt:70:include(${PROJECT_SOURCE_DIR}/cmake_findExternalLibs.cmake) openms-2.5.0+cleaned1/src/openms/CMakeLists.txt-71- ############################################## openms-2.5.0+cleaned1/src/openms/CMakeLists.txt-79-#------------------------------------------------------------------------------ openms-2.5.0+cleaned1/src/openms/CMakeLists.txt:80:include(${PROJECT_SOURCE_DIR}/configh.cmake) openms-2.5.0+cleaned1/src/openms/CMakeLists.txt-81- ############################################## openms-2.5.0+cleaned1/src/openms/CMakeLists.txt-83-# big include file for headers and cpp files, that fills the OpenMS_sources variable openms-2.5.0+cleaned1/src/openms/CMakeLists.txt:84:include (${PROJECT_SOURCE_DIR}/includes.cmake) openms-2.5.0+cleaned1/src/openms/CMakeLists.txt-85- ############################################## openms-2.5.0+cleaned1/src/pyOpenMS/dist-scripts/create-manylinux.sh-51- openms-2.5.0+cleaned1/src/pyOpenMS/dist-scripts/create-manylinux.sh:52: PYVER=`basename $PYBIN` openms-2.5.0+cleaned1/src/pyOpenMS/dist-scripts/create-manylinux.sh-53- mkdir /openms-build-$PYVER ############################################## openms-2.5.0+cleaned1/src/openms_gui/CMakeLists.txt-86-# big include file for headers and cpp files openms-2.5.0+cleaned1/src/openms_gui/CMakeLists.txt:87:include (${PROJECT_SOURCE_DIR}/includes.cmake) openms-2.5.0+cleaned1/src/openms_gui/CMakeLists.txt-88- ############################################## openms-2.5.0+cleaned1/src/openms_gui/CMakeLists.txt-128-set(GUI_DIR source/VISUAL/APPLICATIONS/GUITOOLS) openms-2.5.0+cleaned1/src/openms_gui/CMakeLists.txt:129:include(${GUI_DIR}/executables.cmake) openms-2.5.0+cleaned1/src/openms_gui/CMakeLists.txt-130-foreach(i ${GUI_executables}) ############################################## openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-525-# These constants define the current inline assembly state openms-2.5.0+cleaned1/src/tests/coding/cpplint.py:526:_NO_ASM = 0 # Outside of inline assembly block openms-2.5.0+cleaned1/src/tests/coding/cpplint.py:527:_INSIDE_ASM = 1 # Inside inline assembly block openms-2.5.0+cleaned1/src/tests/coding/cpplint.py:528:_END_ASM = 2 # Last line of inline assembly block openms-2.5.0+cleaned1/src/tests/coding/cpplint.py:529:_BLOCK_ASM = 3 # The whole block is an inline assembly block openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-530- openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-531-# Match start of assembly blocks openms-2.5.0+cleaned1/src/tests/coding/cpplint.py:532:_MATCH_ASM = re.compile(r'^\s*(?:asm|_asm|__asm|__asm__)' openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-533- r'(?:\s+(volatile|__volatile__))?' ############################################## openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2210- self.open_parentheses = 0 openms-2.5.0+cleaned1/src/tests/coding/cpplint.py:2211: self.inline_asm = _NO_ASM openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2212- self.check_namespace_indentation = False ############################################## openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2464- def InAsmBlock(self): openms-2.5.0+cleaned1/src/tests/coding/cpplint.py:2465: """Check if we are currently one level inside an inline ASM block. openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2466- ############################################## openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2469- """ openms-2.5.0+cleaned1/src/tests/coding/cpplint.py:2470: return self.stack and self.stack[-1].inline_asm != _NO_ASM openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2471- ############################################## openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2612- # Also check if we are starting or ending an inline assembly block. openms-2.5.0+cleaned1/src/tests/coding/cpplint.py:2613: if inner_block.inline_asm in (_NO_ASM, _END_ASM): openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2614- if (depth_change != 0 and ############################################## openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2617- # Enter assembly block openms-2.5.0+cleaned1/src/tests/coding/cpplint.py:2618: inner_block.inline_asm = _INSIDE_ASM openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2619- else: openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2620- # Not entering assembly block. If previous line was _END_ASM, openms-2.5.0+cleaned1/src/tests/coding/cpplint.py:2621: # we will now shift to _NO_ASM state. openms-2.5.0+cleaned1/src/tests/coding/cpplint.py:2622: inner_block.inline_asm = _NO_ASM openms-2.5.0+cleaned1/src/tests/coding/cpplint.py:2623: elif (inner_block.inline_asm == _INSIDE_ASM and openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2624- inner_block.open_parentheses == 0): openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2625- # Exit assembly block openms-2.5.0+cleaned1/src/tests/coding/cpplint.py:2626: inner_block.inline_asm = _END_ASM openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2627- ############################################## openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2724- if _MATCH_ASM.match(line): openms-2.5.0+cleaned1/src/tests/coding/cpplint.py:2725: self.stack[-1].inline_asm = _BLOCK_ASM openms-2.5.0+cleaned1/src/tests/coding/cpplint.py-2726- ############################################## openms-2.5.0+cleaned1/src/tests/coding/CMakeLists.txt-56-if( CPPCHECK_FOUND ) openms-2.5.0+cleaned1/src/tests/coding/CMakeLists.txt:57:include( ${PROJECT_SOURCE_DIR}/cppcheck.cmake ) openms-2.5.0+cleaned1/src/tests/coding/CMakeLists.txt-58-endif(CPPCHECK_FOUND) ############################################## openms-2.5.0+cleaned1/src/tests/coding/CMakeLists.txt-67-else() openms-2.5.0+cleaned1/src/tests/coding/CMakeLists.txt:68: include( ${PROJECT_SOURCE_DIR}/createcpplinttests.cmake ) openms-2.5.0+cleaned1/src/tests/coding/CMakeLists.txt-69-endif("${PYTHON_EXECUTABLE}" STREQUAL "PYTHON_EXECUTABLE-NOTFOUND")