| /template/twigstarter/vendor/symfony/polyfill-ctype/ |
| D | bootstrap.php | 19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); } 22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } 25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); } 28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } 31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); } 34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); } 37 function ctype_print($text) { return p\Ctype::ctype_print($text); } 40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); } 43 function ctype_space($text) { return p\Ctype::ctype_space($text); } 46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); } [all …]
|
| D | bootstrap80.php | 15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); } 18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); } 21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); } 24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } 27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); } 30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); } 33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); } 36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); } 39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } 42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); } [all …]
|
| D | Ctype.php | 32 public static function ctype_alnum($text) 48 public static function ctype_alpha($text) 64 public static function ctype_cntrl($text) 80 public static function ctype_digit($text) 96 public static function ctype_graph($text) 112 public static function ctype_lower($text) 128 public static function ctype_print($text) 144 public static function ctype_punct($text) 160 public static function ctype_space($text) 176 public static function ctype_upper($text) [all …]
|
| /template/strap/vendor/symfony/polyfill-ctype/ |
| H A D | bootstrap80.php | 15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); } 18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); } 21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); } 24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } 27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); } 30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); } 33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); } 36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); } 39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } 42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); } [all …]
|
| H A D | bootstrap.php | 19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); } 22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } 25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); } 28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } 31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); } 34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); } 37 function ctype_print($text) { return p\Ctype::ctype_print($text); } 40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); } 43 function ctype_space($text) { return p\Ctype::ctype_space($text); } 46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); } [all …]
|
| H A D | Ctype.php | 32 public static function ctype_alnum($text) 48 public static function ctype_alpha($text) 64 public static function ctype_cntrl($text) 80 public static function ctype_digit($text) 96 public static function ctype_graph($text) 112 public static function ctype_lower($text) 128 public static function ctype_print($text) 144 public static function ctype_punct($text) 160 public static function ctype_space($text) 176 public static function ctype_upper($text) [all …]
|
| /template/strap/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverSelectInterface.php | 67 public function selectByVisibleText($text); 79 public function selectByVisiblePartialText($text); 116 public function deselectByVisibleText($text); 127 public function deselectByVisiblePartialText($text);
|
| H A D | WebDriverSelect.php | 103 public function selectByVisibleText($text) 138 public function selectByVisiblePartialText($text) 198 public function deselectByVisibleText($text) 211 public function deselectByVisiblePartialText($text)
|
| H A D | WebDriverExpectedCondition.php | 241 public static function textToBePresentInElement(WebDriverBy $by, $text) 254 public static function elementTextContains(WebDriverBy $by, $text) 277 public static function elementTextIs(WebDriverBy $by, $text) 319 public static function textToBePresentInElementValue(WebDriverBy $by, $text) 331 public static function elementValueContains(WebDriverBy $by, $text) 394 public static function invisibilityOfElementWithText(WebDriverBy $by, $text)
|
| H A D | AbstractWebDriverCheckboxOrRadio.php | 83 public function selectByVisibleText($text) 88 public function selectByVisiblePartialText($text) 143 protected function byVisibleText($text, $partial = false, $select = true)
|
| H A D | WebDriverCheckboxes.php | 44 public function deselectByVisibleText($text) 49 public function deselectByVisiblePartialText($text)
|
| H A D | WebDriverRadios.php | 43 public function deselectByVisibleText($text) 48 public function deselectByVisiblePartialText($text)
|
| /template/strap/ComboStrap/Xml/ |
| H A D | XmlSystems.php | 55 public static function isXml($text) 76 public static function format($text) 96 public static function normalize($text) 112 public static function extractTextWithoutCdata($text) 120 public static function preprocessText($text)
|
| H A D | XhtmlUtility.php | 65 public static function countLines($text)
|
| /template/strap/ComboStrap/ |
| H A D | NavBarUtility.php | 23 public static function text($text) function in ComboStrap\\NavBarUtility
|
| H A D | StringUtility.php | 165 public static function getWordCount($text) 201 public static function isWord($text)
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | TokenFactory.php | 24 ?string $text, 35 public function create(int $type, string $text) : Token;
|
| H A D | CommonTokenFactory.php | 63 ?string $text, 88 public function create(int $type, string $text) : Token
|
| H A D | CommonToken.php | 66 protected $text; variable in Antlr\\Antlr4\\Runtime\\CommonToken 206 public function setText(?string $text) : void
|
| H A D | WritableToken.php | 9 public function setText(string $text) : void;
|
| /template/strap/vendor/symfony/polyfill-php80/ |
| H A D | PhpToken.php | 29 public $text; variable in Symfony\\Polyfill\\Php80\\PhpToken 41 public function __construct(int $id, string $text, int $line = -1, int $position = -1)
|
| /template/strap/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | Tokenizer.php | 93 public function scan($text, $delimiters = null) 322 protected function changeDelimiters($text, $index) 348 protected function tagChange($tag, $text, $index, $tagLength)
|
| /template/bootstrap3/tpl/ |
| D | translation.php | 43 $text = ''; variable
|
| /template/parallax/lib/js/ |
| D | jquery.placeholder.js | 13 $.fn.placeholder = function (text) { argument
|
| /template/plaintext/ |
| D | main.php | 2 $text = plugin_load("renderer", "text"); variable
|