Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 2450) sorted by relevance

12345678910>>...98

/template/twigstarter/vendor/symfony/polyfill-ctype/
H A DCtype.php36 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 Dbootstrap.php19 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 Dbootstrap80.php15 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 Dnewpage.php189 $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 Dmikioplugin.less7 --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
[all...]
H A Dmikioplugin.css7 --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
[all...]
H A Dmikio.less27 .mikio-text-decoration(@value: none) {
28 -webkit-text-decoration: @value;
29 text-decoration: @value;
40 --text: @ini_text;
55 --code-text-color: @ini_code_text_color;
58 --control-text-color: @ini_control_text_color;
62 --button-text-color: @ini_button_text_color;
65 --button-text-hover-color: @ini_button_text_hover_color;
68 --button-search-text-color: @ini_button_search_text_color;
71 --button-search-text
[all...]
/template/breeze/bower_components/gumby/sass/
H A D_base.scss17 -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 Dtype.less6 // 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 Dnewspaper.css13 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 Ddesign.css130 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/kiwiki/css/
H A Dbasic.css3 --kiwiki-text-color: __kiwiki_text_color__;
16 --kiwiki-btn-text: __kiwiki_btn_text_color__;
18 --kiwiki-btn-hover-text: __kiwiki_btn_hover_text_color__;
29 --kiwiki-text-color: __kiwiki_dark_text_color__;
42 --kiwiki-btn-text: __kiwiki_dark_btn_text_color__;
44 --kiwiki-btn-hover-text: __kiwiki_dark_btn_hover_text_color__;
58 --kiwiki-text-color: __kiwiki_text_color__;
71 --kiwiki-btn-text: __kiwiki_btn_text_color__;
73 --kiwiki-btn-hover-text: __kiwiki_btn_hover_text_color__;
80 --kiwiki-text
[all...]
/template/mmkanso/css/
H A Ddesign.css18 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 Ddesign.css27 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 Ddesign.css98 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/varicolored/css/
H A Dvapicolored.css49 text-decoration: none;
83 text-align: center;
98 text-align: center;
135 #search-text {
175 text-align: center;
190 text-align: center;
254 text-align: left;
272 text-align: justify;
381 text-align: center;
385 text-align: right;
[all …]
/template/taratasy/css/
H A Dblue.local.less6 @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 Ddesign.css41 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 Ddesign.css93 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/icke/css/
H A Dgeneral.css20 /* text-align */
21 .text-left {text-align: left;}
22 .text-center {text-align: center;}
23 .text-right {text-align: right;}
/template/cherokee-based/
H A Ddesign.css25 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 Ddesign.css11 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/nucleus/
H A Dwiki.css103 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/breeze/bower_components/gumby/sass/functions/
H A D_palette.scss18 @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/roundbox/
H A Drtl.css10 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 …]

12345678910>>...98