webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
doctrine
/
inflector
/
lib
/
Doctrine
/
Inflector
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Rules
--
ren
CachedWordInflector.php
0.499KB
edt
ren
GenericLanguageInflecto
...
1.636KB
edt
ren
Inflector.php
12.547KB
edt
ren
InflectorFactory.php
1.389KB
edt
ren
Language.php
0.42KB
edt
ren
LanguageInflectorFactor
...
0.786KB
edt
ren
NoopWordInflector.php
0.196KB
edt
ren
RulesetInflector.php
1.323KB
edt
ren
WordInflector.php
0.14KB
edt
ren
<?php declare(strict_types=1); namespace Doctrine\Inflector; use Doctrine\Inflector\Rules\Ruleset; interface LanguageInflectorFactory { /** * Applies custom rules for singularisation * * @param bool $reset If true, will unset default inflections for all new rules * * @return $this */ public function withSingularRules(?Ruleset $singularRules, bool $reset = false): self; /** * Applies custom rules for pluralisation * * @param bool $reset If true, will unset default inflections for all new rules * * @return $this */ public function withPluralRules(?Ruleset $pluralRules, bool $reset = false): self; /** * Builds the inflector instance with all applicable rules */ public function build(): Inflector; }
<=Back
Liking