| /plugin/diagramsnet/lib/math/extensions/a11y/ |
| D | explorer.js | 10 walker: "table", 166 walker: null, property 189 a && a === t.root || (a && sre.Walker.resetState(e + "-Frame"), u.jaxCache[e] = t.root); 216 …gnoreFocusOut && (u.ignoreFocusOut = !1, "enter" === u.walker.moved) ? e.target.focus() : u.walker… 232 t.setRebuilt(u.walker.getRebuilt()), t.getSpeech(u.walker.rootNode, u.walker.getXml()), 255 if (!u.walker) return; 258 if (u.walker && u.walker.isActive()) { 259 … t = t === r.RETURN ? r.DASH : t, void 0 !== u.walker.modifier && (u.walker.modifier = e.shiftKey); 260 var a = u.walker.move(t); 263 if ("expand" === u.walker.moved) { [all …]
|
| /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/ |
| H A D | FootnoteRefRenderer.php | 44 $walker = $document->walker(); 47 while ($event = $walker->next()) {
|
| /plugin/ckgdoku/ckeditor/plugins/find/dialogs/ |
| D | find.js | 5 …ditable)))}function q(c,g){function n(a,b){var d=this,c=new CKEDITOR.dom.walker(a);c.guard=b?w:fun… 6 1);this._={matchWord:b,walker:c,matchBoundary:!1}}function q(a,b){var d=c.createRange();d.setStart(… property 7 …t++;else{for(b=null;!b&&!(b=this._.walker[a?"previous":"next"].call(this._.walker),this._.matchWor… 8 …walker:a,cursors:[],rangeLength:b,highlightRange:null,isMatched:0}};u.prototype={toDomRange:functi… property 10 …ghtRange.startContainer.isReadOnly():0},moveBack:function(){var a=this._.walker.back(),b=this._.cu… 11 …walker.next(),b=this._.cursors;a.hitMatchBoundary&&(this._.cursors=b=[]);b.push(a);b.length>this._…
|
| /plugin/ckgedit/ckeditor/plugins/find/dialogs/ |
| D | find.js | 6 …walker(a);c.guard=b?v:function(a){!v(a)&&(d._.matchBoundary=!0)};c.evaluator=C;c.breakOnFalse=1;a.… property 8 …walker[a?"previous":"next"].call(this._.walker),this._.matchWord&&!b||this._.walker._.end););this.… property 9 …ion(){var a=c.createRange(),b=this._.cursors;if(1>b.length){var d=this._.walker.textNode;if(d)a.se… 11 …walker.back(),b=this._.cursors;a.hitMatchBoundary&&(this._.cursors=b=[]);b.unshift(a);b.length>thi… 12 … b,d;d=this._.cursors;d=(b=d[d.length-1])&&b.textNode?new n(y(b)):this._.walker;return new t(d,a)}…
|
| /plugin/asciidocjs/node_modules/acorn/ |
| D | README.md | 257 Implements an abstract syntax tree walker. Will store its interface in 265 at that point. The last two arguments are optional. `base` is a walker 266 algorithm, and `state` is a start state. The default walker will 276 walk, where the walker functions are responsible for continuing the 279 to walker functions. Such functions are called with `(node, state, c)` 282 `base` argument provides the fallback walker functions for node types 286 **make**`(functions, base)` builds a new walker object by using the 287 walker functions in `functions` and filling in the missing ones by 296 and `state` are optional, and can be used to specify a custom walker.
|
| D | CHANGELOG.md | 173 The walker now allows defining handlers for `CatchClause` nodes. 265 Fix bug where the walker walked an exported `let` statement as an
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/ |
| D | README.md | 255 Implements an abstract syntax tree walker. Will store its interface in 263 at that point. The last two arguments are optional. `base` is a walker 264 algorithm, and `state` is a start state. The default walker will 274 walk, where the walker functions are responsible for continuing the 277 to walker functions. Such functions are called with `(node, state, c)` 280 `base` argument provides the fallback walker functions for node types 284 **make**`(functions, base)` builds a new walker object by using the 285 walker functions in `functions` and filling in the missing ones by 294 and `state` are optional, and can be used to specify a custom walker.
|
| D | CHANGELOG.md | 46 The walker now allows defining handlers for `CatchClause` nodes. 138 Fix bug where the walker walked an exported `let` statement as an
|
| /plugin/openlayersmap/ol/ |
| D | generate-info.js.diff | 6 walker.on('file', (root, stats, next) => {
|
| /plugin/html2pdf/html2pdf/html2ps/features/ |
| D | toc.php | 170 $walker =& new TreeWalkerDepthFirst(array(&$this, 'process_node')); 171 $walker->run($document);
|
| /plugin/openlayersmap/ |
| D | LICENSE.md | 38 Copyright (c) Matt Walker.
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/ |
| H A D | DFASerializer.php | 11 * A DFA walker that knows how to dump them to serialized strings.
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | index.js | 17 // [abstract syntax tree walker][walk], defined in other files.
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | walk.es.js | 1 // AST walker module for Mozilla Parser API compatible trees 16 // walker, and state can be used to give this walked an initial 147 // Used to create a custom walker. Will fill in all missing node
|
| D | walk.js | 7 // AST walker module for Mozilla Parser API compatible trees 22 // walker, and state can be used to give this walked an initial 153 // Used to create a custom walker. Will fill in all missing node
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | walk.es.js | 1 // AST walker module for Mozilla Parser API compatible trees 16 // walker, and state can be used to give this walked an initial 147 // Used to create a custom walker. Will fill in all missing node
|
| D | walk.js | 7 // AST walker module for Mozilla Parser API compatible trees 22 // walker, and state can be used to give this walked an initial 153 // Used to create a custom walker. Will fill in all missing node
|
| /plugin/asciidocjs/node_modules/acorn/src/walk/ |
| D | index.js | 1 // AST walker module for Mozilla Parser API compatible trees 16 // walker, and state can be used to give this walked an initial 149 // Used to create a custom walker. Will fill in all missing node
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/ |
| D | index.js | 1 // AST walker module for Mozilla Parser API compatible trees 16 // walker, and state can be used to give this walked an initial 149 // Used to create a custom walker. Will fill in all missing node
|
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | index.js | 17 // [abstract syntax tree walker][walk], defined in other files.
|
| /plugin/combo/ |
| H A D | yarn.lock | 128 estree-walker "^3.0.3" 338 estree-walker@^3.0.3: 340 resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz"
|
| /plugin/ckgdoku/ckeditor/ |
| D | ckeditor.js | 124 …his.current=null}function f(b){for(var g,c=null;g=a.call(this,b);)c=g;return c}CKEDITOR.dom.walker= 126 …ITOR.dom.walker.blockBoundary=function(a){return function(b){return!(b.type==CKEDITOR.NODE_ELEMENT… 127 …walker.bookmark=function(a,b){function g(a){return a&&a.getName&&"span"==a.getName()&&a.data("cke-… 128 …walker.invisible=function(a){var b=CKEDITOR.dom.walker.whitespaces(),g=CKEDITOR.env.webkit?1:0;ret… 129 …walker.temp=function(a){return function(b){b.type!=CKEDITOR.NODE_ELEMENT&&(b=b.getParent());b=b&&b… 130 …walker.ignored=function(a){return function(b){b=l(b)||k(b)||d(b);return!!(a^b)}};var m=CKEDITOR.do… 136 …walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(!0),d=CKEDITOR.dom.walker.bogus();return funct… 137 …:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,"var":1},k=CKEDITOR.dom.walker.bogus(),d=/^[\t\r\… 138 h=CKEDITOR.dom.walker.editable(),m=CKEDITOR.dom.walker.ignored(!0);CKEDITOR.dom.range.prototype={cl… 142 …&&(a.offset=d.getIndex(),a.container=d.getParent()))}}var c=CKEDITOR.dom.walker.nodeType(CKEDITOR.… [all …]
|
| /plugin/asciidocjs/node_modules/jake/node_modules/minimatch/ |
| D | README.md | 81 used by a glob-walker that needs to avoid excessive filesystem calls.
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js | 139 …nction d(b){for(var c,e=null;c=a.call(this,b);)e=c;return e}CKEDITOR.dom.walker=CKEDITOR.tools.cre… 141 …ITOR.dom.walker.blockBoundary=function(a){return function(b){return!(b.type==CKEDITOR.NODE_ELEMENT… 142 …walker.bookmark=function(a,b){function c(a){return a&&a.getName&&"span"==a.getName()&&a.data("cke-… 143 …walker.whitespaces(),c=CKEDITOR.env.webkit?1:0;return function(e){b(e)?e=1:(e.type==CKEDITOR.NODE_… 144 …walker.temp=function(a){return function(b){b.type!=CKEDITOR.NODE_ELEMENT&&(b=b.getParent());b=b&&b… 145 …walker.ignored();CKEDITOR.dom.walker.empty=function(a){return function(b){for(var c=0,e=b.getChild… 152 …walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(!0),d=CKEDITOR.dom.walker.bogus();return funct… 153 …1,"var":1},k=CKEDITOR.dom.walker.bogus(),h=/^[\t\r\n ]*(?: |\xa0)$/,p=CKEDITOR.dom.walker.edi… 158 …&&(a.offset=d.getIndex(),a.container=d.getParent()))}}var c=CKEDITOR.dom.walker.nodeType(CKEDITOR.… 164 …nge(h);c.setStart(a,b);c.setEndAt(h,CKEDITOR.POSITION_BEFORE_END);var c=new CKEDITOR.dom.walker(c), [all …]
|
| D | ckeditor.js.unc | 3033 CKEDITOR.dom.walker = CKEDITOR.tools.createClass({ 3087 CKEDITOR.dom.walker.blockBoundary = function(a) { 3092 CKEDITOR.dom.walker.listItemBoundary = function() { 3097 CKEDITOR.dom.walker.bookmark = function(a, b) { 3108 CKEDITOR.dom.walker.whitespaces = function(a) { 3115 CKEDITOR.dom.walker.invisible = 3117 var b = CKEDITOR.dom.walker.whitespaces(), 3124 CKEDITOR.dom.walker.nodeType = function(a, b) { 3129 CKEDITOR.dom.walker.bogus = function(a) { 3140 CKEDITOR.dom.walker.temp = function(a) { [all …]
|