Home
last modified time | relevance | path

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

/plugin/editx/
H A Daction.php130 function _locate_filepairs(&$opts, $dir, $regex ){ function in action_plugin_editx
192 $this->_locate_filepairs( $opts, 'metadir', '/^'.$opts['oldname'].'\.(?!mlist)\w*?$/' );
193 … $this->_locate_filepairs( $opts, 'olddir', '/^'.$opts['oldname'].'\.\d{10}\.txt(\.gz|\.bz2)?$/' );
253 …$this->_locate_filepairs( $opts, 'metadir', '/^'.$opts['oldname'].'\.(?!mlist|meta|indexed)\w*?$/'…
254 … $this->_locate_filepairs( $opts, 'olddir', '/^'.$opts['oldname'].'\.\d{10}\.txt(\.gz|\.bz2)?$/' );