Home
last modified time | relevance | path

Searched refs:fromString (Results 26 – 50 of 71) sorted by relevance

123

/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.top.php6 function fromString($value) { function in ValueTop
H A Dcss.min-width.inc.php22 return Value::fromString($value);
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.font-size.inc.php51 return Value::fromString($value);
H A Dvalue.generic.percentage.php36 $class_object->init(Value::fromString($value), VALUE_NORMAL);
H A Dvalue.generic.length.php48 function &fromString($string_value) { function in 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.padding.class.php47 $value->_units = Value::fromString($data);
/plugin/ipban/ip-lib/src/Range/
H A DSubnet.php77 public static function fromString($range) function in IPLib\\Range\\Subnet
278 self::$sixToFour = self::fromString('2002::/16');
H A DSingle.php40 public static function fromString($range) function in IPLib\\Range\\Single
/plugin/combo/ComboStrap/
H A DPageSql.php51 $input = InputStream::fromString($this->sql);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php32 public static function fromString($cookie) function in GuzzleHttp\\Cookie\\SetCookie
H A DCookieJar.php236 $sc = SetCookie::fromString($cookie);
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js385 if(!this.fromString(valueElement.value, leaveValue)) {
398 } else if(this.fromString(valueElement.value)) {
466 this.fromString = function(hex, flags) { method in mxJSColor.color
875 THIS.fromString(valueElement.value, leaveValue);
/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/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee18 {code, map} = uglify.minify source, fromString: true
/plugin/securelogin/
H A Drsalib.js20 this.fromString(a, 256);
22 this.fromString(a, b);
675 BigInteger.prototype.fromString = bnpFromString; method in BigInteger
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js153 picker.fromString('ffffff');
158 picker.fromString(clr);
229 picker.fromString(clrInput.value.substring(1));
283 picker.fromString('ffffff');
288 picker.fromString(color);
H A DMenus.js1360 this.colorDialog.picker.fromString('ffffff');
1365 this.colorDialog.picker.fromString(color);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js15fromString=(function(str,opt_radix){if(str.length==0){throw Error("number format error: empty stri… function
H A Dvorbis.js19fromString=(function(str,opt_radix){if(str.length==0){throw Error("number format error: empty stri… function
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.js1fromString(e)},E.fromMatrix=function(e){var t=e.substring(7).split(",");return t.length&&"none"!==…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md564 `GuzzleHttp\Cookie\SetCookie::fromString`.
572 - Url: URL parsing is now performed in `GuzzleHttp\Url::fromString` (previously

123