Home
last modified time | relevance | path

Searched defs:node (Results 26 – 50 of 292) sorted by relevance

12345678910>>...12

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DClassCreatorException.php18 private $node; variable in Prophecy\\Exception\\Doubler\\ClassCreatorException
20 public function __construct($message, ClassNode $node)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DText.php92 protected function printTextBlock($node)
138 protected function printCodeComparisonBlock($node)
H A DMarkdown.php125 protected function printTextBlock(DOMNode $node)
145 protected function printCodeComparisonBlock(DOMNode $node)
H A DHTML.php237 protected function printTextBlock($node)
258 protected function printCodeComparisonBlock($node)
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml_ie.js30 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node, nodeName ) argument
85 FCKXHtml.TagProcessors['meta'] = function( node, htmlNode ) argument
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DDisableConstructorPatch.php32 public function supports(ClassNode $node)
42 public function apply(ClassNode $node)
H A DKeywordPatch.php30 public function supports(ClassNode $node)
40 public function apply(ClassNode $node)
H A DTraversablePatch.php32 public function supports(ClassNode $node)
63 public function apply(ClassNode $node)
H A DProphecySubjectPatch.php33 public function supports(ClassNode $node)
43 public function apply(ClassNode $node)
H A DMagicCallPatch.php42 public function supports(ClassNode $node)
52 public function apply(ClassNode $node)
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNodeWalkerEvent.php22 private Node $node; variable in League\\CommonMark\\Node\\NodeWalkerEvent
33 __construct(Node $node, $isEntering = true) global() argument
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1 …OrgChart.Layout.Boundary.$ctor1(!1))},PrepareForHorizontalLayout:function(node){if(this.Prepare(no… argument
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DNodeVisitorInterface.php28 public function enterNode(\Twig_NodeInterface $node, Environment $env);
35 public function leaveNode(\Twig_NodeInterface $node, Environment $env);
H A DEscaperNodeVisitor.php45 protected function doEnterNode(Node $node, Environment $env)
64 protected function doLeaveNode(Node $node, Environment $env)
85 protected function escapePrintNode(PrintNode $node, Environment $env, $type)
151 protected function getEscaperFilter($type, \Twig_NodeInterface $node)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDirectory.php25 public function render(DirectoryNode $node, $file)
57 protected function renderItem(Node $node, $total = false)
H A DFile.php54 public function render(FileNode $node, $file)
75 protected function renderItems(FileNode $node)
293 protected function renderSource(FileNode $node)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DParseTreeListener.php11 public function visitTerminal(TerminalNode $node) : void; argument
13 public function visitErrorNode(ErrorNode $node) : void; argument
/plugin/outliner/
H A Dscript.js11 var setState = function(node, state,actionState) { argument
49 var getOutlinerId = function(node) { argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dtree.navigation.inc.php11 function run(&$node) {
16 function walk_element(&$node) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php325 function getSupportedPrivilegeSet($node) {
415 final function getFlatPrivilegeSet($node) {
470 function getACL($node) {
501 function getCurrentUserPrivilegeSet($node) {
839 function propFind(DAV\PropFind $propFind, DAV\INode $node) {
1282 function htmlActionsPanel(DAV\INode $node, &$output) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DNodeTraverser.php51 public function traverse(\Twig_NodeInterface $node)
63 …tected function traverseForVisitor(NodeVisitorInterface $visitor, \Twig_NodeInterface $node = null)
H A DCompiler.php76 public function compile(\Twig_NodeInterface $node, $indentation = 0)
97 public function subcompile(\Twig_NodeInterface $node, $raw = true)
215 public function addDebugInfo(\Twig_NodeInterface $node)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerUpdatePropertiesTest.php73 function updatePropFail(&$propertyDelta, &$result, $node) {
114 function updatePropSuccess(&$propertyDelta, &$result, $node) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParserTraceListener.php33 public function visitTerminal(TerminalNode $node) : void argument
54 public function visitErrorNode(ErrorNode $node) : void argument
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js203 var removeWhiteSpace = function(node){ argument
205 var isWhite = function(node) { argument
209 var findWhite = function(node){ argument

12345678910>>...12