/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/ |
H A D | LazyAssetManager.php | 30 private $loaded; variable in Assetic\\Factory\\LazyAssetManager 45 $this->loaded = false; 62 $this->loaded = false; 74 $this->loaded = false; 101 if (!$this->loaded) { 119 if (!$this->loaded) { 164 $this->loaded = true; 170 if (!$this->loaded) { 185 if (!$this->loaded) { 194 if (!$this->loaded) {
|
/plugin/whoisonline/ |
H A D | script.js | 14 timeout2 = setTimeout(function(){loaded=false;},10000); 17 var loaded=false; // A flag which prevents multiple ajax calls to geodata.php; 20 if(!loaded) 23 loaded=true;
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/ |
H A D | BaseAsset.php | 33 private $loaded; variable in Assetic\\Asset\\BaseAsset 55 $this->loaded = false; 97 $this->loaded = true; 102 if (!$this->loaded) { 174 $this->loaded = false;
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/ |
H A D | dump_array.test | 2 "dump" function, xdebug is not loaded or xdebug <2.2-dev is loaded
|
/plugin/strata/helper/ |
H A D | util.php | 34 * The loaded types and aggregates cache. 36 var $loaded = array(); variable in helper_plugin_strata_util 48 if(empty($this->loaded[$kind][$name])) { 50 $this->loaded[$kind][$name] = new $class(); 53 return $this->loaded[$kind][$name];
|
/plugin/stlviewer/stlviewer/ |
H A D | load_stl.min.js | 2 importScripts("parser.min.js"),MSG_DATA=0,MSG_LOAD=1,MSG_ERROR=2,MSG_STL_LOADED=3,MSG_LOAD_IN_PROGRESS=4;var filename=null,local_file=null,load_from_blob_or_ab=null,x=0,y=0,z=0,model_id=-1,get_progress=!1,jszip_path="jszip.min.js";function isNumeric(a){return!isNaN(parseFloat(a))&&isFinite(a)}function send_error(a){postMessage({msg_type:MSG_ERROR,data:a})}function download_from_local(a){download_from_local_xhr(a)}function download_from_local_xhr(a){var e=new XMLHttpRequest;get_progress&&(e.onprogress=function(a){postMessage({msg_type:MSG_LOAD_IN_PROGRESS,id:model_id,loaded:a.loaded,total:a.total})}),e.onreadystatechange=function(a){4==e.readyState&&200==e.status&&after_file_load(e.response)},e.open("GET",a,!0),e.responseType="arraybuffer",e.send(null)}function after_file_load(a){if(a)try{parse_3d_file(filename,a,after_file_parse,jszip_path)}catch(a){send_error("Error parsing the file")}else send_error("no data")}function after_file_parse(a){"string"!=typeof a?postMessage({msg_type:MSG_STL_LOADED,vertices:a.vertices,faces:a.faces,colors:a.colors}):send_error(a)}function read_file(a){var e=new FileReader;e.onerror=function(a){var e="";switch(a.target.error.code){case a.target.error.NOT_FOUND_ERR:e="File not found";break;case a.target.error.NOT_READABLE_ERR:e="Can't read file - too large?";break;case a.target.error.ABORT_ERR:e="Read operation aborted";break;case a.target.error.SECURITY_ERR:e="File is locked";break;case a.target.error.ENCODING_ERR:e="File too large";break;default:e="Error reading file"}send_error(e)},e.onprogress=function(a){postMessage({msg_type:MSG_LOAD_IN_PROGRESS,id:model_id,loaded:a.loaded,total:a.total})},e.onload=function(a){after_file_load(a.target.result)},e.readAsArrayBuffer(a)}sel (…)
|
/plugin/combo/ComboStrap/Xml/ |
H A D | XmlDocument.php | 160 * Otherwise French and other language are not well loaded 368 $loaded = extension_loaded("libxml"); 369 if ($loaded === false) { 372 $loaded = extension_loaded("xml"); 373 if ($loaded === false) { 376 $loaded = extension_loaded("dom"); 377 if ($loaded === false) { 382 return $loaded;
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | XML.php | 71 $loaded = $document->loadHTML($actual); 73 $loaded = $document->loadXML($actual); 91 if ($loaded === false || ($strict && $message !== '')) {
|
/plugin/amcharts/assets/amcharts/plugins/dataloader/ |
H A D | readme.md | 9 there when the web page loads, defined in-line or loaded via custom code. 21 loader will work only when the page with the chart or map is loaded via web 24 So, any of the examples loaded locally (file:///) will not work. 26 The page needs to be loaded via web server (http://) in order to work properly. 28 Loading data from another domain than the web page is loaded is possible but is 78 That's it. The plugin will make sure the files are loaded and dataProvider is 91 async | true | If set to false (not recommended) everything will wait until data is fully loaded 99 load | | Callback function to execute when file is successfully loaded (might be invoked multiple t… 101 …e called to "post-process" loaded data before passing it on to chart. The handler function will re… 222 console.log( 'Total percent loaded: ' + Math.round( totalPercent ) ); [all …]
|
/plugin/sequencediagram/bower_components/lodash/dist/ |
H A D | mapping.fp.js | 26 /******/ loaded: false 33 /******/ module.loaded = true;
|
/plugin/ckgedit/ckeditor/skins/kama/ |
H A D | readme.md | 18 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded 22 it's not loaded until the first menu open up, 23 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/ |
H A D | build-phar.php | 72 $loaded = $dom->loadXML(file_get_contents($packageFile)); 73 if ($loaded === false) {
|
/plugin/ckgdoku/ckeditor/skins/moono-lisa/ |
H A D | readme.md | 26 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded 30 it's not loaded until the first menu open up, 31 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
|
/plugin/ckgdoku/ckeditor/skins/moono/ |
H A D | readme.md | 28 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded 32 it's not loaded until the first menu open up, 33 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
|
/plugin/ckgedit/ckeditor/skins/moono/ |
H A D | readme.md | 28 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded 32 it's not loaded until the first menu open up, 33 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
|
/plugin/ckgedit/ckeditor/skins/moono-lisa/ |
H A D | readme.md | 26 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded 30 it's not loaded until the first menu open up, 31 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
|
/plugin/layeranimation/ |
H A D | script.js | 361 e.currentTarget.loaded = true; 431 var loaded = true; 434 loaded = loaded && (this.loaded || self.IsImageOk(this)); 438 if ( !loaded ) {
|
/plugin/combo/resources/snippet/js/ |
H A D | lozad-svg.js | 4 loaded: function (el) { 5 // Custom implementation on a loaded element 6 el.classList.add('loaded-cs');
|
H A D | lozad-raster.js | 16 loaded: function (el) { 17 // Custom implementation on a loaded element 18 el.classList.add('loaded-cs');
|
/plugin/html2pdf/snorriheim/ |
H A D | style.ini | 5 ; defines for which output media the style should be loaded. Currently 6 ; print, screen and rtl are supported. rtl styles are loaded additionally
|
H A D | style.ini.dist | 5 ; defines for which output media the style should be loaded. Currently 6 ; print, screen and rtl are supported. rtl styles are loaded additionally
|
/plugin/iframe/ |
H A D | plugin.info.txt | 6 desc Allows external URLs to be loaded into an iframe in your DokuWiki page.
|
/plugin/iframeinterwiki/ |
H A D | plugin.info.txt | 6 desc Allows external URLs to be loaded into an iframe in your DokuWiki page and use interwiki.
|
/plugin/advanced/lang/en/config/ |
H A D | styleini.txt | 7 This part defines which CSS files are loaded. Each line is defined as follow: 17 DokuWiki's CSS dispatcher is able to replace placeholders in the loaded stylesheets which are confi…
|
/plugin/imageflow/ |
H A D | README.md | 13 …an image is not being loaded within a certain time frame - ant alternative iamge is being displaye… 36 …ges names or page names as anchors. This will directly pop out the item after the imageflow loaded.
|