Home
last modified time | relevance | path

Searched refs:layer (Results 26 – 50 of 100) sorted by relevance

1234

/plugin/s5reloaded/ui/thesis/
H A Dframing.css1 /* The following styles size, place, and layer the slide components.
/plugin/s5/ui/default/
H A Dframing.css1 /* The following styles size, place, and layer the slide components.
/plugin/s5/ui/dokuwiki/
H A Dframing.css1 /* The following styles size, place, and layer the slide components.
/plugin/openlayersmap/
H A Dstyle.less347 .layer-switcher {
363 .layer-switcher.shown.layer-switcher-activation-mode-click > button {
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.css218 .timeline-band-layer {
224 .timeline-band-layer-inner {
/plugin/tline/timeline_js/
H A Dtimeline-bundle.css218 .timeline-band-layer {
224 .timeline-band-layer-inner {
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md42 utilized as the handler layer in [Guzzle](https://guzzlephp.org) 5.0+ to send
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js183 if (!header || header.layer !== 3)
319 var decoder = this.decoders[this.header.layer - 1];
321 var Layer = MP3Frame.layers[this.header.layer];
428 …return (this.layer === 1 ? 12 : ((this.layer === 3 && (this.flags & MP3FrameHeader.FLAGS.LSF_EXT))…
436 switch (this.layer) {
472 this.layer = 4 - stream.read(2);
474 if (this.layer === 4)
489 this.bitrate = BITRATES[this.layer - 1][index];
583 if (header.layer === 1) {
629 …if (peek_header.decode(peek_stream) && peek_header.layer === header.layer && peek_header.samplerat…
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-meta-data.asciidoc46 ==== Send the API compatibility layer
H A Dfutures.asciidoc261 introduces another layer of wrapped futures, and each needs to be resolved to
/plugin/diagramsnet/lib/js/
H A Dexport.js507 var layer = model.getChildAt(model.root, extras.layers[i]);
509 if (layer != null)
511 model.setVisible(layer, true);
/plugin/diagramsnet/lib/shapes/bpmn/
H A DmxBpmnShape2.js136 mxBpmnShape.prototype.redrawPath = function(c, x, y, w, h, layer) argument
140 if (layer == mxBpmnShape.prototype.miscEnum.BACKGROUND)
149 f.call(this, c, x, y, w, h, layer);
153 else if (layer == mxBpmnShape.prototype.miscEnum.OUTLINE)
200 else if (layer == mxBpmnShape.prototype.miscEnum.SYMBOL)
311 f.call(this, c, x, y, w, h, layer, isInverse);
465 'message': function(c, x, y, w, h, layer, isInverse)
559 'error' : function(c, x, y, w, h, layer, isInverse)
/plugin/openlayersmap/ol7/
H A Dol.js.map
H A Dol-layerswitcher.js
/plugin/schedule/lib/
H A DscheduleCitiesMap.js343 var osm = new ol.layer.Tile ({
372 var clusterLayer = new ol.layer.Vector({
/plugin/glossary/images/
H A Dscore.xcf13 ��������������������������������������������F���gimp-text-layer������*(text " ? ? …
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js17246 if(!layer.view){
19009 layer.view = this;
22782 if (layer) {
22783 layer.id = layer.id || utils.uid();
22796 id = layer.id,
22812 layer,
23393 view = layer.view;
26434 layer = this.$gantt.$ui.layers[layer]();
26437 if(typeof layer == "function" || (layer && layer.render && layer.update)){
26438 layer = {renderer: layer}; class in Timeline
[all …]
/plugin/fckg/fckeditor/editor/skins/default/
H A Dfck_dialog.css315 /* The layer used to cover the dialog when opening a child dialog. */
/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css315 /* The layer used to cover the dialog when opening a child dialog. */
/plugin/settingstree/
H A Dstyle.css240 … > .settingstree_export_popup_close_button:after{ /* button at the top right corner of the layer.*/
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md11 * SASL authentication / integrity layer support for certain mechanisms ([RFC 4513](https://tools.ietf.org/search/rfc4513))
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js2195 function renameLayer(layer) argument
2197 if (graph.isEnabled() && layer != null)
2199 var label = graph.convertValueToString(layer);
2204 graph.cellLabelChanged(layer, newValue);
/plugin/securelogin/
H A DREADME.md38 …tegrity), etc, it's not as relevant. Consider it as just a possible extra layer of security. Your …
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md49 …Framework\Test`, and `PHPUnit\Framework\TestSuite` to the forward compatibility layer for PHPUnit 6

1234