Home
last modified time | relevance | path

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

12345678910>>...79

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DPageFooter.php19 $p = []; // mPDF 6
20 $p['L'] = [];
21 $p['C'] = [];
22 $p['R'] = [];
23 $p['L']['font-style'] = '';
24 $p['C']['font-style'] = '';
25 $p['R']['font-style'] = '';
28 $p['L']['content'] = $attr['CONTENT-LEFT'];
31 $p['C']['content'] = $attr['CONTENT-CENTER'];
34 $p['
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php55 $p->serializedName = 'id';
56 $p->xmlElementCData = false;
91 $p->xmlCollection = true;
94 $p->groups = ['comments'];
100 $p->groups = ['post'];
394 $p->xmlAttribute = true;
400 $p->xmlAttribute = true;
414 $p->xmlAttribute = true;
508 $p->xmlAttribute = true;
584 $p->getter = 'getId';
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DPumpStreamTest.php14 $p = new PumpStream(function () {}, [
19 $this->assertEquals('bar', $p->getMetadata('foo'));
20 $this->assertEquals(['foo' => 'bar'], $p->getMetadata());
21 $this->assertEquals(100, $p->getSize());
26 $p = Stream::factory(function ($size) {
29 $this->assertEquals('a', $p->read(1));
30 $this->assertEquals(1, $p->tell());
31 $this->assertEquals('aaaaa', $p->read(5));
32 $this->assertEquals(6, $p->tell());
38 $p
[all...]
/plugin/avatar/parts/
H A Dmonsterparts.xcf127    I,xxD�xx`p�����>����6��9�
190 �%xx%+&5xx%G%�&&%����2���2���2�����/�/2/�/2/�/2/�/���=�=�=��r �1 �1 �1 �1 �1 �@p�0�0�0��p/0/0/0/�8�/�/�/�/�/�� @ @ @ @<<xx Eyes_11.png� 
631 p3 p1 p1 p1 p0p/p/p.p.p-p-p
[all...]
/plugin/codemirror/dist/modes/
H A Dtiddlywiki.min.js1p(b,m){var n=b.sol(),p=b.peek();m.block=false;if(n&&/[<\/\*{}\-]/.test(p)){if(b.match(l)){m.block=… function
/plugin/latexit/_test/
H A Dpackage.test.php25 $p = new Package("balik");
26 $this->assertEquals("balik", $p->getName());
33 $p = new Package("balik");
34 $this->assertEquals("", $p->printParameters());
35 $p->addParameter("param");
36 $this->assertEquals("[param]", $p->printParameters());
37 $p->addParameter("p");
45 $p = new Package("balik");
46 $this->assertEquals("", $p->printCommands());
47 $p->addCommand("\use{aaa}");
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js5636 if (p.Title && p.Title.t && p.Text && p.Text.t && a.Class.substr(0, 8) != 'ExtShape')
5732 (isCurved && p.BezierJoints != null && p.BezierJoints.length > 0? p.BezierJoints : p.Joints);
5758 p.Endpoint1.Block != null && p.Endpoint1.Block == p.Endpoint2.Block &&
6369 if ((p.Endpoint1 && p.Endpoint1.Line) || (p.Endpoint2 && p.Endpoint2.Line))
6391 if (p != null && !p.generated)
9409 if (p.Text && !p.Text.t)
13220 var fc = p.FillColor, lc = p.LineColor, lw = p.LineWidth;
13221 p.FillColor = null; p.LineColor = null; p.LineWidth = null;
13223 p.FillColor = fc; p.LineColor = lc; p.LineWidth = lw;
13455 if (p.Text && p.Text.m)
[all …]
/plugin/combo/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_convert_encoding($string, $to_encoding, $from_encoding); }
22 function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); }
25 function mb_encode_mimeheader($string, $charset = null, $transfer_encoding = null, $newline = "\r\n", $indent = 0) { return p\Mbstring::mb_encode_mimeheader($string, $charset, $transfer_encoding, $newline, $indent); }
28 function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_numericentity($string, $map, $encoding); }
31 function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_encode_numericentity($string, $map, $encoding, $hex); }
34 function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($string, $mode, $encoding); }
37 function mb_internal_encoding($encoding = null) { return p\Mbstring::mb_internal_encoding($encoding); }
40 function mb_language($language = null) { return p\Mbstring::mb_language($language); }
43 function mb_list_encodings() { return p\Mbstrin
[all...]
H A Dbootstrap80.php12 use Symfony\Polyfill\Mbstring as p; alias
15 function mb_convert_encoding(array|string|null $string, ?string $to_encoding, array|string|null $from_encoding = null): array|string|false { return p\Mbstring::mb_convert_encoding($string ?? '', (string) $to_encoding, $from_encoding); }
18 function mb_decode_mimeheader(?string $string): string { return p\Mbstring::mb_decode_mimeheader((string) $string); }
21 function mb_encode_mimeheader(?string $string, ?string $charset = null, ?string $transfer_encoding = null, ?string $newline = "\r\n", ?int $indent = 0): string { return p\Mbstring::mb_encode_mimeheader((string) $string, $charset, $transfer_encoding, (string) $newline, (int) $indent); }
24 function mb_decode_numericentity(?string $string, array $map, ?string $encoding = null): string { return p\Mbstring::mb_decode_numericentity((string) $string, $map, $encoding); }
27 function mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex = false): string { return p\Mbstring::mb_encode_numericentity((string) $string, $map, $encoding, (bool) $hex); }
30 function mb_convert_case(?string $string, ?int $mode, ?string $encoding = null): string { return p\Mbstring::mb_convert_case((string) $string, (int) $mode, $encoding); }
33 function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_internal_encoding($encoding); }
36 function mb_language(?string $language = null): string|bool { return p\Mbstring::mb_language($language); }
39 function mb_list_encodings(): array { return p\Mbstrin
[all...]
/plugin/abc2/abc-libraries/abc2svg/
H A Dperc-1.js6 var prn={"a-b-d":35,"a-s":38,"b-d-1":36,"ca":69,"cl":75,"co":56,"c-c":52,"c-c-1":49,"c-c-2":57,"c-h-h":42,"e-s":40,"h-a":67,"h-b":60,"h-c":39,"h-f-t":43,"h-m-t":48,"h-ti":65,"h-to":50,"h-w-b":76,"l-a":68,"l-b":61,"l-c":64,"l-f-t":41,"l-g":74,"l-m-t":47,"l-ti":66,"l-to":45,"l-w":72,"l-w-b":77,"m":70,"m-c":78,"m-h-c":62,"m-t":80,"o-c":79,"o-h-c":63,"o-h-h":46,"o-t":81,"p-h-h":44,"r-b":53,"r-c-1":51,"r-c-2":59,"s-c":55,"s-g":73,"s-s":37,"s-w":71,"t":54,"v":58}
7 function abc_b40(p){var pit,acc=0,i=0
8 switch(p[0]){case'^':if(p[++i]=='^'){acc=2
13 case'_':if(p[++i]=='_'){acc=-2
16 pit='CDEFGABcdefgab'.indexOf(p[i++])+16
19 while(p[i]=="'"){pit+=7
21 while(p[i]==","){pit-=7
23 if(p[i])
26 function topit(p){va
[all...]
/plugin/freechat/phpfreechat/src/proxies/
H A Dlock.class.php33 function run(&$xml_reponse, $p) argument
35 $clientid = $p["clientid"];
36 $param = $p["param"];
37 $sender = $p["sender"];
38 $recipient = $p["recipient"];
39 $recipientid = $p["recipientid"];
53 $p["clientid"] = $clientid;
54 $p["param"] = $param;
55 $p["sender"] = $sender;
56 $p["recipient"] = $recipient;
[all …]
H A Dcensor.class.php33 function run(&$xml_reponse, $p) argument
35 $clientid = $p["clientid"];
36 $param = $p["param"];
37 $sender = $p["sender"];
38 $recipient = $p["recipient"];
39 $recipientid = $p["recipientid"];
72 $p["clientid"] = $clientid;
73 $p["param"] = $param;
74 $p["sender"] = $sender;
75 $p["recipient"] = $recipient;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php67 protected $p; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Prime
163 $this->p = [
184 return $this->p;
310 return $p;
345 $y = $slope->multiply($p[0]->subtract($x))->subtract($p[1]);
417 if (!count($p)) {
433 $x = $slope->multiply($slope)->subtract($p[0])->subtract($p[0]);
434 $y = $slope->multiply($p[0]->subtract($x))->subtract($p[1]);
760 return $p;
779 return $p;
[all …]
H A DMontgomery.php83 protected $p; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery
142 $this->p = [
163 return $this->p;
183 if (!isset($p[1])) {
228 $x = $p[0];
257 if (empty($p)) {
261 if (isset($p[1])) {
262 return $p;
267 return $p;
278 return $p;
[all …]
/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php12 use Symfony\Polyfill\Ctype as p; alias
15 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
16 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
17 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
18 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
19 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
20 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
21 function ctype_print($text) { return p\Ctype::ctype_print($text); }
22 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
23 function ctype_space($text) { return p\Ctype::ctype_space($text); }
[all …]
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php12 use Symfony\Polyfill\Ctype as p; alias
15 function ctype_alnum($input) { return p\Ctype::ctype_alnum($input); }
18 function ctype_alpha($input) { return p\Ctype::ctype_alpha($input); }
21 function ctype_cntrl($input) { return p\Ctype::ctype_cntrl($input); }
24 function ctype_digit($input) { return p\Ctype::ctype_digit($input); }
27 function ctype_graph($input) { return p\Ctype::ctype_graph($input); }
30 function ctype_lower($input) { return p\Ctype::ctype_lower($input); }
33 function ctype_print($input) { return p\Ctype::ctype_print($input); }
36 function ctype_punct($input) { return p\Ctype::ctype_punct($input); }
39 function ctype_space($input) { return p\Ctype::ctype_space($input); }
[all …]
/plugin/combo/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\Ctyp
[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\Ctyp
[all...]
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php184 $p = $this->getPermissions();
186 if (($p & 0xC000) == 0xC000) {
205 (($p & 0x0100) ? 'r' : '-') .
206 (($p & 0x0080) ? 'w' : '-') .
207 (($p & 0x0040) ?
208 (($p & 0x0800) ? 's' : 'x') :
210 (($p & 0x0020) ? 'r' : '-') .
211 (($p & 0x0010) ? 'w' : '-') .
212 (($p & 0x0008) ?
213 (($p & 0x0400) ? 's' : 'x') :
[all …]
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php115 $p->start();
123 $p->wait();
180 $p->run();
197 $p->run();
217 $p->run();
238 $p->wait();
351 $p->run();
359 $p->run();
404 $p->run();
412 $p->run();
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php357 } elseif ($level === 1) { // e.g. p or .class or #id or p.class or p#id
924 if ($bg['p']) {
925 $newprop['BACKGROUND-POSITION'] = $bg['p'];
958 $bg['p'] = '50% 100%';
960 $bg['p'] = '50% 0%';
962 $bg['p'] = $bits[0] . ' 50%';
968 $bg['p'] = $bits[1] . ' ' . $bits[0];
970 $bg['p']
1343 _mergeCSS($p, &amp; $t) global() argument
1377 _mergeFullCSS($p, &amp; $t, $tag, $classes, $id, $lang) global() argument
1458 _set_mergedCSS(&amp; $m, &amp; $p, $d = true, $bd = false) global() argument
1984 inlinePropsToCSS($bilp, &amp; $p) global() argument
[all...]
/plugin/bibtex/OSBib/create/
H A DHELPSTYLE.php116 $this->pString .= MISC::p(TEXT4);
117 $this->pString .= MISC::p(TEXT5);
118 $this->pString .= MISC::p(TEXT10);
119 $this->pString .= MISC::p(TEXT6);
120 $this->pString .= MISC::p(TEXT7);
121 $this->pString .= MISC::p(MISC::hr());
123 $this->pString .= MISC::p(SYNTAX1);
137 $this->pString .= MISC::p(TEXT11);
158 $this->pString .= MISC::p(EXAMPLE25);
160 $this->pString .= MISC::p(TEXT8);
[all …]
/plugin/odt/helper/
H A Ddwcssloader.php173 foreach($plugins as $p) {
176 $list[DOKU_PLUGIN . $p ."/screen.css"] = DOKU_INC . "lib/plugins/". $p ."/";
177 $list[DOKU_PLUGIN . $p ."/screen.less"] = DOKU_INC . "lib/plugins/". $p ."/";
178 $list[DOKU_PLUGIN . $p ."/style.css"] = DOKU_INC . "lib/plugins/". $p ."/";
179 $list[DOKU_PLUGIN . $p ."/style.less"] = DOKU_INC . "lib/plugins/". $p ."/";
184 $print_css = file_exists(DOKU_PLUGIN . $p ."/print.css");
185 $print_less = file_exists(DOKU_PLUGIN . $p ."/print.less");
187 $list[DOKU_PLUGIN . $p ."/". $format .".css"] = DOKU_INC . "lib/plugins/". $p ."/";
188 $list[DOKU_PLUGIN . $p ."/". $format .".less"] = DOKU_INC . "lib/plugins/". $p ."/";
190 $list[DOKU_PLUGIN . $p ."/print.css"] = DOKU_INC . "lib/plugins/". $p ."/";
[all …]
/plugin/bibtex/OSBib/format/
H A DHELPSTYLE.php127 $this->pString .= MISC::p(TEXT2);
128 $this->pString .= MISC::p(TEXT3);
129 $this->pString .= MISC::p(TEXT4);
131 $this->pString .= MISC::p(TEXT5);
132 $this->pString .= MISC::p(TEXT10);
133 $this->pString .= MISC::p(TEXT6);
134 $this->pString .= MISC::p(TEXT7);
137 $this->pString .= MISC::p(SYNTAX1);
151 $this->pString .= MISC::p(TEXT11);
174 $this->pString .= MISC::p(TEXT8);
[all …]
/plugin/diagramsnet/lib/math/jax/output/SVG/
H A Djax.js19p=e.config.menuSettings,o=this.config,n=p.font;if(p.scale){o.scale=p.scale}if(n&&n!=="Auto"){n=n.r… argument

12345678910>>...79