Home
last modified time | relevance | path

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

123

/plugin/fckg/fckeditor/
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/
DDictlayerdata.php48 public function setDict(DictlayerdataDict $dict) argument
50 $this->dict = $dict;
57 return $this->dict;
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
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);
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/dw2pdf/vendor/setasign/fpdi/src/
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->value['Length'] = $length;
[all …]
/plugin/combo/ComboStrap/
H A DDictionary.php21 $dict = Json::createFromString($jsonContent)->toArray();
25 if ($dict === null) {
28 return $dict;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
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/mizarverifiabledocs/script/
H A Dmiz_parser.py85 entries.append(dict(start=m.start(), end=m.end(), label=lbl, kind=kind))
102 entries.append(dict(start=abs_pos, end=abs_pos, label=lbl, kind=kind))
112 entries.append(dict(start=abs_pos, end=abs_pos, label=lbl, kind=kind))
118 entries.append(dict(start=hdr_s, end=hdr_e, label=lbl, kind="def"))
126 entries.append(dict(start=m.start(), end=m.end(), label=lbl, kind=kind))
135 entries.append(dict(start=m.start(), end=m.end(), label=lbl, kind=kind))
/plugin/asciidocjs/node_modules/core-js/library/modules/
Dcore.dict.js86 var dict = create(null);
90 dict[key] = value;
92 } else assign(dict, iterable);
94 return dict;
/plugin/asciidocjs/node_modules/core-js/modules/
Dcore.dict.js86 var dict = create(null);
90 dict[key] = value;
92 } else assign(dict, iterable);
94 return dict;
/plugin/spellcheck/
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/
Dpdf.worker.js11113 var dict = dictArray[i];
11115 if (!isDict(dict)) {
11119 for (var keyName in dict._map) {
11124 mergedDict._map[keyName] = dict._map[keyName];
11171 this.dict = Object.create(null);
11176 return ref.toString() in this.dict;
11179 this.dict[ref.toString()] = true;
11182 delete this.dict[ref.toString()];
11192 this.dict = Object.create(null);
11197 return this.dict[ref.toString()];
[all …]
Dpdf.worker.js.map1dict","isDict","refCache","gen","refValue","RefSet","put","remove","RefSetCache","putAlias","isNam…
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dutils.js332 var dict = new Dictionary();
333 dict._size = merge(dict._values, obj);
334 return dict;
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dutils.js230 var dict = new Dictionary();
232 if (HOP(obj, i)) dict.set(i.slice(1), obj[i]);
233 return dict;
/plugin/asciidocjs/node_modules/core-js/
DREADME.md24 …te](#setimmediate), etc. Some additional features such as [dictionaries](#dict) or [extended parti…
78 - [Dict](#dict)
154 npm run grunt build:core.dict,es6 -- --blacklist=es6.promise,es6.math --library=on --path=custom ug…
156 Where `core.dict` and `es6` are modules (namespaces) names, which will be added to the build, `es6.…
166 modules: ['es6', 'core.dict'], // modules / namespaces
2005 Module [`core.dict`](https://github.com/zloirock/core-js/blob/v2.6.12/modules/core.dict.js). Based …
2007 [new] Dict(iterable (entries) | object ?) -> dict
2030 core-js(/library)/core/dict
2031 core-js(/library)/fn/dict
2044 var dict = Dict({a: 42});
[all …]
/plugin/codemirror/dist/modes/
Dshell.min.js.map1dict","i","length","commonAtoms","commonKeywords","commonCommands","registerHelper","concat","toke…
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.js1193 fromDict: function (dict) { argument
1195 for (var name in dict) {
1198 this[name] = dict[name];
1201 $.extend(this.data, dict.data);
1203 !_isFunction(dict[name]) &&
1207 this.data[name] = dict[name];
1210 if (dict.children) {
1213 this.addChildren(dict.children);
2351 dict = {},
2356 dict[a] = self[a];
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DDiffSync.js324 var dict = new mxDictionary();
329 if (!dict.get(edge) && updateEdgeParents)
331 dict.put(edge, true);
/plugin/authgoogle/google/contrib/
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/indexmenu/scripts/fancytree/
Djquery.fancytree-all.js1193 fromDict: function (dict) { argument
1195 for (var name in dict) {
1198 this[name] = dict[name];
1201 $.extend(this.data, dict.data);
1203 !_isFunction(dict[name]) &&
1207 this.data[name] = dict[name];
1210 if (dict.children) {
1213 this.addChildren(dict.children);
2351 dict = {},
2356 dict[a] = self[a];
[all …]
Djquery.fancytree-all-deps.js2654 fromDict: function (dict) { argument
2656 for (var name in dict) {
2659 this[name] = dict[name];
2662 $.extend(this.data, dict.data);
2664 !_isFunction(dict[name]) &&
2668 this.data[name] = dict[name];
2671 if (dict.children) {
2674 this.addChildren(dict.children);
3812 dict = {},
3817 dict[a] = self[a];
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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[$dictptr + 1]) << 16) + (ord($dict[$dictp…
/plugin/farm/install/animaltemplate/conf/
Dinterwiki.conf50 Dictionary http://www.dict.org/bin/Dict?Database=*&amp;Form=Dict1&amp;Strategy=*&amp;Query=
/plugin/dirtylittlehelper/mermaid/editor/docs/
D46.46.js.map1 …e',\n 'compile',\n 'complex',\n 'delattr',\n 'dict',\n 'dir',\n…

123