| /plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/ |
| D | PdfDictionary.php | 105 * @param mixed $dictionary 111 public static function get($dictionary, $key, PdfType $default = null) argument 113 $dictionary = self::ensure($dictionary); 115 if (isset($dictionary->value[$key])) { 116 return $dictionary->value[$key]; 127 * @param mixed $dictionary 131 public static function ensure($dictionary) argument 133 return PdfType::ensureType(self::class, $dictionary, 'Dictionary value expected.');
|
| D | PdfStream.php | 33 * @param PdfDictionary $dictionary 39 …public static function parse(PdfDictionary $dictionary, StreamReader $reader, PdfParser $parser = … argument 42 $v->value = $dictionary; 83 * @param PdfDictionary $dictionary 87 public static function create(PdfDictionary $dictionary, $stream) argument 90 $v->value = $dictionary;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
| D | GooglePrivacyDlpV2ExclusionRule.php | 36 public function setDictionary(GooglePrivacyDlpV2Dictionary $dictionary) argument 38 $this->dictionary = $dictionary; 45 return $this->dictionary;
|
| D | GooglePrivacyDlpV2StoredInfoTypeConfig.php | 54 public function setDictionary(GooglePrivacyDlpV2Dictionary $dictionary) argument 56 $this->dictionary = $dictionary; 63 return $this->dictionary;
|
| D | GooglePrivacyDlpV2CustomInfoType.php | 61 public function setDictionary(GooglePrivacyDlpV2Dictionary $dictionary) argument 63 $this->dictionary = $dictionary; 70 return $this->dictionary;
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Hyphenator.php | 15 private $dictionary; variable in Mpdf\\Hyphenator 33 $this->dictionary = []; 181 $this->dictionary = file($this->mpdf->hyphenationDictionaryFile, FILE_SKIP_EMPTY_LINES); 182 foreach ($this->dictionary as $entry) {
|
| D | FpdiTrait.php | 380 $dictionary = $value->value; 381 $dictionary->value['Length'] = PdfNumeric::create(\strlen($stream)); 382 $value = PdfStream::create($dictionary, $stream);
|
| /plugin/combo/resources/dictionary/ |
| H A D | README.md | 4 This directory contains all dictionary (ie data to be looked up) 6 * [material-design meta](./material-design-icon-meta.json) - The material design dictionary
|
| /plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/ |
| D | CrossReference.php | 275 * @param PdfDictionary $dictionary 278 protected function checkForEncryption(PdfDictionary $dictionary) argument 280 if (isset($dictionary->value['Encrypt'])) {
|
| /plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/ |
| D | Fpdi.php | 253 $dictionary = $value->value; 254 $dictionary->value['Length'] = PdfNumeric::create(\strlen($stream)); 255 $value = PdfStream::create($dictionary, $stream);
|
| /plugin/refnotes/ |
| D | action.php | 472 static $dictionary = array( 519 if (array_key_exists($styleName, $dictionary)) { 520 $key = array_search($style, $dictionary[$styleName][$from]); 523 $style = $dictionary[$styleName][$to][$key];
|
| /plugin/hyphenation/phpHyphenation/ |
| D | phpHyphenation.class.php | 116 $dictionary = file($filename, FILE_IGNORE_NEW_LINES); 117 return $this->loadUserDictFromArray($dictionary, $append);
|
| /plugin/asciidocjs/node_modules/color-convert/ |
| D | CHANGELOG.md | 10 - Changed: all functions to lookup dictionary
|
| /plugin/diagramsnet/lib/js/deflate/ |
| D | pako.min.js | 2 …dictionary){var i;if(i="string"==typeof e.dictionary?Kt(e.dictionary):"[object ArrayBuffer]"===Xt.…
|
| /plugin/xlsx2dw/packages/jszip/ |
| D | jszip.js | 4766 if (opt.dictionary) { 4769 if (typeof opt.dictionary === 'string') { 4771 dict = strings.string2buf(opt.dictionary); 4772 } else if (toString.call(opt.dictionary) === '[object ArrayBuffer]') { 4773 dict = new Uint8Array(opt.dictionary); 4775 dict = opt.dictionary; 5180 var dictionary = this.options.dictionary; 5214 if (status === c.Z_NEED_DICT && dictionary) { 5216 if (typeof dictionary === 'string') { 5217 dict = strings.string2buf(dictionary); [all …]
|
| /plugin/datatables/assets/jszip/ |
| D | jszip.js | 4766 if (opt.dictionary) { 4769 if (typeof opt.dictionary === 'string') { 4771 dict = strings.string2buf(opt.dictionary); 4772 } else if (toString.call(opt.dictionary) === '[object ArrayBuffer]') { 4773 dict = new Uint8Array(opt.dictionary); 4775 dict = opt.dictionary; 5180 var dictionary = this.options.dictionary; 5214 if (status === c.Z_NEED_DICT && dictionary) { 5216 if (typeof dictionary === 'string') { 5217 dict = strings.string2buf(dictionary); [all …]
|
| D | jszip.min.js | 13 …dictionary){var n;if(n="string"==typeof t.dictionary?h.string2buf(t.dictionary):"[object ArrayBuff…
|
| /plugin/codemirror/dist/modes/ |
| D | webidl.min.js.map | 1 …dictionary\", \"enum\", \"getter\",\n \"implements\", \"inherit\", \"interface\", \"iterable\", \…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Books.php | 44 public $dictionary; variable in Google\\Service\\Books 214 'dictionary', 218 'path' => 'books/v1/dictionary/listOfflineMetadata',
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/ |
| D | popcorn.js | 77 put: function( dictionary ) { argument 80 for ( var key in dictionary ) { 81 if ( dictionary.hasOwnProperty( key ) ) { 82 this[ key ] = dictionary[ key ];
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 13716 this.dictionary = this.document.ref({ 13739 this.dictionary.end(); 13776 var data = this.dictionary.data; 13782 var data = this.dictionary.data; 14217 this.dictionary = this.document.ref(encDict); 14337 this.dictionary.end(); 14989 var dictionary, name; 15002 dictionary = _this$_opacityRegistr[0]; 15005 dictionary = { 15009 dictionary.ca = fillOpacity; [all …]
|
| D | pdfmake.min.js | 2 …dictionary=this.document.ref({Type:"Page",Parent:this.document._root.data.Pages,MediaBox:[0,0,this…
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 17132 pages.Kids.push(this.page.dictionary); 20688 if (opts.dictionary) { 20689 if (!Buffer.isBuffer(opts.dictionary)) { 20720 opts.dictionary); 20996 this.dictionary = null; 20999 Zlib.prototype.init = function(windowBits, level, memLevel, strategy, dictionary) { argument 27726 … return (_base = _this.dictionary.data).Annots != null ? _base.Annots : _base.Annots = []; 27731 this.dictionary = this.document.ref({ 27749 this.dictionary.end(); 27951 var dictionary, id, key, name, _ref1; [all …]
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 20378 var dictionary = {}; 20380 dictionary.huffman = !!(dictionaryFlags & 1); 20381 dictionary.refinement = !!(dictionaryFlags & 2); 20382 dictionary.huffmanDHSelector = dictionaryFlags >> 2 & 3; 20383 dictionary.huffmanDWSelector = dictionaryFlags >> 4 & 3; 20384 dictionary.bitmapSizeSelector = dictionaryFlags >> 6 & 1; 20385 dictionary.aggregationInstancesSelector = dictionaryFlags >> 7 & 1; 20386 dictionary.bitmapCodingContextUsed = !!(dictionaryFlags & 256); 20387 dictionary.bitmapCodingContextRetained = !!(dictionaryFlags & 512); 20388 dictionary.template = dictionaryFlags >> 10 & 3; [all …]
|
| /plugin/diagramsnet/lib/js/jszip/ |
| D | jszip.min.js | 13 …dictionary){var e;if(e="string"==typeof b.dictionary?j.string2buf(b.dictionary):"[object ArrayBuff…
|