Sha256: 4956ec06004ea43f205258d19f6b15b0a6d73e9086da822ac2ce24d9680ee5d2
Contents?: true
Size: 493 Bytes
Versions: 3
Compression:
Stored size: 493 Bytes
Contents
/*! * UI development toolkit for HTML5 (OpenUI5) * (c) Copyright 2009-2018 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ sap.ui.define(["sap/base/strings/toHex"],function(t){"use strict";var r=/[\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xff\u2028\u2029][0-9A-Fa-f]?/g;var c=function(C){var i=C.charCodeAt(0);if(C.length===1){return"\\"+t(i);}else{return"\\"+t(i)+" "+C.substr(1);}};var e=function(s){return s.replace(r,c);};return e;});
Version data entries
3 entries across 3 versions & 1 rubygems