X7ROOT File Manager
Current Path:
/home/notabjze/just4dastreets.com/libraries/src/Form/Rule
home
/
notabjze
/
just4dastreets.com
/
libraries
/
src
/
Form
/
Rule
/
ðŸ“
..
📄
BooleanRule.php
(738 B)
📄
CalendarRule.php
(1.95 KB)
📄
CaptchaRule.php
(2.1 KB)
📄
ColorRule.php
(2.05 KB)
📄
CssIdentifierRule.php
(2.85 KB)
📄
EmailRule.php
(6.36 KB)
📄
EqualsRule.php
(2.38 KB)
📄
ExistsRule.php
(2.16 KB)
📄
FilePathRule.php
(2.61 KB)
📄
FolderPathExistsRule.php
(2.28 KB)
📄
ModuleLayoutRule.php
(1.04 KB)
📄
NotequalsRule.php
(2.17 KB)
📄
NumberRule.php
(2.11 KB)
📄
OptionsRule.php
(2.8 KB)
📄
PasswordRule.php
(6.38 KB)
📄
RulesRule.php
(3.55 KB)
📄
SubformRule.php
(2.49 KB)
📄
TelRule.php
(3.13 KB)
📄
TimeRule.php
(5.04 KB)
📄
UrlRule.php
(4.38 KB)
📄
UserIdRule.php
(2.28 KB)
📄
UsernameRule.php
(2.22 KB)
Editing: ModuleLayoutRule.php
<?php /** * Joomla! Content Management System * * @copyright (C) 2021 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\CMS\Form\Rule; defined('JPATH_PLATFORM') or die; use Joomla\CMS\Form\FormRule; /** * Form Rule class for the Joomla Platform. * * @since 3.9.26 */ class ModuleLayoutRule extends FormRule { /** * The regular expression to use in testing a module layout field value. * * A valid module layout field value consists of * - optionally a template name with only characters, numbers, hyphens and * underscores, which can also be just "_" for layouts provided by the * module, followed by a colon. * - the base name of the layout file, not starting with a dot and with * only characters, numbers, dots and hyphens but no underscores (see * method "getInput" of the "ModuleLayout" field). * * @var string * @since 3.9.26 */ protected $regex = '^([A-Za-z0-9_-]+:)?[A-Za-z0-9-][A-Za-z0-9\.-]*$'; }
Upload File
Create Folder