Home
last modified time | relevance | path

Searched refs:dict (Results 1 – 25 of 36) sorted by relevance

12

/plugin/fckg/fckeditor/
H A Daspell.php91 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 &nbsp;";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DDictlayerdata.php48 public function setDict(DictlayerdataDict $dict) argument
50 $this->dict = $dict;
57 return $this->dict;
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php106 $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 DPdfReader.php166 $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 DDictionary.php21 $dict = Json::createFromString($jsonContent)->toArray();
25 if ($dict === null) {
28 return $dict;
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php270 $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 DBrowserConsoleHandler.php246 * @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 Daspell.php56 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 Dpdf.worker.js14623 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 Dpdf.worker.js.map1dict","isDict","refCache","gen","refValue","RefSet","put","remove","RefSetCache","putAlias","isNam…
/plugin/codemirror/dist/modes/
H A Dshell.min.js.map1dict","i","length","commonAtoms","commonKeywords","commonCommands","registerHelper","concat","toke…
H A Dgfm.min.js.map1 …?:-extension)?|cid|coap|com-eventbrite-attendee|content|crid|cvs|data|dav|dict|dlna-(?:playcontain…
H A Dpython.min.js.map1 … \"classmethod\", \"compile\", \"complex\", \"delattr\", \"dict\", \"dir\", \"divmo…
/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js324 var dict = new mxDictionary();
329 if (!dict.get(edge) && updateEdgeParents)
331 dict.put(edge, true);
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php1424 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 DOtl.php3023 $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 Dinterwiki.conf50 Dictionary http://www.dict.org/bin/Dict?Database=*&amp;Form=Dict1&amp;Strategy=*&amp;Query=
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D46.46.js.map1 …e',\n 'compile',\n 'complex',\n 'delattr',\n 'dict',\n 'dir',\n…
H A D64.64.js.map1 …'regsub',\n 'scan',\n 'string',\n 'subst',\n 'dict',\n 'cd',\n …
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4767 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 DGraph.js7624 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 DSidebar.js692 var dict = new mxDictionary();
714 if ((index == 0) == (dict.get(entry) == null))
733 dict = tmpDict;
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1163 function _dictionary($dict) { argument
1165 foreach ($dict as $key => $value) {
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1074 function _dictionary($dict) { argument
1076 foreach ($dict as $key => $value) {
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js14720 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];

12