Home
last modified time | relevance | path

Searched refs:solution (Results 26 – 50 of 68) sorted by last modified time

123

/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css534 .jp-no-solution {
542 .jp-no-solution a {
545 .jp-no-solution span {
H A Djplayer.blue.monday.min.css1 …-solution{padding:5px;font-size:.8em;background-color:#eee;border:2px solid #009be3;color:#000;dis…
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.css552 .jp-no-solution {
563 .jp-no-solution a {
566 .jp-no-solution span {
H A Djplayer.pink.flag.min.css1solution{padding:5px;font-size:.8em;background-color:#3a2a45;border-top:2px solid #554461;border-l…
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js887 var solution = value1.replace(/^\s+|\s+$/g, ""); //trim
888 if(self.solution[solution]) { // Check solution is valid.
891 if(solution === value2) {
897 self.solutions.push(solution);
1034 $.each(this.solutions, function(solutionPriority, solution) { argument
1036 self[solution].desired = true;
1065 $.each(this.solutions, function(solutionPriority, solution) { argument
1067 if(self[solution].support[format]) {
1068 self[solution].used = true;
1973 var isHtml = solution === 'html';
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as112 // Need to put in some event dispatching as a more elegant solution and leave it here
H A DJplayerEvent.as26 …tatic const JPLAYER_WARNING:String = "jPlayer_warning"; // Currently not used by the flash solution
/plugin/jplayer/components/
H A Drequire-built.js2932 var solution = value1.replace(/^\s+|\s+$/g, ""); //trim
2933 if(self.solution[solution]) { // Check solution is valid.
2936 if(solution === value2) {
2942 self.solutions.push(solution);
3079 $.each(this.solutions, function(solutionPriority, solution) { argument
3081 self[solution].desired = true;
3110 $.each(this.solutions, function(solutionPriority, solution) { argument
3112 if(self[solution].support[format]) {
3113 self[solution].used = true;
4018 var isHtml = solution === 'html';
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss607 .jp-no-solution {
616 .jp-no-solution a {
620 .jp-no-solution span {
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A DREADME.md8 To enable the [Aurora](https://github.com/audiocogs) solution inside jPlayer, the following files w…
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
H A Djplayer.pink.flag.scss662 .jp-no-solution {
674 .jp-no-solution a {
678 .jp-no-solution span {
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCHANGELOG.md23 - New Feature: Merged Pull Request [Add Aurora.js solution](https://github.com/happyworm/jPlayer/pu…
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js887 var solution = value1.replace(/^\s+|\s+$/g, ""); //trim
888 if(self.solution[solution]) { // Check solution is valid.
891 if(solution === value2) {
897 self.solutions.push(solution);
1034 $.each(this.solutions, function(solutionPriority, solution) { argument
1036 self[solution].desired = true;
1065 $.each(this.solutions, function(solutionPriority, solution) { argument
1067 if(self[solution].support[format]) {
1068 self[solution].used = true;
1973 var isHtml = solution === 'html';
[all …]
H A Djquery.jplayer.min.js2solution:"html, flash",supplied:"mp3",auroraFormats:"wav",preload:"metadata",volume:.8,muted:!1,re… property in a.jPlayer.options
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.js178 srcObj.options.solution = SOLUTION;
193 if(!srcObj.options.solution) {
194 srcObj.options.solution = SOLUTION;
204 …var solution = srcObj.options.solution.toLowerCase().split(","), // Create the solution array, wit…
207 for(var sol = 0; sol < solution.length; sol++) {
209 var solutionType = solution[sol].replace(/^\s+|\s+$/g, ""), //trim
234 sol = solution.length; // Exit solution loop
355 jpOptions.solution = SOLUTION;
359 jpOptions.solution = jpOptions.solution || SOLUTION;
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djquery.jplayer.inspector.js212 var solution = $(this).data("jPlayerInspector").jPlayer.data("jPlayer").solutions[i];
213 jPlayerInfo += "&nbsp;jPlayer's <strong>" + solution + "</strong> solution is";
214 if($(this).data("jPlayerInspector").jPlayer.data("jPlayer")[solution].used) {
216 for(format in $(this).data("jPlayerInspector").jPlayer.data("jPlayer")[solution].support) {
217 if($(this).data("jPlayerInspector").jPlayer.data("jPlayer")[solution].support[format]) {
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js887 var solution = value1.replace(/^\s+|\s+$/g, ""); //trim
888 if(self.solution[solution]) { // Check solution is valid.
891 if(solution === value2) {
897 self.solutions.push(solution);
1034 $.each(this.solutions, function(solutionPriority, solution) { argument
1036 self[solution].desired = true;
1065 $.each(this.solutions, function(solutionPriority, solution) { argument
1067 if(self[solution].support[format]) {
1068 self[solution].used = true;
1973 var isHtml = solution === 'html';
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js178 srcObj.options.solution = SOLUTION;
193 if(!srcObj.options.solution) {
194 srcObj.options.solution = SOLUTION;
204 …var solution = srcObj.options.solution.toLowerCase().split(","), // Create the solution array, wit…
207 for(var sol = 0; sol < solution.length; sol++) {
209 var solutionType = solution[sol].replace(/^\s+|\s+$/g, ""), //trim
234 sol = solution.length; // Exit solution loop
355 jpOptions.solution = SOLUTION;
359 jpOptions.solution = jpOptions.solution || SOLUTION;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …curity Policy forbids using Function, but in that case\n // the proper solution is to fix the acc…
H A Dpdf.worker.js.map1 …curity Policy forbids using Function, but in that case\n // the proper solution is to fix the acc…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …curity Policy forbids using Function, but in that case\n // the proper solution is to fix the acc…
/plugin/formatplus2/
H A DREADME5 other plugins. I believed the best solution is a unified plugin.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md476 properties. It's not a full solution, but it's an improvement for those
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php214 foreach ($handle as $solution) {
215 if (file_exists($solution)) {
216 $out[] = $solution;
227 foreach ($handle as $solution) {
228 if (file_exists($solution)) {
229 return $solution;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst101 * The first solution may indeed work for this simplified example. But imagine
107 * The second solution involves duplication of common code with all its negative

123