Home
last modified time | relevance | path

Searched refs:q (Results 1 – 25 of 680) sorted by relevance

12345678910>>...28

/plugin/diagramsnet/lib/math/extensions/
DMathEvents.js19q){return n.Handler(q,"Mousedown",this)},Mouseup:function(q){return n.Handler(q,"Mouseup",this)},M… argument
/plugin/findologicxmlexport/vendor/hoa/ustring/
DSearch.php67 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/
Dsyntax.php60 $q = array('q' => array(), 'a' => array(), 'm' => false);
66 $q['a'][] = $m[2];
67 if($m[1] == '+') $q['m'] = true;
68 }else $q['q'][] = $l;
71 $q['a'][] = $m[2];
72 if($m[1] == '+') $q['m'] = true;
75 $q['q'] = implode(' ', array_map('trim', $q['q']));
76 …$q['a'] = array_filter(array_map('trim', $q['a']), create_function('$e', 'return ($e["q"] != "");'…
77 $questions[] = $q;
78 $q = array('q' => array(), 'a' => array());
[all …]
/plugin/indexmenu2/cms/
Dcms.js15q){try{for(var E=K.length;E>=0;E--){if(_.stripCssClasses[q].indexOf(K[E])<0)continue;K.splice(E,1)… argument
/plugin/asciidocjs/node_modules/async/internal/
Dqueue.js71 q.started = true;
82 … var item = q._createTaskItem(data, rejectOnError ? promiseCallback : callback || promiseCallback);
85 q._tasks.unshift(item);
87 q._tasks.push(item);
94 q.process();
127 if (numRunning <= q.concurrency - q.buffer) {
131 if (q.idle()) {
134 q.process();
139 if (data.length === 0 && q.idle()) {
161 var q = { variable
[all …]
/plugin/diagramsnet/lib/math/jax/output/SVG/
Djax.js19q=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/
Dfontdata-extra.js19q="H",d="V";var c="GyreTermesMathJax_Alphabets",v="GyreTermesMathJax_Arrows",x="GyreTermesMathJax_…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/
Dfontdata-extra.js19q="H",d="V";var c="GyrePagellaMathJax_Alphabets",v="GyrePagellaMathJax_Arrows",x="GyrePagellaMathJ…
/plugin/formatplus/
Dscript.js25 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)){
53 if(isParentNode(qprev, q)){
61 q.insertBefore(mark_before, q.firstChild);
[all …]
/plugin/bez/mdl/
H A DSubscriptionFactory.php11 $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, $this->model->user_nick);
[all …]
/plugin/formatplus2/
Dscript.js53 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)){
81 if(isParentNode(qprev, q)){
89 q.insertBefore(mark_before, q.firstChild);
[all …]
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
Djax.js19q=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/codemirror/dist/modes/
Dcobol.min.js1q=null;switch(p.mode){case"string":var r=false;while((r=j.next())!=null){if(r=='"'||r=="'"){p.mode…
Delm.min.js1q=j.next();if(h.test(q)){return q==="{"&&j.eat("-")?a(j,p,k(1)):q==="["&&j.match("glsl|")?a(j,p,o)…
/plugin/asciidocjs/node_modules/async/
DpriorityQueue.js9 var q = (0, _queue2.default)(worker, concurrency);
14 } = q;
16 q._tasks = new _Heap2.default();
17 q._createTaskItem = ({ data, priority }, callback) => {
35 q.push = function (data, priority = 0, callback) {
39 q.pushAsync = function (data, priority = 0, callback) {
44 delete q.unshift;
45 delete q.unshiftAsync;
47 return q;
/plugin/linksuggest/
Daction.php50 $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
61 if (substr($q, 0, 2) === '..') {
63 } elseif (substr($q, 0, 1) === '.') {
66 } elseif (substr($q, 0, 1) === '~') {
72 $entered_page = cleanID(noNS($q)); //page part of entered string
76 … } else if (strpos($q, '.') !== false //relative link (., .:, .., ..:, .ns: etc, and :..:, :.: )
125 $link = $q;
172 $q = trim($INPUT->post->str('q')); //entered string
[all …]
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Dshorten-hsl.js28 var q = l < 0.5 ?
31 var p = 2 * l - q;
32 r = hueToRgb(p, q, h + 1/3);
33 g = hueToRgb(p, q, h);
34 b = hueToRgb(p, q, h - 1/3);
40 function hueToRgb(p, q, t) { argument
43 if (t < 1/6) return p + (q - p) * 6 * t;
44 if (t < 1/2) return q;
45 if (t < 2/3) return p + (q - p) * (2/3 - t) * 6;
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
Dmultiline.js19q=this.getValues("linebreak","linebreakstyle","lineleading","linebreakmultchar","indentalign","ind… argument
/plugin/diagramsnet/lib/math/config/
DMML_HTMLorMML-full.js49q){return n.Handler(q,"Mousedown",this)},Mouseup:function(q){return n.Handler(q,"Mouseup",this)},M… argument
50q=this.findContainer(u);var l=Math.floor(0.85*q.clientWidth),t=Math.max(document.body.clientHeight…
51q,e,r){var p="2.7.9";var d=MathJax.Callback.Signal("menu");MathJax.Extension.MathMenu={version:p,s… argument
55q={paddingLeft:p,paddingTop:m,paddingRight:"0px",paddingBottom:"0px"};for(var n in q){if(q.hasOwnP… argument
56q=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
57q,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…
58q=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
DAccessible-full.js66q){return n.Handler(q,"Mousedown",this)},Mouseup:function(q){return n.Handler(q,"Mouseup",this)},M… argument
67q=this.findContainer(u);var l=Math.floor(0.85*q.clientWidth),t=Math.max(document.body.clientHeight…
68q,e,r){var p="2.7.9";var d=MathJax.Callback.Signal("menu");MathJax.Extension.MathMenu={version:p,s… argument
71q=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…
73q;for(o=0,n=arguments.length;o<n;o++){p=arguments[o];if(!p){continue}if(p instanceof i.mbase){p=b.… argument
74q,n,i){if(l==null){l=this.GetDelimiterArg(j)}if(q==null){q=this.GetDelimiterArg(j)}if(n==null){n=t… argument
77q={paddingLeft:p,paddingTop:m,paddingRight:"0px",paddingBottom:"0px"};for(var n in q){if(q.hasOwnP… variable
78q=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
79q,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…
80q=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
DAM_HTMLorMML-full.js49q){return n.Handler(q,"Mousedown",this)},Mouseup:function(q){return n.Handler(q,"Mouseup",this)},M… argument
50q=this.findContainer(u);var l=Math.floor(0.85*q.clientWidth),t=Math.max(document.body.clientHeight…
51q,e,r){var p="2.7.9";var d=MathJax.Callback.Signal("menu");MathJax.Extension.MathMenu={version:p,s… argument
54q(ai,true);F--;if(typeof ad.invisible=="boolean"&&ad.invisible){ac=O("mrow",al[0])}else{ac=O("mo",… function in anonymousObjectac7423931bb05.appendChild.anonymousFunctionac7423931bc00.anonymousFunctionac7423931bd00.N.G
55q={paddingLeft:p,paddingTop:m,paddingRight:"0px",paddingBottom:"0px"};for(var n in q){if(q.hasOwnP… argument
56q=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
57q,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…
58q=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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DDSA.php74 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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
DOpenSSH.php58 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);
/plugin/diagramsnet/lib/math/jax/input/TeX/
Djax.js19q;for(o=0,n=arguments.length;o<n;o++){p=arguments[o];if(!p){continue}if(p instanceof i.mbase){p=b.… argument
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Asana-Math/
Dfontdata-extra.js19q="H",d="V";var c="AsanaMathJax_Alphabets",v="AsanaMathJax_Arrows",x="AsanaMathJax_DoubleStruck",A…

12345678910>>...28