Home
last modified time | relevance | path

Searched refs:pl (Results 1 – 25 of 196) sorted by relevance

12345678

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A 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[
[all...]
H A 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/panoview/
H A Dtiles.php18 $pl =& plugin_load('syntax', 'panoview'); variable
28 if(auth_quickaclcheck(getNS($data['id']).':X') < AUTH_READ) $pl->gfx_error('noauth');
29 if(!$data['mtime']) $pl->gfx_error('notfound');
38 if($data['inv'] < 0.5) $pl->gfx_error('maxzoom');
46 if($data['tlx'] > $data['width'] || $data['tly'] > $data['height']) $pl->gfx_error('blank');
54 $pl->tile_lock($data);
56 $pl->tile_im($data);
58 $pl->tile_gd($data);
60 $pl->tile_unlock($data);
/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 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");
H A DAutoSummary.php59 $pl = $QB->addValue($value);
60 $sub->whereOr("$rightalias.lastsummary $comp $pl");
H A DTag.php133 $pl = $add->getQB()->addValue($item);
134 $add->where($op, "LOWER(REPLACE($tablealias.$colname, ' ', '')) $comp LOWER(REPLACE($pl, ' ', ''))");
/plugin/jmol2/jmol/
H A DJmolApplet0_i18n_pl.jar ... java package org.jmol.translation.JmolApplet.pl org.jmol.translation.JmolApplet.pl. ...
H A DJmolAppletSigned0_i18n_pl.jar ... java package org.jmol.translation.JmolApplet.pl org.jmol.translation.JmolApplet.pl. ...
/plugin/farm/install/animaltemplate/conf/
H A 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?
68 Haribeau http://wiki.haribeau.de/cgi-bin/wiki.pl?
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?
83 MetaWiki http://sunir.org/apps/meta.pl?
113 UseMod http://www.usemod.com/cgi-bin/wiki.pl?
[all …]
H A Dwordblock.conf14 https?:\/\/([^\/]*\.)?01incest\.za\.pl
17 https?:\/\/([^\/]*\.)?02incest\.za\.pl
18 https?:\/\/([^\/]*\.)?03incest\.za\.pl
230 https?:\/\/([^\/]*\.)?acouc\.zj\.pl
356 https?:\/\/([^\/]*\.)?aldomc\.jc\.pl
359 https?:\/\/([^\/]*\.)?alerou\.su\.pl
634 https?:\/\/([^\/]*\.)?atrapy\.pl
671 https?:\/\/([^\/]*\.)?ayann\.dl\.pl
1195 https?:\/\/([^\/]*\.)?brb\.pl
4570 https?:\/\/([^\/]*\.)?miniurl\.pl
[all …]
/plugin/gcalendar/inc/
H A Dgcal_show.php285 foreach($page_list as $pl) {
286 $pl = substitute_asterisk($pl);
288 $name = noNS($pl);
291 $title = p_get_first_heading($pl);
295 $titles[] = "<span><a title='$pagelist' href='".wl($pl)."'>".$name."</a></span>";
H A Dgcal_read.php279 $pl = array();
294 $pl[] = substr($page,0,-1).substr($file,0,-4);
303 $pl[] = $page;
310 $pl = array_merge($pl,$subNS);
313 return $pl;
/plugin/move/
H A Ddeleted.files24 lang/pl/pagemove.txt
31 lang/pl/lang.php.txt
32 lang/pl/pagemove.txt.txt
/plugin/struct/meta/
H A DQueryBuilder.php
/plugin/sketchcanvas/phplib/
H A Dlib.php7 $pl = explode(":", $str);
9 foreach ($pl as $key => $value) {
/plugin/amcharts/assets/amcharts/lang/
H A Dpl.js1 AmCharts.translations.pl = {"monthNames":["Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Li… class in AmCharts.translations
/plugin/structcombolookup/
H A Dplugin.info.txt3 email it@rid.pl
/plugin/approve/
H A Dplugin.info.txt3 email it@rid.pl
/plugin/filterrss/
H A Dplugin.info.txt3 email solewniczak@rid.pl
/plugin/subnumberlist/
H A Dplugin.info.txt3 email solewniczak@rid.pl
/plugin/structgroup/
H A Dplugin.info.txt3 email it@rid.pl
/plugin/jplayer/
H A Dplugin.info.txt3 email solewniczak@rid.pl
/plugin/structprogress/types/
H A DProgress.php158 $pl = $add->getQB()->addValue($item);
159 $add->where($op, "CAST($tablealias.$colname AS DECIMAL) $comp CAST($pl AS DECIMAL)");
/plugin/pdfjs/
H A Dplugin.info.txt3 email it@rid.pl

12345678