Home
last modified time | relevance | path

Searched refs:sth (Results 1 – 7 of 7) sorted by relevance

/plugin/abc2/abc-libraries/abc2svg/
Dsth-1.js5 abc2svg.sth={recal_beam:function(bm,s){var staff_tb=this.get_staff_tb(),y=staff_tb[s.st].y,s2=bm.s2…
6 if(s.sth)
7 s.ys=s.sth
8 if(s2.sth)
9 s2.ys=s2.sth;bm.a=(s.ys+y-s2.ys-y2)/(s.xs-s2.xs);bm.b=s.ys-s.xs*bm.a+y
18 if(p_voice.sth!=null)
21 for(s=p_voice.sym;s;s=s.next){if(s.sth){sth_a=s.sth;s.sth=null}
34 s.sth=s.ys}}},calculate_beam:function(of,bm,s1){var done=of(bm,s1)
35 if(done&&bm.s2&&(s1.sth||bm.s2.sth))
36 abc2svg.sth.recal_beam.call(this,bm,s1)
[all …]
Dabc2svg-1.js8946 …},MIDI:{},pageheight:{fn:'page'},pedline:{},percmap:{fn:'perc'},soloffs:{},sth:{},strtab:{},temper… property
/plugin/bez/mdl/
H A DFactory.php144 $sth = $this->model->db->prepare($q);
146 $sth->setFetchMode(\PDO::FETCH_CLASS, $this->get_object_class_name(),
149 $sth->execute($execute);
151 return $sth;
163 $sth = $this->model->db->prepare($q);
164 $sth->execute($execute);
166 $count = $sth->fetchColumn();
174 $sth = $this->model->db->prepare($q);
175 $sth->execute(array($id));
177 if ($sth->fetch()) {
[all …]
/plugin/dbquery/
H A Dhelper.php87 $sth = $this->prepareStatement($pdo, $query, $params);
88 $sth->execute();
90 $data = $sth->fetchAll(PDO::FETCH_ASSOC);
91 $sth->closeCursor();
117 $sth = $pdo->prepare($sql);
124 $sth->bindValue($key, $val, PDO::PARAM_INT);
126 $sth->bindValue($key, $val);
130 return $sth;
/plugin/dbquery/_test/
H A DHelperTest.php77 $sth = $this->hlp->prepareStatement($pdo, $sql, $parameters);
79 $actual = $sth->queryString;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Drecipes.rst470 $sth = $this->dbh->prepare('SELECT '.$column.' FROM templates WHERE name = :name');
471 $sth->execute([':name' => (string) $name]);
473 return $sth->fetchColumn();
/plugin/abc2/abc-libraries/abc-ui/
Dabc-ui-1.0.0.min.js8sth:{fn:"sth-1.js"},temperament:{fn:"temper-1.js"},nreq:0,hooks:[],g_hooks:[],load:function(e,t,n)… property