Home
last modified time | relevance | path

Searched refs:fileIsReadable (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/samples/source/xmpcommand/
H A DActions.cpp36 bool fileIsReadable(const std::string filename) in fileIsReadable() function
62 if (! fileIsReadable(filename)) in verifyFileIsReadable()
/dports/textproc/exempi/exempi-2.5.2/samples/source/xmpcommand/
H A DActions.cpp38 bool fileIsReadable(const std::string filename) in fileIsReadable() function
64 if (! fileIsReadable(filename)) in verifyFileIsReadable()
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/yuin/gopher-lua/
H A Diolib.go160 func fileIsReadable(L *LState, file *lFile) int { func
321 if n := fileIsReadable(L, file); n != 0 {
484 if n := fileIsReadable(L, file); n != 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/yuin/gopher-lua/
H A Diolib.go160 func fileIsReadable(L *LState, file *lFile) int { func
324 if n := fileIsReadable(L, file); n != 0 {
487 if n := fileIsReadable(L, file); n != 0 {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/yuin/gopher-lua/
H A Diolib.go160 func fileIsReadable(L *LState, file *lFile) int { func
324 if n := fileIsReadable(L, file); n != 0 {
487 if n := fileIsReadable(L, file); n != 0 {
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Diolib.go160 func fileIsReadable(L *LState, file *lFile) int { func
324 if n := fileIsReadable(L, file); n != 0 {
487 if n := fileIsReadable(L, file); n != 0 {
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Diolib.go160 func fileIsReadable(L *LState, file *lFile) int { func
324 if n := fileIsReadable(L, file); n != 0 {
487 if n := fileIsReadable(L, file); n != 0 {
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Diolib.go160 func fileIsReadable(L *LState, file *lFile) int { func
324 if n := fileIsReadable(L, file); n != 0 {
487 if n := fileIsReadable(L, file); n != 0 {
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Diolib.go160 func fileIsReadable(L *LState, file *lFile) int { func
324 if n := fileIsReadable(L, file); n != 0 {
487 if n := fileIsReadable(L, file); n != 0 {
/dports/editors/micro/micro-2.0.10/vendor/github.com/yuin/gopher-lua/
H A Diolib.go160 func fileIsReadable(L *LState, file *lFile) int { func
324 if n := fileIsReadable(L, file); n != 0 {
487 if n := fileIsReadable(L, file); n != 0 {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/yuin/gopher-lua/
H A Diolib.go160 func fileIsReadable(L *LState, file *lFile) int { func
324 if n := fileIsReadable(L, file); n != 0 {
487 if n := fileIsReadable(L, file); n != 0 {
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/yuin/gopher-lua/
H A Diolib.go160 func fileIsReadable(L *LState, file *lFile) int { func
324 if n := fileIsReadable(L, file); n != 0 {
487 if n := fileIsReadable(L, file); n != 0 {
/dports/net/storj/storj-1.45.3/vendor/github.com/yuin/gopher-lua/
H A Diolib.go160 func fileIsReadable(L *LState, file *lFile) int { func
324 if n := fileIsReadable(L, file); n != 0 {
487 if n := fileIsReadable(L, file); n != 0 {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/yuin/gopher-lua/
H A Diolib.go160 func fileIsReadable(L *LState, file *lFile) int { func
324 if n := fileIsReadable(L, file); n != 0 {
487 if n := fileIsReadable(L, file); n != 0 {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/vendor/github.com/yuin/gopher-lua/
H A Diolib.go160 func fileIsReadable(L *LState, file *lFile) int { func
321 if n := fileIsReadable(L, file); n != 0 {
484 if n := fileIsReadable(L, file); n != 0 {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/yuin/gopher-lua/
H A Diolib.go160 func fileIsReadable(L *LState, file *lFile) int { func
324 if n := fileIsReadable(L, file); n != 0 {
487 if n := fileIsReadable(L, file); n != 0 {
/dports/lang/smalltalk/smalltalk-3.2.5/kernel/
H A DFile.st246 <cCall: 'fileIsReadable' returning: #boolean args: #(#string)>
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A DChangeLog8155 * lib/interp.c: Switched to fileIsReadable sysdep routine.
8160 * lib/sysdep.c: Added fileIsReadable, also setSignalHandler, and