Home
last modified time | relevance | path

Searched refs:add_dict (Results 1 – 25 of 64) sorted by relevance

123

/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/
H A DDaap_Api.php755 self::add_dict('mikd', 'byte',
768 self::add_dict('mbcl', 'list', 'dmap.bag');
769 self::add_dict('mdcl', 'list', 'dmap.dictionary');
820 self::add_dict('assz', 'int', 'daap.songsize');
827 self::add_dict('asyr', 'short', 'daap.songyear');
833 self::add_dict('prsv', 'list', 'daap.resolve');
837 self::add_dict('aeMQ', 'byte', 'daap.aeMQ');
838 self::add_dict('aeTr', 'byte', 'daap.aeTr');
839 self::add_dict('aeSL', 'byte', 'daap.aeSL');
840 self::add_dict('aeSR', 'byte', 'daap.aeSR');
[all …]
/dports/finance/moneymanagerex/bakefile-0.2.9/src/
H A Dreader.py44 return mk.evalExpr(str, use_options=0, target=target, add_dict=add_dict)
58 typ = mk.evalCondition(condstr, target=target, add_dict=add_dict)
74 x = evalWeakConditionDontRaise(e, target=target, add_dict=add_dict)
117 def handleSet(e, target=None, add_dict=None): argument
152 target=target, add_dict=add_dict)
189 add_dict=add_dict, hints=hints)
200 value = mk.evalExpr(e_if.value,target=target,add_dict=add_dict)
242 add_dict=add_dict, store_in=store_in,
996 text = evalConstExpr(e, e.value, target=target, add_dict=add_dict)
1000 text = evalConstExpr(e, e.value, target=target, add_dict=add_dict)
[all …]
H A Dmk.py241 def setVar(name, value, eval=1, target=None, add_dict=None, store_in=None, argument
279 v = evalExpr(value, target=target, add_dict=add_dict)
319 def evalCondition(cond, target=None, add_dict=None): argument
322 target=target, add_dict=add_dict)
492 def __evalPyExpr(nothing, expr, use_options=1, target=None, add_dict=None): argument
500 if add_dict != None:
501 vdict.add(add_dict)
544 def evalExpr(e, use_options=1, target=None, add_dict=None): argument
550 add_dict)
H A Dbkl_c.i56 PyObject *add_dict);
H A Dbottlenecks.c89 PyObject *add_dict) in doEvalExpr() argument
160 add_dict); in doEvalExpr()
H A Dutils.py159 def callbackVar(cnd, expr, use_options, target, add_dict): argument
244 def callbackVar(nothing, expr, use_options, target, add_dict): argument
560 def varCb(helper, expr, use_options, target, add_dict): argument
/dports/graphics/py-urbanaccess/urbanaccess-0.2.2/urbanaccess/
H A Dgtfsfeeds.py103 def add_feed(self, add_dict, replace=False): argument
120 if not isinstance(add_dict, dict):
127 for key in add_dict.keys():
135 for value in add_dict[key]:
139 for key, value in add_dict.items():
145 gtfs_feeds = self.gtfs_feeds.update(add_dict)
148 for key in add_dict.keys():
154 for value in add_dict[key]:
158 gtfs_feeds = self.gtfs_feeds.update(add_dict)
160 log('Added {} feeds to gtfs_feeds: {}'.format(len(add_dict), add_dict))
/dports/textproc/scws/scws-1.2.3/
H A DChangeLog151 add_dict, set_dict 返回值改为 int (0:成功,-1失败), add_dict越后面的越优先用
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/
H A Dbuilder.py191 def add_dict(elem, item): function
199 typemap[dict] = add_dict
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/storage/
H A Dtmdb.py211 self.add_dict(unitdict, source_lang, target_lang, commit)
213 def add_dict(self, unit, source_lang, target_lang, commit=True): member in TMDB
267 self.add_dict(unit, source_lang, target_lang, commit=False)
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/multivariate/
H A Dfactor.py759 summ.add_dict({'': 'Eigenvalues'})
763 summ.add_dict({'': ''})
764 summ.add_dict({'': 'Communality'})
766 summ.add_dict({'': ''})
767 summ.add_dict({'': 'Pre-rotated loadings'})
769 summ.add_dict({'': ''})
777 summ.add_dict({'': '%s rotated loadings' % (self.rotation_method)})
H A Dcancorr.py175 summ.add_dict({'': ''})
176 summ.add_dict({'Multivariate Statistics and F Approximations': ''})
H A Dmultivariate_ols.py562 summ.add_dict({'': ''})
571 summ.add_dict({key: ' contrast L='})
576 summ.add_dict({key: ' transform M='})
581 summ.add_dict({key: ' constant C='})
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/speller/default/
H A Dspeller_impl.cpp359 PosibErr<void> SpellerImpl::add_dict(SpellerDict * wc) in add_dict() function in aspeller::SpellerImpl
564 RET_ON_ERR(sp->add_dict(new SpellerDict(d.last()))); in add_dicts()
617 RET_ON_ERR(add_dict(new SpellerDict(temp, *config_, personal_id))); in setup()
625 RET_ON_ERR(add_dict(new SpellerDict(temp, *config_, session_id))); in setup()
636 RET_ON_ERR(add_dict(new SpellerDict(temp, *config_, personal_repl_id))); in setup()
646 RET_ON_ERR(add_dict(new SpellerDict(dict, *config_))); in setup()
H A Dspeller_impl.hpp75 PosibErr<void> add_dict(SpellerDict *);
/dports/textproc/aspell/aspell-0.60.8/modules/speller/default/
H A Dspeller_impl.cpp359 PosibErr<void> SpellerImpl::add_dict(SpellerDict * wc) in add_dict() function in aspeller::SpellerImpl
564 RET_ON_ERR(sp->add_dict(new SpellerDict(d.last()))); in add_dicts()
617 RET_ON_ERR(add_dict(new SpellerDict(temp, *config_, personal_id))); in setup()
625 RET_ON_ERR(add_dict(new SpellerDict(temp, *config_, session_id))); in setup()
636 RET_ON_ERR(add_dict(new SpellerDict(temp, *config_, personal_repl_id))); in setup()
646 RET_ON_ERR(add_dict(new SpellerDict(dict, *config_))); in setup()
H A Dspeller_impl.hpp75 PosibErr<void> add_dict(SpellerDict *);
/dports/textproc/scws/scws-1.2.3/phpext/
H A Dscws_test.php78 if (file_exists('dict_user.txt')) $scws->add_dict('dict_user.txt', SCWS_XDICT_TXT);
H A DREADME.md69 bool add_dict(string dict_path[, int mode = SCWS_XDICT_XDB])
152 `bool SimpleCWS::add_dict(string dict_path [, int mode])` 添加分词所用的词典,新加入的优先查找。
/dports/devel/py-python-bugzilla/python-bugzilla-2.5.0/bugzilla/
H A Dbase.py1480 def add_dict(key, add, remove, _set=None, convert=None): function
1529 add_dict("blocks", blocks_add, blocks_remove, blocks_set,
1531 add_dict("depends_on", depends_on_add, depends_on_remove,
1533 add_dict("cc", cc_add, cc_remove)
1534 add_dict("groups", groups_add, groups_remove)
1535 add_dict("keywords", keywords_add, keywords_remove, keywords_set)
1536 add_dict("see_also", see_also_add, see_also_remove)
/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Dagtread.cpp80 return add_dict(nbuff); in add_dic1()
95 addsyn(add_dict(nbuff)); in add_slist()
100 addsyn(add_dict(nbuff)); in add_slist()
953 return add_dict(linebuffer); in readdict()
971 addsyn(add_dict(nbuff)); in readslist()
977 addsyn(add_dict(nbuff)); in readslist()
/dports/science/nest/nest-simulator-3.1/sli/
H A Ddict.h153 void add_dict( const std::string&, SLIInterpreter& );
H A Ddict.cc105 Dictionary::add_dict( const std::string& target, SLIInterpreter& i ) in add_dict() function in Dictionary
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/DK/scripts/
H A Dbuild-jcm800-preamp.py157 def add_dict(self, d): member in CodeGenerator
159 d = generate_code.CodeGenerator.add_dict(self, d)
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dcff_dict.c284 static void add_dict (cff_dict *dict, in add_dict() function
365 add_dict(dict, &data, endptr, &status); in cff_dict_unpack()

123