Home
last modified time | relevance | path

Searched refs:fromSource (Results 1 – 3 of 3) sorted by relevance

/plugin/zip/pear/File/Archive/Reader/
H A DCache.php46 var $fromSource = true; variable in File_Archive_Reader_Cache
72 if ($this->fromSource && !empty($this->files)) {
76 if ($this->pos+1 < count($this->files) && !$this->fromSource) {
81 $this->fromSource = true;
128 if ($this->fromSource) {
165 if ($this->fromSource) {
191 if ($this->fromSource) {
193 $this->fromSource = false;
212 $this->fromSource = false;
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2 …)*(2/3-t)*6}return p}fabric.Color.fromRgb=function(color){return Color.fromSource(Color.sourceFrom…
4fromSource(Color.sourceFromHsl(color))};fabric.Color.sourceFromHsl=function(color){var match=color… function
H A Dfabric.js4713 return Color.fromSource(Color.sourceFromRgb(color));
4755 return Color.fromSource(Color.sourceFromHsl(color));
4815 return Color.fromSource(Color.sourceFromHex(color));
4849 fabric.Color.fromSource = function(source) { function