Home
last modified time | relevance | path

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

12345678910>>...38

/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php12 use Symfony\Polyfill\Mbstring as p; alias
22 function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); }
40 function mb_language($language = null) { return p\Mbstring::mb_language($language); }
43 function mb_list_encodings() { return p\Mbstring::mb_list_encodings(); }
46 function mb_encoding_aliases($encoding) { return p\Mbstring::mb_encoding_aliases($encoding); }
55 function mb_detect_order($encoding = null) { return p\Mbstring::mb_detect_order($encoding); }
61 …function mb_strlen($string, $encoding = null) { return p\Mbstring::mb_strlen($string, $encoding); }
100 function mb_get_info($type = 'all') { return p\Mbstring::mb_get_info($type); }
103 function mb_http_output($encoding = null) { return p\Mbstring::mb_http_output($encoding); }
115 function mb_http_input($type = null) { return p\Mbstring::mb_http_input($type); }
[all …]
H A Dbootstrap80.php12 use Symfony\Polyfill\Mbstring as p; alias
18 …function mb_decode_mimeheader(?string $string): string { return p\Mbstring::mb_decode_mimeheader((…
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(); }
42 …function mb_encoding_aliases(?string $encoding): array { return p\Mbstring::mb_encoding_aliases((s…
51 …function mb_detect_order(array|string|null $encoding = null): array|bool { return p\Mbstring::mb_d…
57 …function mb_strlen(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strlen(…
96 …function mb_get_info(?string $type = 'all'): array|string|int|false { return p\Mbstring::mb_get_in…
99 …function mb_http_output(?string $encoding = null): string|bool { return p\Mbstring::mb_http_output…
[all …]
/template/neolaoresources2/images/
H A Dmenu_background.xcf51 '���
52 p���
53 p���
54 p�����������ȼ���������{skkc[TTMF@@:5//*&!! 
86 ���������� ��p�����2����������������� ��@�������� ���!���"��"��""��"2��"B��"R��"…
98 …�)��I//�������-��� ��������-��� ��������-��� ������p��ײ��t[[D0 
148 …��g(��g���h(��h���i(��i���j(��j���k(��k���l(��l���m(��m���n(��n���o(��o���p(��p���q(��q��������…
154pp�����pp�����pp�����pp�����pp�����pp�����pp�����pp�����pp�����pp����…
162p?R?8?#?? ??@�@�?����?�?�?�?�?�?����?����@�@�?����?�?�?�?�?�?����?����@�@�?�…
171p�����app����app����app����app����app����app����app����app����app����a…
/template/argon-alt/assets/js/core/
H A 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/
H A 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/
H A 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
27 "Century Gothic", "Apple Gothic", sans-serif - p, t
29 Consolas, "Lucida Console", Monaco, monospace - p, t
33 "Courier New", Courier, monospace - p, t
48 GillSans, Calibri, Trebuchet, sans-serif - p
51 "Helvetica Neue", Arial, Helvetica, sans-serif - p
61 Tahoma, Geneva, Verdana - p
64 Times, "Times New Roman", Georgia, serif - p, t
[all …]
/template/twigstarter/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/bootie/js/
H A 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/bootstrap/4.4.1/
H A Dpopper.min.js4 */(function(e,t){'object'==typeof exports&&'undefined'!=typeof module?module.exports=t():'function'==typeof define&&define.amd?define(t):e.Popper=t()})(this,function(){'use strict';function e(e){return e&&'[object Function]'==={}.toString.call(e)}function t(e,t){if(1!==e.nodeType)return[];var o=e.ownerDocument.defaultView,n=o.getComputedStyle(e,null);return t?n[t]:n}function o(e){return'HTML'===e.nodeName?e:e.parentNode||e.host}function n(e){if(!e)return document.body;switch(e.nodeName){case'HTML':case'BODY':return e.ownerDocument.body;case'#document':return e.body;}var i=t(e),r=i.overflow,p=i.overflowX,s=i.overflowY;return /(auto|scroll|overlay)/.test(r+s+p)?e:n(o(e))}function i(e){return e&&e.referenceNode?e.referenceNode:e}function r(e){return 11===e?re:10===e?pe:re||pe}function p(e){if(!e)return document.documentElement;for(var o=r(10)?document.body:null,n=e.offsetParent||null;n===o&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var i=n&&n.nodeName;return i&&'BODY'!==i&&'HTML'!==i?-1!==['TH','TD','TABLE'].indexOf(n.nodeName)&&'static'===t(n,'position')?p(n):n:e?e.ownerDocument.documentElement:document.documentElement}function s(e){var t=e.nodeName;return'BODY'!==t&&('HTML'===t||p(e.firstElementChild)===e)}function d(e){return null===e.parentNode?e:d(e.parentNode)}function a(e,t){if(!e||!e.nodeType||!t||!t.nodeType)return document.documentElement;var o=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,n=o?e:t,i=o?t:e,r=document.createRange();r.setStart(n,0),r.setEnd(i,0);var l=r.commonAncestorContainer;if(e!==l&&t!==l||n.contains(i))return s(l)?l:p(l);var f=d(e);return f.host?a(f.host,t):a(e,d(t).host)}function l(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:'top',o='top'===t?'scrollTop':'scrollLeft',n=e.nodeName;if('BODY'===n||'HTML'===n){var i=e.ownerDocument.documentElement,r=e.ownerDocument.scrollingElement||i;return r[o]}return e[o]}function f(e,t){var o=2<arguments.length&&void 0!==arguments[2]&&arguments[2],n=l(t,'top'),i=l(t,'left'),r=o?-1:1;return e.top+=n*r,e.bottom+=n*r,e.left+=i*r,e.right+=i*r,e}function m(e,t){var o='x'===t?'Left':'Top',n='Left'==o?'Right':'Bottom';return parseFloat(e['border'+o+'Width'],10)+parseFloat(e['border'+n+'Width'],10)}function h(e,t,o,n){return ee(t['offset'+e],t['scroll'+e],o['client'+e],o['offset'+e],o['scroll'+e],r(10)?parseInt(o['offset'+e])+parseInt(n['margin'+('Height'===e?'Top':'Left')])+parseInt(n['margin'+('Height'===e?'Bottom':'Right')]):0)}function c(e){var t=e.body,o=e.documentElement,n=r(10)&&getComputedStyle(o);return{height:h('Height',t,o,n),width:h('Width',t,o,n)}}function g(e){return le({},e,{right:e.left+e.width,bottom:e.top+e.height})}function u(e){var o={};try{if(r(10)){o=e.getBoundingClientRect();var n=l(e,'top'),i=l(e,'left');o.top+=n,o.left+=i,o.bottom+=n,o.right+=i}else o=e.getBoundingClientRect()}catch(t){}var p={left:o.left,top:o.top,width:o.right-o.left,height:o.bottom-o.top},s='HTML'===e.nodeName?c(e.ownerDocument):{},d=s.width||e.clientWidth||p.width,a=s.height||e.clientHeight||p.height,f=e.offsetWidth-d,h=e.offsetHeight-a;if(f||h){var u=t(e);f-=m(u,'x'),h-=m(u,'y'),p function
[all...]
/template/strap/bootstrap/4.5.0/
H A Dpopper.min.js4 */(function(e,t){'object'==typeof exports&&'undefined'!=typeof module?module.exports=t():'function'==typeof define&&define.amd?define(t):e.Popper=t()})(this,function(){'use strict';function e(e){return e&&'[object Function]'==={}.toString.call(e)}function t(e,t){if(1!==e.nodeType)return[];var o=e.ownerDocument.defaultView,n=o.getComputedStyle(e,null);return t?n[t]:n}function o(e){return'HTML'===e.nodeName?e:e.parentNode||e.host}function n(e){if(!e)return document.body;switch(e.nodeName){case'HTML':case'BODY':return e.ownerDocument.body;case'#document':return e.body;}var i=t(e),r=i.overflow,p=i.overflowX,s=i.overflowY;return /(auto|scroll|overlay)/.test(r+s+p)?e:n(o(e))}function i(e){return e&&e.referenceNode?e.referenceNode:e}function r(e){return 11===e?re:10===e?pe:re||pe}function p(e){if(!e)return document.documentElement;for(var o=r(10)?document.body:null,n=e.offsetParent||null;n===o&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var i=n&&n.nodeName;return i&&'BODY'!==i&&'HTML'!==i?-1!==['TH','TD','TABLE'].indexOf(n.nodeName)&&'static'===t(n,'position')?p(n):n:e?e.ownerDocument.documentElement:document.documentElement}function s(e){var t=e.nodeName;return'BODY'!==t&&('HTML'===t||p(e.firstElementChild)===e)}function d(e){return null===e.parentNode?e:d(e.parentNode)}function a(e,t){if(!e||!e.nodeType||!t||!t.nodeType)return document.documentElement;var o=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,n=o?e:t,i=o?t:e,r=document.createRange();r.setStart(n,0),r.setEnd(i,0);var l=r.commonAncestorContainer;if(e!==l&&t!==l||n.contains(i))return s(l)?l:p(l);var f=d(e);return f.host?a(f.host,t):a(e,d(t).host)}function l(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:'top',o='top'===t?'scrollTop':'scrollLeft',n=e.nodeName;if('BODY'===n||'HTML'===n){var i=e.ownerDocument.documentElement,r=e.ownerDocument.scrollingElement||i;return r[o]}return e[o]}function f(e,t){var o=2<arguments.length&&void 0!==arguments[2]&&arguments[2],n=l(t,'top'),i=l(t,'left'),r=o?-1:1;return e.top+=n*r,e.bottom+=n*r,e.left+=i*r,e.right+=i*r,e}function m(e,t){var o='x'===t?'Left':'Top',n='Left'==o?'Right':'Bottom';return parseFloat(e['border'+o+'Width'],10)+parseFloat(e['border'+n+'Width'],10)}function h(e,t,o,n){return ee(t['offset'+e],t['scroll'+e],o['client'+e],o['offset'+e],o['scroll'+e],r(10)?parseInt(o['offset'+e])+parseInt(n['margin'+('Height'===e?'Top':'Left')])+parseInt(n['margin'+('Height'===e?'Bottom':'Right')]):0)}function c(e){var t=e.body,o=e.documentElement,n=r(10)&&getComputedStyle(o);return{height:h('Height',t,o,n),width:h('Width',t,o,n)}}function g(e){return le({},e,{right:e.left+e.width,bottom:e.top+e.height})}function u(e){var o={};try{if(r(10)){o=e.getBoundingClientRect();var n=l(e,'top'),i=l(e,'left');o.top+=n,o.left+=i,o.bottom+=n,o.right+=i}else o=e.getBoundingClientRect()}catch(t){}var p={left:o.left,top:o.top,width:o.right-o.left,height:o.bottom-o.top},s='HTML'===e.nodeName?c(e.ownerDocument):{},d=s.width||e.clientWidth||p.width,a=s.height||e.clientHeight||p.height,f=e.offsetWidth-d,h=e.offsetHeight-a;if(f||h){var u=t(e);f-=m(u,'x'),h-=m(u,'y'),p function
[all...]
/template/a_new_day/
H A 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"
118 __rg_login_action__ = "images/p/actions/login.png"
122 __rg_admin_action__ = "images/p/actions/admin.png"
123 __rg_show_action__ = "images/p/actions/show.png"
125 __rg_top_action__ = "images/p/actions/top.png"
126 __rg_digg_action__ = "images/p/actions/digg.gif"
137 __rg_logo_gradient__ = "images/p/gradient_logo.png"
[all …]
H A 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)"
143 __rg_login_action__ = "url(images/p/actions/login.png)"
147 __rg_admin_action__ = "url(images/p/actions/admin.png)"
148 __rg_show_action__ = "url(images/p/actions/show.png)"
150 __rg_top_action__ = "url(images/p/actions/top.png)"
151 __rg_digg_action__ = "url(images/p/actions/digg.gif)"
159 ; __rg_logo_gradient__ = "images/p/gradient_logo.png"
[all …]
/template/battlehorse/
H A 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"
118 __rg_login_action__ = "images/p/actions/login.png"
122 __rg_admin_action__ = "images/p/actions/admin.png"
123 __rg_show_action__ = "images/p/actions/show.png"
125 __rg_top_action__ = "images/p/actions/top.png"
126 __rg_digg_action__ = "images/p/actions/digg.gif"
137 __rg_logo_gradient__ = "images/p/gradient_logo.png"
[all …]
/template/twigstarter/vendor/symfony/polyfill-php72/
H A 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/roundtheme/
H A 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
253 if (!p) p=d*.3;
255 a=c; var s=p/4;
258 var s = p/(2*Math.PI) * Math.asin (c/a);
264 if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
[all …]
/template/breeze/bower_components/gumby/js/
H A 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/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
H A 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/monobook/static/3rd/monobook/
H A 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 {
H A DIE60Fixes.css32 #p-cactions {
36 #p-cactions li {
43 #p-cactions li a {
50 #p-cactions li.selected a {
54 #p-cactions li a:hover {
57 #p-navigation a {
70 #p-logo a,
71 #p-logo a:hover {
H A DIE70Fixes.css18 .rtl #column-one #p-navigation {
24 #p-cactions {
29 #p-cactions li {
37 #p-cactions li a {
44 #p-cactions li.selected a {
48 #p-cactions li a:hover {
51 #p-navigation a {
/template/rtd_suterdev/js/
H A Dreadthedokus.js194 var p = elem.parentNode;
195 while (p)
197 if (p.classList.contains("toc"))
199 if (p.previousElementSibling && p.previousElementSibling.classList.contains("expandable"))
205 if (p.id === "dw__toc")
210 p = p.parentNode;
414 let p = this._getParent(elem, "level2");
424 if (p)
426 p.parentNode.classList.add("current");
427 p.classList.add("current");
[all …]
/template/readthedokus/js/
H A Dreadthedokus.js238 var p = elem.parentNode;
239 while (p)
241 if (p.classList.contains("toc"))
243 if (p.previousElementSibling && p.previousElementSibling.classList.contains("expandable"))
245 this.expandTocMenu(p.previousElementSibling);
249 if (p.id === "dw__toc")
254 p = p.parentNode;
424 let p
[all...]
/template/ad-hominem/css/
H A Dprint.less151 main p, main ul, main ol {
154 main p, main li {
208 main figure figcaption p,
212 body.print-compact main figure figcaption p {
225 main footer p.docInfo,
226 body.print-compact main p.docInfo {
233 #ftLicenseButtons p.license {
420 #main-content h1 + div > p:first-child {
427 body.print-compact main p {
432 body.print-compact main h1 + div > p
[all...]
/template/parallax/lib/fonts/
H A Dcyberchimps.woff3p [�ϳE�nB�Z׆֔c܃���(�͓r5�X� ���SR� P���Ύtr��yH�28�Z[P��C�'u�pn����h&������D^�G�8�&�i0�({��{�…
5 5':oR����+[QUi\��p4%�<�ź�ȼ�\�q��"��r�W3��7�'�KsJL�„�K���Ӱ��7����v�5�,��E�18�
6 ��5S�ݢ�B�,=�؄���U^�UQ3���0�9F���(��p��H��HL�mL��
11 A���+�`p-P��
19 � ��.s0Ϛ ���!%��:��h��Q�_8�>p�t�Rp�q�s���i�+ٲ.l1C(-�#O����R�R�,�CQm~�C�-l������V�_�������…
24 ���CZ�ihw�##&jj��n��u����a������g7�t�w�,i�_Ϧt��ͼ��Ų<;�b��d�{�4KhCY�rSd�a��p�4ɛ��"[�…
29 …���k��:��奕aa���=�E3��D�)�c^��] $�nA�fb�=��v��!��$�,i��-��m|*�����������p�5����ذ J�����)O�Sg…
31 +�"�I�7rو�v��)-��j�s��p���4_��N-
34 nX�����j��y�N^tD�gW�������7�oo6�����ם��*g3�տ�no�����p��4N��ϸ�7�~
35 …i+uh;��� ܦ���Y�ndx�zm�B��j'%��Z���M�_0! �c��t')& :aنwL]����,� �r X��:�)��p �,�Fv��꜈|#W �[ZF3O…

12345678910>>...38