Home
last modified time | relevance | path

Searched refs:iso (Results 26 – 31 of 31) sorted by path

12

/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt592 ['iso']=>array() { // ISO-9660 - CD-ROM Image
/plugin/jsonrpc/
H A DIJR_Date.php31 function parseIso($iso) { argument
32 $this->year = substr($iso, 0, 4);
33 $this->month = substr($iso, 5, 2);
34 $this->day = substr($iso, 8, 2);
35 $this->hour = substr($iso, 11, 2);
36 $this->minute = substr($iso, 14, 2);
37 $this->second = substr($iso, 17, 2);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …\n if (needsEncodingFixup) {\n // Try iso-8859-1 encoding.\n value = textdecode…
/plugin/photogallery/
H A Dsyntax.php920 $iso = $jpeg->getField(array('Exif.ISOSpeedRatings'));
930 $this->_addString($ret,$iso,'ISO '.$iso,', ');
/plugin/pubmed2020/
H A Dstyle.css79 .pubmed .iso {
/plugin/textinsert/
H A DREADME39 $lang['name'] entry in lang.php or a $lang_<iso>['name'] entry in macros.php, and if

12