Home
last modified time | relevance | path

Searched refs:mHist (Results 1 – 9 of 9) sorted by relevance

/dports/www/mediawiki135/mediawiki-1.35.5/includes/page/
H A DImageHistoryPseudoPager.php46 public $mHist; variable in ImageHistoryPseudoPager
62 $this->mHist = [];
108 if ( count( $this->mHist ) ) {
113 $file = $this->mHist[$i];
127 $file = $this->mHist[$i];
160 $numRows = count( $this->mHist );
162 $this->mHist = array_merge( [ $this->mImg ], $this->mHist );
167 $this->mHist[] = $this->mImg;
172 $this->mHist = array_merge( $this->mHist,
179 [ $this->mHist[$numRows - 1]->getTimestamp() ] : [ $this->mHist[0]->getTimestamp() ];
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/page/
H A DImageHistoryPseudoPager.php48 public $mHist; variable in ImageHistoryPseudoPager
68 $this->mHist = [];
115 if ( count( $this->mHist ) ) {
120 $file = $this->mHist[$i];
134 $file = $this->mHist[$i];
167 $numRows = count( $this->mHist );
169 $this->mHist = array_merge( [ $this->mImg ], $this->mHist );
174 $this->mHist[] = $this->mImg;
179 $this->mHist = array_merge( $this->mHist,
186 [ $this->mHist[$numRows - 1]->getTimestamp() ] : [ $this->mHist[0]->getTimestamp() ];
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/page/
H A DImageHistoryPseudoPager.php48 public $mHist;
68 $this->mHist = [];
115 if ( count( $this->mHist ) ) {
120 $file = $this->mHist[$i];
136 $file = $this->mHist[$i];
169 $numRows = count( $this->mHist );
171 $this->mHist = array_merge( [ $this->mImg ], $this->mHist );
176 $this->mHist[] = $this->mImg;
181 $this->mHist = array_merge( $this->mHist,
188 [ $this->mHist[$numRows - 1]->getTimestamp() ] : [ $this->mHist[0]->getTimestamp() ];
[all …]
/dports/net-mgmt/cricket/cricket-1.0.5/
H A Dcollect-subtrees47 my @mHist;
117 push @mHist, "$0: unknown subtree name: $s\n";
130 push @mHist, "Subtree $s is currently being processed." .
132 push @mHist, "use \"rm $lockfile\" to unlock it.\n";
170 my (@hist, @mHist) = ();
183 push @mHist, $_;
189 push @mHist, "\nError and the lines leading up to it:\n";
190 push @mHist, @hist;
200 push @mHist, "\n";
217 mailHist($s, @mHist);
/dports/games/colorcode/ColorCode-0.8.5/
H A Dccsolver.cpp170 mHist = NULL; in CCSolver()
306 mHist[i] = NULL; in RestartGame()
340 mHist[mGuessCnt] = new int[2]; in GuessIn()
341 mHist[mGuessCnt][0] = ix; in GuessIn()
347 mHist[mGuessCnt] = new int[2]; in GuessIn()
348 mHist[mGuessCnt][0] = ix; in GuessIn()
390 mHist[mGuessCnt][1] = r; in ResIn()
419 delete [] mHist[i] ; in FreeTables()
422 delete [] mHist; in FreeTables()
423 mHist = NULL; in FreeTables()
[all …]
H A Dccsolver.h95 int** mHist; variable
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_ocme/src/ocme/
H A Docme_add.h17 vcg::Distribution<float> mHist; in ScaleRangeOfTris() local
21 mHist.Add(vcg::Distance(tris[y][e],tris[y][(e+1)%3])); in ScaleRangeOfTris()
23 minScale = mHist.Percentile(0.5f); in ScaleRangeOfTris()
24 maxScale = mHist.Percentile(0.95f); in ScaleRangeOfTris()
35 vcg::Distribution<float> mHist; in ScaleRangeOfMesh() local
39 minScale = mHist.Percentile(0.5f); in ScaleRangeOfMesh()
40 maxScale = mHist.Percentile(0.95f); in ScaleRangeOfMesh()
46 mHist.Clear(); in ScaleRangeOfMesh()
50 mHist.Add(vcg::Distance((*vi).P(),(*vi1).P())); in ScaleRangeOfMesh()
52 minScale = mHist.Percentile(0.15f); in ScaleRangeOfMesh()
[all …]
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkGui/
H A DDkWidgets.cpp2340 mHist[0][idx] = 0; in drawHistogram()
2341 mHist[1][idx] = 0; in drawHistogram()
2342 mHist[2][idx] = 0; in drawHistogram()
2357 mHist[0][*pixel]++; in drawHistogram()
2358 mHist[1][*pixel]++; in drawHistogram()
2359 mHist[2][*pixel]++; in drawHistogram()
2377 mHist[0][*pixel]++; pixel++; in drawHistogram()
2404 mHist[0][pixR]++; in drawHistogram()
2405 mHist[1][pixG]++; in drawHistogram()
2406 mHist[2][pixB]++; in drawHistogram()
[all …]
H A DDkWidgets.h703 int mHist[3][256]; /// 3 channels 256 bin. channels duplicated when gray