Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 63) sorted by relevance

123

/template/twigstarter/vendor/symfony/polyfill-ctype/
Dbootstrap.php19 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 …]
Dbootstrap80.php15 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 …]
DCtype.php32 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 Dbootstrap80.php15 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 Dbootstrap.php19 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 DCtype.php32 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 DWebDriverSelectInterface.php67 public function selectByVisibleText($text);
79 public function selectByVisiblePartialText($text);
116 public function deselectByVisibleText($text);
127 public function deselectByVisiblePartialText($text);
H A DWebDriverSelect.php103 public function selectByVisibleText($text)
138 public function selectByVisiblePartialText($text)
198 public function deselectByVisibleText($text)
211 public function deselectByVisiblePartialText($text)
H A DWebDriverExpectedCondition.php241 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 DAbstractWebDriverCheckboxOrRadio.php83 public function selectByVisibleText($text)
88 public function selectByVisiblePartialText($text)
143 protected function byVisibleText($text, $partial = false, $select = true)
H A DWebDriverCheckboxes.php44 public function deselectByVisibleText($text)
49 public function deselectByVisiblePartialText($text)
H A DWebDriverRadios.php43 public function deselectByVisibleText($text)
48 public function deselectByVisiblePartialText($text)
/template/strap/ComboStrap/Xml/
H A DXmlSystems.php55 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 DXhtmlUtility.php65 public static function countLines($text)
/template/strap/ComboStrap/
H A DNavBarUtility.php23 public static function text($text) function in ComboStrap\\NavBarUtility
H A DStringUtility.php165 public static function getWordCount($text)
201 public static function isWord($text)
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DTokenFactory.php24 ?string $text,
35 public function create(int $type, string $text) : Token;
H A DCommonTokenFactory.php63 ?string $text,
88 public function create(int $type, string $text) : Token
H A DCommonToken.php66 protected $text; variable in Antlr\\Antlr4\\Runtime\\CommonToken
206 public function setText(?string $text) : void
H A DWritableToken.php9 public function setText(string $text) : void;
/template/strap/vendor/symfony/polyfill-php80/
H A DPhpToken.php29 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 DTokenizer.php93 public function scan($text, $delimiters = null)
322 protected function changeDelimiters($text, $index)
348 protected function tagChange($tag, $text, $index, $tagLength)
/template/bootstrap3/tpl/
Dtranslation.php43 $text = ''; variable
/template/parallax/lib/js/
Djquery.placeholder.js13 $.fn.placeholder = function (text) { argument
/template/plaintext/
Dmain.php2 $text = plugin_load("renderer", "text"); variable

123