| /plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/ ! |
| D | PagespeedVersion.php | 25 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/ ! |
| D | BuildBazelSemverSemVer.php | 22 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/ ! |
| D | swfobject.js | 92 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/ ! |
| D | index.js | 22 const major = Number(nodeVersion.match(/^([^.]+)/)[1]); constant 23 if (major < minNodeVersion) {
|
| /plugin/authgoogle/google/contrib/ ! |
| D | Google_PagespeedonlineService.php | 502 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/ ! |
| D | PdfParser.php | 180 list(, $major, $minor) = $result; 186 list($major, $minor) = $versionParts; 190 return [(int) $major, (int) $minor];
|
| /plugin/bugzillaint/conf/ ! |
| D | default.php | 13 $conf['severity_threshold_orange'] = 'major';
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ ! |
| D | module.audio.tak.php | 80 $major = ($ver & 0xff0000) >> 16; 83 $thisfile_takaudio['version'] = 'TAK V '.$major.'.'.$minor.'.'.$revision;
|
| /plugin/gtime/gtlib/util/ ! |
| D | GTUtil.php | 596 $major = $version->shiftRight(28)->bitAnd($mask)->getValue(); 600 return "{$major}.{$minor}.{$fix}";
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ ! |
| D | Output.TidyFormat.txt | 13 fixed all major errors the HTML may have had. Tidy is a non-default
|
| /plugin/database2/ ! |
| D | media.php | 355 list( $major, $minor ) = explode( '/', $mime ); 358 $img = ( $major == 'image' ) ? @imagecreatefromstring( $data ) : false;
|
| /plugin/indexmenu/scripts/contextmenu/ ! |
| D | jquery.ui-contextmenu.min.js | 3 …u.version.match(/^(\d)\.(\d+)/),d={major:parseInt(c[1],10),minor:parseInt(c[2],10)},e=d.major<2&&d… property
|
| D | jquery.ui-contextmenu.js | 27 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/ ! |
| D | phpThumb.demo.check.php | 79 @list($huge, $major, $minor) = @explode('.', @$matches[1]); 83 $versions['major'][$key] = $major;
|
| /plugin/mcitem/ ! |
| D | README.md | 32 Plugin inspiration and major part of readme is from mcrecipe Dokuwiki plugin made by [cryxli](https…
|
| /plugin/asciidocjs/node_modules/pug-runtime/ ! |
| D | CHANGELOG.md | 32 variables will not come with a major bump.
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ ! |
| D | experimental-beta-apis.asciidoc | 9 changes to these APIs should only occur in major versions and will be
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/ ! |
| D | README.md | 37 …contributors on every PHPUnit related package on GitHub. This list shows only the major components:
|
| /plugin/pubmed2020/tests/ ! |
| D | PM15924077.ris | 16 AB - BACKGROUND: Falls and dementia are two major public health problems which concern the elderly…
|
| D | PM15924077.nbib | 14 AB - BACKGROUND: Falls and dementia are two major public health problems which concern
|
| /plugin/deletepageguard/ ! |
| H A D | RELEASE.md | 56 - **Major version** (X.y.z): Breaking changes, major refactoring 332 6. **Backup before major releases**: Ensure git repository is safely backed up
|
| /plugin/abc2/ ! |
| D | all.css | 46 …major{background-color:#dfd;font-weight:bold}.sig-major6{background-color:#afa;font-weight:bold}.s…
|
| /plugin/amcharts/ ! |
| D | README.md | 61 The major restriction is that the JavaScript object must be **static**, i.e. it cannot include func…
|
| /plugin/abc2/abc-libraries/abc-ui/ ! |
| D | music.min.css | 7 …major{background-color:#dfd;font-weight:bold}.sig-major6{background-color:#afa;font-weight:bold}.s…
|
| /plugin/a2s/ ! |
| D | ASCIIToSVG.php | 274 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;
|