/template/twigstarter/vendor/symfony/polyfill-ctype/ |
H A D | Ctype.php | 36 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text); 52 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text); 68 return \is_string($text) && '' !== $text && !preg_match('/[^\x00-\x1f\x7f]/', $text); 84 return \is_string($text) && '' !== $text && !preg_match('/[^0-9]/', $text); 100 return \is_string($text) && '' !== $text && !preg_match('/[^!-~]/', $text); 116 return \is_string($text) && '' !== $text && !preg_match('/[^a-z]/', $text); 132 return \is_string($text) && '' !== $text && !preg_match('/[^ -~]/', $text); 148 return \is_string($text) && '' !== $text && !preg_match('/[^!-\/\:-@\[-`\{-~]/', $text); 164 return \is_string($text) && '' !== $text && !preg_match('/[^\s]/', $text); 180 return \is_string($text) && '' !== $text && !preg_match('/[^A-Z]/', $text); [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/ |
H A D | newpage.php | 189 $text=str_ireplace($key,$val,$text); 201 $text=preg_replace($key,$val,$text); 212 $text= preg_replace('/뷀/','=',$text); //제목처리 216 $text=preg_replace('/(\n=+.+) /','$1',$text); //제목뒤의 공백제거 217 $text=preg_replace('/(\n=+) /','$1',$text); //제목엎의 공백제거 237 $text= preg_replace("/'''/",'궭',$text); //굵게''' 처리 257 $text= preg_replace('/<[^>]+>/','',$text); // 각종 태그 처리. 262 $text= preg_replace('/\[\[/','뷀뷀',$text); 263 $text= preg_replace('/\]\]/','뷈뷈',$text); 265 $text= preg_replace('/뷀뷀/','[[',$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; 17 --mikiop-secondary-text-color: @ini_plugin_secondary_text_color; 27 --mikiop-success-text-color: @ini_plugin_success_text_color; 37 --mikiop-danger-text-color: @ini_plugin_danger_text_color; 47 --mikiop-warning-text-color: @ini_plugin_warning_text_color; 57 --mikiop-info-text-color: @ini_plugin_info_text_color; 67 --mikiop-light-text-color: @ini_plugin_light_text_color; 77 --mikiop-dark-text-color: @ini_plugin_dark_text_color; 87 --mikiop-link-text-color: @ini_plugin_link_text_color; [all …]
|
H A D | mikioplugin.css | 7 --mikiop-primary-text-color: #ffffff; 8 --mikiop-primary-text-hover-color: #ffffff; 17 --mikiop-secondary-text-color: #fff; 27 --mikiop-success-text-color: #fff; 37 --mikiop-danger-text-color: #fff; 47 --mikiop-warning-text-color: #fff; 57 --mikiop-info-text-color: #fff; 67 --mikiop-light-text-color: #212529; 77 --mikiop-dark-text-color: #fff; 87 --mikiop-link-text-color: #007bff; [all …]
|
/template/breeze/bower_components/gumby/sass/ |
H A 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/templar/less/ |
H A D | type.less | 6 // Body text 36 a.text-warning:hover, 40 a.text-error:hover, 44 a.text-info:hover, 48 a.text-success:hover, 51 .text-left { text-align: left; } 52 .text-right { text-align: right; } 53 .text-center { text-align: center; } 160 text-align: right; 161 .text-overflow(); [all …]
|
/template/newspaper/css/ |
H A D | newspaper.css | 13 text-decoration:none; 32 text-align:center; 46 text-align:center; 54 text-align:center; 73 text-align:center; 86 text-align:center; 108 text-align:center; 123 text-align:center; 172 text-align:center; 217 text-align:left; [all …]
|
/template/myown/css/ |
H A D | design.css | 130 text-align:center; 136 text-align:center; 156 text-align: right; 161 text-align: left; 171 text-align: center; 261 text-align:right; 271 text-align:left; 540 text-align: left; 568 text-align: left; 585 text-align: left; [all …]
|
/template/mmkanso/css/ |
H A D | design.css | 18 text-align: left; 59 text-align: right; 104 text-align: center; 141 text-align:center; 167 text-align: right; 172 text-align: left; 182 text-align: center; 272 text-align:right; 282 text-align:left; 525 text-align: left; [all …]
|
/template/amanuensis/ |
H A D | design.css | 27 text-align: justify; 45 text-align:center; 50 text-align:center; 73 text-decoration:none; 208 text-align: right; 213 text-align: left; 273 text-align:right; 283 text-align:left; 562 text-align: left; 589 text-align: left; [all …]
|
/template/simpleclean/css/ |
H A D | design.css | 98 text-align:center; 104 text-align:center; 124 text-align: right; 129 text-align: left; 139 text-align: center; 229 text-align:right; 239 text-align:left; 508 text-align: left; 536 text-align: left; 553 text-align: left; [all …]
|
/template/icke/css/ |
H A 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/taratasy/css/ |
H A D | blue.local.less | 6 @button-text: #353D48; 50 color: @button-text; 57 input[type=text] { 58 color: @button-text; 109 color: @button-text; 143 text-shadow: 0 1px 0 #FFFFFF; 144 text-decoration: none; 156 text-decoration: none; 169 color: @button-text; 174 text-decoration: none; [all …]
|
/template/mmclean/css/ |
H A D | design.css | 41 text-align: justify; 89 text-align:center; 95 text-align:center; 115 text-align: right; 120 text-align: left; 130 text-align: center; 220 text-align:right; 230 text-align:left; 499 text-align: left; 527 text-align: left; [all …]
|
/template/darkclean/css/ |
H A D | design.css | 93 text-align:center; 99 text-align:center; 119 text-align: right; 124 text-align: left; 134 text-align: center; 224 text-align:right; 234 text-align:left; 503 text-align: left; 531 text-align: left; 548 text-align: left; [all …]
|
/template/cherokee-based/ |
H A D | design.css | 25 text-align: justify; 43 text-align:center; 48 text-align:center; 59 text-align: center; 95 text-align: right; 100 text-align: left; 110 text-align: center; 189 text-align: left; 219 text-align:right; 229 text-align:left; [all …]
|
/template/sxs/ |
H A D | design.css | 11 text-decoration: none; 75 text-align: center; 80 text-align: center; 101 text-align: right; 107 text-align: left; 117 text-align: center; 162 text-align: left; 234 text-align:left; 583 text-align: left; 591 text-align: right; [all …]
|
/template/breeze/bower_components/gumby/sass/functions/ |
H A D | _palette.scss | 18 @mixin palette($shade, $palette-text-color:false) { 20 @if $palette-text-color != false { 21 color: $palette-text-color; 38 @if $palette-text-color != false { 39 color: $palette-text-color; 50 @if $palette-text-color != false { 51 color: $palette-text-color; 59 @if $palette-text-color != false { 60 color: $palette-text-color;
|
/template/nucleus/ |
H A D | wiki.css | 103 text-align: center; 130 text-align: center; 308 text-align:right; 313 text-align:left; 399 text-align:right; 409 text-align:left; 694 text-align:left; 723 text-align:left; 744 text-align:left; 875 text-align:left; [all …]
|
/template/comicslate/css/ |
H A D | maintag.less | 25 text-decoration: none; 28 text-decoration: none; 84 text-align: center; 87 text-align: center; 120 text-align: center; 158 text-align: left; 279 text-align: left; 313 text-align: right; 321 text-align: left; 330 text-align: center; [all …]
|
/template/strap/css/ |
H A D | all.css | 40 .leftalign { text-align: left; } 41 .centeralign { text-align: center; } 42 .rightalign { text-align: right; } 43 [dir=rtl] .leftalign { text-align: left; } 44 [dir=rtl] .centeralign { text-align: center; } 45 [dir=rtl] .rightalign { text-align: right; } 50 text-decoration: underline;
|
/template/roundbox/ |
H A D | rtl.css | 10 text-align: right; 15 text-align: left; 20 text-align: right; 25 text-align: left; 29 text-align: left; 33 text-align: right; 41 text-align: left; 100 text-align: right; 105 text-align: right; 109 text-align: right; [all …]
|
/template/prsnl10/css/ |
H A D | _forms.css | 23 text-align: right; 27 text-align: left; 32 text-align: left; 36 text-align: right; 50 text-align: center; 78 text-align: center; 82 text-align: left; 86 text-align: right;
|