osascript -e "set volume with output muted"
osascript -e "set volume without output muted"
| import {MarkdownTransformer} from "@atlaskit/editor-markdown-transformer"; | |
| import {defaultSchema} from "@atlaskit/adf-schema/schema-default"; | |
| import {ConfluenceTransformer} from "@atlaskit/editor-confluence-transformer"; | |
| import {JSDOM} from "jsdom"; | |
| test("Create a new page", async () => { | |
| const md = new MarkdownTransformer(defaultSchema); | |
| const ct = new ConfluenceTransformer(defaultSchema); |
| @echo off | |
| setlocal | |
| call :setESC | |
| cls | |
| echo %ESC%[101;93m STYLES %ESC%[0m | |
| echo ^<ESC^>[0m %ESC%[0mReset%ESC%[0m | |
| echo ^<ESC^>[1m %ESC%[1mBold%ESC%[0m | |
| echo ^<ESC^>[4m %ESC%[4mUnderline%ESC%[0m |
| <?xml version="1.0" encoding="utf-16"?> | |
| <StorableColorTheme xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <Keys> | |
| <string>ErrorForegroundColor</string> | |
| <string>ErrorBackgroundColor</string> | |
| <string>WarningForegroundColor</string> | |
| <string>WarningBackgroundColor</string> | |
| <string>VerboseForegroundColor</string> | |
| <string>VerboseBackgroundColor</string> | |
| <string>DebugForegroundColor</string> |
| <# | |
| .Synopsis | |
| Converts a PowerShell object to a Markdown table. | |
| .EXAMPLE | |
| $data | ConvertTo-Markdown | |
| .EXAMPLE | |
| ConvertTo-Markdown($data) | |
| #> | |
| Function ConvertTo-Markdown { | |
| [CmdletBinding()] |
git clone --bare [email protected]:user/repo.gitcd repo.gitgit push --mirror [email protected]:user/repo.gitWe create an index with:
synonyms_expand and synonyms_contractsynonyms_expand and synonyms_contracttext_1 uses the synonyms_expand analyzer at index and search timetext_2 uses the synonyms_expand analyzer at index time, but the standard analyzer at search timetext_3 uses the synonyms_contract analyzer at index and search time.
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.