const constantes = {};
Object.defineProperty(constantes, 'p', {value: 42,writable: false, configurable:false enumerable:true,});
configurable true la pueden borrar
true if and only if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
Defaults to false.
enumerable false no sale en for(var x in...)
true if and only if this property shows up during enumeration of the properties on the corresponding object.
Defaults to false.
writable
true if and only if the value associated with the property may be changed with an assignment operator.
Defaults to false.
_____________________________________________________________________________________________________________________
jQuery(function($){
// tinyMCE and others inside a jqueryUI.dialog
$.widget("ui.dialog", $.ui.dialog, {_allowInteraction: function(event) {return !!$(event.target).closest(".mce-container").length || this._super( event );}});
});
_____________________________________________________________________________________________________________________
/*
ver http://getstatuscode.com/419
419 Authentication Timeout
[HTTP/1.1 419 proxy reauthentication required 4779ms]
Forbidden!
*/
_____________________________________________________________________________________________________________________
/*
(option: Object, notMerge?: boolean, lazyUpdate?: boolean)
or
chart.setOption(option, {
notMerge: ...,
lazyUpdate: ...,
silent: ...
});
or
(option: Object, opts?: Object)
function theOptions(divId, seriesNumber) {
var options={},series:{};
if(typeof seriesNumber === 'undefined')
seriesNumber=0;
$("#"+divId).find("INPUT").each(function(){
var el =$(this), p=el.data('iaec');
if($(this).is(":visible") && typeof p !=='undefined' ) {
// inicia series pon enseries else en options
// needs data? / resort?
// needs redochart?
}
});
// iaPath, iaDimension
options.series[seriesNumber]=series;
return options;
}
http://echarts.apache.org/api.html#echartsInstance.showLoading
*/
_____________________________________________________________________________________________________________________
_____________________________________________________________________________________________________________________
gcRunner
{"ok":true,"n":19,"ses":{"gc_maxlifetime":"1,440","gc_maxlifetime_min":"24.00","gc_maxlifetime_hr":"0.40","gc_probability":"1"}} aliver
Warning: require_once(../../inc/config.php): Failed to open stream: No such file or directory in /lamp/www/iaLib/sessionEtAl.php on line 112
Fatal error: Uncaught Error: Failed opening required '../../inc/config.php' (include_path='.:') in /lamp/www/iaLib/sessionEtAl.php:112
Stack trace:
#0 {main}
thrown in /lamp/www/iaLib/sessionEtAl.php on line 112