Home
last modified time | relevance | path

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

/dports/devel/hs-darcs/darcs-2.16.4/harness/Darcs/Test/Patch/
H A DCheck.hs22 fileEmpty,
179 fileEmpty :: AnchoredPath -- ^ Name of the file to check
181 fileEmpty f = do function
283 fileEmpty fn
/dports/textproc/pict/pict-3.7.1/cli/
H A Dmparser.cpp542 bool fileEmpty = false; in ReadRowSeedFile() local
545 if ( trim( line ).empty() ) fileEmpty = true; in ReadRowSeedFile()
549 fileEmpty = true; in ReadRowSeedFile()
552 if ( fileEmpty ) in ReadRowSeedFile()
/dports/biology/lamarc/lamarc-2.1.8/src/convStrings/
H A Dgc_strings_map.cpp17 const wxString gcerr_map::fileEmpty =wxTRANSLATE("File %s empty"); member in gcerr_map
H A Dgc_strings_map.h101 static const wxString fileEmpty; variable
H A Dgc_strings_str_a_m.cpp114 const wxString gcstr::fileEmpty = wxTRANSLATE("File \"%s\" appears to be empty."); member in gcstr
H A Dgc_strings.h228 static const wxString fileEmpty; variable
/dports/biology/lamarc/lamarc-2.1.8/src/convErr/
H A Dgc_map_err.cpp36 : gc_map_err(wxString::Format(gcerr_map::fileEmpty,fileName.c_str())) in gc_map_file_empty()
/dports/devel/hs-darcs/darcs-2.16.4/harness/Darcs/Test/Patch/Properties/
H A DCheck.hs10 isValid, insertLine, fileEmpty, fileExists,
88 fileEmpty f
/dports/irc/konversation/konversation-21.12.3/src/dcc/
H A Dtransfermanager.cpp286 bool fileEmpty = fileName.isEmpty(); in acceptDccGet() local
294 (fileEmpty || it->getFileName() == fileName) in acceptDccGet()
/dports/mail/emailrelay/emailrelay-1.9/test/
H A DCheck.pm45 sub fileEmpty subroutine
H A Demailrelay-test.pl_142 Check::fileEmpty( $server->stderr() ) ;
176 Check::fileEmpty( $server->stdout() , "stdout" ) ;
177 Check::fileEmpty( $server->stderr() , "stderr" ) ;
208 Check::fileEmpty( $server->stderr() , "stderr" ) ;
/dports/sysutils/rundeck2/pkgs/webapp/WEB-INF/grails-app/views/framework/
H A DeditProjectNodeSourceFile.gsp127 <g:if test="${fileEmpty}">
/dports/sysutils/rundeck3/WEB-INF/classes/framework/
H A DeditProjectNodeSourceFile.gsp133 <g:if test="${fileEmpty}">
/dports/net/rclone/rclone-1.57.0/fs/sync/
H A Dsync_test.go2085 fileEmpty := r.WriteFile(nameOnly, "", t1)
2087 itemsAfter = append(itemsAfter, fileBoth, fileEmpty)
/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dxmlcopyeditor.cpp3040 bool fileEmpty = false; in openFile() local
3069 if ( !fileEmpty ) in openFile()