Home
last modified time | relevance | path

Searched refs:from_tt (Results 1 – 5 of 5) sorted by relevance

/dports/databases/p5-T2/T2-0.10/bin/
H A Dt2-fsck-schema.pl57 my ($from_tt, $to_tt);
67 if ($from_tt = $schema->schema->{classes}
106 if ($from_tt->{coll} ne $to_tt->{item}) {
115 $att->options->{"item"} = $from_tt->{coll};
123 if ($from_tt->{item} ne $to_tt->{coll}) {
132 $att->options->{"coll"} = $from_tt->{item};
142 if ($from_tt->{coll} ne $to_tt->{col}) {
146 print "Fix ( set To col to $from_tt->{coll} ) ? ";
151 $att->options->{"col"} = $from_tt->{coll};
167 if ($from_tt->{col} ne $to_tt->{coll}) {
[all …]
/dports/multimedia/libquvi-scripts09/libquvi-scripts-0.9.20131130/share/subtitle/export/
H A Dsubrip.lua42 return SubRip.from_tt(qargs)
54 function SubRip.from_tt(qargs) function
/dports/textproc/py-nltk/nltk-3.4.1/nltk/corpus/reader/
H A Dpanlex_lite.py108 def translations(self, from_uid, from_tt, to_uid): argument
126 return self._c.execute(self.TRANSLATION_Q, (from_lv, from_tt, to_lv)).fetchall()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/
H A Dattr.rs171 Attr::from_tt(db, &tree, &hygiene, index) in filter()
711 fn from_tt( in from_tt() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/
H A Dattr.rs171 Attr::from_tt(db, &tree, &hygiene, index) in filter()
709 fn from_tt( in from_tt() method