Home
last modified time | relevance | path

Searched refs:n (Results 1701 – 1725 of 2191) sorted by path

1...<<61626364656667686970>>...88

/plugin/s5/ui/dokuwiki/
H A Dslides.js79 for (var n = 0; n < smax; n++) {
80 var obj = slideColl[n];
82 var did = 'slide' + n.toString();
98 list.options[list.length] = new Option(n + ' : ' + otext, n);
189 for (var n = 0; n < smax; n++) {
190 var slide = slideColl[n];
198 for (var n = 0; n < smax; n++) {
199 var slide = slideColl[n];
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js541 if (1 >= this.options.rows && !/\r|\n/.test(this.getText())) {
H A Ddragdrop.js913 this.findElements(element, options).each( function(n) { argument
914 if (n.id.match(options.format))
915 nodeMap[n.id.match(options.format)[1]] = [n, n.parentNode];
916 n.parentNode.removeChild(n);
920 var n = nodeMap[ident];
921 if (n) {
922 n[1].appendChild(n[0]);
H A Deffects.js59 var n = document.createTextNode(' ');
60 element.appendChild(n);
61 element.removeChild(n);
H A Dprototype.js1060 var n = this.slice(0, i).reverse().indexOf(item);
1061 return (n < 0) ? n : i - n - 1;
2759 var n = document.createTextNode(' ');
2760 element.appendChild(n);
2761 element.removeChild(n);
3584 var results = [], n;
3586 if (typeof (n = nodes[i])._countedByPrototype == 'undefined') {
3587 n._countedByPrototype = Prototype.emptyFunction;
3588 results.push(Element.extend(n));
/plugin/s5reloaded/ui/thesis/
H A DLEEME.txt16 Los archivos gráficos referentes al tema están en la carpeta:
H A Dpretty.css495 #jumplist, #volumelist, #delaylist {padding: 0; margin: 0; width: 32px; height: 32px; cursor: n-res…
H A Dslides.js258 for (var n = 0; n < smax; n++) {
259 var obj = slideColl[n];
260 var did = 'slide' + n.toString();
273 list.options[list.length] = new Option(n + ' : ' + otext, n);
485 for (var n = 0; n < smax; n++) {
486 var slide = slideColl[n];
495 for (var n = 0; n < smax; n++) {
496 var slide = slideColl[n];
622 case 78: // n
/plugin/schulzevote/syntax/
H A Dvote.php137 foreach ($data['candy'] as $n => $candy) {
147 …$form->addDropdown('vote[' . $n . ']', $proposals)->addClass('plugin__schulzevote__vote_selector');
181 foreach ($data['candy'] as $n => $candy) {
209 foreach($_POST['vote'] as $n => &$vote) {
213 … $this->render_text(sprintf($this->getLang('invalid_vote'), $data['candy'][$n]), 'xhtml') . "</li>…
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.Newline.txt
H A DURI.Munge.txt
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/searchindex/lang/cs/
H A Dintro.txt3 Tato stránka umožňuje aktualizovat nebo znovu vytvořit index používaný při fulltextovém vyhledávání.
4 …d jste však upgradovali, přidali nebo odstranili mnoho souborů může být dobrý nápad vyčistit index.
6 …voření indexu **může trvat dlouho**. Měli byste nechat stránku otevřenou dokud indexování neskončí.
8 …třebuje nejnovější prohlížeč, protože využívá moderní JavaScript pro provádění více úkolů na pozad…
/plugin/searchindex/lang/da/
H A Dintro.txt4 Dette er som regel ikke nødvendigt, da indekset opbygger og opdaterer sig selv, i mens brugere genn…
/plugin/searchindex/lang/de/
H A Dintro.txt4 Normalerweise ist das nicht nötig, da sich der Index von selbst erstellt und aktualisiert,
/plugin/searchindex/lang/es/
H A Dintro.txt5 … índice **puede tomar mucho tiempo**. Debe dejar la página abierta hasta que la indexación termine.
/plugin/searchindex/lang/fr/
H A Dintro.txt4 texte intégral. C'est généralement inutile puisque l'index se construit
/plugin/searchindex/lang/sv/
H A Dintro.txt4 Detta är oftast inte nödvändigt att utföra då indexet byggs på och uppdateras när besökare surfar p…
/plugin/searchtablejs/TableFilter_EN/
H A Dactb.js200 function actb_parse(n){ argument
216 var p = n.search(re);
219 tobuild += n.substr(i,1);
223 tobuild += n.substr(i,1);
226 for (i=plen+p;i<n.length;i++){
227 tobuild += n.substr(i,1);
H A Dtablefilter.js64 var f = t.tf_Obj, n = t.tf_ncells;
122 for(var i=0; i<n; i++)// this loop adds filters
146 args.push(id); args.push(i); args.push(n);
575 var n = getChildElms(tr);
576 return n.childNodes.length;
639 function getChildElms(n) argument
645 if(n.nodeType == 1)
647 var enfants = n.childNodes;
653 return n;
657 function getCellText(n) argument
[all …]
/plugin/searchtablejs/
H A Dtablefilter.js64 var f = t.tf_Obj, n = t.tf_ncells;
122 for(var i=0; i<n; i++)// this loop adds filters
146 args.push(id); args.push(i); args.push(n);
575 var n = getChildElms(tr);
576 return n.childNodes.length;
639 function getChildElms(n) argument
645 if(n.nodeType == 1)
647 var enfants = n.childNodes;
653 return n;
657 function getCellText(n) argument
[all …]
/plugin/securelogin/lang/cs/
H A Dneedopenssl.txt2 Je vyžadován php openssl modul.
/plugin/securelogin/lang/fr/
H A Dneedopenssl.txt2 Le module PHP openSSL est nécessaire.

1...<<61626364656667686970>>...88