Home
last modified time | relevance | path

Searched refs:navigator (Results 126 – 150 of 277) sorted by path

12345678910>>...12

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Djson.worker.js.map1navigator === 'object' && !isElectronRenderer) {\n _userAgent = navigator.userAgent;\n _isWi…
/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1navigator||m){if("object"==typeof e){r="win32"===e.platform,s="darwin"===e.platform,o="linux"===e.…
H A Djson.worker.js1navigator||m){if("object"==typeof e){i="win32"===e.platform,o="darwin"===e.platform,s="linux"===e.…
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte63 navigator.clipboard.write([
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1navigator.maxTouchPoints||"ontouchstart"in this}function _i(t){for(;!t.__brush;)if(!(t=t.parentNod…
H A Dmermaid.min.js.map1navigator","maxTouchPoints","__brush","extent","brushSelection","dim","brushX","brushY","touchendi…
/plugin/dokucrypt2/
H A Dscript.js2190 if (navigator.clipboard && window.isSecureContext) {
2192 return navigator.clipboard.writeText(textToCopy);
/plugin/dokumicrobugtracker/js/
H A Djquery.js2 …Float(d)}catch(g){}f.data(a,c,d)}else d=b}return d}var c=a.document,d=a.navigator,e=a.location,f=f…
/plugin/edittable/lib/
H A Dhandsontable.full.js5496 var _isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor);
5502 var _isChrome = /Chrome/.test(navigator.userAgent) && /Google/.test(navigator.vendor);
5510 userAgent = navigator.userAgent;
29069 …(0, _element.addClass)(this.htContainer, window.navigator.platform.indexOf('Mac') === -1 ? '' : 'h…
/plugin/embedover/
H A Dscript.js47 var getFFVersion=navigator.userAgent.substring(navigator.userAgent.indexOf("Firefox")).split("/")[1…
/plugin/encryptedpasswords/script/
H A DPageHandling.js77 await navigator.clipboard.writeText(clear);
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js335 var userAgent=navigator.userAgent.toLowerCase();
/plugin/eventline/timeline_js/
H A Dtimeline-api.js220 …var defaultClientLocales = ("language" in navigator ? navigator.language : navigator.browserLangua…
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js37 var ua_temp = navigator.userAgent.toLowerCase();
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js115 if ( navigator.userAgent.indexOf('MSIE') >= 0 ) // IE
138 if ( navigator.userAgent.indexOf('MSIE') >= 0 ) // IE
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js27navigator.userAgent.toLowerCase();var FCKBrowserInfo={IsIE:/*@cc_on!@*/false,IsIE7:/*@cc_on!@*/fal…
53 …etectLanguage){var A;if (navigator.userLanguage) A=navigator.userLanguage.toLowerCase();else if (n…
H A Dfckeditorcode_ie.js28navigator.userAgent.toLowerCase();var FCKBrowserInfo={IsIE:/*@cc_on!@*/false,IsIE7:/*@cc_on!@*/fal…
57 …etectLanguage){var A;if (navigator.userLanguage) A=navigator.userLanguage.toLowerCase();else if (n…
/plugin/fckg/scripts/
H A Dvki_kb.js39 this.VKI_isWebKit = RegExp("KHTML").test(navigator.userAgent);
40 this.VKI_isOpera = RegExp("Opera").test(navigator.userAgent);
41 this.VKI_isMoz = (!this.VKI_isWebKit && navigator.product == "Gecko");
/plugin/fetchmedia/lib/
H A Dbundle.js1 …")},function(t,n,r){"use strict";var e=r(2),i=r(0),o=r(51),u=r(290),c=e.navigator,s=!!c&&/MSIE .\.…
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DBaseTypesHandler.php39 $navigator = $context->getNavigator();
42 $ret[] = $navigator->accept($v, $newType, $context)->data;
55 $navigator = $context->getNavigator();
57 $ret[] = $navigator->accept($v, $newType, $context);
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerDeserializationTest.php46 $navigator = class_exists('JMS\Serializer\GraphNavigator\DeserializationGraphNavigator')
50 $this->visitor->setNavigator($navigator);
H A DXmlSchemaDateHandlerSerializationTest.php44 $navigator = class_exists('JMS\Serializer\GraphNavigator\DeserializationGraphNavigator')
48 $this->visitor->setNavigator($navigator);
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md113 - Added graph navigator factories [\#929](https://github.com/schmittjoh/serializer/pull/929) ([goet…
114 - No global graph navigator [\#925](https://github.com/schmittjoh/serializer/pull/925) ([goetas](ht…
116 - Move accessors to graph navigator [\#923](https://github.com/schmittjoh/serializer/pull/923) ([go…
182 - Move data handling from graph navigator to visitor [\#920](https://github.com/schmittjoh/serializ…
222 - Introduce graph navigator interface [\#876](https://github.com/schmittjoh/serializer/pull/876) ([…
493 - Where in the JMS code does the navigator call VisitProperty method for visitor [\#207](https://gi…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DAbstractVisitor.php15 protected $navigator; variable in JMS\\Serializer\\AbstractVisitor
17 public function setNavigator(GraphNavigatorInterface $navigator): void argument
19 $this->navigator = $navigator;
H A DContext.php39 private $navigator; variable in JMS\\Serializer\\Context
61 …ize(string $format, VisitorInterface $visitor, GraphNavigatorInterface $navigator, MetadataFactory… argument
69 $this->navigator = $navigator;
100 return $this->navigator;

12345678910>>...12