Searched refs:getSpeech (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/math/extensions/a11y/ |
H A D | explorer.js | 232 t.setRebuilt(u.walker.getRebuilt()), t.getSpeech(u.walker.rootNode, u.walker.getXml()),
|
H A D | mathjax-sre.js | 616 …s);b(a)};sre.SpeechGenerator=function(){};sre.SpeechGenerator.prototype.getSpeech=function(a,b){};… method in sre.SpeechGenerator 1552 …getSpeech=goog.abstractMethod;sre.AbstractSpeechGenerator.prototype.start=function(){};sre.Abstrac… method in sre.AdhocSpeechGenerator 1557 …getSpeech=function(a,b){return sre.WalkerUtil.getAttribute(a,this.modality)};sre.DummySpeechGenera… method in sre.DirectSpeechGenerator 1558 …getSpeech=function(a,b){var c=this.generateSpeech(a,b);a.setAttribute(this.modality,c);var d=this.… method in sre.SummarySpeechGenerator 1571 …des(),d=0,e=a.length;d<e;d++){var f=a[d],g=c[d];b.push(f?this.generator.getSpeech(f,this.getXml())… 1588 …tInstance().setupEngine(a);sre.SpeechGeneratorFactory.generator("Tree").getSpeech(this.node,this.g… 1617 …y.generator("Adhoc");c.getSpeech(b,a);break;case sre.Engine.Speech.DEEP:c=sre.SpeechGeneratorFacto…
|