Home
last modified time | relevance | path

Searched refs:isWritable_ (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/Magick++/tests/
H A DcoderInfo.cpp18 CoderInfo::MatchType isWritable_, in test() argument
23 coderInfoList( &coderList, isReadable_, isWritable_, isMultiFrame_ ); in test()
42 if ( isWritable_ != CoderInfo::AnyMatch && in test()
43 (( entry->isWritable() && isWritable_ != CoderInfo::TrueMatch ) || in test()
44 ( !entry->isWritable() && isWritable_ != CoderInfo::FalseMatch )) ) in test()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/Magick++/tests/
H A DcoderInfo.cpp18 CoderInfo::MatchType isWritable_, in test() argument
23 coderInfoList( &coderList, isReadable_, isWritable_, isMultiFrame_ ); in test()
42 if ( isWritable_ != CoderInfo::AnyMatch && in test()
43 (( entry->isWritable() && isWritable_ != CoderInfo::TrueMatch ) || in test()
44 ( !entry->isWritable() && isWritable_ != CoderInfo::FalseMatch )) ) in test()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/Magick++/tests/
H A DcoderInfo.cpp18 CoderInfo::MatchType isWritable_, in test() argument
23 coderInfoList( &coderList, isReadable_, isWritable_, isMultiFrame_ ); in test()
42 if ( isWritable_ != CoderInfo::AnyMatch && in test()
43 (( entry->isWritable() && isWritable_ != CoderInfo::TrueMatch ) || in test()
44 ( !entry->isWritable() && isWritable_ != CoderInfo::FalseMatch )) ) in test()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/Magick++/tests/
H A DcoderInfo.cpp18 CoderInfo::MatchType isWritable_, in test() argument
23 coderInfoList( &coderList, isReadable_, isWritable_, isMultiFrame_ ); in test()
42 if ( isWritable_ != CoderInfo::AnyMatch && in test()
43 (( entry->isWritable() && isWritable_ != CoderInfo::TrueMatch ) || in test()
44 ( !entry->isWritable() && isWritable_ != CoderInfo::FalseMatch )) ) in test()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/Magick++/tests/
H A DcoderInfo.cpp18 CoderInfo::MatchType isWritable_, in test() argument
23 coderInfoList( &coderList, isReadable_, isWritable_, isMultiFrame_ ); in test()
42 if ( isWritable_ != CoderInfo::AnyMatch && in test()
43 (( entry->isWritable() && isWritable_ != CoderInfo::TrueMatch ) || in test()
44 ( !entry->isWritable() && isWritable_ != CoderInfo::FalseMatch )) ) in test()
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/core/
H A Dfileinfo.h128 return isWritable_; in isWritable()
275 bool isWritable_ : 1; /* TRUE if can be written to by user */ variable
H A Dfileinfo.cpp119isWritable_ = g_file_info_get_attribute_boolean(inf.get(), G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE); in setFromGFileInfo()
124 isWritable_ = true; in setFromGFileInfo()
199 if(isReadOnly_ || !isWritable_) { in setFromGFileInfo()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/Magick++/lib/Magick++/
H A DSTL.h1979 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,
2013 if ( isWritable_ != CoderInfo::AnyMatch &&
2014 (( coderInfo.isWritable() && isWritable_ != CoderInfo::TrueMatch ) ||
2015 ( !coderInfo.isWritable() && isWritable_ != CoderInfo::FalseMatch )) )
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/Magick++/lib/Magick++/
H A DSTL.h2103 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,
2145 if ( isWritable_ != CoderInfo::AnyMatch &&
2146 (( coderInfo.isWritable() && isWritable_ != CoderInfo::TrueMatch ) ||
2147 ( !coderInfo.isWritable() && isWritable_ != CoderInfo::FalseMatch )) )
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/Magick++/lib/Magick++/
H A DSTL.h2125 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,
2164 if ( isWritable_ != CoderInfo::AnyMatch &&
2165 (( coderInfo.isWritable() && isWritable_ != CoderInfo::TrueMatch ) ||
2166 ( !coderInfo.isWritable() && isWritable_ != CoderInfo::FalseMatch )) )
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/Magick++/lib/Magick++/
H A DSTL.h2125 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,
2164 if ( isWritable_ != CoderInfo::AnyMatch &&
2165 (( coderInfo.isWritable() && isWritable_ != CoderInfo::TrueMatch ) ||
2166 ( !coderInfo.isWritable() && isWritable_ != CoderInfo::FalseMatch )) )
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/Magick++/lib/Magick++/
H A DSTL.h2103 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,
2145 if ( isWritable_ != CoderInfo::AnyMatch &&
2146 (( coderInfo.isWritable() && isWritable_ != CoderInfo::TrueMatch ) ||
2147 ( !coderInfo.isWritable() && isWritable_ != CoderInfo::FalseMatch )) )