Home
last modified time | relevance | path

Searched defs:root (Results 1 – 25 of 254) sorted by relevance

1234567891011

/plugin/html2pdf/html2pdf/html2ps/
H A Dhtml.attrs.inc.php181 function attr_name_before(&$root, &$pipeline) {
186 function attr_name_after(&$root, &$pipeline) {};
189 function attr_id_before(&$root, &$pipeline) {
194 function attr_id_after(&$root, &$pipeline) {};
198 function attr_href_before(&$root, &$pipeline) {
203 function attr_href_after(&$root, &$pipeline) {};
543 function attr_dir_before(&$root, &$pipeline) {
556 function attr_dir_after(&$root, &$pipeline) {}
559 function attr_align_before(&$root, &$pipeline) {
569 function attr_align_after(&$root, &$pipeline) {}
[all …]
H A Dconfig.parse.php17 function parse_encoding_override_node_config_file($root, &$resolver) {
69 function parse_metrics_node_config_file($root, &$resolver) {
74 function parse_ttf_node_config_file($root, &$resolver) {
92 function parse_family_encoding_override_node_config_file($family, $root, &$resolver) {
122 function parse_fonts_family_node_config_file($root, &$resolver) {
149 function parse_fonts_node_config_file($root, &$resolver) {
H A Dbox.php90 function &create_pdf_box(&$root, &$pipeline) {
107 function &create_document_box(&$root, &$pipeline) {
111 function &create_node_box(&$root, &$pipeline) {
391 function &create_text_box(&$root, &$pipeline) {
413 function &create_pdf_pseudoelement($root, $pe_type, &$pipeline) {
H A Dbox.frame.php5 function &create(&$root, &$pipeline) {
105 function FrameBox(&$root, &$pipeline) {
224 function &create(&$root, &$pipeline) {
230 function FramesetBox(&$root, $pipeline) {
H A Dcss.ruleset.class.php14 function parse_style_node($root, &$pipeline) {
54 function scan_styles($root, &$pipeline) {
239 function apply(&$root, &$state, &$pipeline) {
277 function apply_pseudoelement($element_type, &$root, &$state, &$pipeline) {
H A Dbox.iframe.php5 function &create(&$root, &$pipeline) {
21 function IFrameBox(&$root, $pipeline) {
H A Dbox.legend.php5 function &create(&$root, &$pipeline) {
13 function LegendBox(&$root) {
H A Dcss.selectors.inc.php56 function node_have_class($root, $target_class) {
70 function match_selector($selector, $root) {
H A Dbox.input.password.php5 function &create(&$root, &$pipeline) {
H A Dcss.rules.inc.php13 function apply(&$root, &$state, &$pipeline) {
46 function match($root) {
H A Dbox.table.section.php5 function &create(&$root, &$pipeline) {
H A Dparser.xhtml.class.php55 function _scan_base(&$root, &$pipeline) {
H A Dbox.form.php18 function &create(&$root, &$pipeline) {
H A Dbox.list-item.php7 function &create(&$root, &$pipeline) {
64 function ListItemBox(&$root, &$pipeline) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DMixin.php29 public $root; variable in Google\\Service\\ServiceConsumerManagement\\Mixin
48 public function setRoot($root)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DMixin.php29 public $root; variable in Google\\Service\\ServiceNetworking\\Mixin
48 public function setRoot($root)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DMixin.php29 public $root; variable in Google\\Service\\ServiceUsage\\Mixin
48 public function setRoot($root)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DMixin.php29 public $root; variable in Google\\Service\\ServiceManagement\\Mixin
48 public function setRoot($root)
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNodeWalker.php34 $this->root = $root; argument
22 private $root; global() variable in League\\CommonMark\\Node\\NodeWalker
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js117 groupObj = { 'root' : el, 'contents' : [ block ] } ; property in FCKListCommand.Execute.groupObj
135 var groupObj = { 'root' : root, 'contents' : [ block ] } ; property in FCKListCommand.Execute.groupObj
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dmain.js29 var root = (typeof self == 'object' && self.self == self && self) || variable
/plugin/strata/helper/
H A Dsyntax.php220 function constructQuery(&$root, &$typemap, $projection) { argument
352 transformGroup(& $root, & $typemap) global() argument
453 transformUnion(& $root, & $typemap) global() argument
878 extractGroups(& $root, $tag) global() argument
904 extractText(& $root) global() argument
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php33 private $root; variable in Assetic\\Factory\\AssetFactory
46 public function __construct($root, $debug = false)
351 protected function createGlobAsset($glob, $root = null, $vars)
356 protected function createFileAsset($source, $root = null, $path = null, $vars)
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js1606 colorizeNicks: function(root) argument
1663 applyNickColor: function(root, nick, color) argument
1675 getElementsByClassName: function( root, clsName, clsIgnore ) argument
1691 showClass: function(root, clsName, clsIgnore, show) argument
1715 refresh_nickmarker: function(root) argument
1754 refresh_clock: function( root ) argument
1791 refresh_sound: function( root ) argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php619 private function mapInExtensions(&$root, $path)
668 private function mapOutExtensions(&$root, $path)
750 private function mapInAttributes(&$root, $path)
790 private function mapOutAttributes(&$root, $path)
832 private function mapInDNs(&$root, $path)
861 private function mapOutDNs(&$root, $path)
3174 private function isSubArrayValid($root, $path)
3211 private function &subArrayUnchecked(&$root, $path, $create = false)
3239 private function &subArray(&$root, $path, $create = false)
3275 private function &extensions(&$root, $path = null, $create = false)

1234567891011