/plugin/diagramsnet/lib/math/extensions/ |
H A D | MathEvents.js | 19 …q){return n.Handler(q,"Mousedown",this)},Mouseup:function(q){return n.Handler(q,"Mouseup",this)},M… argument
|
/plugin/findologicxmlexport/vendor/hoa/ustring/ |
H A D | Search.php | 67 for ($q = 0, $max = $k - 1; $q <= $max; ++$q) { 68 $L[$q][-$q - 1] = $L[$q][-$q - 2] = $q - 1; 71 for ($q = 0; $q <= $k; ++$q) { 72 for ($d = -$q, $max = $n - $m + $k - $q; $d <= $max; ++$d) { 75 $L[$q - 1][$d - 1], 76 $L[$q - 1][$d ] + 1, 77 $L[$q - 1][$d + 1] + 1 83 $L[$q][$d] = $l + static::lcp($a, $b); 85 if ($L[$q][$d] == $m - 1 || 86 $d + $L[$q][$d] == $n - 1) { [all …]
|
/plugin/multipoll/ |
H A D | syntax.php | 66 $q['a'][] = $m[2]; 71 $q['a'][] = $m[2]; 75 $q['q'] = implode(' ', array_map('trim', $q['q'])); 79 $q['q'][] = $l; 136 if(!isset($poll['results'][$q])) $poll['results'][$q] = array(); 145 if(!isset($poll['results'][$q][$v])) $poll['results'][$q][$v] = 0; 187 $q = 0; 194 …$s = isset($poll['results'][$q]) ? (isset($poll['results'][$q][$a]) ? $poll['results'][$q][$a] : 0… 203 $q++; 219 $q = 0; [all …]
|
/plugin/indexmenu2/cms/ |
H A D | cms.js | 15 …q){try{for(var E=K.length;E>=0;E--){if(_.stripCssClasses[q].indexOf(K[E])<0)continue;K.splice(E,1)… argument
|
/plugin/diagramsnet/lib/math/jax/output/SVG/ |
H A D | jax.js | 19 …q=this.config.linebreaks.automatic,x=this.config.linebreaks.width;if(q){t=(x.match(/^\s*(\d+(\.\d*… argument
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Termes/ |
H A D | fontdata-extra.js | 19 …q="H",d="V";var c="GyreTermesMathJax_Alphabets",v="GyreTermesMathJax_Arrows",x="GyreTermesMathJax_… variable
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/ |
H A D | fontdata-extra.js | 19 …q="H",d="V";var c="GyrePagellaMathJax_Alphabets",v="GyrePagellaMathJax_Arrows",x="GyrePagellaMathJ… variable
|
/plugin/formatplus/ |
H A D | script.js | 25 var q = quotes[j]; 26 if(q.length < 3) continue; 27 var q1 = q.substring(1,q.length-1); 30 q = quotes[j+1]; 31 if(q.length >= 3){ 32 q2 = q.substring(1,q.length-1); 46 var q = qelems[i]; 47 if(isParentNode(qprev, q)){ 61 q.insertBefore(mark_before, q.firstChild); 62 q.insertBefore(mark_after); [all …]
|
/plugin/bez/mdl/ |
H A D | SubscriptionFactory.php | 11 $q = "SELECT user_id FROM {$this->get_table_name()} WHERE token=?"; 12 $r = $this->model->sqlite->query($q, $token); 23 $q = "UPDATE {$this->get_table_name()} SET mute=1 WHERE user_id=?"; 24 $this->model->sqlite->query($q, $user_id); 30 $q = "UPDATE {$this->get_table_name()} SET mute=1 WHERE user_id=?"; 31 $this->model->sqlite->query($q, $this->model->user_nick); 40 $q = "UPDATE {$this->get_table_name()} SET mute=0 WHERE user_id=?"; 41 $this->model->sqlite->query($q, $this->model->user_nick); 49 $q = "SELECT mute FROM {$this->get_table_name()} WHERE user_id=?"; 50 $r = $this->model->sqlite->query($q, [all...] |
/plugin/formatplus2/ |
H A D | script.js | 53 var q = quotes[j]; 54 if(q.length < 3) continue; 55 var q1 = q.substring(1,q.length-1); 58 q = quotes[j+1]; 59 if(q.length >= 3){ 60 q2 = q.substring(1,q.length-1); 74 var q = qelems[i]; 75 if(isParentNode(qprev, q)){ 89 q.insertBefore(mark_before, q.firstChild); 90 q.insertBefore(mark_after); [all …]
|
/plugin/codemirror/dist/modes/ |
H A D | cobol.min.js | 1 …q=null;switch(p.mode){case"string":var r=false;while((r=j.next())!=null){if(r=='"'||r=="'"){p.mode…
|
H A D | elm.min.js | 1 …q=j.next();if(h.test(q)){return q==="{"&&j.eat("-")?a(j,p,k(1)):q==="["&&j.match("glsl|")?a(j,p,o)…
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/ |
H A D | jax.js | 19 …q=null;if(o&&this.testCollection(o)){q=o}else{for(var p=0,n=r.length;p<n;p++){if(r[p]===o){continu… argument
|
/plugin/linksuggest/ |
H A D | action.php | 50 $q = trim($INPUT->post->str('q')); //entered string 53 list($q, $hash) = array_pad(explode('#', $q, 2), 2, null); 56 $entered_ns = getNS($q); //namespace of entered string 59 //no namespace given (i.e. none : in $q) 61 if (substr($q, 0, 2) === '..') { 63 } elseif (substr($q, 0, 1) === '.') { 66 } elseif (substr($q, 0, 1) === '~') { 72 $entered_page = cleanID(noNS($q)); //pag [all...] |
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/ |
H A D | multiline.js | 19 …q=this.getValues("linebreak","linebreakstyle","lineleading","linebreakmultchar","indentalign","ind… argument
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/ |
H A D | OpenSSH.php | 58 list($p, $q, $g, $y, $x, $comment) = Strings::unpackSSH2('i5s', $parsed['paddedKey']); 63 list($p, $q, $g, $y) = Strings::unpackSSH2('iiii', $parsed['publicKey']); 81 …public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, a… argument 83 if ($q->getLength() != 160) { 93 $DSAPublicKey = Strings::packSSH2('siiii', 'ssh-dss', $p, $q, $g, $y); 118 …public static function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, … argument 120 $publicKey = self::savePublicKey($p, $q, $g, $y, ['binary' => true]); 121 $privateKey = Strings::packSSH2('si5', 'ssh-dss', $p, $q, $g, $y, $x);
|
H A D | PuTTY.php | 69 list($p, $q, $g, $y) = Strings::unpackSSH2('iiii', $public); 88 …public static function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, … argument 90 if ($q->getLength() != 160) { 94 $public = Strings::packSSH2('iiii', $p, $q, $g, $y); 110 public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y) argument 112 if ($q->getLength() != 160) { 116 return self::wrapPublicKey(Strings::packSSH2('iiii', $p, $q, $g, $y), 'ssh-dsa');
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | DSA.php | 74 protected $q; variable in phpseclib3\\Crypt\\DSA 147 $q = BigInteger::randomPrime($N); 148 $divisor = $q->multiply($two); 157 list($e) = $p_1->divide($q); 174 $dsa->q = $q; 212 $private->q = $params->q; 215 $private->x = BigInteger::randomRange(self::$one, $private->q->subtract(self::$one)); 249 $new->q = $components['q']; 282 return ['L' => $this->p->getLength(), 'N' => $this->q->getLength()]; 316 $key = $type::saveParameters($this->p, $this->q, $this->g);
|
/plugin/diagramsnet/lib/math/config/ |
H A D | MML_HTMLorMML-full.js | 49 …q){return n.Handler(q,"Mousedown",this)},Mouseup:function(q){return n.Handler(q,"Mouseup",this)},M… variable 50 …q=this.findContainer(u);var l=Math.floor(0.85*q.clientWidth),t=Math.max(document.body.clientHeight… variable 51 …q,e,r){var p="2.7.9";var d=MathJax.Callback.Signal("menu");MathJax.Extension.MathMenu={version:p,s… 55 …q={paddingLeft:p,paddingTop:m,paddingRight:"0px",paddingBottom:"0px"};for(var n in q){if(q.hasOwnP… class in a 56 …q=null;if(o&&this.testCollection(o)){q=o}else{for(var p=0,n=r.length;p<n;p++){if(r[p]===o){continu… argument 57 …q,aU;X=(av[aC]?aC:0);for(ad=X;ad<=ap;ad++){for(ae=0,ac=aw.length;ae<ac;ae++){if(aw[ae][ad]){X=(thi… 58 …q=s.length,u,r,v,o,n;for(t=0;t<q;t++){u=s[t];if(!u.parentNode){continue}r=u.previousSibling;if(r&&… argument
|
H A D | Accessible-full.js | 66 …q){return n.Handler(q,"Mousedown",this)},Mouseup:function(q){return n.Handler(q,"Mouseup",this)},M… argument 67 …q=this.findContainer(u);var l=Math.floor(0.85*q.clientWidth),t=Math.max(document.body.clientHeight… variable 68 …q,e,r){var p="2.7.9";var d=MathJax.Callback.Signal("menu");MathJax.Extension.MathMenu={version:p,s… 71 …q=h.getHD(p.parentNode),k=h.getW(p.parentNode);if(l>1){var n=(q.h+q.d)/2,j=h.TeX.x_height/2;p.pare… 73 …q;for(o=0,n=arguments.length;o<n;o++){p=arguments[o];if(!p){continue}if(p instanceof i.mbase){p=b.… class in AnonymousFunction50bd3fb817c00 74 …q,n,i){if(l==null){l=this.GetDelimiterArg(j)}if(q==null){q=this.GetDelimiterArg(j)}if(n==null){n=t… argument 77 …q={paddingLeft:p,paddingTop:m,paddingRight:"0px",paddingBottom:"0px"};for(var n in q){if(q.hasOwnP… argument 78 …q=null;if(o&&this.testCollection(o)){q=o}else{for(var p=0,n=r.length;p<n;p++){if(r[p]===o){continu… argument 79 …q,aU;X=(av[aC]?aC:0);for(ad=X;ad<=ap;ad++){for(ae=0,ac=aw.length;ae<ac;ae++){if(aw[ae][ad]){X=(thi… 80 …q=s.length,u,r,v,o,n;for(t=0;t<q;t++){u=s[t];if(!u.parentNode){continue}r=u.previousSibling;if(r&&… argument
|
H A D | AM_HTMLorMML-full.js | 49 …q){return n.Handler(q,"Mousedown",this)},Mouseup:function(q){return n.Handler(q,"Mouseup",this)},M… variable 50 …q=this.findContainer(u);var l=Math.floor(0.85*q.clientWidth),t=Math.max(document.body.clientHeight… variable 51 …q,e,r){var p="2.7.9";var d=MathJax.Callback.Signal("menu");MathJax.Extension.MathMenu={version:p,s… 54 …q(ai,true);F--;if(typeof ad.invisible=="boolean"&&ad.invisible){ac=O("mrow",al[0])}else{ac=O("mo",… function 55 …q={paddingLeft:p,paddingTop:m,paddingRight:"0px",paddingBottom:"0px"};for(var n in q){if(q.hasOwnP… argument 56 …q=null;if(o&&this.testCollection(o)){q=o}else{for(var p=0,n=r.length;p<n;p++){if(r[p]===o){continu… argument 57 …q,aU;X=(av[aC]?aC:0);for(ad=X;ad<=ap;ad++){for(ae=0,ac=aw.length;ae<ac;ae++){if(aw[ae][ad]){X=(thi… 58 …q=s.length,u,r,v,o,n;for(t=0;t<q;t++){u=s[t];if(!u.parentNode){continue}r=u.previousSibling;if(r&&… argument
|
/plugin/md5gen/ |
H A D | syntax.php | 57 …$buffer.="String to Encode: <input type='password' name='q'> <input type='submit' value='Get … 60 if($_POST['q']!=""){ 63 $_POST['q']=strip_tags($_POST['q']); 65 $result=md5(trim($_POST['q']));
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Asana-Math/ |
H A D | fontdata-extra.js | 19 …q="H",d="V";var c="AsanaMathJax_Alphabets",v="AsanaMathJax_Arrows",x="AsanaMathJax_DoubleStruck",A… variable
|
/plugin/diagramsnet/lib/math/jax/input/TeX/ |
H A D | jax.js | 19 …q;for(o=0,n=arguments.length;o<n;o++){p=arguments[o];if(!p){continue}if(p instanceof i.mbase){p=b.… argument
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
H A D | ArimaOrder.php | 33 public $q; variable in Google\\Service\\Bigquery\\ArimaOrder 66 public function setQ($q) argument 68 $this->q = $q; 75 return $this->q;
|