Home
last modified time | relevance | path

Searched refs:fallback (Results 76 – 88 of 88) sorted by last modified time

1234

/plugin/scrape/HTMLPurifier/Language/messages/
H A Den.php
/plugin/pgn4web/pgn4web/
H A DREADME.txt222 browser does not support web fonts, there's not elegant textual fallback.
/plugin/htvid/
H A Dplugin.info.txt6 desc Embeds video using HTML5 syntax with flash fallback
H A DREADME3 Embeds video using HTML5 syntax with a flash fallback
/plugin/templateconfhelper/
H A DREADME40 * base_tpl, fallback template
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js84 var toNumber = function (numeric, fallback) { argument
85 return isNaN(numeric) ? (fallback || 0) : Number(numeric);
H A Dimpress.css129 we display a fallback message for users with browsers that don't support
139 .fallback-message {
152 .fallback-message p {
156 .impress-supported .fallback-message {
/plugin/fedauth/Auth/
H A DOpenID.php245 static function arrayGet($arr, $key, $fallback = null) argument
251 return $fallback;
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js859 function fallback(name, expr) { function
863 fallback('cancelControl', (options.cancelLink ? 'link' : (options.cancelButton ? 'button' :
865 fallback('okControl', (options.okLink ? 'link' : (options.okButton ? 'button' :
867 fallback('highlightColor', options.highlightcolor);
868 fallback('highlightEndColor', options.highlightendcolor);
/plugin/clock/
H A Dstyle.css69 * fallback or switch if it is now available at last as Freeware.
144 * fallback or switch if it is now available at last as Freeware.
/plugin/processing/
H A Dscript.js390 function setupTypedArray(name, fallback) { argument
394 if (typeof this[fallback] === "function") {
395 this[name] = this[fallback];
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php168 $this->fallback[$type] = $array['_DATA'];
290 $fallback = $this->fallback[$type];
291 $type = $fallback;
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php163 if(array_key_exists($type, $this->fallback))
166 $this->session->setVar($sessionKey, base64_encode($this->fallback[$type]));
176 $this->fallback = array();
199 $this->fallback[$type] = $array['_DATA'];
861 $fallback = FALSE;
869 $fallback = FORM::selectedBoxValue($this->messages->text("style", "fallback"),
883 MISC::br() . $availableFields, "small") . MISC::p($fallback) .

1234