Home
last modified time | relevance | path

Searched refs:fallback (Results 1 – 25 of 125) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
DObjectConstructorTest.php61 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
66 $constructor = new DoctrineObjectConstructor($this->registry, $fallback);
80 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
85 $constructor = new DoctrineObjectConstructor($this->registry, $fallback);
93 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
98 $constructor = new DoctrineObjectConstructor($this->registry, $fallback);
107 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
108 $fallback->expects($this->once())->method('construct')->willReturn($author);
113 …$constructor = new DoctrineObjectConstructor($this->registry, $fallback, DoctrineObjectConstructor…
122 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DLanguageFactory.php117 $fallback = $raw_fallback ? $raw_fallback : 'en';
119 $lang = $this->create($config, $context, $fallback);
159 $fallback = ($code != 'en') ? 'en' : false;
172 if (!empty($fallback)) {
181 $fallback = 'en';
186 $this->loadLanguage($fallback);
187 $fallback_cache = $this->cache[$fallback];
DLanguage.php20 public $fallback = false; variable in HTMLPurifier_Language
/plugin/asciidocjs/node_modules/async/internal/
DsetImmediate.js6 exports.fallback = fallback;
14 function fallback(fn) { function
31 _defer = fallback;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
DInitializedBlogPostConstructor.php15 private $fallback; variable in JMS\\Serializer\\Tests\\Fixtures\\InitializedBlogPostConstructor
19 $this->fallback = new UnserializeObjectConstructor();
25 return $this->fallback->construct($visitor, $metadata, $data, $type, $context);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
DPage.php176 * @param bool $fallback
183 public function getBoundary($box = PageBoundaries::CROP_BOX, $fallback = true) argument
191 if ($fallback === false) {
211 * @param bool $fallback
217 public function getWidthAndHeight($box = PageBoundaries::CROP_BOX, $fallback = true) argument
219 $boundary = $this->getBoundary($box, $fallback);
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/skin/
Dcircle.player.css54 .cp-container .cp-fallback {
83 /* This is needed when progress is greater than 50% or for fallback */
87 .cp-progress-1.cp-fallback{
/plugin/openid/Auth/
DOpenID.php255 * @param mixed $fallback
258 static function arrayGet($arr, $key, $fallback = null) argument
264 return $fallback;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages/
Den.php3 $fallback = false; variable
/plugin/asciidocjs/node_modules/async/
DnextTick.js48 _defer = _setImmediate.fallback;
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
DREADME.md5 and includes a fallback to the Mozilla CA bundle.
32 …temCaRootBundlePath()`: Returns the system CA bundle path, or a path to the bundled one as fallback
/plugin/asciidocjs/node_modules/cliui/
DCHANGELOG.md17 * **exports:** node 13.0 and 13.1 require the dotted object form _with_ a string fallback ([#93](ht…
24 * **exports:** node 13.0-13.6 require a string fallback ([#91](https://www.github.com/yargs/cliui/i…
102 * add fallback for window width ([#45](https://github.com/yargs/cliui/issues/45)) ([d064922](https:…
/plugin/htvid/
Dplugin.info.txt6 desc Embeds video using HTML5 syntax with flash fallback
DREADME3 Embeds video using HTML5 syntax with a flash fallback
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
Dgenerator_config.txt5 …rtical_metrics":"Y","fix_gasp":"xy","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback…
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
DREADME.md4 This component provides a fallback implementation for the
/plugin/fedauth/Auth/
DOpenID.php245 static function arrayGet($arr, $key, $fallback = null) argument
251 return $fallback;
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
Dcircle.player.js59 fallback: "cp-fallback" property
142 this.jq.progress1.addClass(this.cssClass.fallback);
/plugin/asciidocjs/node_modules/y18n/
DCHANGELOG.md38 * **exports:** node 13.0 and 13.1 require the dotted object form _with_ a string fallback ([#105](h…
45 * **exports:** node 13.0-13.6 require a string fallback ([#103](https://www.github.com/yargs/y18n/i…
/plugin/icalevents/vendor/sabre/uri/
DCHANGELOG.md16 doesn't support them, so we now have a pure-php fallback in case it fails.
/plugin/webdav/vendor/sabre/uri/
DCHANGELOG.md16 doesn't support them, so we now have a pure-php fallback in case it fails.
/plugin/clock/
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/s5reloaded/ui/effects_support/
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/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_keyboard_navigation.js13fallback()),e},setDefaultNode:function(){this.setActiveNode(this.getDefaultNode())},getActiveNode:… method
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dslice.rst44 `mb_substr`_ for strings with a fallback to `substr`_.

12345