Searched refs:isURL (Results 1 – 5 of 5) sorted by relevance
/plugin/adfs/phpsaml/extlib/xmlseclibs/ |
H A D | xmlseclibs.php | 1192 …static function staticAdd509Cert($parentRef, $cert, $isPEMFormat=true, $isURL=false, $xpath=null, … argument 1193 if ($isURL) { 1271 public function add509Cert($cert, $isPEMFormat=true, $isURL=false, $options=null) { argument 1273 self::staticAdd509Cert($this->sigNode, $cert, $isPEMFormat, $isURL, $xpath, $options);
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.vml.js | 244 var isURL = Str(params.fill).match(R._ISURL); 245 if (isURL) { 248 fill.src = isURL[1]; 254 R._preload(isURL[1], function () {
|
H A D | raphael.svg.js | 490 var isURL = Str(value).match(R._ISURL); 491 if (isURL) { 496 $(ig, {x: 0, y: 0, "xlink:href": isURL[1]}); 500 R._preload(isURL[1], function () {
|
/plugin/callflow/ |
H A D | raphael.js | 6229 var isURL = Str(value).match(R._ISURL); 6230 if (isURL) { 6235 $(ig, {x: 0, y: 0, "xlink:href": isURL[1]}); 6239 R._preload(isURL[1], function () { 7377 var isURL = Str(params.fill).match(R._ISURL); 7378 if (isURL) { 7381 fill.src = isURL[1]; 7387 R._preload(isURL[1], function () {
|
/plugin/advrack/ |
H A D | raphael.js | 6235 var isURL = Str(value).match(R._ISURL); 6236 if (isURL) { 6241 $(ig, {x: 0, y: 0, "xlink:href": isURL[1]}); 6245 R._preload(isURL[1], function () { 7383 var isURL = Str(params.fill).match(R._ISURL); 7384 if (isURL) { 7387 fill.src = isURL[1]; 7393 R._preload(isURL[1], function () {
|