Home
last modified time | relevance | path

Searched refs:root (Results 726 – 750 of 880) sorted by last modified time

1...<<21222324252627282930>>...36

/plugin/gitlabproject/
H A DREADME.md43 Inside the root of the plugin, you will have a JSON file called: `server.json`. Inside you can add …
/plugin/issuetracker/
H A Dprototype.js4725 var root = document.documentElement; variable
4726 root.insertBefore( form, root.firstChild );
4742 root.removeChild( form );
4743 root = form = null; // release memory in IE
4923 root = context.nodeType ? [context] : context;
4932 for ( var i = 0, l = root.length; i < l; i++ ) {
4933 Sizzle( selector, root[i], tmpSet );
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DREADME.md139 … [Nicola Asuni](https://github.com/tecnickcom/barcode). The license agreement is on project's root.
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php2759 for ($i = 0,$root=$fcr*$prim; $i < $nroots; $i++, $root += $prim) {
2764 …'genpoly'][$j-1] ^ $rs['alpha_to'][$this->modnn($rs, $rs['index_of'][$rs['genpoly'][$j]] + $root)];
2770 …$rs['genpoly'][0] = $rs['alpha_to'][$this->modnn($rs, $rs['index_of'][$rs['genpoly'][0]] + $root)];
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js969 Paths.root = root_name;
H A Dxlsx.min.js2 …(FileIndex,FullPathDir,FullPaths,Paths);var root_name=Paths.shift();Paths.root=root_name;var find_…
H A Dxlsx.min.map1 …s","FullPathDir","read_directory","build_full_paths","root_name","shift","root","find_path","make_…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.min.js12root="",a&&this.load(a,b),void(this.clone=function(){var a=new c;for(var b in this)"function"!=typ…
H A Djszip.js517 this.root = "";
1321 var name = this.root + arg;
1326 ret.root = newFolder.name;
1336 name = this.root + name;
7689 root = bits;
7693 if (root > max) {
7694 root = max;
7714 if (root < min) {
7715 root = min;
7861 drop = root;
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2638 root = freeGlobal;
3034 context = context ? _.defaults(root.Object(), context, _.pick(root, contextProps)) : root;
13166 root._ = _;
13187 root._ = _;
26373 root = bits;
26377 if (root > max) {
26378 root = max;
26398 if (root < min) {
26399 root = min;
26547 drop = root;
[all …]
H A Dpdfmake.min.js.map1root","contextProps","Date","arrayProto","objectProto","getPrototypeOf","propertyIsEnumerable","We…
H A Dpdfmake.min.js17 …oad"),(m===u||a)&&(p=t),s?(l+=e.size,void s(t.TEMPORARY,l,b(function(t){t.root.getDirectory("saved…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1root=0;if(pl<0){var s=Math.sqrt(1-pl/(rx2*ry2));rx*=s;ry*=s}else{root=(large===sweep?-1:1)*Math.sq…
H A Dfabric.js900 root = 0;
908 root = (large === sweep ? -1.0 : 1.0) *
912 var cx = root * rx * py / ry,
913 cy = -root * ry * px / rx,
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js165 fs.root.getDirectory("saved", create_if_not_found, abortable(function(dir) {
H A DFileSaver.min.js2 …oad"),(S===f||a)&&(w=e),c?(s+=t.size,void c(e.TEMPORARY,s,R(function(e){e.root.getDirectory("saved…
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php172 $date = new DateTime($this->root, null, $v);
H A DDateTime.php175 $timeZone = TimeZoneUtil::getTimeZone((string)$tzid, $this->root);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php64 * @param Component $root The root document
72 …function __construct(Component $root, $name, $value = null, array $parameters = [], $group = null)… argument
77 $this->root = $root;
185 $param = new Parameter($this->root, $name, $value);
486 $param = new Parameter($this->root, $name, $value);
600 if ($this->root->getDocumentType() === Document::VCARD40) {
612 switch ($this->root->getDocumentType()) {
H A DNode.php66 protected $root; variable in Sabre\\VObject\\Node
104 $this->root = null;
H A DComponent.php46 * @param Document $root
53 function __construct(Document $root, $name, array $children = [], $defaults = true) { argument
56 $this->root = $root;
122 $newNode = call_user_func_array([$this->root, 'create'], $arguments);
549 $clonedChild->root = $this->root;
H A DParameter.php53 function __construct(Document $root, $name, $value = null) { argument
56 $this->root = $root;
292 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php67 * @param Component $root The root document
75 …function __construct(Component $root, $name, $value = null, array $parameters = [], $group = null)… argument
86 parent::__construct($root, $name, $value, $parameters, $group);
209 if ($this->root->getDocumentType() !== Document::VCARD21) {
H A DUri.php58 $parameters['VALUE'] = new Parameter($this->root, 'VALUE', 'URI');
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php33 protected $root; variable in Sabre\\VObject\\Parser\\Json
63 $this->root = new VCalendar([], false);
66 $this->root = new VCard([], false);
73 $this->root->add($this->parseProperty($prop));
76 $this->root->add($this->parseComponent($comp));
82 return $this->root;
116 return $this->root->createComponent(
143 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName);
156 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);

1...<<21222324252627282930>>...36