Home
last modified time | relevance | path

Searched refs:info (Results 126 – 150 of 1857) sorted by last modified time

12345678910>>...75

/plugin/translation/
H A DREADME10 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Ddeleted.files488 info.txt
/plugin/bureaucracy/
H A DREADME10 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dsyntax.php205 $R->info['cache'] = false; // don't cache
/plugin/htmlok/
H A DREADME.md12 Please refer to https://www.dokuwiki.org/extensions for additional info
/plugin/addnewpage/
H A Dsyntax.php104 if($disablecache) $renderer->info['cache'] = false;
/plugin/gitbacked/
H A DCHANGELOG.md155 - The release name complies with the date property of plugin.info.txt
H A DREADME.md30 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php111 public function info($message, array $context = array()) function in Psr\\Log\\AbstractLogger
H A DLoggerTrait.php112 public function info($message, array $context = array()) function
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md39 $this->logger->info('Doing work');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php1308 $info = true;
1311 $info = false;
1314 $info = $this->mpdf->images[$iid];
1320 if (!$info) {
1329 $this->writer->write('/Length ' . strlen($info['data']));
1330 $this->writer->write('/BitsPerComponent ' . $info['bpc']);
1332 if ($info['cs'] === 'Indexed') {
1333 $this->writer->write('/ColorSpace [/Indexed /DeviceRGB ' . (strlen($info['pal']) / 3 - 1) . ' ' . ($this->mpdf->n + 1) . ' 0 R]');
1335 $this->writer->write('/ColorSpace /' . $info['cs']);
1336 if ($info['c
[all...]
H A DMpdf.php795 var $CurrentFont; // current font info
5458 // $txt= preg_replace('/'.preg_quote($this->aliasNbPg,'/').'/', chr(7), $txt); // ? Need to adjust OTL info
5459 // $txt= preg_replace('/'.preg_quote($this->aliasNbPgGp,'/').'/', chr(8), $txt); // ? Need to adjust OTL info
8845 $info = $this->imageProcessor->getImage($file, true, $allowvector, $orig_srcpath);
8846 if (!$info && $paint) {
8847 $info = $this->imageProcessor->getImage($this->noImageFile);
8848 if ($info) {
8850 $w = ($info['w'] * (25.4 / $this->img_dpi)); // 14 x 16px
8851 $h = ($info['h'] * (25.4 / $this->img_dpi)); // 14 x 16px
8854 if (!$info) {
[all...]
H A DRemoteContentFetcher.php75 $info = curl_getinfo($ch);
76 if (isset($info['http_code']) && $info['http_code'] !== 200) {
77 $message = sprintf('HTTP error: %d', $info['http_code']);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php33 $info = ['w' => $width, 'h' => $height];
35 $info['cs'] = 'Indexed';
36 $info['bpc'] = $biBitCount;
44 $info['pal'] = $pal;
46 $info['cs'] = 'DeviceRGB';
47 $info['bpc'] = 8;
61 $info['set-dpi'] = $biXPelsPerMeter;
155 $info['f'] = 'FlateDecode';
157 $info['data'] = $bmpdata;
158 $info['typ
[all...]
H A DImageProcessor.php267 $info = $svg->ImageSVG($data);
272 if (!$info) {
275 $info['type'] = 'svg';
276 $info['i'] = count($this->mpdf->formobjects) + 1;
277 $this->mpdf->formobjects[$file] = $info;
279 return $info;
350 $info = $this->getImage($tempfile, false);
351 if (!$info) {
356 $info['type'] = 'jpg';
358 $info['
[all...]
H A DSvg.php123 * holds string info to write txt to image
286 $info = $this->imageProcessor->getImage($srcpath, true, false, $orig_srcpath, $this->mpdf->interpolateImages);
287 if (!$info) {
307 if ($info['h'] / $info['w'] > $h / $w) {
309 $img_w = $img_h * $info['w'] / $info['h'];
311 $img_h = $img_w * $info['h'] / $info['w'];
313 } elseif ($info['
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php108 public static function set_indic_properties(&$info, $scriptblock) argument
110 $u = $info['uni'];
167 if ($info['general_category'] == Ucdn::UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) {
197 $info['indic_category'] = $cat;
198 $info['indic_position'] = $pos;
336 public static function initial_reordering(&$info, $GSUBdata, $broken_syllables, $indic_config, $scriptblock, $is_old_spec, $dottedcircle) argument
339 self::update_consonant_positions($info, $GSUBdata);
342 self::insert_dotted_circles($info, $dottedcircle);
345 $count = count($info);
350 $last_syllable = $info[
361 update_consonant_positions(& $info, $GSUBdata) global() argument
379 insert_dotted_circles(& $info, $dottedcircle) global() argument
418 initial_reordering_syllable(& $info, $GSUBdata, $indic_config, $scriptblock, $is_old_spec, $start, $end) global() argument
893 final_reordering(& $info, $GSUBdata, $indic_config, $scriptblock, $is_old_spec) global() argument
911 final_reordering_syllable(& $info, $GSUBdata, $indic_config, $scriptblock, $is_old_spec, $start, $end) global() argument
1221 _move_info_pos(& $info, $from, $to) global() argument
1254 is_one_of($info, $flags) global() argument
1262 is_joiner($info) global() argument
1269 is_consonant($info) global() argument
1274 is_halant_or_coeng($info) global() argument
[all...]
H A DMyanmar.php113 public static function set_myanmar_properties(&$info) argument
115 $u = $info['uni'];
253 $info['myanmar_category'] = $cat;
254 $info['myanmar_position'] = $pos;
296 public static function reordering(&$info, $GSUBdata, $broken_syllables, $dottedcircle) argument
299 self::insert_dotted_circles($info, $dottedcircle);
301 $count = count($info);
306 $last_syllable = $info[0]['syllable'];
308 if ($last_syllable != $info[$i]['syllable']) {
309 self::reordering_syllable($info,
317 insert_dotted_circles(& $info, $dottedcircle) global() argument
344 reordering_syllable(& $info, $GSUBdata, $start, $end) global() argument
439 is_one_of($info, $flags) global() argument
449 is_consonant($info) global() argument
[all...]
H A DSea.php125 public static function set_sea_properties(&$info, $scriptblock) argument
127 $u = $info['uni'];
160 $info['sea_category'] = $cat;
161 $info['sea_position'] = $pos;
203 public static function initial_reordering(&$info, $GSUBdata, $broken_syllables, $scriptblock, $dottedcircle) argument
207 self::insert_dotted_circles($info, $dottedcircle);
210 $count = count($info);
215 $last_syllable = $info[0]['syllable'];
217 if ($last_syllable != $info[$i]['syllable']) {
218 self::initial_reordering_syllable($info,
226 insert_dotted_circles(& $info, $dottedcircle) global() argument
243 initial_reordering_syllable(& $info, $GSUBdata, $scriptblock, $start, $end) global() argument
284 final_reordering(& $info, $GSUBdata, $scriptblock) global() argument
302 final_reordering_syllable(& $info, $GSUBdata, $scriptblock, $start, $end) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DImg.php273 $info['interpolation'] = $interpolation;
277 $info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath, $interpolation); // mPDF 6
278 if (!$info) {
279 $info = $this->imageProcessor->getImage($this->mpdf->noImageFile);
280 if ($info) {
282 $w = ($info['w'] * (25.4 / $this->mpdf->img_dpi));
283 $h = ($info['h'] * (25.4 / $this->mpdf->img_dpi));
286 if (!$info) {
298 $tmpw = $info['w'];
299 $info['
[all...]
H A DInput.php218 $info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath);
219 if (!$info) {
220 $info = $this->imageProcessor->getImage($this->mpdf->noImageFile);
221 if ($info) {
223 $w = ($info['w'] * (25.4 / $this->mpdf->img_dpi));
224 $h = ($info['h'] * (25.4 / $this->mpdf->img_dpi));
227 if (!$info) {
230 if ($info['cs'] === 'Indexed') {
237 if ($info['type'] === 'wmf') {
241 $w = abs($info['
[all...]
H A DMeter.php232 $info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath);
233 if (!$info) {
234 $info = $this->imageProcessor->getImage($this->mpdf->noImageFile);
235 if ($info) {
237 $w = ($info['w'] * (25.4 / $this->mpdf->img_dpi));
238 $h = ($info['h'] * (25.4 / $this->mpdf->img_dpi));
241 if (!$info) {
250 $w = $this->mpdf->FontSize / (10 / Mpdf::SCALE) * abs($info['w']) / Mpdf::SCALE;
251 $h = $this->mpdf->FontSize / (10 / Mpdf::SCALE) * abs($info['h']) / Mpdf::SCALE;
256 $w = $info['
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php45 foreach ($this->mpdf->FontFiles as $fontkey => $info) {
47 if (isset($info['type']) && $info['type'] === 'TTF' && !$info['sip'] && !$info['smp']) {
56 $fsize = $info['length1'];
75 $originalsize = $info['length1'];
H A DFormWriter.php31 foreach ($this->mpdf->formobjects as $file => $info) {
40 $this->writer->write('/BBox [' . $info['x'] . ' ' . $info['y'] . ' ' . ($info['w'] + $info['x']) . ' ' . ($info['h'] + $info['y']) . ']');
46 $data = $this->mpdf->compress ? gzcompress($info['data']) : $info['data'];

12345678910>>...75