| /plugin/combo/resources/snippet/js/ |
| H A D | webcode.js | 31 .filter(mutation => { 34 … return mutation.target instanceof mutation.target.ownerDocument.defaultView.HTMLElement 36 .forEach((mutation) => { 37 let iframe = mutation.target.ownerDocument.defaultView.frameElement;
|
| H A D | onhover.js | 32 mutationList.forEach((mutation) => { 34 for (let index in mutation.addedNodes) { 35 let node = mutation.addedNodes[index];
|
| /plugin/diagrams/script/ |
| H A D | mediafile-linkfix.js | 18 for (const mutation of mutationsList) { 19 if (mutation.type !== 'childList') continue; 21 const nodes = mutation.addedNodes;
|
| H A D | DiagramsMediaManager.js | 34 for (let mutation of mutationsList) { 36 if (mutation.type !== 'childList') continue; 39 const svgLink = mutation.target.querySelector('a.mf_svg'); 42 const actionList = mutation.target.querySelector('ul.actions');
|
| /plugin/move/script/ |
| D | MoveMediaManager.js | 25 for (let mutation of mutationsList) { 27 if (mutation.type !== 'childList') continue; 30 if (mutation.target.classList.contains('file') === false) continue; 31 const link = mutation.target.querySelector('a.select.mediafile'); 34 const actionList = mutation.target.querySelector('ul.actions');
|
| /plugin/hiresimage/ |
| H A D | script.js | 63 mutations.forEach(function(mutation) { argument 64 if (mutation.addedNodes) { 65 mutation.addedNodes.forEach(function(node) {
|
| /plugin/mobiletable/ |
| D | mobileTable.js | 219 let mutation = false 238 mutation = true 241 return mutation 247 let mutation = false 271 mutation = true 274 return mutation
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_DatastoreService.php | 253 public $mutation; variable in Google_BlindWriteRequest 254 public function setMutation(Google_Mutation $mutation) { argument 255 $this->mutation = $mutation; 258 return $this->mutation; 284 public $mutation; variable in Google_CommitRequest 286 public function setMutation(Google_Mutation $mutation) { argument 287 $this->mutation = $mutation; 290 return $this->mutation;
|
| /plugin/asciidocjs/node_modules/asap/ |
| D | README.md | 138 The following browsers allow the use of [DOM mutation observers][] to access 144 [DOM mutation observers]: http://dom.spec.whatwg.org/#mutation-observers 154 In the absense of mutation observers, there are a few browsers, and situations 170 In the absense of mutation observers, these browsers and the following browsers
|
| /plugin/fuzzysearch/ |
| H A D | editor.js | 249 mutations.forEach((mutation) => { 250 …const newElements = mutation.target.querySelectorAll('.bureaucracy__plugin textarea, .bureaucracy_…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 21.21.js.map | 1 … 'null',\n 'true',\n 'false',\n 'query',\n 'mutation',\n 'subsc…
|
| /plugin/calendar/ |
| D | calendar-main.js | 4026 mutations.forEach(function(mutation) { argument 4027 if (mutation.addedNodes.length > 0) { 4028 mutation.addedNodes.forEach(function(node) {
|
| D | CHANGELOG.md | 1812 - **Added:** `clearStatsCache()` helper method — all 11 mutation functions now properly clear the e…
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 3307 var mutation; 3326 mutation = new EventDefDateMutation(); 3327 mutation.clearEnd = clearEnd; 3328 mutation.forceTimed = forceTimed; 3329 mutation.forceAllDay = forceAllDay; 3330 mutation.setDateDelta(dateDelta); 3331 mutation.setEndDelta(endDelta); 3332 return mutation;
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | GraphViewer.js | 517 var observer = new MutObs(mxUtils.bind(this, function(mutation) argument
|
| /plugin/asciidocjs/node_modules/handlebars/ |
| D | release-notes.md | 745 - [#930](https://github.com/wycats/handlebars.js/pull/930) - Add parent tracking and mutation to AS… 775 - The Visitor API has been expanded to support mutation and provide a base implementation
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | UPGRADING.md | 115 // Guzzle v5 events relied on mutation
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | UPGRADING.md | 165 // Guzzle v5 events relied on mutation
|
| /plugin/asciidocjs/node_modules/nunjucks/browser/ |
| D | nunjucks-slim.min.js.map | 1 …mutation observer by toggling\n// the text of a text node between \"1\" and \"-1\".\nfunction make…
|
| D | nunjucks-slim.js.map | 1 …mutation observer by toggling\n// the text of a text node between \"1\" and \"-1\".\nfunction make…
|
| D | nunjucks.min.js.map | 1 …mutation observer by toggling\n// the text of a text node between \"1\" and \"-1\".\nfunction make…
|
| D | nunjucks.js.map | 1 …mutation observer by toggling\n// the text of a text node between \"1\" and \"-1\".\nfunction make…
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 2779 mutation: [ property
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 1003 …edown","mouseup","click","dblclick","mouseover","mouseout","mousemove"],mutation:["DOMSubtreeModif… property
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 1014 …edown","mouseup","click","dblclick","mouseover","mouseout","mousemove"],mutation:["DOMSubtreeModif… property
|