Home
last modified time | relevance | path

Searched refs:n (Results 1351 – 1375 of 2191) sorted by path

1...<<51525354555657585960>>...88

/plugin/flowchartjs/
H A Draphael.min.js1 !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.Raphael=e():t.Raphael=e()}(window,function(){return function(t){var e={};function r(i){if(e[i])return e[i].exports;var n=e[i]={i:i,l:!1,exports:{}};return t[i].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=t,r.c=e,r.d=function(t,e,i){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(r.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)r.d(i,n,function(e){return t[e]}.bind(null,n));return i},r.n argument
[all...]
/plugin/flowcharts/
H A Dmermaid.min.js1n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.e… argument
24n(281),dagre:n(136),intersect:n(338),render:n(340),util:n(10),version:n(352)}},function(t,e){t.exp… argument
38 …ls:!0,mermaidAPI:Ra,parse:Ra.parse,render:Ra.render,init:function(){var t,e,n,r=Ra.getConfig();x.d…
41 …at(Date.now());n=i(n=a.innerHTML).trim().replace(/<br\s*\/?>/gi,"<br/>"),Ra.render(o,n,(function(t… argument
/plugin/flowplay/flowplayer/
H A Dswfobject.js80 var n=(typeof _20=="string")?document.getElementById(_20):_20;
81 n.innerHTML=this.getSWFHTML();return true;
/plugin/flowplay2/flowplayer/html/
H A Dflashembed.min.js_0.2618n\t'}if(typeof j=='function')j=j();if(j){a+='flashvars=\'';for(var b in j){a+=[b]+'='+asString(j[b…
/plugin/foldablelist/
H A DREADME.md2 plugin that makes an unordered list invisible after n items
/plugin/form/
H A Dsyntax.php276 $constraints = "<?php \n"
277 . $sgn_begin . "\n"
278 . $sgn_warning . "\n"
279 . $this->getBackLinkVariable() . "\n"
280 . $constraints . "\n"
281 . $sgn_end . "\n ?>\n";
743 $mailhead = "<?php\n";
/plugin/formatplus/
H A Dscript.js9 function isParentNode(p, n){ argument
11 while(n){
12 if(n == p) return true;
13 n = n.parentNode;
/plugin/formatplus2/
H A Dscript.js37 function isParentNode(p, n){ argument
39 while(n){
40 if(n == p) return true;
41 n = n.parentNode;
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js930 var n = this.slice(0, i).reverse().indexOf(item);
931 return (n < 0) ? n : i - n - 1;
2396 var n = document.createTextNode(' ');
2397 element.appendChild(n);
2398 element.removeChild(n);
3041 var results = [], n;
3043 if (!(n = nodes[i])._countedByPrototype) {
3044 n._countedByPrototype = Prototype.emptyFunction;
3045 results.push(Element.extend(n));
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Diepngfix.htc61 for (var n = 0; n < childNodes.length; n++)
62 if (childNodes[n].style) childNodes[n].style.position = 'relative';
/plugin/freechat/phpfreechat/lib/utf8/
H A Dutf8_char2byte_pos.php15 $n = 0; // number of characters found
26 for( ; strlen($str{$i}) && $n<$p; $i+=$d) {
29 $n++;
31 $n++;
H A Dutf8_strlen.php14 $n=0;
18 $n++;
20 $n++;
22 return $n;
/plugin/freechat/phpfreechat/src/commands/
H A Dbanlist.class.php30 $n = $ct->getNickname($b);
31 $msg .= "<li style=\"margin-left:50px\">".$n."</li>";
/plugin/freechat/phpfreechat/themes/default/
H A Diepngfix.htc61 for (var n = 0; n < childNodes.length; n++)
62 if (childNodes[n].style) childNodes[n].style.position = 'relative';
/plugin/freechat/phpfreechat/themes/msn/smileys/
H A Dtheme.txt79 msn_thumbdown.gif (N) (n)
/plugin/geonav/db/
H A Dtest.sqlite17 16�Iowa�IA�1�n
325 ���� �H����b0G2Xk����n
368 ���� �H����b0G2Xk����n
564 …�����������������������������������������������������3����� ����D���+����n "+110�NA�JM�JAM…
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php196 * @param int $n 1-based geometry number
199 public function geometryN($n) argument
201 return isset($this->components[$n - 1]) ? $this->components[$n - 1] : null;
H A DCurve.php106 public function interiorRingN($n) argument
H A DGeometry.php168 * @param int $n One-based index.
171 abstract public function geometryN($n); argument
190 * @param int $n Nth point
193 abstract public function pointN($n); argument
199 abstract public function interiorRingN($n); argument
H A DLineString.php14 * @method Point geometryN($n)
59 * @param int $n Nth point of the LineString
62 public function pointN($n) argument
64 return $n >= 0
65 ? $this->geometryN($n)
66 : $this->geometryN(count($this->components) - abs($n + 1));
H A DMultiGeometry.php224 public function pointN($n) argument
239 public function interiorRingN($n) argument
H A DPoint.php399 public function geometryN($n) argument
424 public function pointN($n) argument
439 public function interiorRingN($n) argument
H A DPolygon.php218 public function interiorRingN($n) argument
220 return $this->geometryN($n + 1);
234 //TODO: instead of this O(n^2) algorithm implement Shamos-Hoey Algorithm which is only O(n*log(n))
H A DSurface.php44 public function pointN($n) argument
/plugin/gitlabapi/
H A DREADME.md41 - **milestones="n"** lists the latest $n$ milestones.
42 - **commits="n"** lists the latest $n$ commits.
43 - **issues="n"** lists the latest $n$ issues.
44 - **pipelines="n"** lists the latest $n$ pipelines.

1...<<51525354555657585960>>...88