Home
last modified time | relevance | path

Searched refs:pl (Results 176 – 196 of 196) sorted by last modified time

12345678

/plugin/wikipediasnippet/conf/
H A Dlang2dir.conf176 pl ltr #Polish
/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/freechat/phpfreechat/themes/msn/smileys/
H A Dtheme.txt69 msn_plate.gif (pl)
/plugin/xref/
H A Dphpxref-0.7-javascriptfix.patch
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.flattr.js23 …ue,ko:true,lv:true,lt:true,mk:true,ms:true,mt:true,no:true,nn:true,fa:true,pl:true,pt:true,ro:true… property in langs
/plugin/fedauth/lang/pl/
H A Dadmproviders.txt21 np. ''%%http://mojdostawca.pl/{username}%%''
/plugin/translation3/lang/
H A Dlangnames.txt131 pl polski
/plugin/codebutton_ext/
H A Daction.php123 'open' => '<code perl downloadname.pl>\n',
/plugin/jmol2/jmol/
H A DJmolApplet.jar ... nl/ org/jmol/translation/JmolApplet/pl/ org/jmol/translation/JmolApplet/pt ...
H A DJmolAppletSigned.jar ... nl/ org/jmol/translation/JmolApplet/pl/ org/jmol/translation/JmolApplet/pt ...
H A DJmolAppletSigned0_i18n_pl.jar ... java package org.jmol.translation.JmolApplet.pl org.jmol.translation.JmolApplet.pl. ...
H A DJmolApplet0_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/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js43 …,mn:'Mongolian',ms:'Malay',nb:'Norwegian Bokmal',nl:'Dutch',no:'Norwegian',pl:'Polish',pt:'Portugu…
H A Dfckeditorcode_gecko.js42 …,mn:'Mongolian',ms:'Malay',nb:'Norwegian Bokmal',nl:'Dutch',no:'Norwegian',pl:'Polish',pt:'Portugu…
/plugin/wysiwyg/fckeditor/editor/lang/
H A D_translationstatus.txt61 pl.js Found: 382 Missing: 30
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcklanguagemanager.js67 pl : 'Polish',
/plugin/textile2/
H A DclassTextile.php378 if (preg_match("/([(]+)/", $matched, $pl)) {
379 $style[] = "padding-left:" . strlen($pl[1]) . "em;";
380 $matched = str_replace($pl[0], '', $matched);
/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;

12345678