Home
last modified time | relevance | path

Searched +defs:input +defs:s (Results 1 – 25 of 67) sorted by relevance

123

/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js207 module.exports = function crc32(input, crc) { argument
4097 function put_byte(s, b) { argument
4268 function fill_window(s) { argument
4993 function lm_init(s) { argument
8103 function put_short (s, w) { argument
8152 function bi_flush(s) { argument
8415 function init_block(s) { argument
8432 function bi_windup(s) argument
8810 function build_bl_tree(s) { argument
8924 function _tr_init(s) argument
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php121 public function match(CharStream $input, int $mode) : int argument
158 protected function matchATN(CharStream $input) : int argument
187 execATN(CharStream $input, DFAState $ds0) global() argument
268 getExistingTargetState(DFAState $s, int $t) global() argument
295 computeTargetState(CharStream $input, DFAState $s, int $t) global() argument
319 failOrAccept(SimState $prevAccept, CharStream $input, ATNConfigSet $reach, int $t) global() argument
359 getReachableConfigSet(CharStream $input, ATNConfigSet $closure, ATNConfigSet $reach, int $t) global() argument
418 accept(CharStream $input, LexerActionExecutor $lexerActionExecutor, int $startIndex, int $index, int $line, int $charPos) global() argument
448 computeStartState(CharStream $input, ATNState $p) global() argument
472 closure(CharStream $input, LexerATNConfig $config, ATNConfigSet $configs, bool $currentAltReachedAcceptState, bool $speculative, bool $treatEofAsEpsilon) global() argument
559 getEpsilonTarget(CharStream $input, LexerATNConfig $config, Transition $t, ATNConfigSet $configs, bool $speculative, bool $treatEofAsEpsilon) global() argument
692 evaluatePredicate(CharStream $input, int $ruleIndex, int $predIndex, bool $speculative) global() argument
719 captureSimState(SimState $settings, CharStream $input, DFAState $dfaState) global() argument
836 getText(CharStream $input) global() argument
842 consume(CharStream $input) global() argument
[all...]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js22 exports.encode = function(input) { argument
54 exports.decode = function(input) { argument
278 module.exports = function crc32wrapper(input, crc) { argument
3110 function identity(input) { argument
6067 function put_byte(s, b) { argument
6964 function lm_init(s) { argument
10365 function bi_flush(s) { argument
10628 function init_block(s) { argument
10645 function bi_windup(s) argument
11137 function _tr_init(s) argument
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Ddiagram.js33 Diagram.prototype.getActorWithAlias = function(input) { argument
91 Diagram.unescape = function(s) { argument
147 Diagram.parse = function(input) { argument
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js25 function isArray(input) { argument
26 return input instanceof Array || Object.prototype.toString.call(input) === '[object Array]'; class
29 function isObject(input) { argument
49 function isUndefined(input) { argument
53 function isNumber(input) { argument
57 function isDate(input) { argument
346 function isFunction(input) { argument
682 function unescapeFormat(s) { argument
688 function regexEscape(s) { argument
1147 function createDate (y, m, d, h, M, s, ms) { argument
[all …]
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php35 var $input = array(); variable in base
224 function unserialize($s) {
228 function input($k) { function in base
/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js108 do_block(s) global() argument
122 gen_grace(s) global() argument
140 set_tempo(s) global() argument
144 set_variant(rsk,n,s) global() argument
236 do_tie(s,midi,d) global() argument
258 function set_ctrl(po,s2,t){var i,p_v=s2.p_v,tim=s2.time,s={subtype:"midictl",p_v:p_v,v:p_v.v,chn:p_v.chn} global() class in abc2svg.play_next.set_ctrl
364 b64dcod(s) global() argument
386 sample_cp(b,s) global() argument
423 load_res(s) global() argument
429 midi_ctrl(po,s,t) global() argument
431 note_run(po,s,key,t,d) global() argument
483 Parser(input,options) global() argument
517 AnonymousFunction5ff9e8c81d00(input,options) global() argument
[all...]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js1 (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if… function
872 FFT.prototype.process = function(input, forward) { argument
1051 FilterBank.prototype.process = function(info, input, output, channel) { argument
2619 getEscape: function(stream, s) { argument
3064 MDCT.prototype.process = function(input, inOffset, output, outOffset) { argument
H A Dflac.js1 (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if… function
510 function clz(input) { argument
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-raphael-min.js6se strict";function Diagram(){this.title=void 0,this.actors=[],this.signals=[]}function ParseError… method in lexer.lexer
H A Dsequence-diagram-snap-min.js6se strict";function Diagram(){this.title=void 0,this.actors=[],this.signals=[]}function ParseError… argument
H A Dsequence-diagram-raphael.js43 Diagram.prototype.getActorWithAlias = function(input) { argument
101 Diagram.unescape = function(s) { argument
453 parse: function(input) { argument
522 setInput: function(input, yy) { argument
786 Diagram.parse = function(input) { argument
1034 _.each(signals, function(s) { argument
1167 _.each(this.diagram.signals, function(s) { argument
H A Dsequence-diagram-min.js6se strict";function Diagram(){this.title=void 0,this.actors=[],this.signals=[]}function ParseError… method in lexer.lexer
H A Dsequence-diagram-snap.js43 Diagram.prototype.getActorWithAlias = function(input) { argument
101 Diagram.unescape = function(s) { argument
453 parse: function(input) { argument
522 setInput: function(input, yy) { argument
786 Diagram.parse = function(input) { argument
1034 _.each(signals, function(s) { argument
1167 _.each(this.diagram.signals, function(s) { argument
H A Dsequence-diagram.js43 Diagram.prototype.getActorWithAlias = function(input) { argument
101 Diagram.unescape = function(s) { argument
453 parse: function(input) { argument
522 setInput: function(input, yy) { argument
786 Diagram.parse = function(input) { argument
1034 _.each(signals, function(s) { argument
1167 _.each(this.diagram.signals, function(s) { argument
/plugin/wysiwyg/fckeditor/editor/dtd/
H A Dfck_xhtml10transitional.js30 B = {input:1, button:1, select:1, textarea:1, label:1} ; property in FCK.DTD.B
39input:1, iframe:1, strong:1, textarea:1, noframes:1, big:1, small:1, span:1, hr:1, sub:1, bdo:1, '… property in FCK.DTD.K
/plugin/txtconf/
H A Dconfig0.class.php317 function update($input) {
445 function is_escaped($s,$i) {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jar ... filefilter/ org/apache/commons/io/input/ org/apache/commons/io/monitor ...
/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
H A Djax.js19 …ect.Subclass({firstChild:null,lastChild:null,Init:function(){this.childNodes=[]},appendChild:funct… variable
/plugin/highlightjs/highlight/languages/
H A Dhtml-xml.js64input': 1, 'td': 1, 'dl': 1, 'blockquote': 1, 'fieldset': 1, 'big': 1, 'dd': 1, 'abbr': 1, 'optgro… property in hljs.HTML_TAGS
/plugin/qrcode2/
H A Dphpqrcode.php1973 public $input; variable in QRsplit
1977 public function __construct($dataStr, $input, $modeHint)
2235 …public static function splitStringToQRinput($string, QRinput $input, $modeHint, $casesensitive = t…
2613 public function makeMaskNo($maskNo, $width, $s, &$d, $maskGenOnly = false)
2867 public function __construct(QRinput $input)
2971 public function encodeMask(QRinput $input, $mask)
3046 public function encodeInput(QRinput $input)
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js49 …nu:function(q){return n.Handler(q,"ContextMenu",this)},Handler:function(t,r,s){if(l.loadingMathMen… variable
50 (function(a,d,f,c,j){var k="2.7.9";var i=a.CombineConfig("MathZoom",{styles:{"#MathJax_Zoom":{posit… variable
51 …=f.Browser.isMSIE,m=((document.documentMode||0)>8);var j=(a?null:"5px");var s=f.CombineConfig("Mat… variable
54 …ect.Subclass({firstChild:null,lastChild:null,Init:function(){this.childNodes=[]},appendChild:funct… variable
55 (function(l,c,g,e){var f,i=c.Browser.isMSIE;var h,b,d,k;c.Register.StartupHook("MathZoom Ready",fun… argument
56 (function(j,b,d){var i,k=b.Browser.isMobile;var h=MathJax.Object.isArray;var e=function(){var m=[].… argument
58 (function(i,b,e,g){var h;var j,a,d;var f="'Times New Roman',Times,STIXGeneral,serif";var m={".MJXp-… argument
62 var s, u, a = i.config.menuSettings, t = Function.prototype.bind ? function(e, t) { variable
/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css207 input { selector
342 s { selector
/plugin/revealjs/plugin/highlight/
H A Dhighlight.js2 !function(e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"==typeof… class in AnonymousFunction892c8c10d400
31 function trimLineBreaks(input) { argument
/plugin/codemirror/dist/modes/
H A Dxml.min.js1s=="object"&&typeof module=="object")a(require("../../lib/codemirror"));else if(typeof define=="fu… property in AnonymousFunctiona693641a0100.b.autoSelfClosers

123