Home
last modified time | relevance | path

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

1234

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A 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);
122 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
123 $fallback->expects($this->once())->method('construct')->willReturn($author);
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A 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/
H A 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/
H A 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/
H A DOpenID.php255 * @param mixed $fallback
258 static function arrayGet($arr, $key, $fallback = null) argument
264 return $fallback;
/plugin/scrape/HTMLPurifier/Language/messages/
H A Den-x-test.php
H A Den-x-testmini.php
H A Den.php
/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/quickstats/GEOIP/vendor/composer/ca-bundle/
H A 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/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A 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/
H A DREADME.md4 This component provides a fallback implementation for the
/plugin/fedauth/Auth/
H A DOpenID.php245 static function arrayGet($arr, $key, $fallback = null) argument
251 return $fallback;
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dcircle.player.js59 fallback: "cp-fallback" property in CirclePlayer.cssClass
142 this.jq.progress1.addClass(this.cssClass.fallback);
/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/webdav/vendor/sabre/uri/
H A DCHANGELOG.md16 doesn't support them, so we now have a pure-php fallback in case it fails.
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md16 doesn't support them, so we now have a pure-php fallback in case it fails.
/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/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js13fallback()),e},setDefaultNode:function(){this.setActiveNode(this.getDefaultNode())},getActiveNode:…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dslice.rst44 `mb_substr`_ for strings with a fallback to `substr`_.
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php168 $this->fallback[$type] = $array['_DATA'];
290 $fallback = $this->fallback[$type];
291 $type = $fallback;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js828 node = node.fallback();
840 node = node.fallback();
1057 fallback: function () {
1176 fallback: function () {
1282 fallback: function () {
1284 var node = gantt.$keyboardNavigation.TaskRow.prototype.fallback.call(this);
1423 fallback: function () {
/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) .
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.css265 .amcharts-export-fallback {
273 .amcharts-export-fallback textarea {
282 .amcharts-export-fallback-message {

1234