Home
last modified time | relevance | path

Searched refs:deleteExceptions (Results 1 – 7 of 7) sorted by relevance

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/agent/
H A DdlgSchedule.h51 wxArrayString deleteExceptions; variable
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/openxchange/oxa/
H A Dincidenceutils.cpp205 KCalendarCore::DateList deleteExceptions; in parseRecurrence() local
236 deleteExceptions.reserve(exceptionDates.count()); in parseRecurrence()
238 deleteExceptions.append(OXUtils::readDate(date)); in parseRecurrence()
291 recurrence->setExDates(deleteExceptions); in parseRecurrence()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/agent/
H A DdlgSchedule.cpp411 deleteExceptions.Add(lstExceptions->GetText(lstExceptions->GetFocusedItem(), 3)); in OnRemoveException()
579 for (x = 0; x < deleteExceptions.Count(); x++) in GetUpdateSql()
581 …sql += wxT("DELETE FROM pgagent.pga_exception\n WHERE jexid = ") + deleteExceptions[x] + wxT(";\n… in GetUpdateSql()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppu/source/typelib/
H A Dtypelib.cxx1236 void deleteExceptions( in deleteExceptions() function
1314 deleteExceptions(pIMTD->nExceptions, pIMTD->ppExceptions); in typelib_typedescription_destructExtendedMembers()
1325 deleteExceptions(pIATD->nGetExceptions, pIATD->ppGetExceptions); in typelib_typedescription_destructExtendedMembers()
1326 deleteExceptions(pIATD->nSetExceptions, pIATD->ppSetExceptions); in typelib_typedescription_destructExtendedMembers()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppu/source/typelib/
H A Dtypelib.cxx1234 void deleteExceptions( in deleteExceptions() function
1312 deleteExceptions(pIMTD->nExceptions, pIMTD->ppExceptions); in typelib_typedescription_destructExtendedMembers()
1323 deleteExceptions(pIATD->nGetExceptions, pIATD->ppGetExceptions); in typelib_typedescription_destructExtendedMembers()
1324 deleteExceptions(pIATD->nSetExceptions, pIATD->ppSetExceptions); in typelib_typedescription_destructExtendedMembers()
/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DSdc.hh989 void deleteExceptions();
/dports/cad/openroad/OpenROAD-2.0/src/sta/sdc/
H A DSdc.cc303 deleteExceptions(); in deleteConstraints()
5008 Sdc::deleteExceptions() in deleteExceptions() function in sta::Sdc