Home
last modified time | relevance | path

Searched refs:root (Results 801 – 825 of 880) sorted by last modified time

1...<<313233343536

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.php90 function &create_pdf_box(&$root, &$pipeline) { argument
91 switch ($root->node_type()) {
108 return BlockBox::create($root, $pipeline);
134 execute_attrs_before($root, $pipeline);
138 $css->apply($root, $css_state, $pipeline);
141 if ($root->has_attribute("style")) {
185 switch ($root->tagname()) {
376 execute_attrs_after($root, $pipeline);
383 execute_attrs_after($root, $pipeline);
386 $box->set_tagname($root->tagname());
[all …]
H A Dbox.select.php18 function &create(&$root, &$pipeline) { argument
19 $name = $root->get_attribute('name');
25 $child = $root->first_child();
H A Dbox.table.php54 function &create(&$root, &$pipeline) { argument
64 $row =& new TableRowBox($root);
91 $child = $root->first_child();
121 function parse_col(&$root, $index) { argument
122 if ($root->has_attribute('width')) {
132 $value = $root->get_attribute('width');
147 function parse_colgroup_tag(&$root, $start_index) { argument
152 $child = $root->first_child();
H A Dbox.table.row.php9 function &create(&$root, &$pipeline) { argument
13 $child = $root->first_child();
/plugin/mantis/lib/
H A Dchangelog479 - nusoapclientmime: don't rely exclusively on Content-Disposition to distinguish the root part from…
481 - nusoapservermime: don't rely exclusively on Content-Disposition to distinguish the root part from…
545 - nusoap_client_mime: set responseData when the root part is found
H A Dnusoapmime.php242 $root = $part->body;
255 $this->responseData = $root;
/plugin/advrack/
H A Djquery.qtip.js3160 root = $(elem.ownerSVGElement),
3173 rootWidth = root.attr('width') || root.width() || parseInt(root.css('width'), 10);
3174 rootHeight = root.attr('height') || root.height() || parseInt(root.css('height'), 10);
3229 root = root[0];
3234 if(root.createSVGPoint) {
3236 points = root.createSVGPoint();
3246 if(root.viewBox && (viewBox = root.viewBox.baseVal) && viewBox.width && viewBox.height) {
/plugin/idoit/
H A DREADME.md9 Simply clone the repo to `lib/plugins` of your Dokuwiki installation root within a directory named …
/plugin/sphinxsearch/
H A DINSTALL24 1 10 * * * root {Your_DokuWiki_Path}/lib/plugin/sphinxsearch/indexer.php
/plugin/sqlraw/
H A Dsimple_html_dom.php973 public $root = null; variable in simple_html_dom
1104 $ret = $this->root->innertext();
1123 if (isset($this->root)) {$this->root->clear(); unset($this->root);}
1130 $this->root->dump($show_attr);
1161 $this->root->tag = 'root';
1162 $this->root->_[HDOM_INFO_BEGIN] = -1;
1163 $this->root->nodetype = HDOM_TYPE_ROOT;
1164 $this->parent = $this->root;
1688 return $this->root->innertext();
1696 return $this->root->innertext();
[all …]
/plugin/docimporter/
H A D.action.php.swp1 b0VIM 7.3��������R|H��h��root������������������������������������netbook������������������������…
/plugin/dokutexit/
H A DREADME.md106 To prevent robots from following the links to PDF export, add a `robots.txt` in the root namespace …
123 * ref namespaces won't work at all, you should put everything in the root namespace
/plugin/flowplayer/player/
H A DREADME.txt23 - #494 with relative filenames with a root path strip the baseurl of paths first.
281 - Clip's custom properties are now present in the root of the clip argument in all clip events that…
/plugin/tindexmenu/
H A DCREDITS10 The root namespace index.
H A Dindexmenu-full.js61 root : objImg + 'base.' + objExt, property in dTree.icon
81 this.root = new Node(false, -1);
131 str += this.addNode(this.root) + '</div>';
200 node.icon = (this.root.id == node.pid) ? this.icon.root
205 if (this.root.id == node.pid) {
206 node.icon = this.icon.root;
207 node.iconOpen = this.icon.root;
223 } else if (node.pid != this.root.id) {
234 + ((this.root.id == node.pid || node._io) ? 'block' : 'none')
248 if (this.root.id != node.pid) {
[all …]
H A Dindexmenu.js26 …pchar:":",theme:c};var d=this.config.plugbase+"/images/"+c+"/";this.icon={root:d+"base."+b,folder:… property in dTree.icon
27 …inus:d+"nolines_minus."+b};this.obj=a;this.aNodes=[];this.aIndent=[];this.root=new Node(!1,-1);thi…
29 …g.useCookies&&(this.selectedNode=this.getSelected());a+=this.addNode(this.root)+"</div>";this.conf…
33root.id==a.pid?this.icon.root:a.hns?this.icon.folderH:a._hc?this.icon.folder:this.icon.node;a.icon…
34root,a.iconOpen=this.icon.root);e+='<img id="i'+this.obj+c+'" src="'+(a._io?a.iconOpen:a.icon)+'" …
35 …a._hc&&(e+='<div id="d'+this.obj+c+'" class="clip" style="display:'+(this.root.id==a.pid||a._io?"b…
36 dTree.prototype.indent=function(a,c){var b,d="";if(this.root.id!=a.pid){for(b=0;b<this.aIndent.leng…
39 …c=0;c<this.aNodes.length;c++)this.aNodes[c]._hc&&this.aNodes[c].pid!=this.root.id&&(this.nodeStatu…
40 …==a){a=c;break}this.fill(this.aNodes[a].pid);a=this.aNodes[a];a.pid!=this.root.id&&a._p&&(a._io=1,…
43 …c=0;c<this.aNodes.length;c++)this.aNodes[c]._io&&this.aNodes[c].pid!=this.root.id&&(a&&(a+="."),a+…
/plugin/projects/lib/
H A Dmaker.php194 $root = new MakeNode(NULL, false);
198 $root->link($node);
203 $root->ref();
210 $root->unref($nodes);
/plugin/fblogin/lib/
H A Dfb_ca_chain_bundle.crt7 ## (CA). These were automatically extracted from Mozilla's root certificates
894 Comodo AAA Services root
918 Comodo Secure Services root
943 Comodo Trusted Services root
/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/bible/bible_douayRheims/
H A D1_Machabees.txt11 …1:11. And there came out of them a wicked root, Antiochus the Illustrious, the son of king Antioch…
104 …the heathens for our lives, and our justifications, they will now quickly root us out of the earth.
169 …3:35. And that he should send an army against them to destroy and root out the strength of Israel,…
H A D2_Machabees.txt264 …ving him no fewer than twenty thousand armed men of different nations, to root out the whole race …
400 …these things in this manner, he departed as if he would return again, and root out all the Joppite…
H A D2_Paralipomenon.txt150 …7:20. I will pluck you up by the root out of my land which I have given you: and this house which …
H A D3_Kings.txt516 …14:15. And the Lord God shall strike Israel as a reed is shaken in the water: and he shall root up…
H A D4_Kings.txt556 …19:30. And whatsoever shall be left of the house of Juda, shall take root downward, and bear fruit…
H A DLuke.txt141 …3:9. For now the axe is laid to the root of the trees. Every tree therefore that bringeth not fort…

1...<<313233343536