Home
last modified time | relevance | path

Searched refs:solution (Results 1 – 25 of 68) sorted by relevance

123

/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/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;
H A Dpopcorn.jplayer.min.js2solution=e,f.options.supplied=c)):f=b,j(f)&&j(f.media))){j(f.options)||(f.options={}),f.options.so…
/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/botbouncer/lib/
H A Dmollom.php177 * @param string $solution
179 public static function checkCaptcha($sessionId, $solution) argument
183 $solution = (string) $solution;
190 $parameters['solution'] = $solution;
/plugin/bibtex/OSBib/
H A DCHANGELOG31 2/ Correction of bibtex solution @inproceedings bug.
42 1/ Corrected an error in the incorrect formatting of author names for the bibtex solution.
58 1/ Added an (almost) 'out-of-the-box' BibTeX solution.
/plugin/jplayer/vendor/happyworm/jplayer/dist/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/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/blogtng/
H A Dplugin.info.txt7 desc The complete solution to blogging with DokuWiki
/plugin/advanced/lang/en/config/
H A Dhtaccess.txt11 The solution is to enable URL rewriting, which is disabled by default.
/plugin/advanced/lang/fr/config/
H A Dhtaccess.txt11 La solution est d'activer la réécriture d'URL, qui est désactivée par défaut.
/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/ckgdoku/ckeditor/plugins/scayt/
H A DREADME.md6 …ervices of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
/plugin/ckgedit/ckeditor/plugins/wsc/
H A DREADME.md6 …ervices of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
/plugin/jplayer/components/jplayer/
H A Djplayer-built.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/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/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/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/combo/resources/theme/default/components/css/
H A Dedit-button.css26 Better solution would be to change the styling (background) with css
/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
/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/actionscript/happyworm/jPlayer/
H A DJplayerEvent.as26 …tatic const JPLAYER_WARNING:String = "jPlayer_warning"; // Currently not used by the flash solution
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.min.css1 …-solution{padding:5px;font-size:.8em;background-color:#eee;border:2px solid #009be3;color:#000;dis…
/plugin/pgn4web/
H A DREADME.md17 As a solution, provide a link to the page alone, which is automatically done
/plugin/bibtex4dw/
H A DREADME.md64 If you find some problems, open an issue on GitHub, and ideally provide a pull request with a possible solution.

123