Home
last modified time | relevance | path

Searched refs:fromString (Results 26 – 50 of 71) sorted by last modified time

123

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js1fromString=function(e){return t.get(e)},e.toString=function(e){return n.get(e)},e.toCssClassName=f…
/plugin/ol3/
H A Dscript.js8 …,wO.color={},wO.color.asArray=Oo||{},wO.color.asString=wo||{},wO.color.fromString=Co||{},wO.color.…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js19fromString=(function(str,opt_radix){if(str.length==0){throw Error("number format error: empty stri… function
H A Dopus.js23fromString=(function(str,opt_radix){if(str.length==0){throw Error("number format error: empty stri… function
H A Dogg.js15fromString=(function(str,opt_radix){if(str.length==0){throw Error("number format error: empty stri… function
/plugin/securelogin/
H A Drsalib.js20 this.fromString(a, 256);
22 this.fromString(a, b);
675 BigInteger.prototype.fromString = bnpFromString; method in BigInteger
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php72 public static function fromString($address, $mayIncludePort = true) function in IPLib\\Address\\IPv4
231 … $exceptions[] = new AssignedRange(Subnet::fromString($exceptionRange), $exceptionType);
234 … $reservedRanges[] = new AssignedRange(Subnet::fromString($range), $data[0], $exceptions);
272 …return IPv6::fromString('2002:'.sprintf('%02x', $myBytes[0]).sprintf('%02x', $myBytes[1]).':'.spri…
H A DIPv6.php83 public static function fromString($address, $mayIncludePort = true, $mayIncludeZoneID = true) function in IPLib\\Address\\IPv6
99 $address6 = static::fromString($matches[1].'0:0', false);
101 $address4 = IPv4::fromString($matches[2], false);
380 … $exceptions[] = new AssignedRange(Subnet::fromString($exceptionRange), $exceptionType);
383 … $reservedRanges[] = new AssignedRange(Subnet::fromString($range), $data[0], $exceptions);
/plugin/ipban/ip-lib/src/
H A DFactory.php25 $result = Address\IPv4::fromString($address, $mayIncludePort);
28 $result = Address\IPv6::fromString($address, $mayIncludePort, $mayIncludeZoneID);
65 $result = Range\Subnet::fromString($range);
68 $result = Range\Pattern::fromString($range);
71 $result = Range\Single::fromString($range);
/plugin/ipban/ip-lib/src/Range/
H A DPattern.php68 public static function fromString($range) function in IPLib\\Range\\Pattern
74 … $result = new static(IPv4::fromString('0.0.0.0'), IPv4::fromString('255.255.255.255'), 4);
84 $fromAddress = IPv4::fromString(str_replace('*', '0', $range));
92 …$result = new static(IPv6::fromString('::'), IPv6::fromString('ffff:ffff:ffff:ffff:ffff:ffff:ffff:…
95 $fromAddress = IPv6::fromString(str_replace('*', '0', $range));
H A DSingle.php40 public static function fromString($range) function in IPLib\\Range\\Single
H A DSubnet.php77 public static function fromString($range) function in IPLib\\Range\\Subnet
278 self::$sixToFour = self::fromString('2002::/16');
/plugin/ipban/ip-lib/
H A DREADME.md49 $address = \IPLib\Address\IPv4::fromString('127.0.0.1');
55 $address = \IPLib\Address\IPv6::fromString('::1');
82 $range = \IPLib\Range\Subnet::fromString('127.0.0.1/24');
83 $range = \IPLib\Range\Subnet::fromString('::1/128');
89 $range = \IPLib\Range\Pattern::fromString('127.0.0.*');
90 $range = \IPLib\Range\Pattern::fromString('::*');
96 $range = \IPLib\Range\Single::fromString('127.0.0.1');
97 $range = \IPLib\Range\Single::fromString('::1');
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee18 {code, map} = uglify.minify source, fromString: true
/plugin/icalevents/
H A Dsyntax-impl.php106 $fromString = $params['from'];
116 $hasRelativeRange = static::isRelativeDateTimeString($fromString)
125 $fromString,
140 $fromString,
152 $from = new DateTime($fromString);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js295 return fromString(this, arg, arguments.length > 1 ? arguments[1] : 'utf8')
312 function fromString (that, string, encoding) {
H A Dpdfmake.min.js.map1fromString","arguments","fromObject","that","allocate","checked","i","string","encoding","byteLeng…
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js424 if(!this.fromString(valueElement.value, leaveValue)) {
437 } else if(this.fromString(valueElement.value)) {
515 this.fromString = function(hex, flags) { method in jscolor.color
979 THIS.fromString(valueElement.value, leaveValue);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.pseudo.cellpadding.inc.php14 return Value::fromString($value);
H A Dcss.pseudo.cellspacing.inc.php14 return Value::fromString($value);
H A Dcss.right.inc.php9 $this->_autoValue = ValueRight::fromString('auto');
21 return ValueRight::fromString($value);
H A Dstrategy.width.absolute.positioned.php84 $box->setCSSProperty(CSS_LEFT, ValueLeft::fromString('0'));
H A Dvalue.margin.class.php51 $value->_units = Value::fromString($data);
H A Dvalue.max-height.php6 function fromString($value) { function in ValueMaxHeight
H A Dvalue.min-height.php6 function fromString($value) { function in ValueMinHeight

123