Home
last modified time | relevance | path

Searched refs:p (Results 1 – 25 of 1032) sorted by relevance

12345678910>>...42

/template/twigstarter/vendor/symfony/polyfill-mbstring/
Dbootstrap.php12 use Symfony\Polyfill\Mbstring as p; alias
19 …function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb…
22 function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); }
25 …= null, $transfer_encoding = null, $newline = "\r\n", $indent = 0) { return p\Mbstring::mb_encode_…
28 …function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_n…
31 …function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstrin…
34 …function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($s…
37 …function mb_internal_encoding($encoding = null) { return p\Mbstring::mb_internal_encoding($encodin…
40 function mb_language($language = null) { return p\Mbstring::mb_language($language); }
43 function mb_list_encodings() { return p\Mbstring::mb_list_encodings(); }
[all …]
Dbootstrap80.php12 use Symfony\Polyfill\Mbstring as p; alias
15 …ding, array|string|null $from_encoding = null): array|string|false { return p\Mbstring::mb_convert…
18 …function mb_decode_mimeheader(?string $string): string { return p\Mbstring::mb_decode_mimeheader((…
21 …oding = null, ?string $newline = "\r\n", ?int $indent = 0): string { return p\Mbstring::mb_encode_…
24 …ity(?string $string, array $map, ?string $encoding = null): string { return p\Mbstring::mb_decode_…
27 … array $map, ?string $encoding = null, ?bool $hex = false): string { return p\Mbstring::mb_encode_…
30 …ase(?string $string, ?int $mode, ?string $encoding = null): string { return p\Mbstring::mb_convert…
33 …function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_inter…
36 …function mb_language(?string $language = null): string|bool { return p\Mbstring::mb_language($lang…
39 function mb_list_encodings(): array { return p\Mbstring::mb_list_encodings(); }
[all …]
/template/strap/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php12 use Symfony\Polyfill\Mbstring as p; alias
19 …function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb…
22 function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); }
25 …= null, $transfer_encoding = null, $newline = "\r\n", $indent = 0) { return p\Mbstring::mb_encode_…
28 …function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_n…
31 …function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstrin…
34 …function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($s…
37 …function mb_internal_encoding($encoding = null) { return p\Mbstring::mb_internal_encoding($encodin…
40 function mb_language($language = null) { return p\Mbstring::mb_language($language); }
43 function mb_list_encodings() { return p\Mbstring::mb_list_encodings(); }
[all …]
H A Dbootstrap80.php12 use Symfony\Polyfill\Mbstring as p; alias
15 …ding, array|string|null $from_encoding = null): array|string|false { return p\Mbstring::mb_convert…
18 …function mb_decode_mimeheader(?string $string): string { return p\Mbstring::mb_decode_mimeheader((…
21 …oding = null, ?string $newline = "\r\n", ?int $indent = 0): string { return p\Mbstring::mb_encode_…
24 …ity(?string $string, array $map, ?string $encoding = null): string { return p\Mbstring::mb_decode_…
27 … array $map, ?string $encoding = null, ?bool $hex = false): string { return p\Mbstring::mb_encode_…
30 …ase(?string $string, ?int $mode, ?string $encoding = null): string { return p\Mbstring::mb_convert…
33 …function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_inter…
36 …function mb_language(?string $language = null): string|bool { return p\Mbstring::mb_language($lang…
39 function mb_list_encodings(): array { return p\Mbstring::mb_list_encodings(); }
[all …]
/template/twigstarter/vendor/symfony/polyfill-ctype/
Dbootstrap.php12 use Symfony\Polyfill\Ctype as p; alias
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); }
[all …]
Dbootstrap80.php12 use Symfony\Polyfill\Ctype as p; alias
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); }
[all …]
/template/strap/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php12 use Symfony\Polyfill\Ctype as p; alias
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); }
[all …]
H A Dbootstrap80.php12 use Symfony\Polyfill\Ctype as p; alias
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); }
[all …]
/template/argon-alt/assets/js/core/
Dpopper.min.js4p=i.overflowX,s=i.overflowY;return /(auto|scroll)/.test(r+s+p)?e:n(o(e))}function r(e){var o=e&&e.… function
/template/argon/assets/js/core/
Dpopper.min.js4p=i.overflowX,s=i.overflowY;return /(auto|scroll)/.test(r+s+p)?e:n(o(e))}function r(e){var o=e&&e.… function
/template/cutopillar/css/monopillar/
Dtypography.css16 p = balanced for paragraphs or body copy
21 Arial, "Helvetica Neue", Helvetica, sans-serif - p, t
23 Baskerville, "Times New Roman", Times, serif - p
26 Cambria, Georgia, Times, "Times New Roman", serif - p, t
27 "Century Gothic", "Apple Gothic", sans-serif - p, t
29 Consolas, "Lucida Console", Monaco, monospace - p, t
31 "Copperplate Light", "Copperplate Gothic Light", serif - p, t
33 "Courier New", Courier, monospace - p, t
35 "Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t
37 Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php93 $p = $this;
95 while ($p !== null) {
96 $p = $p->parentCtx;
229 $p = $this;
232 while ($p !== null && $p !== $stop) {
234 if (!$p->isEmpty()) {
235 $string .= $p->invokingState;
238 $ri = $p->getRuleIndex();
243 if ($p->parentCtx !== null && ($ruleNames !== null || !$p->parentCtx->isEmpty())) {
247 $p = $p->parentCtx;
/template/twigstarter/vendor/symfony/polyfill-php72/
Dbootstrap.php12 use Symfony\Polyfill\Php72 as p; alias
31 define('PHP_OS_FAMILY', p\Php72::php_os_family());
35 …function sapi_windows_vt100_support($stream, $enable = null) { return p\Php72::sapi_windows_vt100_…
38 function stream_isatty($stream) { return p\Php72::stream_isatty($stream); }
41 function utf8_encode($string) { return p\Php72::utf8_encode($string); }
44 function utf8_decode($string) { return p\Php72::utf8_decode($string); }
47 function spl_object_id($object) { return p\Php72::spl_object_id($object); }
50 function mb_ord($string, $encoding = null) { return p\Php72::mb_ord($string, $encoding); }
53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); }
/template/bootie/js/
Dpopper-1.14.7.min.js4p=i.overflowX,s=i.overflowY;return /(auto|scroll|overlay)/.test(r+s+p)?e:n(o(e))}function r(e){ret… function
/template/strap/resources/library/bootstrap/4.4.1/
H A Dpopper.min.js4p=i.overflowX,s=i.overflowY;return /(auto|scroll|overlay)/.test(r+s+p)?e:n(o(e))}function i(e){ret… function
/template/strap/resources/library/bootstrap/4.5.0/
H A Dpopper.min.js4p=i.overflowX,s=i.overflowY;return /(auto|scroll|overlay)/.test(r+s+p)?e:n(o(e))}function i(e){ret… function
/template/a_new_day/
Dstyle_plain.ini112 __rg_recent_action__ = "images/p/actions/recent.png"
113 __rg_edit_action__ = "images/p/actions/edit.png"
114 __rg_index_action__ = "images/p/actions/index.png"
115 __rg_create_action__ = "images/p/actions/create.png"
116 __rg_revision_action__ = "images/p/actions/history.png"
117 __rg_backlink_action__ = "images/p/actions/backlink.png"
118 __rg_login_action__ = "images/p/actions/login.png"
119 __rg_subscribe_action__ = "images/p/actions/subscribe.png"
120 __rg_unsubscribe_action__ = "images/p/actions/unsubscribe.png"
121 __rg_profile_action__ = "images/p/actions/profile.png"
[all …]
Dstyle.ini137 __rg_recent_action__ = "url(images/p/actions/recent.png)"
138 __rg_edit_action__ = "url(images/p/actions/edit.png)"
139 __rg_index_action__ = "url(images/p/actions/index.png)"
140 __rg_create_action__ = "url(images/p/actions/create.png)"
141 __rg_revision_action__ = "url(images/p/actions/history.png)"
142 __rg_backlink_action__ = "url(images/p/actions/backlink.png)"
143 __rg_login_action__ = "url(images/p/actions/login.png)"
144 __rg_subscribe_action__ = "url(images/p/actions/subscribe.png)"
145 __rg_unsubscribe_action__ = "url(images/p/actions/unsubscribe.png)"
146 __rg_profile_action__ = "url(images/p/actions/profile.png)"
[all …]
/template/battlehorse/
Dstyle_plain.ini112 __rg_recent_action__ = "images/p/actions/recent.png"
113 __rg_edit_action__ = "images/p/actions/edit.png"
114 __rg_index_action__ = "images/p/actions/index.png"
115 __rg_create_action__ = "images/p/actions/create.png"
116 __rg_revision_action__ = "images/p/actions/history.png"
117 __rg_backlink_action__ = "images/p/actions/backlink.png"
118 __rg_login_action__ = "images/p/actions/login.png"
119 __rg_subscribe_action__ = "images/p/actions/subscribe.png"
120 __rg_unsubscribe_action__ = "images/p/actions/unsubscribe.png"
121 __rg_profile_action__ = "images/p/actions/profile.png"
[all …]
/template/strap/vendor/symfony/polyfill-php80/
H A Dbootstrap.php12 use Symfony\Polyfill\Php80 as p; alias
23 function fdiv(float $num1, float $num2): float { return p\Php80::fdiv($num1, $num2); }
26 function preg_last_error_msg(): string { return p\Php80::preg_last_error_msg(); }
29 …function str_contains(?string $haystack, ?string $needle): bool { return p\Php80::str_contains($ha…
32 …function str_starts_with(?string $haystack, ?string $needle): bool { return p\Php80::str_starts_wi…
35 …function str_ends_with(?string $haystack, ?string $needle): bool { return p\Php80::str_ends_with($…
38 function get_debug_type($value): string { return p\Php80::get_debug_type($value); }
41 function get_resource_id($resource): int { return p\Php80::get_resource_id($resource); }
/template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
DBlackfireDumper.php45 foreach ($profile as $p) {
46 if ($p->isTemplate()) {
47 $name = $p->getTemplate();
49 $name = sprintf('%s::%s(%s)', $p->getTemplate(), $p->getType(), $p->getName());
51 $this->dumpProfile(sprintf('%s==>%s', $parent, $name), $p, $data);
52 $this->dumpChildren($name, $p, $data);
/template/breeze/bower_components/gumby/js/
Dplugins.js2p,o){if(o.specified&&!n.test(o.name)){l[o.name]=o.value}});return l}function b(m,n){var l=this,o=$… argument
/template/roundtheme/
Dhide_menu.js113 t.setPosition = function(p){ argument
116 this.obj[this.prop] = Math.round(p) + a;
117 this._pos = p;
237 Tween.backEaseIn = function(t,b,c,d,a,p){ argument
241 Tween.backEaseOut = function(t,b,c,d,a,p){ argument
245 Tween.backEaseInOut = function(t,b,c,d,a,p){ argument
250 Tween.elasticEaseIn = function(t,b,c,d,a,p){ argument
253 if (!p) p=d*.3;
255 a=c; var s=p/4;
258 var s = p/(2*Math.PI) * Math.asin (c/a);
[all …]
/template/monobook/static/3rd/monobook/
DIE55Fixes.css30 #p-personal { padding-bottom: .1em; }
34 #p-cactions {
39 #p-cactions li {
46 #p-cactions li a {
53 #p-cactions li.selected a {
57 #p-cactions li a:hover {
60 #p-navigation a {
72 #p-logo a,
73 #p-logo a:hover {
/template/dokui/js/
Dhighlight.js1p){for(var o=p.firstChild;o;o=o.nextSibling){if(o.nodeName=="CODE"){return o}if(!(o.nodeType==3&&o… argument

12345678910>>...42