| /template/twigstarter/vendor/symfony/polyfill-ctype/ |
| D | Ctype.php | 28 * @param mixed $text 32 public static function ctype_alnum($text) argument 34 $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); 36 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text); 44 * @param mixed $text 48 public static function ctype_alpha($text) argument 50 $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); 52 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text); 60 * @param mixed $text 64 public static function ctype_cntrl($text) argument [all …]
|
| D | bootstrap.php | 19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); } argument 22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } argument 25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); } argument 28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } argument 31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); } argument 34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); } argument 37 function ctype_print($text) { return p\Ctype::ctype_print($text); } argument 40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); } argument 43 function ctype_space($text) { return p\Ctype::ctype_space($text); } argument 46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); } argument [all …]
|
| D | bootstrap80.php | 15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); } argument 18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); } argument 21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); } argument 24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } argument 27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); } argument 30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); } argument 33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); } argument 36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); } argument 39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } argument 42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); } argument [all …]
|
| /template/strap/vendor/symfony/polyfill-ctype/ |
| H A D | Ctype.php | 28 * @param mixed $text 32 public static function ctype_alnum($text) argument 34 $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); 36 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text); 44 * @param mixed $text 48 public static function ctype_alpha($text) argument 50 $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); 52 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text); 60 * @param mixed $text 64 public static function ctype_cntrl($text) argument [all …]
|
| H A D | bootstrap.php | 19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); } argument 22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } argument 25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); } argument 28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } argument 31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); } argument 34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); } argument 37 function ctype_print($text) { return p\Ctype::ctype_print($text); } argument 40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); } argument 43 function ctype_space($text) { return p\Ctype::ctype_space($text); } argument 46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); } argument [all …]
|
| H A D | bootstrap80.php | 15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); } argument 18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); } argument 21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); } argument 24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } argument 27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); } argument 30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); } argument 33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); } argument 36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); } argument 39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } argument 42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); } argument [all …]
|
| /template/kajukkk/ |
| D | newpage.php | 166 $text=str_ireplace($todel,"",$raw); // 필요없는 것 삭제... 189 $text=str_ireplace($key,$val,$text); 201 $text=preg_replace($key,$val,$text); 206 $text= preg_replace('/^=====([^=]+)=====/m','뷀뷀$1뷀뷀',$text); //제목처리 h5 207 $text= preg_replace('/^====([^=]+)====/m','뷀뷀뷀$1뷀뷀뷀',$text); //제목처리 h4 208 $text= preg_replace('/^===([^=]+)===/m','뷀뷀뷀뷀$1뷀뷀뷀뷀',$text); //제목처리 h3 209 $text= preg_replace('/^==([^=]+)==/m','뷀뷀뷀뷀뷀$1뷀뷀뷀뷀뷀',$text); //제목처리 h2 210 $text= preg_replace('/^=([^=]+)=/m','뷀뷀뷀뷀뷀뷀$1뷀뷀뷀뷀뷀뷀',$text); //제목처리 h1 212 $text= preg_replace('/뷀/','=',$text); //제목처리 216 $text=preg_replace('/(\n=+.+) /','$1',$text); //제목뒤의 공백제거 [all …]
|
| /template/mikio/assets/ |
| H A D | mikioplugin.less | 7 --mikiop-primary-text-color: @ini_plugin_primary_text_color; 8 --mikiop-primary-text-hover-color: @ini_plugin_primary_text_hover_color; 13 --mikiop-primary-light-text-color: @ini_plugin_primary_light_text_color; 17 --mikiop-secondary-text-color: @ini_plugin_secondary_text_color; 18 --mikiop-secondary-text-hover-color: @ini_plugin_secondary_text_hover_color; 23 --mikiop-secondary-light-text-color: @ini_plugin_secondary_light_text_color; 27 --mikiop-success-text-color: @ini_plugin_success_text_color; 28 --mikiop-success-text-hover-color: @ini_plugin_success_text_hover_color; 33 --mikiop-success-light-text-color: @ini_plugin_success_light_text_color; 37 --mikiop-danger-text-color: @ini_plugin_danger_text_color; [all …]
|
| H A D | mikioplugin.css | 7 --mikiop-primary-text-color: #ffffff; 8 --mikiop-primary-text-hover-color: #ffffff; 13 --mikiop-primary-light-text-color: #004085; 17 --mikiop-secondary-text-color: #fff; 18 --mikiop-secondary-text-hover-color: #fff; 23 --mikiop-secondary-light-text-color: #383d41; 27 --mikiop-success-text-color: #fff; 28 --mikiop-success-text-hover-color: #fff; 33 --mikiop-success-light-text-color: #155724; 37 --mikiop-danger-text-color: #fff; [all …]
|
| /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) argument 44 $this->text = $text; 52 $name = \strlen($this->text) > 1 || \ord($this->text) < 32 ? null : $this->text; 64 if (\in_array($value, [$this->id, $this->text], true)) { 79 return (string) $this->text; 93 $text = $token; 95 [$id, $text, $line] = $token; 97 $tokens[$index] = new static($id, $text, $line, $position); 98 $position += \strlen($text);
|
| /template/breeze/bower_components/gumby/sass/ |
| D | _base.scss | 17 -webkit-text-size-adjust: none; 18 -ms-text-size-adjust: none; 43 .text-center { @extend %text-center; } 44 .text-left { @extend %text-left; } 45 .text-right { @extend %text-right; } 47 %text-center { text-align: center; } 48 %text-left { text-align: left; } 49 %text-right { text-align: right; }
|
| /template/strap/ComboStrap/ |
| H A D | PageSqlTreeListener.php | 113 $text = $node->getText(); 145 $variableName = strtolower($text); 176 $variableName = strtolower($text); 183 $this->columns[] = $text; 197 $this->physicalSql .= "{$text} "; 211 ($text[0] === "'" and $text[strlen($text) - 1] === "'") 213 ($text[0] === '"' and $text[strlen($text) - 1] === '"')) { 214 $quote = $text[0]; 215 $text = substr($text, 1, strlen($text) - 2); 216 $text = str_replace("$quote$quote", "$quote", $text); [all …]
|
| /template/templar/less/ |
| D | type.less | 6 // Body text 35 .text-warning { color: @warningText; } 36 a.text-warning:hover, 37 a.text-warning:focus { color: darken(@warningText, 10%); } 39 .text-error { color: @errorText; } 40 a.text-error:hover, 41 a.text-error:focus { color: darken(@errorText, 10%); } 43 .text-info { color: @infoText; } 44 a.text-info:hover, 45 a.text-info:focus { color: darken(@infoText, 10%); } [all …]
|
| /template/newspaper/css/ |
| D | newspaper.css | 13 text-decoration:none; 32 text-align:center; 46 text-align:center; 47 text-transform:uppercase; 54 text-align:center; 58 text-transform:uppercase; 73 text-align:center; 75 text-transform:uppercase; 86 text-align:center; 88 text-transform:uppercase; [all …]
|
| /template/strap/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverSelectInterface.php | 63 * @param string $text The visible text to match against. 67 public function selectByVisibleText($text); argument 75 * @param string $text The visible text to match against. 79 public function selectByVisiblePartialText($text); argument 113 * @param string $text The visible text to match against. 116 public function deselectByVisibleText($text); argument 124 * @param string $text The visible text to match against. 127 public function deselectByVisiblePartialText($text); argument
|
| H A D | WebDriverExpectedCondition.php | 238 * @param string $text The text to be presented in the element. 241 public static function textToBePresentInElement(WebDriverBy $by, $text) argument 243 return self::elementTextContains($by, $text); 251 * @param string $text The text to be presented in the element. 254 public static function elementTextContains(WebDriverBy $by, $text) argument 257 function (WebDriver $driver) use ($by, $text) { 261 return mb_strpos($element_text, $text) !== false; 274 * @param string $text The expected text of the element. 277 public static function elementTextIs(WebDriverBy $by, $text) argument 280 function (WebDriver $driver) use ($by, $text) { [all …]
|
| /template/kiwiki/css/ |
| H A D | basic.css | 5 --kiwiki-text: __kiwiki_text_color__; 8 --kiwiki-btn-text: __kiwiki_btn_text_color__; 9 --kiwiki-btn-text-hover: __kiwiki_btn_hover_text_color__; 27 --kiwiki-text: __kiwiki_dark_text_color__; 30 --kiwiki-btn-text: __kiwiki_dark_btn_text_color__; 31 --kiwiki-btn-text-hover: __kiwiki_dark_btn_hover_text_color__; 51 --kiwiki-text: __kiwiki_text_color__; 54 --kiwiki-btn-text: __kiwiki_btn_text_color__; 55 --kiwiki-btn-text-hover: __kiwiki_btn_hover_text_color__; 68 --kiwiki-text: __kiwiki_dark_text_color__; [all …]
|
| /template/retro/css/ |
| H A D | themes.less | 10 --text-color: #eee; 11 --text-color-alt: #999; 40 --text-color: #0c0; 41 --text-color-alt: #0a0; 56 text-decoration: underline; 82 color: var(--text-color); 99 fill: var(--text-color-alt) 103 color: var(--text-color-alt); 108 background: var(--text-color-alt); 114 color: var(--text-color); [all …]
|
| /template/minimal/css/ |
| H A D | themes.less | 10 --text-color: #eee; 11 --text-color-alt: #999; 40 --text-color: #0c0; 41 --text-color-alt: #0a0; 56 text-decoration: underline; 82 color: var(--text-color); 99 fill: var(--text-color-alt) 103 color: var(--text-color-alt); 108 background: var(--text-color-alt); 114 color: var(--text-color); [all …]
|
| /template/strap/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | Tokenizer.php | 88 * @param string $text Mustache template source to tokenize 93 public function scan($text, $delimiters = null) argument 95 if ($text instanceof HandlebarsString) { 96 $text = $text->getString(); 112 $len = strlen($text); 116 $character = $text[$i]; 121 …character === $firstOpeningTagCharacter && $this->tagChange($this->otag, $text, $i, $openingTagLen… 138 if (isset($this->tagTypes[$text[$i + 1]])) { 139 $tag = $text[$i + 1]; 147 $i = $this->changeDelimiters($text, $i); [all …]
|
| /template/icke/css/ |
| D | general.css | 20 /* text-align */ 21 .text-left {text-align: left;} 22 .text-center {text-align: center;} 23 .text-right {text-align: right;}
|
| /template/myown/css/ |
| D | design.css | 33 a:link {text-decoration: underline!important; color: #d10000!important; } 34 a:visited {text-decoration: none; color: darkred!important;} 35 a:active {text-decoration: none; color: red;} 36 a:hover {text-decoration: none!important; color:black!important; background-color: darkorange!impor… 38 a.hf:link {text-decoration:underline; color: #fff;padding:5px;} 39 a.hf:visited {text-decoration: none; color: #eee;} 40 a.hf:active {text-decoration: none; color: red;} 41 a.hf:hover {text-decoration:none!important; color:#e39c17; background-color:#000!important;} 43 a.nb:link {text-decoration: underline; color: darkblue;} 44 a.nb:visited {text-decoration: none; color: #eee;} [all …]
|
| /template/strap/ComboStrap/Xml/ |
| H A D | XmlSystems.php | 55 public static function isXml($text) argument 60 new XmlDocument($text); 76 public static function format($text) argument 78 if (empty($text)) { 82 $doc->loadXML($text); 96 public static function normalize($text) argument 98 if (empty($text)) { 101 $xmlDoc = new XmlDocument($text, XmlDocument::XML_TYPE); 112 public static function extractTextWithoutCdata($text) argument 114 $text = str_replace("/*<![CDATA[*/", "", $text); [all …]
|
| /template/varicolored/css/ |
| D | vapicolored.css | 21 text-transform: uppercase; 49 text-decoration: none; 83 text-align: center; 84 text-transform: lowercase; 98 text-align: center; 99 text-transform: uppercase; 112 text-decoration: none; 135 #search-text { 142 text-transform: lowercase; 175 text-align: center; [all …]
|
| /template/mmkanso/css/ |
| D | design.css | 18 text-align: left; 59 text-align: right; 84 text-decoration:none; 104 text-align: center; 141 text-align:center; 147 text-align:center; 167 text-align: right; 172 text-align: left; 182 text-align: center; 236 text-decoration:none; [all …]
|