Home
last modified time | relevance | path

Searched refs:root (Results 751 – 775 of 880) sorted by last modified time

1...<<313233343536

/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php39 protected $root; variable in Sabre\\VObject\\Parser\\MimeDir
79 $this->root = null;
91 return $this->root;
172 $this->root = new $class([], false);
183 $this->root->add($result);
189 if ($name !== $this->root->name) {
190 …throw new ParseException('Invalid MimeDir file. expected: "END:' . $this->root->name . '" got: "EN…
208 $component = $this->root->createComponent(substr($line, 6), [], false);
453 $propObj = $this->root->createProperty($property['name'], null, $namedParameters);
463 … if ($this->root->getDocumentType() === Document::VCARD21 && isset($propObj['CHARSET'])) {
H A DXML.php45 protected $root; variable in Sabre\\VObject\\Parser\\XML
94 $this->root = new VCalendar([], false);
96 $this->parseVCalendarComponents($this->root);
102 $this->root = new VCard(['version' => '4.0'], false);
104 $this->parseVCardComponents($this->root);
117 return $this->root;
249 $propertyNameExtended = ($this->root instanceof VCalendar
347 $currentComponent = $this->root->createComponent(
375 $property = $this->root->createProperty(
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md622 be created through the root component. (A VCalendar or VCard object).
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVTimeZone.php29 return VObject\TimeZoneUtil::getTimeZone((string)$this->TZID, $this->root);
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md51 * It's now possible to pass an array of possible root elements to
/plugin/jokuwiki/
H A DREADME.md28 …t contain a valid JSON string. This should not have a propery 'id' at the root level. The id of th…
/plugin/authldaplocal/
H A DREADME.md32 # root dn for the user tree (required)
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.AutoParagraph.txt
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js1606 colorizeNicks: function(root) argument
1663 applyNickColor: function(root, nick, color) argument
1678 var els = root.getElementsByTagName('*');
1715 refresh_nickmarker: function(root) argument
1718 if (!root) root = $('pfc_channels_content');
1724 this.colorizeNicks(root);
1754 refresh_clock: function( root ) argument
1757 if (!root) root = $('pfc_channels_content');
1791 refresh_sound: function( root ) argument
2102 var root = $('pfc_channels_content');
[all …]
H A Dprototype.js2782 findElements: function(root) { argument
2783 root = root || document;
2785 return this.matcher(root);
3114 id: function(nodes, root, id, combinator) { argument
3192 'last-child': function(nodes, value, root) { argument
3226 return p['last-of-type'](p['first-of-type'](nodes, formula, root), formula, root);
3270 'empty': function(nodes, value, root) { argument
3279 'not': function(nodes, selector, root) { argument
3289 'enabled': function(nodes, value, root) { argument
3295 'disabled': function(nodes, value, root) { argument
[all …]
/plugin/widearea/widearea/
H A Dwidearea.js9 (function (root, factory) {
18 factory(root);
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1385 date information as file name root strings. A file containing all the PGN
/plugin/zotero/
H A DImportZoteroFeedReader.php92 $root = $xpath->query('/atom:feed')->item(0);
/plugin/tuxquote/
H A Dquotes.txt498 Reality very rarely exceeds the square root of expectations. <BR> -- Ray Devoe
2491 The lack of money is the root of all evil. <BR> -- Mark Twain
2622 Lack of money is the root of all evil. <BR> -- George Bernard Shaw (1856 - 1950)
3837 Money is the root of all evil, and man needs roots.
/plugin/subjectindex/plugins/
H A Dbible_verses.txt12955 I myself have seen the foolish one taking root,But suddenly I began to execrate his abiding place.
13190 If its root grows old in the earthAnd in the dust its stump dies,
13326 For YOU men say, 'Why do we keep persecuting him?'When the very root of [the] matter is found in me.
13514 Upon the flint he has thrust out his hand;He has overthrown mountains from [their] root;
13552 My root is opened for the waters,And dew itself will stay overnight upon my bough.
13562 They were plucking the salt herb by the bushes,And the root of broom trees was their food.
13601 For that is a fire that would eat clear to destruction,And among all my produce it would take root.
15208 You made a clearing before it, that it might take root and fill the land.
23546 But when the sun rose they were scorched, and because of not having root they withered.
24330 But when the sun rose, it was scorched, and for not having root it withered.
[all …]
/plugin/authdrupal7/
H A DREADME.md42 * The path to you drupal root directory (including a slash at the end e.g. ```../drupal/```)
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.block.inline.php19 function &create(&$root, &$pipeline) { argument
22 $box->create_content($root, $pipeline);
H A Dbox.body.php8 function &create(&$root, &$pipeline) { argument
11 $box->create_content($root, $pipeline);
H A Dbox.button.reset.php8 function &create(&$root, &$pipeline) { argument
9 if ($root->has_attribute("value")) {
10 $text = $root->get_attribute("value");
H A Dbox.frame.php5 function &create(&$root, &$pipeline) { argument
6 $box =& new FrameBox($root, $pipeline);
105 function FrameBox(&$root, &$pipeline) { argument
110 $parent = $root->parent();
117 $this->GenericContainerBox($root);
123 $src = $root->get_attribute('src');
224 function &create(&$root, &$pipeline) { argument
230 function FramesetBox(&$root, $pipeline) { argument
231 $this->GenericContainerBox($root);
235 $this->rows = $root->has_attribute('rows') ? $root->get_attribute('rows') : "100%";
[all …]
H A Dcss.ruleset.class.php14 function parse_style_node($root, &$pipeline) { argument
24 if ($root->has_attribute("media")) {
43 …if (!$root->has_attribute("title") || $root->get_attribute("title") === $GLOBALS['g_stylesheet_tit…
47 $content = trim($root->get_content());
54 function scan_styles($root, &$pipeline) { argument
55 switch ($root->node_type()) {
57 $tagname = strtolower($root->tagname());
70 if ($root->has_attribute("media")) {
93 $child = $root->first_child();
253 if ($rule->match($root)) {
[all …]
H A Dcss.selectors.inc.php56 function node_have_class($root, $target_class) { argument
57 if (!$root->has_attribute('class')) { return false; };
70 function match_selector($selector, $root) { argument
83 if ((node_have_class($root, $selector[2])) &&
93 $node = $root->parent();
101 $node = $root->parent();
108 return $root->has_attribute($attr_name);
122 if (!$root->has_attribute($attr_name)) {
139 if (!$root->has_attribute($attr_name)) {
149 return $root->tagname() == "a" && $root->has_attribute('href');
[all …]
H A DLICENSE188 root function must still compute square roots.)

1...<<313233343536