Home
last modified time | relevance | path

Searched refs:bCreation (Results 1 – 10 of 10) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DGrfWritefileHook.cpp59 …ecuteHook(DtaScriptVariable& visibility, const std::string& sFile, int iPosition, bool bCreation) { in executeHook() argument
62 sSuccess = _writefileHook(sFile, iPosition, bCreation); in executeHook()
67 pFunctionCall->addParameter(new ExprScriptConstant(bCreation)); in executeHook()
H A DBNFInsert.cpp50 bool bCreation = (pVariable == NULL); in execute() local
51 if (bCreation) { in execute()
59 if (bCreation) CGRuntime::removeVariable(pVariable); in execute()
H A DBNFPushItem.cpp52 bool bCreation = (pVariable == NULL); in execute() local
53 if (bCreation) { in execute()
62 if (bCreation && !pVariable->isLocal()) CGRuntime::removeVariable(pVariable); in execute()
H A DGrfWritefileHook.h48 …xecuteHook(DtaScriptVariable& visibility, const std::string& sFile, int iPosition, bool bCreation);
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DPrintForm.cs342 bool bCreation = m_cbCreation.Checked, bLastMod = m_cbLastMod.Checked; in GenerateHtmlDocument()
527 if(bCreation) ++nEquiCols; in GenerateHtmlDocument()
560 if(bCreation) sbH.AppendLine(strHTdInit + h(KPRes.CreationTime) + strHTdExit); in GenerateHtmlDocument()
604 WriteTabularIf(bCreation, sb, h(TimeUtil.ToDisplayString( in GenerateHtmlDocument()
654 if(bCreation) WriteDetailsLine(sb, KPRes.CreationTime, TimeUtil.ToDisplayString( in GenerateHtmlDocument()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/adrg/
H A Dadrgdataset.cpp60 int bCreation; member in ADRGDataset
526 bCreation = FALSE; in ADRGDataset()
548 if (bCreation) in ~ADRGDataset()
1669 poDS->bCreation = TRUE; in Create()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/adrg/
H A Dadrgdataset.cpp66 int bCreation; member in ADRGDataset
548 bCreation(FALSE), in ADRGDataset()
570 if( bCreation ) in ~ADRGDataset()
1750 poDS->bCreation = TRUE; in Create()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/adrg/
H A Dadrgdataset.cpp66 int bCreation; in __construct()
548 bCreation(FALSE),
570 if( bCreation )
1750 poDS->bCreation = TRUE;
/dports/graphics/gdal/gdal-3.3.3/frmts/adrg/
H A Dadrgdataset.cpp66 int bCreation; member in ADRGDataset
548 bCreation(FALSE), in ADRGDataset()
570 if( bCreation ) in ~ADRGDataset()
1750 poDS->bCreation = TRUE; in Create()
/dports/devel/codeworker/CodeWorker4_5_3/Documentation/
H A DCodeWorker.tex5151 \textbf{writefileHook}(\textit{sFilename}, \textit{iPosition}, \textit{bCreation}) \{\\
5152 \makebox[0.8cm][l]{}if bCreation \{\\