Home
last modified time | relevance | path

Searched refs:statuscheck (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/contentlist/
H A DBalooContentLister.cpp78 QProcess statuscheck; in balooEnabled() local
79 statuscheck.start("balooctl", QStringList() << "status"); in balooEnabled()
80 statuscheck.waitForFinished(); in balooEnabled()
81 QString output = statuscheck.readAll(); in balooEnabled()
82 if(statuscheck.exitStatus() == QProcess::CrashExit || statuscheck.exitCode() != 0) in balooEnabled()
/dports/benchmarks/dkftpbench/dkftpbench-0.45/
H A Dftp_client_proto_test.cc28 void statuscheck(const char * d, int e, int line) in statuscheck() function
42 #define STATUSCHECK(d, e) statuscheck(d, e, __LINE__)
H A Dftp_client_pipe_test.cc48 void statuscheck(const char * d, int e, int line) in statuscheck() function
63 #define STATUSCHECK(d, e) statuscheck(d, e, __LINE__)
/dports/www/gitea/gitea-1.16.5/templates/repo/settings/
H A Dprotected_branch.tmpl130 …<input class="enable-statuscheck" name="enable_status_check" type="checkbox" data-target="#statusc…