Home
last modified time | relevance | path

Searched refs:idx (Results 201 – 225 of 242) sorted by path

12345678910

/plugin/searchstats/
H A Daction.php86 $readF = @fopen($fn.'.idx', 'r');
111 io_rename($fn.'.tmp', $fn.'.idx');
H A Dhelper.php46 if(is_file($dir.'/'.$file) && strstr($file, 'idx')) {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js505 var idx = output.length;
515 idx = output.length;
518 output[idx++] = value;
663 i = idx >= 0 ? idx : Math.max(idx + length, i);
665 length = idx >= 0 ? Math.min(idx + 1, length) : idx + length + 1;
669 return array[idx] === item ? idx : -1;
673 return idx >= 0 ? idx + i : -1;
675 for (idx = dir > 0 ? i : length - 1; idx >= 0 && idx < length; idx += dir) {
676 if (array[idx] === item) return idx;
704 for (var idx = 0; idx < length; idx++, start += step) {
[all …]
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.map1 …"cb","getLength","createIndexFinder","predicateFind","sortedIndex","item","idx","i","Math","max","…
H A Dunderscore.js491 var output = [], idx = 0;
503 output[idx++] = value;
647 if (typeof idx == 'number') {
649 i = idx >= 0 ? idx : Math.max(idx + length, i);
651 length = idx >= 0 ? Math.min(idx + 1, length) : idx + length + 1;
655 return array[idx] === item ? idx : -1;
659 return idx >= 0 ? idx + i : -1;
661 for (idx = dir > 0 ? i : length - 1; idx >= 0 && idx < length; idx += dir) {
662 if (array[idx] === item) return idx;
688 for (var idx = 0; idx < length; idx++, start += step) {
[all …]
/plugin/sketchcanvas/phplib/
H A Dlib.php11 foreach ($point as $idx => $ivalue) {
12 $point[$idx] = intval($ivalue);
/plugin/sketchcanvas/script/
H A DSketchCanvas.js357 //arr[idx] = cood;
358 //idx++;
359 debug('idx='+idx);
661 var relmove = function(name, idx, dx, dy){ argument
662 if(pointMovingIdx + idx < 0 || pointMoving.points.length <= pointMovingIdx + idx)
664 var p1 = pointMoving.points[pointMovingIdx + idx];
2245 // idx = 0;
2385 // idx
[all...]
/plugin/snippets/
H A Dscript.js236 var idx = jQuery('#plugin_snippets__idx');
237 if(idx.length == 0) return;
238 snippets.attach(idx);
/plugin/sphinxsearch-was/
H A Dsphinxapi.php1002 foreach ($this->_indexweights as $idx => $weight)
1003 $req .= pack("N", strlen($idx)) . $idx . pack("N", $weight);
1154 $idx = -1;
1157 $idx++;
1177 $result["matches"][$idx] = array("id" => $doc, "weight" => $weight);
1217 $result["matches"][$idx]["attrs"] = $attrvals;
/plugin/sphinxsearch/
H A Dsphinxapi.php1042 foreach ( $this->_indexweights as $idx=>$weight )
1043 $req .= pack ( "N", strlen($idx) ) . $idx . pack ( "N", $weight );
1186 $idx = -1;
1190 $idx++;
1209 $result["matches"][$idx] = array ( "id"=>$doc, "weight"=>$weight );
1251 $result["matches"][$idx]["attrs"] = $attrvals;
/plugin/sqlraw/
H A Dsimple_html_dom.php267 if ($idx===-1)
271 if (isset($this->children[$idx])) return $this->children[$idx];
303 $idx = 0;
305 while ($idx<$count && $this!==$this->parent->children[$idx])
307 ++$idx;
320 $idx = 0;
322 while ($idx<$count && $this!==$this->parent->children[$idx])
323 ++$idx;
547 else if ($idx<0) $idx = count($found) + $idx;
548 return (isset($found[$idx])) ? $found[$idx] : null;
[all …]
/plugin/statdisplay/helper/
H A Dgraph.php118 foreach ($keys as $idx) {
119 $times[] = $idx;
120 $pages[] = $data['page'][$by][$idx]['count'];
121 $media[] = $data['media'][$by][$idx]['count'];
122 $hits[] = $data['hits'][$by][$idx]['count'];
123 $visitors[] = $data['hits'][$by][$idx]['visitor'];
157 foreach (array_keys((array)$data['hits'][$by]) as $idx) {
158 $times[] = $idx;
159 $pages[] = $data['page'][$by][$idx]['bytes'] / 1024;
160 $media[] = $data['media'][$by][$idx]['bytes'] / 1024;
[all …]
H A Dtable.php166 foreach ($keys as $idx) {
168 $this->hcell($idx);
170 $this->cell($data['hits'][$by][$idx]['count']);
171 … $this->cell($this->pct($data['hits'][$by][$idx]['count'], $data['hits']['all']['count']));
173 $this->cell($data['media'][$by][$idx]['count']);
174 … $this->cell($this->pct($data['media'][$by][$idx]['count'], $data['media']['all']['count']));
176 $this->cell($data['page'][$by][$idx]['count']);
177 … $this->cell($this->pct($data['page'][$by][$idx]['count'], $data['page']['all']['count']));
179 $this->cell($data['hits'][$by][$idx]['visitor']);
182 $this->cell(filesize_h($data['hits'][$by][$idx]['bytes']));
[all …]
/plugin/statistics/inc/pchart/
H A DPalette.php76 $idx = 0;
84 $palette->setColor($idx, new Color($values[0], $values[1], $values[2]));
85 $idx++;
87 $palette->setColor($idx, new Color($values[0]));
/plugin/struct/meta/
H A DSchemaBuilder.php114 if (isset($this->data['cols'])) foreach ($this->data['cols'] as $idx => $column) {
115 $this->data['cols'][$idx]['label'] = $this->fixLabel($column['label'], $labels);
118 if (isset($this->data['new'])) foreach ($this->data['new'] as $idx => $column) {
119 $this->data['new'][$idx]['label'] = $this->fixLabel($column['label'], $labels);
134 $idx = 1;
136 $fixedlabel = $wantedlabel . $idx++;
/plugin/struct/script/
H A DAggregationEditor.js4 const AggregationEditor = function (idx, table) { argument
/plugin/structodt/
H A Dscript.js5 const AggregationOdt = function (idx, table) { argument
/plugin/subconfhelper/
H A Daction.php80 echo html_buildlist( $data,'idx','html_list_index','html_li_index' );
/plugin/tablecalc/
H A Dsyntax.php60 return array('formula'=>$match, 'divid'=>'__tablecalc'.$this->id_index,'idx'=>$this->id_index);
/plugin/tagfilter/
H A Dhelper.php203 * @param string $idx
207 protected function getIndex($idx, $suffix) argument
210 $fn = $conf['indexdir'] . '/' . $idx . $suffix . '.idx';
/plugin/tagfilter/syntax/
H A Dcompare.php147 foreach ($tagFilters['pagesPerMatchedTags'] as $idx => $pagesPerMatchedTag) {
150 $form->addElement(hsc($tagFilters['label'][$idx]));
/plugin/toolbox/
H A DToolboxFindAndReplace.js211 var idx = text.search(re);
212 if (idx === -1) {
225 return [pos + idx, match[0]];
/plugin/translation2/
H A Daction.php39 foreach ($supportedLanguages as $idx=>$lang) $supportedLanguages[$idx] = basename($lang);
/plugin/translationbuddy/
H A Dsyntax.php161 $idx = ($ns=='-' ? ($lc=='en'?'-1':$lc) : ($lc=='en'?'':$lc.':').$ns);
162 $R->doc .= '<td><a href="'.wl($ID,'idx='.rawurlencode($idx)).'" >'.$ns.'</a></td>';
/plugin/twistienav/
H A Daction.php68 $idx = cleanID(getNS($part));
69 $dir = utf8_encodeFN(str_replace(':','/',$idx));
71 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
80 $yah_ns[$i+1] = $idx;
99 $idx = cleanID(getNS($crumbId));
100 $dir = utf8_encodeFN(str_replace(':','/',$idx));
102 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
111 $bc_ns[$i] = $idx;
155 $idx = cleanID($_POST['idx']);
176 $this->data = $this->helper->get_idx_data($idx, $useexclusions);

12345678910