Table of Contents
Content entered directly below the header but before the first section heading is called the preamble.
| #!/usr/bin/python3 | |
| import random | |
| try: | |
| import tkinter as Tkin | |
| except: | |
| import Tkinter as Tkin | |
| class numgame: |
| #!/usr/bin/env bash | |
| set -e | |
| cd $(dirname $0) | |
| SCRIPT_DIR=$(pwd) | |
| DART_BIN=$(which dart) | |
| DART_SDK_DIR=$(dirname ${DART_BIN})/.. | |
| PLATFORM="$(uname -s)" |
Content entered directly below the header but before the first section heading is called the preamble.
| import { Octokit } from 'octokit' | |
| const LOGOS = [ | |
| 'logoAppSearch', | |
| 'logoBeats', | |
| 'logoBusinessAnalytics', | |
| 'logoCloud', | |
| 'logoCloudEnterprise', | |
| 'logoCode', | |
| 'logoElastic', |
| #!/usr/bin/env node | |
| const fs = require('fs'); | |
| const path = require('path'); | |
| function updateVersion(input, pkg, version) { | |
| var regex = new RegExp(`^([ \t]+"${pkg.replace('/', '\\/')}"): "([^"]*)"(,?)`, "gm"); | |
| function replacer(match, group1, group2, group3) { | |
| return `${group1}: "${version}"${group3}`; |
| /* | |
| * Copyright OpenSearch Contributors | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| const fs = require('fs'); | |
| const path = require('path'); | |
| const searchTerms = ['font family', 'font size', 'font weight', 'font style', 'line height'] | |
| .map((term) => term.split(' ')) |
| file name | matched strings |
|---|---|
src/core/server/core_app/assets/legacy_dark_theme.css |
font-size, font-size, line-height, font-size, [font-size](https://github.com/opensearch-project/OpenSearch-Da |
| { | |
| ouiButtonEmptyTypes: { | |
| - primary: "#006bb4" | |
| + primary: "#14786f" | |
| - disabled: "#afb0b3" | |
| + disabled: "#a4aaaf" | |
| - ghost: "#ffffff" | |
| + ghost: "#fcfeff" | |
| - text: "#343741" | |
| + text: "#2a3947" |
| { | |
| ouiButtonEmptyTypes: { | |
| - primary: "#1ba9f5" | |
| + primary: "#159d8d" | |
| - disabled: "#4c4e51" | |
| + disabled: "#535a62" | |
| - ghost: "#ffffff" | |
| + ghost: "#fcfeff" | |
| } | |
| euiButtonEmptyTypes: { |
| { | |
| ouiButtonEmptyTypes: { | |
| - primary: "#006bb4" | |
| + primary: "#14786f" | |
| - disabled: "#afb0b3" | |
| + disabled: "#a4aaaf" | |
| - ghost: "#ffffff" | |
| + ghost: "#fcfeff" | |
| - text: "#343741" | |
| + text: "#2a3947" |