Home
last modified time | relevance | path

Searched refs:fmt (Results 26 – 40 of 40) sorted by path

12

/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.js214 for(var fmt = 0; fmt < supplied.length; fmt++) {
215 mediaType = supplied[fmt].replace(/^\s+|\s+$/g, ""); //trim
235 fmt = supplied.length; // Exit supplied loop
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js214 for(var fmt = 0; fmt < supplied.length; fmt++) {
215 mediaType = supplied[fmt].replace(/^\s+|\s+$/g, ""); //trim
235 fmt = supplied.length; // Exit supplied loop
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt703 * Bugfix: Shorten module not working for wav files with fmt
H A Dstructure.txt1699 ['fmt ']=>array() { //
1900 ['fmt ']=>array() { //
1962 ['fmt ']=>array() { //
/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/openid/Auth/OpenID/
H A DAssociation.php135 $fmt = 'Unsupported association type (%s)';
136 trigger_error(sprintf($fmt, $assoc_type), E_USER_ERROR);
H A DServer.php722 $fmt = "Session type %s does not support association type %s";
724 sprintf($fmt, $session_type, $assoc_type));
959 $fmt = "Missing required field 'return_to' from checkid request";
960 return new Auth_OpenID_ServerError($message, $fmt);
1158 $fmt = "Request was for %s, cannot reply with identity %s";
1160 sprintf($fmt, $this->identity, $identity));
/plugin/s5reloaded/ui/thesis/
H A Dslides.js865 function fontSize(val,fmt) { argument
866 var value = val + fmt;
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …n 'exec exit expand export expr false fdformat fdisk fg fgrep file find fmt fold format ' +\n …
/plugin/txt2tags/
H A Dtxt2tags.class.php342 if($m[1]=='||') $fmt = $snippets['tablehead'];
343 else $fmt = $snippets['tablecell'];
361 $cells .= sprintf($fmt, $attr, $c);
/plugin/txtconf/
H A Dconfig0.class.php363 function out($var, $fmt='php') { argument
370 if ($fmt=='php') {
H A Dtxtconfig.class.php289 function out($var='config', $fmt='txt') { argument
294 if ($fmt=='php') {
300 } else if ($fmt=='txt') {
/plugin/virtualkeyboard/vk/extensions/
H A Ddateextensions.js144 Date.prototype.toFormatString = function (fmt, spacer) { argument
146 if (!fmt) return this.toString();
150 return fmt.replace(/%\w+/g,function(a) {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js7238 isDateFmt: function isDateFmt(fmt) {
7239 if (!fmt) {
7244 fmt = fmt.replace(/\[[^\]]*]/g, '');
7245 fmt = fmt.replace(/"[^"]*"/g, ''); // then check for date formatting chars
7247 var result = fmt.match(/[ymdhMsb]+/) !== null;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs610 …if(fmt != 's' && fmt != 'ss' && fmt != '.0' && fmt != '.00' && fmt != '.000') throw 'bad second fo…
744 fmt = fmt.replace(/^#+([0.])/, "$1");
789 return hashq(fmt.substr(0,lres) + o + fmt.substr(fmt.length-rres));
864 fmt = fmt.replace(/^#+([0.])/, "$1");
909 return hashq(fmt.substr(0,lres) + o + fmt.substr(fmt.length-rres));
919 …if(fmt.match(/\.[0#?]*$/)) return write_num_int(type, fmt.slice(0,fmt.lastIndexOf(".")), val) + ha…
966 while(fmt.charAt(i++) !== ']' && i < fmt.length) o += fmt.charAt(i);
1215 …case 1: fmt = lat>-1 ? ["General", "General", "General", fmt[0]] : [fmt[0], fmt[0], fmt[0], "@"]; …
1216 case 2: fmt = lat>-1 ? [fmt[0], fmt[0], fmt[0], fmt[1]] : [fmt[0], fmt[1], fmt[0], "@"]; break;
1217 case 3: fmt = lat>-1 ? [fmt[0], fmt[1], fmt[0], fmt[2]] : [fmt[0], fmt[1], fmt[2], "@"]; break;
[all …]

12