Home
last modified time | relevance | path

Searched refs:root (Results 76 – 100 of 880) sorted by relevance

12345678910>>...36

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DNotSupportedPrivilegeTest.php15 $root = $dom->createElementNS('DAV:','d:root');
16 $dom->appendChild($root);
18 $ex->serialize($server, $root);
H A DNeedPrivilegesExceptionTest.php20 $root = $dom->createElementNS('DAV:','d:root');
21 $dom->appendChild($root);
23 $ex->serialize($server, $root);
/plugin/html2pdf/html2pdf/html2ps/
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.checkbutton.php53 * @param DOMElement $root the DOM 'input' element
59 function &create(&$root, &$pipeline) { argument
60 $value = $root->get_attribute('value');
67 $box =& new CheckBox($root->has_attribute('checked'),
68 $root->get_attribute('name'),
H A Dcss.parse.inc.php16 function parse_style_attr($root, &$state, &$pipeline) { argument
17 $style = $root->get_attribute("style");
40 $root
44 $rule->apply($root, $state, $pipeline);
H A Dbox.img.php239 function &create(&$root, &$pipeline) { argument
244 $src = $url_autofix->apply(trim($root->get_attribute("src")));
252 if ($root->has_attribute('width')) {
253 $width = px2pt($root->get_attribute('width'));
258 if ($root->has_attribute('height')) {
259 $height = px2pt($root->get_attribute('height'));
264 $alt = $root->get_attribute('alt');
/plugin/imageflow/
H A Dscript.js3 var imageflow_plugin = function(root) { argument
7 this.root = $(root);
11 this.bottomLine = this.root.width() * 0.33; // Or false
23 this.maxheight = this.root.width() * this.widthfactor;
37 this.scrollbarwidth = this.root.width() * 0.6;
60 var newRoot = $('<div/>').addClass('imageflow_root').appendTo(this.root);
65 … .css({top: (this.root.height()/2 -8), left: (this.root.width()/2 -100)}).appendTo(newRoot);
91 …n = $('<div/>').addClass('imageflow_caption').width(this.root.width() * 0.5).css({left:this.root.w…
142 $(JSINFO['relation']['imageflow'][this.root.attr('id')]).each(function(){
312 this.root.bind({
[all …]
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js260 var root = byId( rootId );
345 var rootData = root.dataset;
358 arrayify( root.childNodes ).forEach(function ( el ) {
361 root.appendChild(canvas);
378 css(root, rootStyles);
379 css(root, {
390 steps = $$(".step", root);
497 css(root, {
580 root.addEventListener("impress:init", function(){
586 root.addEventListener("impress:stepenter", function (event) {
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
H A DParameter.php53 public function __construct(Document $root, $name, $value = null) { argument
56 $this->root = $root;
287 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DParameter.php53 public function __construct(Document $root, $name, $value = null) { argument
56 $this->root = $root;
287 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DParameter.php53 public function __construct(Document $root, $name, $value = null) { argument
56 $this->root = $root;
287 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
/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 DParameter.php53 function __construct(Document $root, $name, $value = null) { argument
56 $this->root = $root;
292 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
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;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php64 * @param Component $root The root document
70 …public function __construct(Component $root, $name, $value = null, array $parameters = [], $group … argument
75 $this->root = $root;
174 $param = new Parameter($this->root, $name, $value);
453 $param = new Parameter($this->root, $name, $value);
555 if (Document::VCARD40 === $this->root->getDocumentType()) {
566 switch ($this->root->getDocumentType()) {
H A DParameter.php53 public function __construct(Document $root, $name, $value = null) argument
56 $this->root = $root;
279 if (Document::VCARD21 === $this->root->getDocumentType() && $this->noName) {
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DPage.php51 $root = XMLHelper::createElement($document, 'findologic', ['version' => '1.0']);
52 $document->appendCHild($root);
59 $root->appendChild($items);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php3169 * @param array $root
3176 if (!is_array($root)) {
3189 $root = $root[$i];
3205 * @param array $root
3224 $root = &$root[$i];
3227 return $root;
3233 * @param array $root
3260 $root = &$root[$i];
3263 return $root;
3269 * @param array $root
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Drouter.js484 root: '/root/',
506 root: '/root',
527 root: '/root'
539 root: '/root'
554 Backbone.history.start({root: 'root'});
572 root: 'root',
588 Backbone.history.start({root: ''});
606 root: '',
627 root: 'root',
646 root: 'root',
[all …]
/plugin/supa/
H A Dscript.js172 var where, root, html; variable
187 root = document.createElement("div");
188 root.id = "supa__upload";
189 root.style.display = "none";
224 root.innerHTML = html;
226 insertAfter(where, root);
/plugin/diagramsnet/lib/plugins/
H A Danimation.js194 var root = editorUi.editor.graph.getModel().getRoot();
196 if (root.value != null && typeof(root.value) == 'object')
198 list.value = root.value.getAttribute('animation');
295 editorUi.editor.graph.setAttributeForCell(root, 'animation', list.value);
319 var root = editorUi.editor.graph.getModel().getRoot();
322 if (root.value != null && typeof(root.value) == 'object')
324 var desc = root.value.getAttribute('animation');
/plugin/fedauth/Auth/Yadis/
H A DXRDS.php297 $root = $parser->evalXPath('/xrds:XRDS[1]');
298 if (!$root) {
302 if (is_array($root)) {
303 $root = $root[0];
306 $attrs = $parser->attributes($root);
/plugin/openid/Auth/Yadis/
H A DXRDS.php311 $root = $parser->evalXPath('/xrds:XRDS[1]');
312 if (!$root) {
316 if (is_array($root)) {
317 $root = $root[0];
320 $attrs = $parser->attributes($root);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dmain.js29 var root = (typeof self == 'object' && self.self == self && self) || variable
41 root.Diagram = Diagram;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DGlobAsset.php32 * @param string $root The root directory
35 public function __construct($globs, $filters = array(), $root = null, array $vars = array()) argument
40 parent::__construct(array(), $filters, $root, $vars);

12345678910>>...36