Home
last modified time | relevance | path

Searched refs:mutation (Results 1 – 25 of 29) sorted by relevance

12

/plugin/combo/resources/snippet/js/
H A Dwebcode.js31 .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 Donhover.js32 mutationList.forEach((mutation) => {
34 for (let index in mutation.addedNodes) {
35 let node = mutation.addedNodes[index];
/plugin/diagrams/script/
H A Dmediafile-linkfix.js18 for (const mutation of mutationsList) {
19 if (mutation.type !== 'childList') continue;
21 const nodes = mutation.addedNodes;
H A DDiagramsMediaManager.js34 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/
DMoveMediaManager.js25 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 Dscript.js63 mutations.forEach(function(mutation) { argument
64 if (mutation.addedNodes) {
65 mutation.addedNodes.forEach(function(node) {
/plugin/mobiletable/
DmobileTable.js219 let mutation = false
238 mutation = true
241 return mutation
247 let mutation = false
271 mutation = true
274 return mutation
/plugin/authgoogle/google/contrib/
DGoogle_DatastoreService.php253 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/
DREADME.md138 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 Deditor.js249 mutations.forEach((mutation) => {
250 …const newElements = mutation.target.querySelectorAll('.bureaucracy__plugin textarea, .bureaucracy_…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D21.21.js.map1 … 'null',\n 'true',\n 'false',\n 'query',\n 'mutation',\n 'subsc…
/plugin/calendar/
Dcalendar-main.js4026 mutations.forEach(function(mutation) { argument
4027 if (mutation.addedNodes.length > 0) {
4028 mutation.addedNodes.forEach(function(node) {
DCHANGELOG.md1812 - **Added:** `clearStatsCache()` helper method — all 11 mutation functions now properly clear the e…
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js3307 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/
DGraphViewer.js517 var observer = new MutObs(mxUtils.bind(this, function(mutation) argument
/plugin/asciidocjs/node_modules/handlebars/
Drelease-notes.md745 - [#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/
DUPGRADING.md115 // Guzzle v5 events relied on mutation
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md165 // Guzzle v5 events relied on mutation
/plugin/asciidocjs/node_modules/nunjucks/browser/
Dnunjucks-slim.min.js.map1mutation observer by toggling\n// the text of a text node between \"1\" and \"-1\".\nfunction make…
Dnunjucks-slim.js.map1mutation observer by toggling\n// the text of a text node between \"1\" and \"-1\".\nfunction make…
Dnunjucks.min.js.map1mutation observer by toggling\n// the text of a text node between \"1\" and \"-1\".\nfunction make…
Dnunjucks.js.map1mutation 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/
Dfirebug-lite-debug.js2779 mutation: [ property
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js1003 …edown","mouseup","click","dblclick","mouseover","mouseout","mousemove"],mutation:["DOMSubtreeModif… property
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1014 …edown","mouseup","click","dblclick","mouseover","mouseout","mousemove"],mutation:["DOMSubtreeModif… property

12