Home
last modified time | relevance | path

Searched refs:major (Results 1 – 25 of 626) sorted by relevance

12345678910>>...26

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/ !
DPagespeedVersion.php25 public $major; variable in Google\\Service\\PagespeedInsights\\PagespeedVersion
34 public function setMajor($major) argument
36 $this->major = $major;
43 return $this->major;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/ !
DBuildBazelSemverSemVer.php22 public $major; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelSemverSemVer
27 public function setMajor($major) argument
29 $this->major = $major;
33 return $this->major;
/plugin/flowplay/flowplayer/ !
Dswfobject.js92 catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}
96 this.major=_27[0]!=null?parseInt(_27[0]):0;
101 if(this.major<fv.major){return false;}
102 if(this.major>fv.major){return true;}
/plugin/asciidocjs/node_modules/yargs-parser/build/lib/ !
Dindex.js22 const major = Number(nodeVersion.match(/^([^.]+)/)[1]); constant
23 if (major < minNodeVersion) {
/plugin/authgoogle/google/contrib/ !
DGoogle_PagespeedonlineService.php502 public $major; variable in Google_ResultVersion
504 public function setMajor( $major) { argument
505 $this->major = $major;
508 return $this->major;
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/ !
DPdfParser.php180 list(, $major, $minor) = $result;
186 list($major, $minor) = $versionParts;
190 return [(int) $major, (int) $minor];
/plugin/bugzillaint/conf/ !
Ddefault.php13 $conf['severity_threshold_orange'] = 'major';
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ !
Dmodule.audio.tak.php80 $major = ($ver & 0xff0000) >> 16;
83 $thisfile_takaudio['version'] = 'TAK V '.$major.'.'.$minor.'.'.$revision;
/plugin/gtime/gtlib/util/ !
DGTUtil.php596 $major = $version->shiftRight(28)->bitAnd($mask)->getValue();
600 return "{$major}.{$minor}.{$fix}";
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ !
DOutput.TidyFormat.txt13 fixed all major errors the HTML may have had. Tidy is a non-default
/plugin/database2/ !
Dmedia.php355 list( $major, $minor ) = explode( '/', $mime );
358 $img = ( $major == 'image' ) ? @imagecreatefromstring( $data ) : false;
/plugin/indexmenu/scripts/contextmenu/ !
Djquery.ui-contextmenu.min.js3 …u.version.match(/^(\d)\.(\d+)/),d={major:parseInt(c[1],10),minor:parseInt(c[2],10)},e=d.major<2&&d… property
Djquery.ui-contextmenu.js27 major: parseInt(match[1], 10), property
30 isLTE110 = ( uiVersion.major < 2 && uiVersion.minor <= 10 ),
31 isLTE111 = ( uiVersion.major < 2 && uiVersion.minor <= 11 );
/plugin/photogallery/phpThumb/demo/ !
DphpThumb.demo.check.php79 @list($huge, $major, $minor) = @explode('.', @$matches[1]);
83 $versions['major'][$key] = $major;
/plugin/mcitem/ !
DREADME.md32 Plugin inspiration and major part of readme is from mcrecipe Dokuwiki plugin made by [cryxli](https…
/plugin/asciidocjs/node_modules/pug-runtime/ !
DCHANGELOG.md32 variables will not come with a major bump.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ !
Dexperimental-beta-apis.asciidoc9 changes to these APIs should only occur in major versions and will be
/plugin/findologicxmlexport/vendor/phpunit/phpunit/ !
DREADME.md37 …contributors on every PHPUnit related package on GitHub. This list shows only the major components:
/plugin/pubmed2020/tests/ !
DPM15924077.ris16 AB - BACKGROUND: Falls and dementia are two major public health problems which concern the elderly…
DPM15924077.nbib14 AB - BACKGROUND: Falls and dementia are two major public health problems which concern
/plugin/deletepageguard/ !
H A DRELEASE.md56 - **Major version** (X.y.z): Breaking changes, major refactoring
332 6. **Backup before major releases**: Ensure git repository is safely backed up
/plugin/abc2/ !
Dall.css46major{background-color:#dfd;font-weight:bold}.sig-major6{background-color:#afa;font-weight:bold}.s…
/plugin/amcharts/ !
DREADME.md61 The major restriction is that the JavaScript object must be **static**, i.e. it cannot include func…
/plugin/abc2/abc-libraries/abc-ui/ !
Dmusic.min.css7major{background-color:#dfd;font-weight:bold}.sig-major6{background-color:#afa;font-weight:bold}.s…
/plugin/a2s/ !
DASCIIToSVG.php274 var /* int */ $major; /* The major token value. This is the code variable in dokuwiki\\plugin\\a2s\\A2S_SVGPathyyStackEntry
627 self::$yyTokenName[$yytos->major]);
629 $this->yy_destructor( $yytos->major, $yytos->minor);
632 return $yytos->major;
749 $yytos->major = $yyMajor;
756 fprintf($this->yyTraceFILE," %s",self::$yyTokenName[$ent->major]);
1033 $ent->major = 0;
1086 $yymx = $this->yystack[$this->yyidx]->major;

12345678910>>...26