Home
last modified time | relevance | path

Searched refs:info (Results 326 – 350 of 1857) sorted by relevance

1...<<11121314151617181920>>...75

/plugin/picasawebalbum/orig/
H A Djquery.pwi.js.patch7 … sure you specify at least your username.' + '\n' + 'See http://pwi.googlecode.com for more info');
8 …t('Make sure you specify at least your username.' + '\n' + 'See pwi.googlecode.com for more info');
/plugin/c3chart/
H A Daction.php61 $info = $this->getInfo();
62 $u = DOKU_BASE."lib/plugins/".$info['base']."/assets/".$u;
/plugin/webcomponent/_test/
H A Dcardcolumns.test.php37 $info = array();
40 $xhtml = p_render('xhtml', $instructions, $info);
H A Dbutton.test.php33 $info = array();
37 $xhtml = p_render('xhtml', $instructions, $info);
/plugin/imagereference/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
16 Copyright (C) 2009 - 2011 Christian Moll (Christian.Moll@tudor.lu), Martin Heinemann <info@martinheinemann.net>
17 Copyright (C) 2012 Martin Heinemann <info@martinheinemann.net>
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php38 return p_render($mode, p_get_instructions($this->text), $info);
104 $info = [];
105 return p_render('xhtml', p_get_instructions($renderPattern), $info);
/plugin/bez/mdl/
H A DTask_comment.php88 $info = array();
89 $html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
96 $this->task->mail_notify($content, false, $info['img']);
/plugin/letsencrypt/
H A Dhelper.php111 $info = $this->getCertInfo();
114 if($info['expires_in_days'] && in_array($domain, $info['domains'])) {
115 $expire = $info['expires_in_days'];
/plugin/farmer/
H A Dhelper.php270 * Return a structure giving detailed info about the state of all plugins in an animal
277 $info = [];
290 $info[$plugin] = $current;
293 ksort($info);
294 return $info;
/plugin/combo/ComboStrap/
H A DFetcherRaster.php211 LogUtility::info("For the image ($this), the requested width of ($requestedWidth) can not be bigger than the intrinsic width of ($mediaWidth). The width was then set to its natural width ($mediaWidth)", self::CANONICAL);
239 LogUtility::info("For the image ($this), the requested height of ($requestedHeight) can not be bigger than the intrinsic height of ($mediaHeight). The height was then set to its natural height ($mediaHeight)", self::CANONICAL);
260 LogUtility::info("For the image ($this), the calculated width of ($targetWidth) cannot be bigger than the intrinsic width of ($targetWidth). The requested width was then set to its natural width ($intrinsicWidth).", self::CANONICAL);
335 LogUtility::info("For the image ($this), the requested height of ($requestedHeight) can not be bigger than the intrinsic height of ($intrinsicHeight). The height was then set to its natural height ($intrinsicHeight)", self::CANONICAL);
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2436 $info=$this->images[$file];
2442 $w=$info['w']/$this->k;
2443 $h=$info['h']/$this->k;
2447 $w=$h*$info['w']/$info['h'];
2451 $h=$w*$info['h']/$info['w'];
2705 $font=substr($font,0,$info['length1']).substr($font,$info['length1']+6);
2798 if (isset($info['f'])) {
2802 if(isset($info['parms'])) {
2806 if(isset($info['trns']) && is_array($info['trns'])) {
2809 $trns.=$info['trns'][$i].' '.$info['trns'][$i].' ';
[all …]
/plugin/scrape/HTMLPurifier/Printer/
H A DCSSDefinition.php
/plugin/amcharts/
H A Daction.php64 $info = $this->getInfo();
65 $resource = DOKU_BASE."lib/plugins/".$info['base']."/assets/".$resource;
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mimeonly.php50 if (empty($getID3->info['error'])) {
57 fseek($fp, $getID3->info['avdataoffset'], SEEK_SET);
/plugin/struct/meta/
H A DAggregationEditorTable.php22 * Adds additional info to document and renderer in XHTML mode
32 $this->renderer->info['struct_table_hash'] = $hash;
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php2099 $this->images[$file] = $info;
2102 $info = $this->images[$file];
2252 $font=substr($font,0,$info['length1']).substr($font,$info['length1']+6);
2262 if(isset($info['length2'])) {
2347 if ($info['cs']=='Indexed') {
2356 if (isset($info['f'])) {
2360 if(isset($info['parms'])) {
2364 if(isset($info['trns']) && is_array($info['trns'])) {
2367 $trns.=$info['trns'][$i].' '.$info['trns'][$i].' ';
2378 if ($info['cs']=='Indexed') {
[all …]
/plugin/toolbox/
H A Dextension.php52 $info = confToHash(__DIR__ . '/plugin.info.txt'); variable
55 $m->version = str_replace('-', '.', $info['date']);
/plugin/davcard/
H A Dhelper.php112 $info = $this->parseVcard($entry['contactdata'], $entry['uri'], $write);
113 return $info;
120 $info = $this->parseVcard($entry['contactdata'], $entry['uri'], $write);
121 return $info;
125 $info = $this->parseVcard($entry['contactdata'], $entry['uri'], $write);
126 foreach($info['mail'] as $data)
129 return $info;
245 $info = $this->parseVcard($row['contactdata'], $row['uri'], $write);
246 $info['result'] = true;
247 return $info;
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jar ... java.lang.Object) Object message public void info (java.lang.Object, java.lang ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jar ... java.lang.Object) Object message public void info (java.lang.Object, java.lang ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-logging-1.2.jar ... java.lang.Object) Object message public void info (java.lang.Object, java.lang ...
/plugin/searchcombinedgoogle/
H A Daction.php27 $info = parent::getInfo();
29 return is_array($info) ? $info : confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/ryubin/
H A DREADME6 http://kormann.info
12 Please refer to http://www.dokuwiki.org/plugins for additional info
21 Copyright (C) Robert Kormann <ryubin@kormann.info>
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php68 $info = stream_get_contents($pipes[1]);
74 if (preg_match('/--------+\r?\n.+?(\d+)\r?\n.+?(\d+)\r?\n/', $info, $matches)) {
/plugin/webdav/core/DAV/Collection/Tags/
H A DDirectory.php31 if ($this->info['id']) {
32 foreach ($tag_helper->getTopic('', null, $this->info['id']) as $tag) {

1...<<11121314151617181920>>...75