Home
last modified time | relevance | path

Searched refs:layers (Results 1 – 25 of 123) sorted by path

12345

/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php964 public $layers; variable in Google_BooksService
991 …$this->layers = new Google_LayersServiceResource($this, $this->serviceName, 'layers', json_decode(…
2834 public $layers; variable in Google_VolumeLayerInfo
2835 public function setLayers(/* array(Google_VolumeLayerInfoLayers) */ $layers) { argument
2836 $this->assertIsArray($layers, 'Google_VolumeLayerInfoLayers', __METHOD__);
2837 $this->layers = $layers;
2840 return $this->layers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBooks.php46 public $layers; variable in Google\\Service\\Books
287 'layers',
350 'path' => 'books/v1/volumes/{volumeId}/layers/{layerId}/data/{annotationDataId}',
399 'path' => 'books/v1/volumes/{volumeId}/layers/{layerId}/data',
470 'path' => 'books/v1/volumes/{volumeId}/layers/{layerId}/annotations/{annotationId}',
498 'path' => 'books/v1/volumes/{volumeId}/layers/{layerId}',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DAnnotationsSummary.php47 public function setLayers($layers) argument
49 $this->layers = $layers;
56 return $this->layers;
H A DVolumeLayerInfo.php29 public function setLayers($layers) argument
31 $this->layers = $layers;
38 return $this->layers;
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css328 .oi[data-glyph=layers]:before { content:'\e083'; }
/plugin/diagramsnet/lib/js/
H A Dapp.min.js230 ….noDevice="1","1"!=urlParams.lightbox&&(urlParams.lightbox="1",urlParams.layers="1",urlParams.view…
2241 …="";mxUtils.setOpacity(this.chromelessToolbar,a||30)});if("1"==urlParams.layers){this.layersDialog…
12148 …er("stateChanged",Z);V.addListener("stateChanged",Z);Z();null!=urlParams.layers&&(Z=m.actions.get(…
H A Dexport.js485 if (extras != null && ((extras.layers != null && extras.layers.length > 0) ||
505 for (var i = 0; i < extras.layers.length; i++)
507 var layer = model.getChildAt(model.root, extras.layers[i]);
H A Dextensions.min.js1210 …is.connects={};this.cellElements={};this.model=a;this.pageElement=b;this.layers=[];var c=b.getAttr…
1212 …m=0;m<d.length;m++)e[d[m].getAttribute("N")]=d[m].getAttribute("V");this.layers[parseInt(k[n].getA…
1222 …ction(){return this.shapes};d.prototype.getLayers=function(){return this.layers};d.prototype.getCo…
H A Dviewer-static.min.js196 ….noDevice="1","1"!=urlParams.lightbox&&(urlParams.lightbox="1",urlParams.layers="1",urlParams.view…
2207 …="";mxUtils.setOpacity(this.chromelessToolbar,b||30)});if("1"==urlParams.layers){this.layersDialog…
4044 GraphViewer.prototype.showLayers=function(b,c){var e=this.graphConfig.layers,e=null!=e&&0<e.length?…
4068 …phConfig.edit||"_blank");if(null!=c?c:1)e.close=1;this.layersEnabled&&(e.layers=1);this.tagsEnable…
4072 …s.join(" "):null;urlParams.nav=0!=this.graphConfig.nav?"1":"0";urlParams.layers=this.layersEnabled…
H A Dviewer.min.js196 ….noDevice="1","1"!=urlParams.lightbox&&(urlParams.lightbox="1",urlParams.layers="1",urlParams.view…
2207 …="";mxUtils.setOpacity(this.chromelessToolbar,b||30)});if("1"==urlParams.layers){this.layersDialog…
4044 GraphViewer.prototype.showLayers=function(b,c){var e=this.graphConfig.layers,e=null!=e&&0<e.length?…
4068 …phConfig.edit||"_blank");if(null!=c?c:1)e.close=1;this.layersEnabled&&(e.layers=1);this.tagsEnable…
4072 …s.join(" "):null;urlParams.nav=0!=this.graphConfig.nav?"1":"0";urlParams.layers=this.layersEnabled…
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js12022 var layers = graphModel.getChildCells(graphModel.getRoot());
12024 for (var i = 0; i < layers.length; i++)
12026 this.createLayerItem(layers[i], pageId, graph, pageNode);
H A DEditor.js7112 Graph.prototype.getCellsForAction = function(action, layers) argument
7115 this.getCellsForTags(action.tags, null, layers));
H A DEditorUi.js5464 if (layers)
5585 if (layers)
5877 layers.style.marginTop = '8px';
5888 layers.removeAttribute('disabled');
5893 layers.setAttribute('disabled', 'disabled');
6260 layers.style.marginBottom = '12px';
6261 layers.style.marginTop = '8px';
6269 layers.removeAttribute('disabled');
6276 layers.setAttribute('disabled', 'disabled');
6293 editSection.getLink(), layers.checked);
[all …]
H A DGraphViewer.js1043 var layers = this.graphConfig.layers;
1044 var idx = (layers != null && layers.length > 0) ? layers.split(' ') : [];
1802 param.layers = 1;
H A DMenus.js362 function(linkTarget, linkColor, allPages, lightbox, editLink, layers, width, height, tags) argument
372 allPages, lightbox, editLink, layers, null, true, params));
388 initialZoom, linkTarget, linkColor, fit, allPages, layers, tags, lightbox, editLink) argument
391 layers, tags, lightbox, editLink, mxUtils.bind(this, function(html, scriptTag)
1972 layers, tags, lightbox, editLink, mxUtils.bind(this, function(html, scriptTag)
2070 editorUi.showEmbedImageDialog(function(fit, shadow, retina, lightbox, editLink, layers) argument
2091 editorUi.showEmbedImageDialog(function(fit, shadow, image, lightbox, editLink, layers) argument
2095 editorUi.createEmbedSvg(fit, shadow, image, lightbox, editLink, layers, function(result)
2134 allPages, lightbox, editLink, layers, url, null, params) + '"></iframe>');
2160 allPages, lightbox, editLink, layers, url, null, params, true));
[all …]
H A DPages.js1773 mxUtils.bind(this, function(linkTarget, linkColor, allPages, lightbox, editLink, layers) argument
1775 …var params = this.createUrlParameters(linkTarget, linkColor, allPages, lightbox, editLink, layers);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js650 var layers = graph.model.getChildCells(graph.model.root);
653 for (var k = 0; k < layers.length; k++)
655 layerIdsMaps[layers[k].id] = k;
751 var layers = pageLayers[name];
753 for (var k = 0; k < layers.length; k++)
858 var layers = graph.model.getChildCells(graph.model.root);
861 for (var k = 0; k < layers.length; k++)
864 if (layers[k].visible)
867 name: layers[k].value || 'Background',
868 visible: layers[k].visible,
[all …]
H A Dimporter.js641 var layers = page.getLayers();
674 for (var k = 0; k < layers.length; k++)
676 var layer = layers[k];
3532 this.layers = [];
3566 … var layers = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(secElem, "Row");
3568 for (var i135 = 0; i135 < layers.length; i135++)
3570 … var layerAtts = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(layers[i135], "Cell");
3577 this.layers[parseInt(layers[i135].getAttribute("IX"))] = layerObj;
3862 return this.layers;
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js7537 var layers = tempModel.getChildren(this.cloneCell(tempModel.root,
7540 if (layers != null)
7546 layers = layers.slice();
7552 if (layers.length == 1 && !this.isCellLocked(this.getDefaultParent()))
7554 var children = tempModel.getChildren(layers[0]);
7568 for (var i = 0; i < layers.length; i++)
7571 [layers[i]], dx, dy, false, this.model.getRoot())[0]);
/plugin/diagramsnet/lib/resources/
H A Ddia.txt429 layers=Layers
H A Ddia_am.txt429 layers=Layers
H A Ddia_ar.txt429 layers=‫طبقات‬
H A Ddia_bg.txt429 layers=Слоеве
H A Ddia_bn.txt429 layers=Layers

12345