/plugin/fckg/fckeditor/ |
H A D | aspell.php | 91 foreach ($dicts as $dict) { 92 if(preg_match('/^([a-z]+)\-?.*$/', $dict, $matches)) { 103 if($dict == $spell_chk_lang) $selected = 'checked'; 104 echo "<td><input type='radio' name='lang' value='$dict' $selected> $dict ";
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
H A D | Dictlayerdata.php | 48 public function setDict(DictlayerdataDict $dict) argument 50 $this->dict = $dict; 57 return $this->dict;
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/ |
H A D | Page.php | 106 $dict = $this->getPageDictionary(); 108 if (isset($dict->value[$name])) { 109 return $dict->value[$name]; 116 $inheritedKeys = \array_filter($inheritedKeys, function ($key) use ($dict) { 117 return !isset($dict->value[$key]); 121 $parentDict = PdfType::resolve(PdfDictionary::get($dict, 'Parent'), $this->parser); 244 $dict = $this->getPageDictionary(); 245 $contents = PdfType::resolve(PdfDictionary::get($dict, 'Contents'), $this->parser);
|
H A D | PdfReader.php | 166 $dict = PdfType::resolve($page, $this->parser); 167 $type = PdfDictionary::get($dict, 'Type'); 170 $kids = PdfType::resolve(PdfDictionary::get($dict, 'Kids'), $this->parser);
|
/plugin/combo/ComboStrap/ |
H A D | Dictionary.php | 21 $dict = Json::createFromString($jsonContent)->toArray(); 25 if ($dict === null) { 28 return $dict;
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/ |
H A D | FpdiTrait.php | 270 $dict = new PdfDictionary(); 271 $dict->value['Type'] = PdfName::create('XObject'); 272 $dict->value['Subtype'] = PdfName::create('Form'); 273 $dict->value['FormType'] = PdfNumeric::create(1); 274 $dict->value['BBox'] = $bbox->toPdfArray(); 278 $dict->value['Group'] = PdfDictionary::create([ 286 $dict->value['Resources'] = $resources; 326 $dict->value['Matrix'] = PdfArray::create([ 353 $dict->value['Filter'] = $filter; 356 $dict [all...] |
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | BrowserConsoleHandler.php | 246 * @param mixed[] $dict 249 private static function dump(string $title, array $dict): array argument 252 $dict = array_filter($dict); 253 if (empty($dict)) { 257 foreach ($dict as $key => $value) {
|
/plugin/spellcheck/ |
H A D | aspell.php | 56 function pspell_check(&$dict,$word){ argument 57 return $dict->check($word); 60 function pspell_suggest(&$dict, $word){ argument 61 return $dict->suggest($word);
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 14623 dict = dict.dict; 28439 dict: dict, 28966 dict: dict, 28972 dict: dict, 28976 dict: dict, 28981 dict: dict, 28985 dict: dict, 29071 dict: dict, 29081 dict: dict, 32816 dict: dict, [all …]
|
H A D | pdf.worker.js.map | 1 …dict","isDict","refCache","gen","refValue","RefSet","put","remove","RefSetCache","putAlias","isNam…
|
/plugin/codemirror/dist/modes/ |
H A D | shell.min.js.map | 1 …dict","i","length","commonAtoms","commonKeywords","commonCommands","registerHelper","concat","toke…
|
H A D | gfm.min.js.map | 1 …?:-extension)?|cid|coap|com-eventbrite-attendee|content|crid|cvs|data|dav|dict|dlna-(?:playcontain…
|
H A D | python.min.js.map | 1 … \"classmethod\", \"compile\", \"complex\", \"delattr\", \"dict\", \"dir\", \"divmo…
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DiffSync.js | 324 var dict = new mxDictionary(); 329 if (!dict.get(edge) && updateEdgeParents) 331 dict.put(edge, true);
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_BooksService.php | 1424 public $dict; variable in Google_BooksLayerDictData 1431 public function setDict(Google_BooksLayerDictDataDict $dict) { argument 1432 $this->dict = $dict; 1435 return $this->dict;
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Otl.php | 3023 $dict = &$this->lbdicts[$this->shaper]; 3040 $matches = $this->checkwordmatch($dict, $ptr); 3062 $matches2 = $this->checkwordmatch($dict, $firstmatch + 1); 3085 private function checkwordmatch(&$dict, $ptr) argument 3104 $x = ord($dict[$dictptr]); 3123 $m = ord($dict[$dictptr]); 3127 $next = ord($dict[$dictptr + 1]); 3145 $d = ord($dict[$dictptr]); 3151 $offset = (ord($dict[$dictptr]) * 16777216) + (ord($dict[ [all...] |
/plugin/farm/install/animaltemplate/conf/ |
H A D | interwiki.conf | 50 Dictionary http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 46.46.js.map | 1 …e',\n 'compile',\n 'complex',\n 'delattr',\n 'dict',\n 'dir',\n…
|
H A D | 64.64.js.map | 1 …'regsub',\n 'scan',\n 'string',\n 'subst',\n 'dict',\n 'cd',\n …
|
/plugin/xlsx2dw/packages/jszip/ |
H A D | jszip.js | 4767 var dict; 4771 dict = strings.string2buf(opt.dictionary); 4773 dict = new Uint8Array(opt.dictionary); 4775 dict = opt.dictionary; 4778 status = zlib_deflate.deflateSetDictionary(this.strm, dict); 5183 var dict; 5217 dict = strings.string2buf(dictionary); 5219 dict = new Uint8Array(dictionary); 5221 dict = dictionary; 5224 status = zlib_inflate.inflateSetDictionary(this.strm, dict);
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 7624 var dict = new mxDictionary(); 7628 dict.put(cells[i], true); 7647 dict.get(this.model.getParent(cells[i])) == null) 8695 var dict = new mxDictionary(); 8699 dict.put(cells[i], true); 8709 if (parent != null && !dict.get(parent)) 8711 dict.put(parent, true); 8729 if (!dict.get(this.model.getChildAt(state.cell, j))) 11709 var dict = new mxDictionary(); 11715 if (!dict.get(cell)) [all …]
|
H A D | Sidebar.js | 692 var dict = new mxDictionary(); 714 if ((index == 0) == (dict.get(entry) == null)) 733 dict = tmpDict;
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | pdf.fpdf.php | 1163 function _dictionary($dict) { argument 1165 foreach ($dict as $key => $value) {
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
H A D | fpdf.php | 1074 function _dictionary($dict) { argument 1076 foreach ($dict as $key => $value) {
|
/plugin/pdfjs/pdfjs/web/ |
H A D | viewer.js | 14720 var dict = getL10nDictionary(); 14722 if (dict && dict.locales && dict.default_locale) { 14724 gL10nData = dict.locales[lang]; 14727 var defaultLocale = dict.default_locale.toLowerCase(); 14729 for (var anyCaseLang in dict.locales) { 14733 gL10nData = dict.locales[lang]; 14736 gL10nData = dict.locales[defaultLocale];
|