Home
last modified time | relevance | path

Searched refs:q (Results 76 – 100 of 616) sorted by relevance

12345678910>>...25

/plugin/diagramsnet/lib/js/rough/
H A Drough.min.js26 …{var h=t.value,q=h.data;switch(h.key){case "M":w.push({key:"M",data:_toConsumableArray(q)});a=q;e=…
27q[0];n+=q[1];w.push({key:"M",data:[g,n]});m=g;x=n;break;case "L":w.push({key:"L",data:_toConsumabl…
28q.map(function(a,c){return c%2?a+n:a+g});w.push({key:"Q",data:p});g=p[2];n=p[3];break;case "A":w.p…
29q)});g=q[2];n=q[3];break;case "s":var u=q.map(function(a,c){return c%2?a+n:a+g});w.push({key:"S",d…
30 …;case "C":g.push({key:"C",data:_toConsumableArray(y)});m=y[4];x=y[5];h=y[2];q=y[3];break;case "L":…
31q)):(F=m,v=x);g.push({key:"C",data:[F,v].concat(_toConsumableArray(y))});h=y[0];q=y[1];m=y[2];x=y[…
32 …function Y(b,a,e,c,f,k,d,g,n,m){var r=(w=d,Math.PI*w/180),w;w=[];var t,h,q;if(m)q=_slicedToArray(m, variable
33q[0],g=q[1],h=q[2],q=q[3];else{t=I(b,a,-r);a=_slicedToArray(t,2);b=a[0];a=a[1];t;t=I(e,c,-r);c=_sl…
34 …th.PI/180*1:t+120*Math.PI/180*-1,w=Y(e=h+f*Math.cos(g),c=q+k*Math.sin(g),e,c,f,k,d,0,n,[g,g,h,q]))…
41q=function(){return u(h,f,m)},p=function(){return u(r,f,m)},v=f.preserveVertices;return k&&(d?l.pu… function
[all …]
/plugin/amcharts/assets/amcharts/
H A Dradar.js6q=180-360/l*w,g=q;"middle"==a.pointPosition&&(g-=180/l);var t=this.axisWidth*Math.sin(q/180*Math.P…
7q);this.set.push(g);d.setCN(b,g,a.bcn+"title")}}}}})})();(function(){var d=window.AmCharts;d.RadIt…
8q=e.tickLength),void 0!=e.lineColor&&(x=e.lineColor),isNaN(e.lineAlpha)||(g=e.lineAlpha),isNaN(e.d…
9 v,A,!0),this.label=v,y=d.line(l,[0,q*C],[b,b],w,z,t),m.push(y),d.setCN(f,y,a.bcn+"tick"),e&&d.setCN…
H A Dgantt.js2 …Field,w=this.colorField,p=c.extractPeriod(this.period),f=p.period,p=p.count,q=c.getDate(this.start…
3 c.changeDate(new Date(q),f,a.minimum,!0,!0));isNaN(a.maximum)||(a.maximumDate=c.changeDate(new Date…
4 …,f);var B=c.getDate(d[G],u,f);q&&(isNaN(b)||(k=c.changeDate(new Date(q),f,b*p,!0,!0)),isNaN(h)||(B…
H A Dgauge.js6 ….gridInside?F=r=y:(r=y-h,F=r+H);var t=this.bands;if(t)for(var q=0;q<t.length;q++){var n=t[q];if(n)…
8q=k(C+y*Math.sin(r/180*Math.PI)),n=k(D-y*Math.cos(r/180*Math.PI)),l=k(C+(y-h)*Math.sin(r/180*Math.…
9 …is-label"),x=t.getBBox(),t.translate(n+q*x.width/2*J,l+q*x.height/2*w),b.push(t)),z<d-1)for(t=1;t<…
10 …=k(D-(F-H)*Math.cos(w/180*Math.PI)),q=c.line(p,[q,l],[n,w],G,E,M,0,!1,!1,!0),c.setCN(a,q,"axis-tic…
/plugin/codemirror/dist/modes/
H A Dxquery.min.js1q=p(c);if(m=="<"){if(c.match("!--",true))return b(c,h,i);if(c.match("![CDATA",false)){h.tokenize=j… function
H A Dhaxe.min.js1q(a,b,c){k=a;p=c;return b}function r(a,b){var c=a.next();if(c=='"'||c=="'"){return n(a,b,s(c))}els… function
/plugin/geonav/server/
H A Dget_locality.php10 $q=$_GET["q"]; variable
11 if (($countyCode != 'undefined' || $locality != $q) &&
24 $region = convToFile($q);
/plugin/fckg/scripts/
H A Dscript-cmpr.js1q,n,r=[],s=m;r.last=function(){return this[this.length-1]};while(m){q=true;if(!r.last()||!g[r.last… variable
/plugin/phpbblinks/
H A Daction.php212 $q = sprintf(
215 $r = $this->_query($q);
222 $q = sprintf('
231 $r = $this->_query($q);
279 function _query($q) { argument
280 $r = @mysql_query($q,$this->con);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php160 public function addPoint(array $p, array $q) argument
166 if (!count($p) || !count($q)) {
167 if (count($q)) {
168 return $q;
176 if (!isset($p[2]) || !isset($q[2])) {
180 if ($p[0]->equals($q[0])) {
181 return !$p[1]->equals($q[1]) ? [] : $this->doublePoint($p);
187 list($x2, $y2, $z2) = $q;
/plugin/bez/mdl/
H A DTask.php371 $q = 'SELECT * FROM task_participant WHERE task_id=? AND user_id=?';
373 $q .= ' AND removed=0';
375 $r = $this->model->sqlite->query($q, $this->id, $user_id);
452 $q = "UPDATE task_participant SET $set WHERE task_id=? AND user_id=?";
453 $this->model->sqlite->query($q, $this->id, $user_id);
472 $q = "UPDATE task_participant SET removed=1 WHERE task_id=? AND user_id=?";
473 $this->model->sqlite->query($q, $this->id, $user_id);
486 $q = "SELECT id, private FROM thread_view WHERE id = ? AND state IN ('opened', 'done')";
487 $r = $this->model->sqlite->query($q, $thread_id);
494 $q
[all...]
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js1q="start";var o=r?r:"temp."+p;var i=a();return'<dl class="file"><dt><a href="'+i.href+"?do=export_…
/plugin/bez/images/
H A Dlogo.svg10 d="m 15.071053,106.51088 270.700487,0 q 67.67512,0 103.74724,38.22609 36.39134,38.22611 36.39134,94.65511 0,47.32756 -25.857,81.18496 -17.23801,22.57161 -50.43713,35.6777 50.43713,13.8342 74.05957,47.6916 23.94168,33.49335 23.94168,84.46148 0,41.50263 -16.91879,74.63192 -16.91878,33.12928 -46.28723,52.42437 -18.19566,12.01392 -54.90623,17.47478 -48.841,7.28116 -64.80212,7.28116 l -249.631817,0 0,-533.70917 z m 145.884577,209.33341 62.88679,0 q 33.83756,0 46.92568,-13.10609 13.40733,-13.47016 13.40733,-38.59017 0,-23.29971 -13.40733,-36.4058 -13.08812,-13.1061 -45.96801,-13.1061 l -63.84446,0 0,101.20816 z m 0,209.69746 73.74035,0 q 37.349,0 52.67167,-14.92638 15.32267,-15.29044 15.32267,-40.7745 0,-23.66379 -15.32267,-37.86205 -15.00344,-14.56232 -52.9909,-14.56232 l -73.42112,0 0,108.12525 z"
/plugin/showsamples/
H A Djquery.scrollTo.min.js7q,e,b)}});r.animate(f,k)}if(null!==a){var l=n(this),q=l?this.contentWindow||window:this,r=$(q),e=a…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS8.php134 …public static function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, … argument
138 'q' => $q,
158 …public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, a… argument
162 'q' => $q,
/plugin/diagramsnet/lib/js/sanitizer/
H A Dsanitizer.min.js44q=i&80,B=i&1536,F=NaN,r=0,o=0;r<b.length;++r){var j=b[r].toLowerCase(),I=j.charCodeAt(0),R,v,P,S,D…
46 …b[r]+N:1024===B&&L[j]&&"number"===typeof L[j].oa?j:"":/^\w+$/.test(j)&&64===q&&i&8?F+1===o?(b[F]=b…
50 …=a[r]&&--r;for(var j=[],l=i,q=n,u=i;q&&u<r;++u){var B=a[u];if(f[B]===f||" "===B)o(l,u,B)?l=u+1:q=C…
51q=0,B;for(i=0;i<a.length;++i)if(B=a[i],"("==B||"["==B?(++q,n):")"==B||"]"==B?(q&&--q,n):!(" "==a[i…
53q=c,B=u||[0],F=[],r=C;fa(g,{startStylesheet:function(){q=[]},endStylesheet:function(){},startAtrul… variable
54 …g)},endAtrule:function(){F.pop();r||q.push(";");i()},startBlock:function(){r||q.push("{")},endBloc…
55q.push(b,"{")}F.push(s)},endRuleset:function(){F.pop();r||q.push("}");i()},declaration:function(a,…
73 …object:272,ol:0,optgroup:0,option:1,output:0,p:1,param:274,pre:0,progress:0,q:0,s:0,samp:0,script:… property in $.f
83 …se(),a.t&&a.t(j,t,A,b(a,d,p,e,t));else{var m=d,q=p,r=a,u=t,v=A,y=e,w=f(m,q);w?(r.t&&r.t(w.name,u,v…
84 …xt:p,c:B},a,t,A,e))}else{var m=d,q=a,r=t,u=A,v=e,x=f(m,p);x?(q.w&&q.w(x.name,x.R,r,u,b(q,m,x.next,…
[all …]
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js52 var q = "'" + onerror.replace( /'/g, '&apos' ) + "'"; // "
53 doc.write("<script src='" + url + "' onerror="+ q +
132 var q = url.indexOf("?");
133 if (q < 0) {
136 url = (url+"#").slice(q+1, url.indexOf("#")); // toss the URL fragment
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js52 var q = "'" + onerror.replace( /'/g, '&apos' ) + "'"; // "
53 doc.write("<script src='" + url + "' onerror="+ q +
132 var q = url.indexOf("?");
133 if (q < 0) {
136 url = (url+"#").slice(q+1, url.indexOf("#")); // toss the URL fragment
/plugin/tagging/action/
H A Dsearch.php130 /** @var \dokuwiki\Form\InputElement $q */
131 $q = $searchForm->getElementAt($searchForm->findPositionByAttribute('name', 'q'));
132 $q->val($this->originalQuery);
221 $event->data['resultHeader'][] = $this->getSettingsLink('#' . $tag, 'q', '#' . $tag);
275 $results .= $this->getSettingsLink('#' . $tag, 'q', '#' . $tag);
300 * @param string $q
302 public static function removeTagsFromQuery(&$q) argument
304 $q = preg_replace('/#\w+/u', '', $q);
[all...]
/plugin/database2/
H A Dadmin.php94 $query = trim( $_GET['q'] );
216 <textarea name="q" rows="3" cols="60" style="width: 100%;">$queryEsc</textarea>
226 document.database2_console.q.select();
227 document.database2_console.q.focus();
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Neo-Euler/
H A Dfontdata-extra.js19 …58,e]}},10764:{dir:d,HW:[[1.111,y],[2.222,j]]}};for(var q in z){if(z.hasOwnProperty(q)){l[q]=z[q]}…
/plugin/tagging/script/
H A Dsearch.js118 return jQuery('#dokuwiki__content input[name="q"]');
144 const $q = getQueryElement();
145 const q = $q.val();
146 const isFilter = q.indexOf(tag) > -1;
149 $q.val(q.replace(tag, ''));
151 $q.val(q.trim() + ' ' + tag);
168 const qParam = $link[0]['href'].match(/q
[all...]
/plugin/refnotes/
H A Dadmin.svg1 <svg viewBox="0 0 24 24" width="24" height="24"><path d="M7.51 21.488H2.526V2.465H7.51v1.432H4.204v16.157H7.51zM12.221 21.589q-4.66-4.371-4.66-9.663 0-1.238.242-2.467.253-1.238.799-2.476.556-1.239 1.455-2.477.91-1.239 2.204-2.457l1.021 1.055q-3.922 3.92-3.922 8.69 0 2.376.99 4.566.991 2.19 2.933 4.135zM14.685 7.108l1.092-1.135 6.795 5.742-6.795 5.742-1.092-1.126 5.51-4.596z"/></svg>
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmtable.js19q,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…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.min.js12q=function(a){var b=o(this);return null===b||"undefined"==typeof b?"":(this.options.base64&&(b=h.d…
13q=0,r=8,s=function(a){this.options=h.assign({level:p,method:r,chunkSize:16384,windowBits:15,memLev…
14q=p-j,c.offset>q){if(q=c.offset-q,q>c.whave&&c.sane){a.msg="invalid distance too far back",c.mode=…

12345678910>>...25