Searched refs:modality (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/math/extensions/a11y/ |
H A D | mathjax-sre.js | 656 …"."+this.modality+(this.domain?"."+this.domain:"")+"."+a)};sre.BaseRuleStore.prototype.parse=funct… 680 …d(function(b){return b.speechGenerator&&"speech"===b.speechGenerator.getOptions().modality}):null}; 722 …Store.prototype.setupStore_=function(a,b){a.locale=this.locale;a.modality=this.modality;b&&(a.cate… 723 …_=function(a){if(!a.locale&&!a.modality)return!1;this.locale=a.locale||this.locale;this.modality=a… 1543 …bind(a.evaluateDefault,a),c=this.evaluators_[a.locale];c?c[a.modality]=b:(c={},c[a.modality]=b,thi… 1547 …',b.xml())[0];return c?sre.SpeechRuleEngine.getInstance().runInSetting({modality:"prefix",domain:"… 1551 …modality:"summary",strict:!1,cache:!1,speech:!0},function(){return sre.SpeechRuleEngine.getInstanc… 1552 …modality,b);return b};sre.ColorGenerator=function(){sre.AbstractSpeechGenerator.call(this);this.mo… 1553 …new sre.RebuildStree(a));this.colorLeaves_(a);return sre.WalkerUtil.getAttribute(a,this.modality)}; 1555 …tion(a,b,c){return(a=sre.WalkerUtil.getBySemanticId(a,b))?(a.setAttribute(this.modality,c),!0):!1}; [all …]
|
H A D | explorer.js | 333 modality: "speech"
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 14696 function modality(mode) { function 14697 if (!modality.cover) { 14698 modality.cover = document.createElement("div"); 14700 modality.cover.onkeydown = modal_key; 14701 modality.cover.className = "dhx_modal_cover"; 14702 document.body.appendChild(modality.cover); 14705 modality.cover.style.display = mode ? "inline-block" : "none"; 14833 modality(true); 14905 modality(false); 14978 if(modality.cover && modality.cover.parentNode){ [all …]
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …modality","cover","buttonAriaAttrs","getFirstDefined","_createBox","cancel","contentId","btn","_bo…
|