/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/ |
H A D | Llk.php | 213 $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 D | wo.txt |
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/ |
H A D | Llk.php | 65 $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 D | Rule.php | 305 $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 D | fieldnumber.php | 22 $pp = array_search('++', $args, true); 23 if ($pp !== false) { 24 unset($args[$pp]);
|
/plugin/bureaucracyau/helper/ |
H A D | fieldnumber.php | 22 $pp = array_search('++', $args, true); 23 if ($pp !== false) { 24 unset($args[$pp]);
|
/plugin/bureaucracy/helper/ |
H A D | fieldnumber.php | 22 $pp = array_search('++', $args, true); 23 if ($pp !== false) { 24 unset($args[$pp]);
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/ |
H A D | Rule.php | 259 * @param string $pp PP representation. 262 public function setPPRepresentation($pp) argument 265 $this->_pp = $pp;
|
/plugin/fedauth/Auth/Yadis/ |
H A D | HTTPFetcher.php | 137 $pp = $prt; 145 $pp .= substr($url, 0, $xpos+1); 148 $loc = $pp.$loc;
|
/plugin/openid/Auth/Yadis/ |
H A D | HTTPFetcher.php | 155 $pp = $prt; 163 $pp .= substr($url, 0, $xpos+1); 166 $loc = $pp.$loc;
|
/plugin/itemtable/ |
H A D | syntax.php | 205 $pp=explode(",",$p[1]); 207 $this->options["__col"]=array_merge ($this->options["__col"],$pp); 208 foreach($pp as $ppexp) {
|
/plugin/brj404/ |
H A D | README | 6 http://brj.pp.ru/baza/dokuwiki/brj404 16 Copyright (C) Roman Y. Bogdanov <sam@brj.pp.ru>
|
H A D | plugin.info.txt | 3 email sam@brj.pp.ru
|
/plugin/findologicxmlexport/vendor/hoa/compiler/ |
H A D | .Mime | 1 text/vnd.hoa.compiler pp
|
H A D | README.md | 82 `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 D | README.md | 35 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 D | dokuwiki_fancy.tpl | 4 …volume@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?…
|
H A D | dokuwiki_single.tpl | 2 …volume@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?…
|
H A D | dokuwiki_kmh.tpl | 4 …volume@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?…
|
/plugin/publistf/template/ |
H A D | dokuwiki_fancy.tpl | 4 …volume@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?…
|
H A D | dokuwiki_single.tpl | 2 …volume@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?…
|
H A D | dokuwiki_kmh.tpl | 4 …volume@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?…
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | mxVsdxCanvas2D.js | 932 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 D | makefont.php | 284 $pp=($fsType & 0x04)!=0; 287 if($rl and !$pp and !$e)
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | pdf.fpdf.makefont.php | 371 $pp=($fsType & 0x04)!=0; 374 if ($rl and !$pp and !$e) {
|