Profile of taha khal
Personal Information
- taha
- khal
/**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
//
require.config({
paths: {
'jquery': '/xwiki/webjars/wiki%3Axwiki/jquery/2.2.2/jquery.min.js?r=1',
'bootstrap': '/xwiki/webjars/wiki%3Axwiki/bootstrap/3.4.1/js/bootstrap.min.js?r=1',
'xwiki-meta': '/xwiki/resources/js/xwiki/meta.js?cache-version=1579108674000',
'xwiki-events-bridge': "/xwiki/resources/js/xwiki/eventsBridge.js?cache-version=1579108674000",
'iscroll': '/xwiki/webjars/wiki%3Axwiki/iscroll/5.1.3/build/iscroll-lite.js?r=1',
'drawer': '/xwiki/webjars/wiki%3Axwiki/drawer/2.4.0/js/jquery.drawer.min.js?r=1',
'deferred': "/xwiki/resources/uicomponents/require/deferred.js?cache-version=1579108674000"
},
shim: {
'bootstrap' : ['jquery'],
'drawer': ['jquery', 'iscroll']
},
map: {
'*': {
'jquery': 'jQueryNoConflict'
},
'jQueryNoConflict': {
'jquery': 'jquery'
},
}
});
define('jQueryNoConflict', ['jquery'], function ($) {
return $.noConflict();
});
if (window.Prototype && Prototype.BrowserFeatures.ElementExtensions) {
require(['jquery', 'bootstrap'], function ($) {
// Fix incompatibilities between BootStrap and Prototype
var disablePrototypeJS = function (method, pluginsToDisable) {
var handler = function (event) {
event.target[method] = undefined;
setTimeout(function () {
delete event.target[method];
}, 0);
};
pluginsToDisable.each(function (plugin) {
$(window).on(method + '.bs.' + plugin, handler);
});
},
pluginsToDisable = ['collapse', 'dropdown', 'modal', 'tooltip', 'tab', 'popover'];
disablePrototypeJS('show', pluginsToDisable);
disablePrototypeJS('hide', pluginsToDisable);
});
}
require(['jquery', 'drawer'], function($) {
$(document).ready(function() {
$('.drawer-main').closest('body').drawer();
});
});
window.XWiki = window.XWiki || {};
XWiki.webapppath = "xwiki/";
XWiki.servletpath = "bin/";
XWiki.contextPath = "/xwiki";
XWiki.mainWiki = "xwiki";
// Deprecated: replaced by meta data in the HTML element
XWiki.currentWiki = "xwiki";
XWiki.currentSpace = "XWiki";
XWiki.currentPage = "TahaKhal";
XWiki.editor = "inline";
XWiki.viewer = "";
XWiki.contextaction = "edit";
XWiki.skin = 'xwiki:XWikiOrgCode.Skin';
XWiki.docisnew = false;
XWiki.docsyntax = "xwiki/2.0";
XWiki.docvariant = "";
XWiki.blacklistedSpaces = [ "Import","Panels","Scheduler","Stats","XAppClasses","XAppSheets","XAppTemplates","XWiki","WatchCode","WatchSheets","XApp","WatchAdmin","Watch","ColorThemes","AnnotationCode" ];
XWiki.hasEdit = true;
XWiki.hasProgramming = false;
XWiki.hasBackupPackImportRights = false;
XWiki.hasRenderer = true;
window.docviewurl = "/xwiki/bin/view/XWiki/TahaKhal";
window.docediturl = "/xwiki/bin/edit/XWiki/TahaKhal";
window.docsaveurl = "/xwiki/bin/save/XWiki/TahaKhal";
window.docgeturl = "/xwiki/bin/get/XWiki/TahaKhal";
//
/**/
Contact Information
- [email protected]
/**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
/**//**/
//
require.config({
paths: {
'jquery': '/xwiki/webjars/wiki%3Axwiki/jquery/2.2.2/jquery.min.js?r=1',
'bootstrap': '/xwiki/webjars/wiki%3Axwiki/bootstrap/3.4.1/js/bootstrap.min.js?r=1',
'xwiki-meta': '/xwiki/resources/js/xwiki/meta.js?cache-version=1579108674000',
'xwiki-events-bridge': "/xwiki/resources/js/xwiki/eventsBridge.js?cache-version=1579108674000",
'iscroll': '/xwiki/webjars/wiki%3Axwiki/iscroll/5.1.3/build/iscroll-lite.js?r=1',
'drawer': '/xwiki/webjars/wiki%3Axwiki/drawer/2.4.0/js/jquery.drawer.min.js?r=1',
'deferred': "/xwiki/resources/uicomponents/require/deferred.js?cache-version=1579108674000"
},
shim: {
'bootstrap' : ['jquery'],
'drawer': ['jquery', 'iscroll']
},
map: {
'*': {
'jquery': 'jQueryNoConflict'
},
'jQueryNoConflict': {
'jquery': 'jquery'
},
}
});
define('jQueryNoConflict', ['jquery'], function ($) {
return $.noConflict();
});
if (window.Prototype && Prototype.BrowserFeatures.ElementExtensions) {
require(['jquery', 'bootstrap'], function ($) {
// Fix incompatibilities between BootStrap and Prototype
var disablePrototypeJS = function (method, pluginsToDisable) {
var handler = function (event) {
event.target[method] = undefined;
setTimeout(function () {
delete event.target[method];
}, 0);
};
pluginsToDisable.each(function (plugin) {
$(window).on(method + '.bs.' + plugin, handler);
});
},
pluginsToDisable = ['collapse', 'dropdown', 'modal', 'tooltip', 'tab', 'popover'];
disablePrototypeJS('show', pluginsToDisable);
disablePrototypeJS('hide', pluginsToDisable);
});
}
require(['jquery', 'drawer'], function($) {
$(document).ready(function() {
$('.drawer-main').closest('body').drawer();
});
});
window.XWiki = window.XWiki || {};
XWiki.webapppath = "xwiki/";
XWiki.servletpath = "bin/";
XWiki.contextPath = "/xwiki";
XWiki.mainWiki = "xwiki";
// Deprecated: replaced by meta data in the HTML element
XWiki.currentWiki = "xwiki";
XWiki.currentSpace = "XWiki";
XWiki.currentPage = "TahaKhal";
XWiki.editor = "inline";
XWiki.viewer = "";
XWiki.contextaction = "edit";
XWiki.skin = 'xwiki:XWikiOrgCode.Skin';
XWiki.docisnew = false;
XWiki.docsyntax = "xwiki/2.0";
XWiki.docvariant = "";
XWiki.blacklistedSpaces = [ "Import","Panels","Scheduler","Stats","XAppClasses","XAppSheets","XAppTemplates","XWiki","WatchCode","WatchSheets","XApp","WatchAdmin","Watch","ColorThemes","AnnotationCode" ];
XWiki.hasEdit = true;
XWiki.hasProgramming = false;
XWiki.hasBackupPackImportRights = false;
XWiki.hasRenderer = true;
window.docviewurl = "/xwiki/bin/view/XWiki/TahaKhal";
window.docediturl = "/xwiki/bin/edit/XWiki/TahaKhal";
window.docsaveurl = "/xwiki/bin/save/XWiki/TahaKhal";
window.docgeturl = "/xwiki/bin/get/XWiki/TahaKhal";
//
/**/