Home
last modified time | relevance | path

Searched defs:dom (Results 26 – 28 of 28) sorted by last modified time

12

/plugin/zotero/
H A DFeedZoteroRepository.php12 private $dom; variable in FeedZoteroRepository
/plugin/ebnf/
H A Debnf.php85 $syntax = $dom->createElement("syntax"); variable
76 $dom = ebnf_parse_syntax($tokens); global() variable
308 ebnf_parse_production(& $dom, & $tokens, & $i) global() argument
325 ebnf_parse_expression(& $dom, & $tokens, & $i) global() argument
336 ebnf_parse_term(& $dom, & $tokens, & $i) global() argument
348 ebnf_parse_factor(& $dom, & $tokens, & $i) global() argument
[all...]
/plugin/sqlraw/
H A Dsimple_html_dom.php125 private $dom = null; variable in simple_html_dom_node
127 function __construct($dom)

12