Searched refs:styleId (Results 1 – 4 of 4) sorted by relevance
| /plugin/authgoogle/google/contrib/ |
| D | Google_FusiontablesService.php | 203 * @param int $styleId Identifier (within a table) for the style being deleted 206 public function delete($tableId, $styleId, $optParams = array()) { argument 207 $params = array('tableId' => $tableId, 'styleId' => $styleId); 216 * @param int $styleId Identifier (integer) for a specific style in a table 220 public function get($tableId, $styleId, $optParams = array()) { argument 221 $params = array('tableId' => $tableId, 'styleId' => $styleId); 272 * @param int $styleId Identifier (within a table) for the style being updated. 277 public function patch($tableId, $styleId, Google_StyleSetting $postBody, $optParams = array()) { argument 278 $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody); 291 * @param int $styleId Identifier (within a table) for the style being updated. [all …]
|
| /plugin/wordimport/docx/ |
| D | Styles.php | 28 $id = strtolower($style->attributes('w', true)->styleId);
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 13051 var styleId = options.styles.addStyleModel(model.style || {}, getEffectiveCellType(model)); 13053 if (styleId) { 13054 model.styleId = styleId; 13209 if (model.type === Enums.ValueType.Null && !model.styleId) { 13217 if (model.styleId) { 13218 xmlStream.addAttribute('s', model.styleId); 13304 this.model.styleId = parseInt(node.attributes.s, 10); 13419 } else if (model.styleId) { 13463 var style = model.styleId && options.styles && options.styles.getStyleModel(model.styleId); 13469 if (model.styleId !== undefined) { [all …]
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …styleId = \"erd_scroll_detection_scrollbar_style\";\n var detectionContainerClass = \"erd_scrol…
|