Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php63 $mode = parent::MODE_APPEND_WRITE,
85 parent::MODE_APPEND_WRITE,
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DWrite.php62 $mode = parent::MODE_APPEND_WRITE,
84 parent::MODE_APPEND_WRITE,
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWrite.php62 $mode = parent::MODE_APPEND_WRITE,
84 parent::MODE_APPEND_WRITE,
H A DFile.php96 const MODE_APPEND_WRITE = 'ab'; define in Hoa\\File\\File