Home
last modified time | relevance | path

Searched refs:stopFile (Results 1 – 25 of 36) sorted by relevance

12

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/control/
H A Dstop.c29 String *stopFile = lockStopFileName(cfgOptionStrNull(cfgOptStanza)); in cmdStop() local
32 if (!storageExistsP(storageLocal(), stopFile)) in cmdStop()
35 storagePathCreateP(storageLocalWrite(), strPath(stopFile), .mode = 0770); in cmdStop()
40 … ((fd = open(strZ(stopFile), O_WRONLY | O_CREAT, STORAGE_MODE_FILE_DEFAULT)) == -1), FileOpenError, in cmdStop()
41 "unable to open stop file '%s'", strZ(stopFile)); in cmdStop()
H A Dstart.c21 String *stopFile = lockStopFileName(cfgOptionStrNull(cfgOptStanza)); in cmdStart() local
24 if (storageExistsP(storageLocal(), stopFile)) in cmdStart()
27 storageRemoveP(storageLocalWrite(), stopFile); in cmdStart()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/sjavac/server/
H A DPortFile.java60 private File stopFile; field in PortFile
79 stopFile = new File(filename+".stop"); in PortFile()
181 if (stopFile.exists()) { in markedForStop()
183 stopFile.delete(); in markedForStop()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/sjavac/server/
H A DPortFile.java60 private File stopFile; field in PortFile
79 stopFile = new File(filename+".stop"); in PortFile()
181 if (stopFile.exists()) { in markedForStop()
183 stopFile.delete(); in markedForStop()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/server/
H A DPortFile.java64 private File stopFile; field in PortFile
87 stopFile = new File(filename+".stop"); in PortFile()
210 if (stopFile.exists()) { in markedForStop()
212 stopFile.delete(); in markedForStop()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/server/
H A DPortFile.java64 private File stopFile; field in PortFile
87 stopFile = new File(filename+".stop"); in PortFile()
210 if (stopFile.exists()) { in markedForStop()
212 stopFile.delete(); in markedForStop()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/server/
H A DPortFile.java64 private File stopFile; field in PortFile
87 stopFile = new File(filename+".stop"); in PortFile()
210 if (stopFile.exists()) { in markedForStop()
212 stopFile.delete(); in markedForStop()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/server/
H A DPortFile.java64 private File stopFile; field in PortFile
87 stopFile = new File(filename+".stop"); in PortFile()
210 if (stopFile.exists()) { in markedForStop()
212 stopFile.delete(); in markedForStop()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/sjavac/server/
H A DPortFile.java64 private File stopFile; field in PortFile
87 stopFile = new File(filename+".stop"); in PortFile()
210 if (stopFile.exists()) { in markedForStop()
212 stopFile.delete(); in markedForStop()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/server/
H A DPortFile.java64 private File stopFile; field in PortFile
87 stopFile = new File(filename+".stop"); in PortFile()
210 if (stopFile.exists()) { in markedForStop()
212 stopFile.delete(); in markedForStop()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/server/
H A DPortFile.java64 private File stopFile; field in PortFile
87 stopFile = new File(filename+".stop"); in PortFile()
210 if (stopFile.exists()) { in markedForStop()
212 stopFile.delete(); in markedForStop()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/server/
H A DPortFile.java64 private File stopFile; field in PortFile
87 stopFile = new File(filename+".stop"); in PortFile()
210 if (stopFile.exists()) { in markedForStop()
212 stopFile.delete(); in markedForStop()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/embedded/
H A Dqsoundqss_qws.h73 void stopFile( int id );
152 void stopFile(int, int);
H A Dqsoundqss_qws.cpp743 this, SIGNAL(stopFile(int,int))); in newConnection()
792 connect(server, SIGNAL(stopFile(int,int)), in QWSSoundServerPrivate()
793 this, SLOT(stopFile(int,int))); in QWSSoundServerPrivate()
841 void stopFile(int wid, int sid);
1017 void QWSSoundServerPrivate::stopFile(int wid, int sid) in stopFile() function in QWSSoundServerPrivate
1145 stopFile(wid, sid); // close and re-open. in openFile()
1375 void QWSSoundServer::stopFile( int sid ) in stopFile() function in QWSSoundServer
1377 d->stopFile(0, sid); in stopFile()
/dports/textproc/p5-WordNet-Similarity/WordNet-Similarity-2.07/lib/WordNet/Similarity/
H A DGlossFinder.pm178 my $stopFile = $self->{stop};
180 if(open(STOP, $stopFile))
196 $self->{errorString} .= "Unable to open $stopFile.";
H A Dvector.pm159 my $stopFile = $self->{stop};
161 if(open(STOP, $stopFile))
177 $self->{errorString} .= "Unable to open $stopFile.";
/dports/www/getleft/Getleft-v1.2/scripts/
H A DDescargar.tcl138 set getleftOptions(stopFile) 1
247 set getleftOptions(stopFile) 1
640 if {$getleftOptions(stopFile)==1} {
789 if {($getleftOptions(stopFile)!=1)&&($getleftOptions(stopPage)!=1)} {
813 if {($getleftOptions(stopFile)==1)||($getleftOptions(stopPage)==1)} {
H A DVentana.tcl177 set getleftOptions(stopFile) 1
351 -onvalue 1 -offvalue 0 -label $labelMenus(stopFile)
367 $menus(stop) add check -variable getleftOptions(stopFile) \
368 -onvalue 1 -offvalue 0 -label $labelMenus(stopFile) \
H A Ddelay.tcl79 set getleftOptions(stopFile) 1
/dports/net/yate/yate-6.4.0-1/modules/qt4/
H A Dupdater.cpp84 void stopFile();
377 stopFile(); in stopHttp()
380 void UpdateLogic::stopFile() in stopFile() function in __anonabc0df7b0111::UpdateLogic
396 stopFile(); in endHttp()
/dports/www/getleft/Getleft-v1.2/
H A DGetleft.tcl430 set getleftOptions(stopFile) 0
488 set getleftOptions(stopFile) 1
540 if {($getleftOptions(stopFile)==1)||($getleftOptions(stopPage)==1)} {
719 if {($getleftOptions(stopFile)==1)||($downOptions(levels)==0)\
780 set getleftOptions(stopFile) 1
789 set getleftOptions(stopFile) 1
836 if {$getleftOptions(stopFile)==1} {
/dports/www/getleft/Getleft-v1.2/Languages/
H A Dmenus.pl22 stopFile "Po tym pliku"
H A Dmenus.ko22 stopFile "���� ȭ��"
H A Dmenus.ru21 stopFile "����� ����� �����"
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqsound_qws.cpp183 server->stopFile( bucket( s )->id() ); in stop()

12