Searched defs:text (Results 1 – 25 of 63) sorted by relevance
123
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 …]
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 …]
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 …]
67 public function selectByVisibleText($text);79 public function selectByVisiblePartialText($text);116 public function deselectByVisibleText($text);127 public function deselectByVisiblePartialText($text);
103 public function selectByVisibleText($text)138 public function selectByVisiblePartialText($text)198 public function deselectByVisibleText($text)211 public function deselectByVisiblePartialText($text)
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)
44 public function deselectByVisibleText($text)49 public function deselectByVisiblePartialText($text)
43 public function deselectByVisibleText($text)48 public function deselectByVisiblePartialText($text)
83 public function selectByVisibleText($text)88 public function selectByVisiblePartialText($text)143 protected function byVisibleText($text, $partial = false, $select = true)
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)
65 public static function countLines($text)
23 public static function text($text) argument
165 public static function getWordCount($text)201 public static function isWord($text)
24 ?string $text,35 public function create(int $type, string $text) : Token;
63 ?string $text,88 public function create(int $type, string $text) : Token
66 protected $text; variable in Antlr\\Antlr4\\Runtime\\CommonToken206 public function setText(?string $text) : void
9 public function setText(string $text) : void;
29 public $text; variable in Symfony\\Polyfill\\Php80\\PhpToken41 public function __construct(int $id, string $text, int $line = -1, int $position = -1)
93 public function scan($text, $delimiters = null)322 protected function changeDelimiters($text, $index)348 protected function tagChange($tag, $text, $index, $tagLength)
43 $text = ''; variable
13 $.fn.placeholder = function (text) { argument
2 $text = plugin_load("renderer", "text"); variable