Home
last modified time | relevance | path

Searched refs:load (Results 276 – 300 of 704) sorted by relevance

1...<<11121314151617181920>>...29

/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as112 load();
355 load();
412 load();
573 public function load():Boolean
705 return load();
744 …myStatus.playOnLoad = false;// Reset flag in case load/play issued immediately before this command…
758 …// Need to wait for metadata to load before ever issuing a pause. The metadata handler will call t…
793 {// We do not want the stop() command, which does pause(0), causing a load operation.
794 return load();
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js87 var load = (typeof require == 'function' && !amd) variable
93 lodash = load(filePath) || root._,
101 _ = load('../vendor/underscore/underscore.js') || root._,
107 Benchmark = load('../node_modules/benchmark/benchmark.js') || root.Benchmark,
/plugin/jokuwiki/
H A DREADME.md61 … of Weatherwax on my development machine this saves between 250 and 350 milliseconds per page load.
83 * Add an AJAX save/load interface for arbitrary JSON data - serverside and clientside
106 * a URL of a javascript file to load asynchronously
107 …ter executing once. When a page transition occurs, either via a full page load or via a PJAX fetch…
/plugin/remotescript/
H A Dscript.js9load();if(!x){this._ldObj=V;JsHttpRequest.PENDING[V.id]=this;return true}if(!_){c[c.length]="- "+e… method in JsHttpRequest.LOADERS.form.loader
/plugin/bookcreator/
H A Dscript.js123 Storage.prototype.load = function() { method in Storage
183 // Bookcreator.load();
193 this.selectedpages.load();
285 this.deletedpages.load();
533 * click handler: load or delete saved selections
537 action = ($this.hasClass('delete') ? 'delete' : 'load'),
578 action: (action === 'load' ? 'loadSavedSelection' : 'deleteSavedSelection'),
/plugin/html5video2/
H A Dprint.css118 /* Box containing play and load progresses. Also acts as seek scrubber. */
123 div.dokuwiki .vjs-default-skin .vjs-progress-holder .vjs-load-progress { /* Progress Bars */
130 div.dokuwiki .vjs-default-skin .vjs-load-progress {
/plugin/refnotes/lang/en/
H A Dintro.txt7 * //Enable reference database// --- if enabled the plugin will load predefined notes form the [[doku>plugin:refnotes:refdb|reference database]].
/plugin/geonav/js/
H A Dearth_a.js101 google.load("earth", "1");
/plugin/syntaxhighlighter3/
H A DCHANGELOG.md44 * Fixed problem with the option html-script, always load shBrushXml.js to make it work.
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DBaseAsset.php103 $this->load();
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md50 * Remove the TypeFactory. Do not load classes dynamically.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPrivateKey.php98 extract(ASN1Signature::load($signature));
/plugin/zoom/
H A Dscript.js9 …rn})};img1=new Image();$(img1).load(function(){ctx.init2(this,0)});img1.src=sImg.attr('src');img2=…
/plugin/jirainfo/
H A Dstyle.less15 // Icon load
16 .ji-popup-content .icon-load {
/plugin/epub/scripts/
H A Dcss3.php358 return $css_file->load($location);
384 public function load($location='') { function in DokuCssFile
/plugin/ckgedit/scripts/
H A Dcss6.php365 return $css_ckg_file->load($location);
391 public function load($location='') { function in DokuCssFile
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dselectors.asciidoc18 even load of traffic across your cluster. Round-robining happens on a
50 guarantees an even load distribution across the cluster. It changes the
/plugin/odt/action/
H A Dexport.php163 $this->config->load($warning);
216 $this->config->load($warning);
/plugin/components/lib/
H A Daction_manager.php97 $this->load($path, $action);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php46 public function load(ResourceInterface $resource) function in Assetic\\Factory\\Loader\\BasePhpFormulaLoader
/plugin/autolink3/
H A Dadmin.php183 …".DOKU_BASE."/lib/images/loading.gif' id='pl_si_throbber' style='visibility: hidden' alt='load'/>
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php71 public static function load($key, $password = '') function in phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH
/plugin/advanced/lang/en/config/
H A Duserscript.txt12 DokuWiki will load JavaScript from the following places:
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md184 '@reset', // load the asset manager's "reset" asset
185 'css/src/*.scss', // load every scss files from "/path/to/asset/directory/css/src/"
242 '@reset', // load the asset manager's "reset" asset
243 'css/src/*.scss', // load every scss files from "/path/to/asset/directory/css/src/"
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php79 $font = $this->fontCache->load($fontkey . '.ps.z');
93 $font = $this->fontCache->load($fontkey . '.z');
321 $w = $this->fontCache->load($font['fontkey'] . '.cw');
405 $cidtogidmap = $this->fontCache->load($font['fontkey'] . '.cgm');

1...<<11121314151617181920>>...29