Home
last modified time | relevance | path

Searched refs:n (Results 1276 – 1300 of 2191) sorted by relevance

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

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php103 foreach ($this->nodes as $name => $n) {
104 if (null === $n) {
108 $child = $n->toXml(true)->getElementsByTagName('node')->item(0);
/plugin/ckgdoku/ckeditor/plugins/a11yhelp/dialogs/
H A Da11yhelp.js5 CKEDITOR.dialog.add("a11yHelp",function(h){var a=h.lang.a11yhelp,b=h.lang.common.keyboard,n=CKEDITO…
8 …" role\x3d"document" aria-labelledby\x3d"'+n+'_arialbl" tabIndex\x3d"-1"\x3e%1\x3c/div\x3e\x3cspan…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonToken.php188 $n = $input->getLength();
190 if ($this->start < $n && $this->stop < $n) {
/plugin/orgapp/
H A DOrgApplet.jar ... int) public abstract void a (a) } n.class <Unknown> package public n extends org ...
/plugin/diagramsnet/lib/math/jax/input/MathML/
H A Djax.js19n=k.toLowerCase();if(n==="true"||n==="false"){if(typeof(l[f])==="boolean"||l[f]===a.INHERIT||g.typ…
/plugin/codeprettify/code-prettify/src/
H A Dlang-swift.js39 [PR['PR_PLAIN'], /^[ \n\r\t\v\f\0]+/, null, ' \n\r\t\v\f\0'],
53 [PR['PR_COMMENT'], /^\/\/.*?[\n\r]/, null],
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D26.26.js1 …use strict";o.r(t),o.d(t,"conf",(function(){return n})),o.d(t,"language",(function(){return s}));v… class in AnonymousFunction163fb38b0100
H A D63.63.js1 …3],{969:function(e,t,o){"use strict";o.r(t),o.d(t,"conf",(function(){return n})),o.d(t,"language",…
5 var n={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]… class in AnonymousFunctione09f0dad0100
/plugin/quickstats/lang/fr/
H A Dintro.txt1 …ar conséquent utilise ces scripts. Cet utilitaire effacera tout fichier qui n'est plus utilisé pou…
2 …liquer sur Confirmer les suppressions les retire effectivement du cache. Il n'y a aucun mal à supp…
/plugin/userhomepage/lang/es/
H A Duserhomepage_publicspace.default5 …es público, solo tiene que utilizar la sintaxis normal de enlace __sin ningún espacio de nombres__…
8 …* Para crear un subespacio de nombres, solo tiene que indicar la posición completa de la nueva pág…
/plugin/ckgdoku/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js5 CKEDITOR.dialog.add("colordialog",function(x){function m(){h.getById(n).removeStyle("background-col…
9 "_"+a},t=l("hicolor"),u=l("hicolortext"),n=l("selhicolor"),k;(function(){function a(a,d){for(var w=…
13n+'" style\x3d"border: 1px solid; height: 20px; width: 74px;"\x3e\x3c/div\x3e'},{type:"text",label…
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js5 CKEDITOR.dialog.add("colordialog",function(x){function m(){e.getById(n).removeStyle("background-col…
9 a},t=l("hicolor"),u=l("hicolortext"),n=l("selhicolor"),h,d,B;(function(){function a(a,d){for(var w=…
13n+'" style\x3d"border: 1px solid; height: 20px; width: 74px;"\x3e\x3c/div\x3e'},{type:"text",label…
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js365 _.sample = function(obj, n, guard) { argument
366 if (n == null || guard) {
370 return _.shuffle(obj).slice(0, Math.max(0, n));
458 if (n == null || guard) return array[0];
459 return _.initial(array, array.length - n);
465 _.initial = function(array, n, guard) { argument
466 return slice.call(array, 0, Math.max(0, array.length - (n == null || guard ? 1 : n)));
471 _.last = function(array, n, guard) { argument
481 return slice.call(array, n == null || guard ? 1 : n);
1314 _.times = function(n, iteratee, context) { argument
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php299 $this->importedPages[$key]['objectNumber'] = $this->n;
336 $this->buffer .= $s . "\n";
355 $n = $this->objectMap[$this->currentReaderId][$value->objectNumber];
356 $this->writer->object($n);
392 $n = $this->objectMap[$this->currentReaderId][$value->objectNumber];
393 $this->writer->object($n);
/plugin/chessdiagram/
H A Dsyntax.php71 foreach (preg_split('/\r\n|\r|\n/',$match) as $line)
/plugin/indexmenu2/cms/extensions/
H A Ddomextensions.js15 …on(i){var I=this;n=I.cloneNode(true);nt=i.cloneNode(true);I.parentNode.insertBefore(nt,I);I.remove…
/plugin/pot/
H A Dhelper.php207 if (is_nan($n)) {
213 $out = $n;
/plugin/codemirror/dist/modes/
H A Drst.min.js1n={token:function(a){if(a.match(d)&&a.match(/\W+|$/,false))return"strong";if(a.match(e)&&a.match(/… class in AnonymousFunctionab4d4a620200
H A Dvb.min.js1n=["next","loop"];var o=["and","andalso","or","orelse","xor","in","not","is","isnot","like"];var p…
/plugin/a2s/
H A DASCIIToSVG.php3158 if ($this->isEdge($n, self::DIR_UP) || $this->isCorner($n)) {
3190 $n != '|' && $n != ':' && !$this->isCorner($n) &&
3191 $n != '^') {
3193 } elseif (($n == '|' || $n == ':' || $this->isCorner($n)) &&
3268 if (($w == '=' || $w == '-') && $n != '|' && $n != ':' && $w != '-' &&
3271 } elseif (($e == '=' || $e == '-') && $n != '|' && $n != ':' &&
3274 } elseif (($s == '|' || $s == ':') && $n != '|' && $n != ':' &&
3280 } elseif (($n == '|' || $n == ':') && $s != '|' && $s != ':' &&
3620 ($this->isCorner($n) || $this->isEdge($n, self::DIR_UP))) {
3765 ($this->isBoxEdge($n, self::DIR_UP) || $this->isBoxCorner($n))) {
[all …]
/plugin/tindexmenu/
H A Daction.php149 if ($n=p_get_metadata($ID,'indexmenu_n')) {
151 ptln($this->getLang('showsort').$n);
/plugin/virtualkeyboard/vk/extensions/
H A Ddomextensions.js33 n = self.cloneNode(true);
37 swapNode.parentNode.insertBefore(n,swapNode);
/plugin/preregister/
H A Dadmin.php78 foreach($elems as $n) {
79 $delete_time *= $n;
/plugin/deflist/
H A Dsyntax.php257 $aMatch = preg_split('|\n+(\s*\?\?)\s*|', $aMatch,
310 $this->Lexer->addExitPattern('(?<=!!)\n(?=\n)', PLUGIN_DEFLIST);
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php244 if (empty($cert['n']) || empty($cert['e'])) {
251 'n' => new BigInteger($this->callJwtStatic('urlsafeB64Decode', [
252 $cert['n'],

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