Home
last modified time | relevance | path

Searched refs:get (Results 126 – 150 of 3429) sorted by last modified time

12345678910>>...138

/plugin/bibtex4dw/
H A DTODO.md28 Currently, most errors in BibTeX files (and it is damn easy to have typos and alike in BibTeX files) get ignored silently, *i.e.* some things might not work due to not obvious reasons.
/plugin/copycode/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
/plugin/tag/
H A DCOPYING24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
331 You should also get your employer (if you work as a programmer) or your
/plugin/imapmarkers/
H A Djquery.imagemapster.js47 get: function () {
763 me.get = function (key) {
/plugin/recommend/
H A Dscript.js30 let id = url.searchParams.get('id');
51 jQuery.get(
/plugin/translation/_test/
H A DBasicTest.php126 $response = $request->get(array('id' => $input));
/plugin/bureaucracy/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
/plugin/htmlok/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
/plugin/gitbacked/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md53 You can then pick one of the implementations of the interface to get a logger.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php1308 $b['TL-V'] = Arrays::get($b, 'TL-H', 0);
1309 $b['TR-V'] = Arrays::get($b, 'TR-H', 0);
1310 $b['BL-V'] = Arrays::get($b, 'BL-H', 0);
1311 $b['BR-V'] = Arrays::get($b, 'BR-H', 0);
H A DMpdf.php5702 // Insert single tatweel character and use fontstretch to get correct length
7881 // get the width of the character in points
8053 // Look back and ahead to get current word
8104 // Look back to get first part of current word
8862 // divide by 20 to get points
8863 // divide by k to get user units
8869 // divide by k to get user units (mm)
11633 $reverse = false; // For pagenumbers, RTL numerals (Hebrew) will get reversed later by bidi
11809 $y = Arrays::get($tablehf, 'y', null) - $topy;
11812 $x = Arrays::get(
[all...]
H A DRemoteContentFetcher.php98 $file = Arrays::get($p, 'path', '');
99 $scheme = Arrays::get($p, 'scheme', '');
100 $port = Arrays::get($p, 'port', 80);
105 $port = Arrays::get($p, 'port', 443);
108 $query = Arrays::get($p, 'query', null);
H A DTableOfContents.php551 $toc_bookmarkText = Arrays::get($this->m_TOC[$toc_id], 'TOCbookmarkText', null); // *BOOKMARKS*
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php2754 // get copy of current/default txt style, and modify it with supplied attributes
3637 $path = Arrays::get($attribs, 'd', '');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php70 if (isset($attr['METHOD']) && strtolower($attr['METHOD']) === 'get') {
582 $currblk['border_radius_TL_H'] = Arrays::get($currblk, 'border_radius_TL_H', 0);
583 $currblk['border_radius_TL_V'] = Arrays::get($currblk, 'border_radius_TL_V', 0);
584 $currblk['border_radius_TR_H'] = Arrays::get($currblk, 'border_radius_TR_H', 0);
585 $currblk['border_radius_TR_V'] = Arrays::get($currblk, 'border_radius_TR_V', 0);
586 $currblk['border_radius_BL_H'] = Arrays::get($currblk, 'border_radius_BL_H', 0);
587 $currblk['border_radius_BL_V'] = Arrays::get($currblk, 'border_radius_BL_V', 0);
588 $currblk['border_radius_BR_H'] = Arrays::get($currblk, 'border_radius_BR_H', 0);
589 $currblk['border_radius_BR_V'] = Arrays::get($currblk, 'border_radius_BR_V', 0);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DArrays.php8 public static function get($array, $key, $default = null) function in Mpdf\\Utils\\Arrays
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfDictionary.php111 public static function get($dictionary, $key, PdfType $default = null) function in setasign\\Fpdi\\PdfParser\\Type\\PdfDictionary
H A DPdfStream.php141 $length = PdfDictionary::get($this->value, 'Length');
231 $filters = PdfDictionary::get($this->value, 'Filter');
242 $decodeParams = PdfDictionary::get($this->value, 'DecodeParms');
273 $predictor = PdfDictionary::get($decodeParam, 'Predictor', PdfNumeric::create(1));
284 $colors = PdfDictionary::get($decodeParam, 'Colors', PdfNumeric::create(1));
285 $bitsPerComponent = PdfDictionary::get(
291 $columns = PdfDictionary::get($decodeParam, 'Columns', PdfNumeric::create(1));
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A Docrbinfo.txt46 automated process; try using the tools I used and see how far you get
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php121 $parentDict = PdfType::resolve(PdfDictionary::get($dict, 'Parent'), $this->parser);
132 $parentDict = PdfType::resolve(PdfDictionary::get($parentDict, 'Parent'), $this->parser);
245 $contents = PdfType::resolve(PdfDictionary::get($dict, 'Contents'), $this->parser);
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DLICENSE.txt24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
H A DREADME.md138 To get started, run `composer install` from the command line while in the mPDF root directory
H A DCHANGELOG.md523 2) Table of Contents - appearance can now be controlled with CSS styles. By default, in mPDF 5.7, no styling is applied so you will get:
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php335 $contentsObject = PdfType::resolve(PdfDictionary::get($pageDict, 'Contents'), $reader->getParser(), true);
351 $filter = PdfDictionary::get($stream->value, 'Filter');
355 $length = PdfType::resolve(PdfDictionary::get($stream->value, 'Length'), $reader->getParser());

12345678910>>...138