Home
last modified time | relevance | path

Searched full:pl (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/plugin/panoview/
H A Dtiles.php16 /** @var syntax_plugin_panoview $pl */
17 $pl = plugin_load('syntax', 'panoview'); variable
27 if (auth_quickaclcheck(getNS($data['id']) . ':X') < AUTH_READ) $pl->gfxError('noauth');
28 if (!$data['mtime']) $pl->gfxError('notfound');
37 if ($data['inv'] < 0.5) $pl->gfxError('maxzoom');
45 if ($data['tlx'] > $data['width'] || $data['tly'] > $data['height']) $pl->gfxError('blank');
53 $pl->tileLock($data);
55 $pl->tileIM($data);
57 $pl->tileGD($data);
59 $pl->tileUnlock($data);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DMetadataWriter.php516 foreach ($this->mpdf->PageLinks[$n] as $key => $pl) {
521 $rect = sprintf('%.3F %.3F %.3F %.3F', $pl[0], $pl[1], $pl[0] + $pl[2], $pl[1] - $pl[3]);
525 // $annot .= ' /Contents ' . $this->writer->utf16BigEndianTextString($pl[4]);
543 if (strpos($pl[4], '@') === 0) {
545 $p = substr($pl[4], 1);
550 } elseif (is_string($pl[4])) {
552 $annot .= ' /A <</S /URI /URI ' . $this->writer->string($pl[4]) . '>> >>';
556 $l = $this->mpdf->links[$pl[4]];
576 foreach ($this->mpdf->PageAnnots[$n] as $key => $pl) {
578 $fileAttachment = (bool) $pl['opt']['file'];
[all …]
DPageWriter.php66 foreach ($this->mpdf->PageAnnots[$n] as $k => $pl) {
67 if (!empty($pl['opt']['popup']) || !empty($pl['opt']['file'])) {
209 foreach ($this->mpdf->PageAnnots[$n] as $k => $pl) {
210 if (!empty($pl['opt']['file'])) {
213 if (!empty($pl['opt']['popup']) || !empty($pl['opt']['file'])) {
/plugin/farm/install/animaltemplate/conf/
Dinterwiki.conf46 CmWiki http://www.ourpla.net/cgi-bin/wiki.pl?
47 CreationMatters http://www.ourpla.net/cgi-bin/wiki.pl?
59 EmacsWiki http://www.emacswiki.org/cgi-bin/wiki.pl?
60 FinalEmpire http://final-empire.sourceforge.net/cgi-bin/wiki.pl?
68 Haribeau http://wiki.haribeau.de/cgi-bin/wiki.pl?
71 JargonFile http://sunir.org/apps/meta.pl?wiki=JargonFile&amp;redirect=
76 LanifexWiki http://opt.lanifex.com/cgi-bin/wiki.pl?
79 LugKR http://lug-kr.sourceforge.net/cgi-bin/lugwiki.pl?
81 MbTest http://www.usemod.com/cgi-bin/mbtest.pl?
82 MeatBall http://www.usemod.com/cgi-bin/mb.pl?
[all …]
Dwordblock.conf14 https?:\/\/([^\/]*\.)?01incest\.za\.pl
17 https?:\/\/([^\/]*\.)?02incest\.za\.pl
18 https?:\/\/([^\/]*\.)?03incest\.za\.pl
68 https?:\/\/([^\/]*\.)?1st-phentermine\.to\.pl
204 https?:\/\/([^\/]*\.)?acelacacel\.dl\.pl
208 https?:\/\/([^\/]*\.)?acelgetric\.dl\.pl
209 https?:\/\/([^\/]*\.)?acellibo\.dl\.pl
210 https?:\/\/([^\/]*\.)?acellitroc\.xa\.pl
230 https?:\/\/([^\/]*\.)?acouc\.zj\.pl
311 https?:\/\/([^\/]*\.)?agclore\.dl\.pl
[all …]
/plugin/jmol2/jmol/
DJmolAppletSigned0_i18n_pl.jar ... java package org.jmol.translation.JmolApplet.pl org.jmol.translation.JmolApplet.pl. ...
DJmolApplet0_i18n_pl.jar ... java package org.jmol.translation.JmolApplet.pl org.jmol.translation.JmolApplet.pl. ...
/plugin/struct/types/
H A DTraitFilterPrefix.php39 $pl = $QB->addValue($this->config['prefix']);
40 $column = "$pl || $column";
43 $pl = $QB->addValue($this->config['postfix']);
44 $column = "$column || $pl";
47 $pl = $QB->addValue($item);
48 $add->where($op, "$column $comp $pl");
H A DAutoSummary.php59 $pl = $QB->addValue($value);
60 $sub->whereOr("$rightalias.lastsummary $comp $pl");
H A DPage.php210 $pl = $QB->addValue($value);
211 $sub->whereOr("$tablealias.$colname $comp $pl");
212 $pl = $QB->addValue($value);
213 $sub->whereOr("$rightalias.title $comp $pl");
/plugin/dev/_test/
DLangProcessorTest.php19 $pl = new LangProcessor(new NullLogger());
22 $result = $pl->phpExtract($file);
33 $pl = new LangProcessor(new NullLogger());
36 $result = $pl->jsExtract($file);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
Dupload.cgi56 require 'util.pl';
57 require 'io.pl';
58 require 'basexml.pl';
59 require 'commands.pl';
60 require 'upload_fck.pl';
Dconnector.cgi56 require 'util.pl';
57 require 'io.pl';
58 require 'basexml.pl';
59 require 'commands.pl';
60 require 'upload_fck.pl';
/plugin/move/
Ddeleted.files24 lang/pl/pagemove.txt
31 lang/pl/lang.php.txt
32 lang/pl/pagemove.txt.txt
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/perl/
Dconnector.cgi56 require 'util.pl';
57 require 'io.pl';
58 require 'basexml.pl';
59 require 'commands.pl';
60 require 'upload_fck.pl';
/plugin/asciidocjs/node_modules/jake/node_modules/minimatch/
Dminimatch.js437 var pl = patternListStack.pop()
440 re += pl.close
441 if (pl.type === '!') {
442 negativeLists.push(pl)
444 pl.reEnd = re.length
548 for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) {
549 var tail = re.slice(pl.reStart + pl.open.length)
550 this.debug('setting tail', re, pl)
567 this.debug('tail=%j\n %s', tail, tail, pl, re)
568 var t = pl.type === '*' ? star
[all …]
/plugin/asciidocjs/node_modules/minimatch/
Dminimatch.js268 pl = pattern.length
269 ; (fi < fl) && (pi < pl)
309 if (pr === pl) {
389 if (fi === fl && pi === pl) {
398 } else /* istanbul ignore else */ if (pi === pl) {
440 let pl
591 pl = plEntry
594 re += pl.close
595 if (pl.type === '!') {
596 negativeLists.push(Object.assign(pl, { reEnd: re.length }))
[all …]
/plugin/discussion/lang/pl/
Dlang.php6 * @author Marek Adamski <fevbew@wp.pl>
7 * @author Wojciech Lichota <wojciech@lichota.pl>
9 * @author Mati <mackosa@wp.pl>
Dsettings.php6 * @author Wojciech Lichota <wojciech@lichota.pl>
8 * @author Mati <mackosa@wp.pl>
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dpl.js1pl","pl",{closeText:"Zamknij",prevText:"&#x3C;Poprzedni",nextText:"Następny&#x3E;",currentText:"Dz…
/plugin/geourl/
Dadmin.php3 * modified for GroURL by Krzysztof Burghardt <krzysztof@burghardt.pl>
44 'email' => 'krzysztof@burghardt.pl',
48 'url' => 'http://www.burghardt.pl/wiki/software/geourl_for_dokuwiki',
/plugin/captcha/lang/pl/
Dsettings.php6 * @author Marek Adamski <fevbew@wp.pl>
9 * @author Mati <mackosa@wp.pl>
/plugin/multilingual/flags/
Dlangnames.php30 $langname['pl'] = 'Poliski (Polish)'; $langflag['pl'] = 'pl.gif';
/plugin/translation3/flags/
Dlangnames.php30 $langname['pl'] = 'Poliski (Polish)'; $langflag['pl'] = 'pl.gif';
/plugin/html2pdf/multilingual/flags/
Dlangnames.php30 $langname['pl'] = 'Poliski (Polish)'; $langflag['pl'] = 'pl.gif';

12345678910>>...18