Home
last modified time | relevance | path

Searched refs:mCascade (Results 1 – 5 of 5) sorted by relevance

/dports/games/colorcode/ColorCode-0.8.5/
H A Dccsolver.cpp166 mCascade = NULL; in CCSolver()
404 delete [] mCascade; in FreeTables()
405 mCascade = NULL; in FreeTables()
448 mCascade = new int [mPegCnt]; in InitTables()
452 mCascade[i] = IntPow(mColorCnt, mPegCnt - i - 1); in InitTables()
516 while (v >= mCascade[i]) in FillTable()
519 v -= mCascade[i]; in FillTable()
815 ix += j * mCascade[i]; in Row2Ix()
846 ix += j * mCascade[i]; in Row2Ix()
H A Dccsolver.h91 int* mCascade; variable
/dports/www/mediawiki135/mediawiki-1.35.5/includes/
H A DProtectionForm.php44 protected $mCascade = false; variable in ProtectionForm
124 $this->mCascade = $this->mTitle->areRestrictionsCascading();
129 $this->mCascade = $request->getBool( 'mwProtect-cascade', $this->mCascade );
342 $this->mCascade = $request->getBool( 'mwProtect-cascade' );
347 $this->mCascade,
503 $this->mCascade, $this->disabledAttrib
/dports/www/mediawiki137/mediawiki-1.37.1/includes/
H A DProtectionForm.php47 protected $mCascade = false; variable in ProtectionForm
146 $this->mCascade = $this->mTitle->areRestrictionsCascading();
149 $this->mCascade = $this->mRequest->getBool( 'mwProtect-cascade', $this->mCascade );
365 $this->mCascade = $this->mRequest->getBool( 'mwProtect-cascade' );
370 $this->mCascade,
522 'default' => $this->mCascade,
/dports/www/mediawiki136/mediawiki-1.36.3/includes/
H A DProtectionForm.php44 protected $mCascade = false; variable in ProtectionForm
139 $this->mCascade = $this->mTitle->areRestrictionsCascading();
142 $this->mCascade = $this->mRequest->getBool( 'mwProtect-cascade', $this->mCascade );
355 $this->mCascade = $this->mRequest->getBool( 'mwProtect-cascade' );
360 $this->mCascade,
523 'default' => $this->mCascade,