Home
last modified time | relevance | path

Searched refs:pp (Results 1 – 25 of 70) sorted by relevance

123

/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLlk.php213 $pp =
219 ->when($result = SUT::parsePP($pp, $tokens, $rules, $pragmas, 'streamFoo'))
246 $pp =
254 ->when($result = SUT::parsePP($pp, $tokens, $rules, $pragmas, 'streamFoo'))
280 $pp =
287 ->when($result = SUT::parsePP($pp, $tokens, $rules, $pragmas, 'streamFoo'))
309 $pp =
313 ->exception(function () use ($pp) {
314 SUT::parsePP($pp, $tokens, $rules, $pragmas, 'streamFoo');
328 $pp =
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/wo/
H A Dwo.txt
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php65 $pp = $stream->readAll();
67 if (empty($pp)) {
86 static::parsePP($pp, $tokens, $rawRules, $pragmas, $stream->getStreamName());
255 * @param string $pp Grammar description.
263 public static function parsePP($pp, &$tokens, &$rules, &$pragmas, $streamName) argument
265 $lines = explode("\n", $pp);
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DRule.php305 $pp = '<a> ::b:: c()?',
309 ->when($result = $rule->setPPRepresentation($pp))
325 $pp = '<a> ::b:: c()?',
327 $rule->setPPRepresentation($pp)
332 ->isEqualTo($pp);
341 $pp = '<a> ::b:: c()?',
344 $rule->setPPRepresentation($pp)
/plugin/bureaucracy-au/helper/
H A Dfieldnumber.php22 $pp = array_search('++', $args, true);
23 if ($pp !== false) {
24 unset($args[$pp]);
/plugin/bureaucracyau/helper/
H A Dfieldnumber.php22 $pp = array_search('++', $args, true);
23 if ($pp !== false) {
24 unset($args[$pp]);
/plugin/bureaucracy/helper/
H A Dfieldnumber.php22 $pp = array_search('++', $args, true);
23 if ($pp !== false) {
24 unset($args[$pp]);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DRule.php259 * @param string $pp PP representation.
262 public function setPPRepresentation($pp) argument
265 $this->_pp = $pp;
/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php137 $pp = $prt;
145 $pp .= substr($url, 0, $xpos+1);
148 $loc = $pp.$loc;
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php155 $pp = $prt;
163 $pp .= substr($url, 0, $xpos+1);
166 $loc = $pp.$loc;
/plugin/itemtable/
H A Dsyntax.php205 $pp=explode(",",$p[1]);
207 $this->options["__col"]=array_merge ($this->options["__col"],$pp);
208 foreach($pp as $ppexp) {
/plugin/brj404/
H A DREADME6 http://brj.pp.ru/baza/dokuwiki/brj404
16 Copyright (C) Roman Y. Bogdanov <sam@brj.pp.ru>
H A Dplugin.info.txt3 email sam@brj.pp.ru
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A D.Mime1 text/vnd.hoa.compiler pp
H A DREADME.md82 `hoa://Library/Json/Grammar.pp` file. Thus:
168 $compiler = Hoa\Compiler\Llk\Llk::load(new Hoa\File\Read('Json.pp'));
202 $ echo '[1, [1, [2, 3], 5], 8]' | hoa compiler:pp Json.pp 0 --visitor dump
221 $ echo '{"foo" true}' | hoa compiler:pp Json.pp 0 --visitor dump
239 Hoa\Compiler\Llk\Llk::load(new Hoa\File\Read('Json.pp')),
/plugin/strata/
H A DREADME.md35 See the [plugin page][pp] for more information on usage and configuration.
38 [pp]: https://www.dokuwiki.org/plugin:strata
/plugin/publistx/template/
H A Ddokuwiki_fancy.tpl4 …volume@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?…
H A Ddokuwiki_single.tpl2 …volume@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?…
H A Ddokuwiki_kmh.tpl4 …volume@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?…
/plugin/publistf/template/
H A Ddokuwiki_fancy.tpl4 …volume@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?…
H A Ddokuwiki_single.tpl2 …volume@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?…
H A Ddokuwiki_kmh.tpl4 …volume@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js932 var pp = that.createElt("pp");
933 pp.setAttribute('IX', pIndex++);
934 text.appendChild(pp);
959 var pp = that.createElt("pp");
960 pp.setAttribute('IX', pIndex++);
961 text.appendChild(pp);
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php284 $pp=($fsType & 0x04)!=0;
287 if($rl and !$pp and !$e)
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php371 $pp=($fsType & 0x04)!=0;
374 if ($rl and !$pp and !$e) {

123