Home
last modified time | relevance | path

Searched refs:i (Results 1576 – 1600 of 3519) sorted by relevance

1...<<61626364656667686970>>...141

/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dxquery.min.js1i={cN:"meta",b:"%\\w+"},c={cN:"comment",b:"\\(:",e:":\\)",r:10,c:[{cN:"doctag",b:"@\\w+"}]},o={b:"… class in AnonymousFunctiond96456fa0100
H A Dgroovy.min.js1i:"\n"},e.BNM,{cN:"class",bK:"class interface trait enum",e:"{",i:":",c:[{bK:"extends implements"}…
/plugin/data-au/lang/hr/
H A Dintro_clean.txt1 ====== Čišćenje baze ======
3i njeni podaci. No to se događa samo ako se brisanje provodi kroz Wiki. Ako se stranica ukoni na …
/plugin/data/lang/hr/
H A Dintro_clean.txt3 Kada stranica s podacima se obriše, brišu se i njeni podaci. No to se događa samo ako se brisanje provodi kroz Wiki. Ako se stranica ukoni na drugačiji način, npr. brisanjem datoteke direktno, meta podaci ostaju i dalje prisutni u bazi.
/plugin/docsearch/lang/sv/
H A Dconfmanager_description.txt1 Dokumentsökpluginet (DocSearch) låter dig söka i dina uppladdade dokument.
2 Det är integerat in i DokuWikis standardsökning.
6 Placera filändelsen i nyckelkolumnen och konverteringsverktyget i den högra.
/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.max.php31 for ($i=0, $size = count($box->content); $i<$size; $i++) {
32 $child =& $box->content[$i];
H A Dcss.ruleset.class.php196 for ($i=0; $i<$num; $i++) {
197 $this->parse_css_import($matches[0][$i], $pipeline);
290 for ($i=0; $i<count($local_css); $i++) {
291 $rule =& $local_css[$i];
/plugin/amazon_heavy/
H A Dsyntax.php135 for ($i=0; $i<sizeof ($feed); $i++)
137 $item = $feed[$i];
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D1.1.js1 …webpackJsonp||[]).push([[1],{970:function(e,n,i){"use strict";i.r(n),i.d(n,"conf",(function(){retu… argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass_with_method_named_method.phpt46 for ($i = 0; $i < $count; $i++) {
47 $arguments[] = $_arguments[$i];
/plugin/dwcommits/
H A Dscript.js55 for(var i=0; i<dwc__Divs.length; i++) {
56 var d = document.getElementById(dwc__Divs[i]);
/plugin/pgsqlquery/
H A Dsyntax.php110 for ($i=0; $i < $ncols; $i++)
112 $meta_data = $stmt->getColumnMeta($i);
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/eo/
H A Deo.txt
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js703 for (var i = 0; i < cand.length; i++)
1764 for (var i = 0; i < formats.length; i++)
1783 for (var i = 0; i < formats.length; i++)
2253 for (var i = 0; i < hints.length; i++)
2297 for (var i = 0; i < types.length; i++)
2344 for (var i = 0; i < types.length; i++)
2358 active = i;
2552 for (var i = 1; i < this.gridSteps; i++)
2630 for (var i = 0; i <= count; i++)
2656 for (var i = count; i < breaks.length; i++)
[all …]
/plugin/widearea/widearea/
H A Dwidearea.js67 for (var i = textAreaList.length - 1; i >= 0; i--) {
68 var currentTextArea = textAreaList[i];
110 for (var i = self._textareas.length - 1; i >= 0; i--) {
111 var currentTextArea = self._textareas[i];
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckw3crange.js284 var i, topStart, topEnd ;
286 for ( i = 0 ; i < startParents.length ; i++ )
288 topStart = startParents[i] ;
289 topEnd = endParents[i] ;
306 for ( var j = i ; j < startParents.length ; j++ )
351 for ( var k = i ; k < endParents.length ; k++ )
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dsdiff.php110 for ($i = 0; $i < $thisChunk['num_channels']; $i++) {
111 $thisChunk['channels'][$i] = $this->fread(4);
143 for ($i = 0; $i < $thisChunk['num_comments']; $i++) {
162 $thisChunk['comments'][$i] = $thisComment;
/plugin/task/syntax/
H A Dtasks.php288 for ($i = 1; $i <= $num; $i++) {
289 if ($i == $cur) {
290 $ret[] = '<strong>'.$i.'</strong>';
293 $opt['first'] = $perpage * ($i - 1);
302 $ret[] = '<a href="'.wl($ID, $opt).'" class="wikilink1" title="'.$i.'">'.$i.'</a>';
/plugin/sqlraw/
H A Dsyntax.php649 $i = 0;
686 if( $i++ != $field_cnt ) {
691 for ($i=$field_cnt+1; $i<=$numheadings; $i++) {
723 for ($i = 0; $i < $len; ++$i) {
724 $next = $i+1;
725 if ($str[$i]==$delim && !$inside) {
730 } elseif ($str[$i] == $qual && $next != $len && $str[$next] == $qual) {
731 $word .= $str[$i];
732 $i++;
733 } elseif ($str[$i] == "\n") {
[all …]
/plugin/farm/
H A Danimalmanager.class.php247 foreach($this->animal->getInfos()->pagesInfo(true) as $k => $i) {
248 ptln(' '.$this->manager->getLang('animal_info_pages'.$k).' : '.$i.'<br />');
251 foreach($this->animal->getInfos()->mediasInfo(true) as $k => $i) {
252 ptln(' '.$this->manager->getLang('animal_info_medias'.$k).' : '.$i.'<br />');
328 foreach($this->animal->getFs() as $r64 => $i) {
329i['type'].' '.($f64 == $r64 && $i['type'] == 'file' ? 'animal_file_current' : '').'" ref="'.$r64.'…
330 …if($i['type'] == 'file') ptln('<a href="'.$this->wl(array('editfile' => true, 'file' => $r64)).'#a…
331 ptln($i['name']);
332 if($i['type'] == 'file') ptln('</a>');
333 if($i['type'] == 'file') {
[all …]
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPAccuracy.php70 for ($i = 0; $i < $object->getObjectCount(); $i++) {
72 $item = $object->getObjectAt($i);
80 if ($i != 0) {
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php164 for($i = 1; $i <= true; $i ++) {
165 $text = $this->getLang ( 'template.' . $i . '.text' );
170 $sql = $this->getLang ( 'template.' . $i . '.sql' );
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaGraphComponent.java117 for (int i = 0; i < c.length; i++) in getColumnLocation()
119 if (c[i] instanceof JTableRenderer) in getColumnLocation()
121 JTableRenderer vertex = (JTableRenderer) c[i]; in getColumnLocation()
/plugin/structgeohash/
H A Dgeohash.js52 for (i=0; i<geohash.length; i++) {
53 c = geohash[i];
75 var i=0;
/plugin/do/syntax/
H A Ddolist.php78 for ($i = 0; $i < $c; $i++) {
79 $args[$filter][$i] = trim($args[$filter][$i]);

1...<<61626364656667686970>>...141