Home
last modified time | relevance | path

Searched refs:tentativeStatus (Results 1 – 15 of 15) sorted by relevance

/dports/deskutils/calindori/calindori-1.4/src/contents/ui/
H A DIncidenceEditor.qml25 readonly property string tentativeStatus: i18n("Tentative")
44 {"name": tentativeStatus, "code": Calindori.CalendarIncidence.StatusTentative}
/dports/net/libkgapi/libkgapi-21.12.3/src/calendar/
H A Dcalendarservice.cpp271 static const auto tentativeStatus = QLatin1String("tentative"); variable
471 } else if (data.value(eventStatusParam).toString() == tentativeStatus) { in JSONToEvent()
512 } else if (responseStatus == tentativeStatus) { in JSONToEvent()
648 data.insert(eventStatusParam, tentativeStatus); in eventToJSON()
726 att.insert(attendeeResponseStatusParam, tentativeStatus); in eventToJSON()
/dports/math/py-CyLP/CyLP-0.91.4/cylp/cpp/
H A DIClpSimplexPrimal.cpp790 int tentativeStatus = problemStatus_; in statusOfProblemInPrimal() local
898 problemStatus_=tentativeStatus; in statusOfProblemInPrimal()
1496 if (tentativeStatus>-3) in statusOfProblemInPrimal()
H A DIClpSimplexPrimal_Wolfe.cpp762 int tentativeStatus = problemStatus_; in statusOfProblemInPrimal() local
870 problemStatus_=tentativeStatus; in statusOfProblemInPrimal()
1466 if (tentativeStatus>-3) in statusOfProblemInPrimal()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpSimplexPrimal.cpp757 int tentativeStatus = problemStatus_; in statusOfProblemInPrimal() local
881 problemStatus_ = tentativeStatus; in statusOfProblemInPrimal()
1503 if (tentativeStatus > -3) in statusOfProblemInPrimal()
H A DClpSimplexDual.cpp4035 int tentativeStatus = problemStatus_; in statusOfProblemInDual() local
5015 if ((tentativeStatus != -2 && tentativeStatus != -1) && unflagVariables) { in statusOfProblemInDual()
5027 …g %d variables - tentativeStatus %d probStat %d ninf %d nopt %d\n", numberFlagged, tentativeStatus, in statusOfProblemInDual()
5090 if (tentativeStatus > -3) in statusOfProblemInDual()
H A DClpSimplexNonlinear.cpp220 int tentativeStatus = problemStatus_; in statusOfProblemInPrimal() local
285 problemStatus_ = tentativeStatus; in statusOfProblemInPrimal()
574 if (tentativeStatus > -3) in statusOfProblemInPrimal()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSimplexPrimal.cpp851 int tentativeStatus = problemStatus_; in statusOfProblemInPrimal() local
1013 problemStatus_ = tentativeStatus; in statusOfProblemInPrimal()
1702 if (tentativeStatus > -3) in statusOfProblemInPrimal()
H A DAbcSimplexPrimal.cpp833 int tentativeStatus = problemStatus_; in statusOfProblemInPrimal() local
1061 problemStatus_ = tentativeStatus; in statusOfProblemInPrimal()
1679 if (tentativeStatus > -3) in statusOfProblemInPrimal()
H A DClpSimplexNonlinear.cpp223 int tentativeStatus = problemStatus_; in statusOfProblemInPrimal() local
288 problemStatus_ = tentativeStatus; in statusOfProblemInPrimal()
573 if (tentativeStatus > -3) in statusOfProblemInPrimal()
H A DClpSimplexDual.cpp4837 int tentativeStatus = problemStatus_; in statusOfProblemInDual() local
5903 if ((tentativeStatus != -2 && tentativeStatus != -1) && unflagVariables) { in statusOfProblemInDual()
5915 …g %d variables - tentativeStatus %d probStat %d ninf %d nopt %d\n", numberFlagged, tentativeStatus, in statusOfProblemInDual()
5978 if (tentativeStatus > -3) in statusOfProblemInDual()
H A DAbcSimplexDual.cpp3422 …g %d variables - tentativeStatus %d probStat %d ninf %d nopt %d\n", numberFlagged, tentativeStatus, in statusOfProblemInDual()
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/data/ontology/
H A Dncal.trig869 ncal:tentativeStatus
871 rdfs:label "tentativeStatus" .
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/ncal/
H A Dncal.trig.in869 ncal:tentativeStatus
871 rdfs:label "tentativeStatus" .
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dnepomuk.py2568 def tentativeStatus(self): member in Nepomuk.Vocabulary.NCAL