text stringlengths 0 14.1k |
|---|
// Allows us to track the verse for each part of an attributed string |
static NSString *const USFM_VERSE_NUMBER = @""USFMVerseNumber""; |
static NSString *const SignatureFileAppend = @"".sig""; // Duplicated in UWConstants.swift |
static NSString *const FileExtensionUFW = @""ufw""; /// Duplicated in UWConstants.swift |
// Duplicated in UWConstants.swift |
static NSString *const BluetoothSend = @""BluetoothSend""; |
static NSString *const BluetoothReceive = @""BluetoothReceive""; |
static NSString *const MultiConnectSend = @""MultiConnectSend""; |
static NSString *const MultiConnectReceive = @""MultiConnectReceive""; |
static NSString *const iTunesSend = @""iTunesSend""; |
static NSString *const iTunesReceive = @""iTunesReceive""; |
static NSString *const IMAGE_DIGLOT = @""diglot"";" mit |
ewenb/Java_patterns VISITEUR/README.md 464 "# Les patrons de conception |
## Bibliothèque d'exemples en Java |
Ce dossier est un aide mémoire. |
Il consiste à répertorier les patrons de conception en Java. |
### [La liste des exemples](https://github.com/ewenb/Java_patterns) |
* COMPOSITE : Il dispose les objets dans des structures arborescentes |
ex1 : Un exemple basique |
* VISITEUR : Il permet de proposer plusieurs interprétations de la structure sans toucher au Composite |
ex1 : Un exemple basique. |
" mit |
fdutey/formol app/assets/stylesheets/pygments/native.css 4325 ".highlight { background-color: black; } |
.highlight .hll { background-color: #404040 } |
.highlight .c { color: #999999; font-style: italic } /* Comment */ |
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ |
.highlight .g { color: #d0d0d0 } /* Generic */ |
.highlight .k { color: #6ab825; font-weight: bold } /* Keyword */ |
.highlight .l { color: #d0d0d0 } /* Literal */ |
.highlight .n { color: #d0d0d0 } /* Name */ |
.highlight .o { color: #d0d0d0 } /* Operator */ |
.highlight .x { color: #d0d0d0 } /* Other */ |
.highlight .p { color: #d0d0d0 } /* Punctuation */ |
.highlight .cm { color: #999999; font-style: italic } /* Comment.Multiline */ |
.highlight .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */ |
.highlight .c1 { color: #999999; font-style: italic } /* Comment.Single */ |
.highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ |
.highlight .gd { color: #d22323 } /* Generic.Deleted */ |
.highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ |
.highlight .gr { color: #d22323 } /* Generic.Error */ |
.highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ |
.highlight .gi { color: #589819 } /* Generic.Inserted */ |
.highlight .go { color: #cccccc } /* Generic.Output */ |
.highlight .gp { color: #aaaaaa } /* Generic.Prompt */ |
.highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ |
.highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ |
.highlight .gt { color: #d22323 } /* Generic.Traceback */ |
.highlight .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */ |
.highlight .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */ |
.highlight .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */ |
.highlight .kp { color: #6ab825 } /* Keyword.Pseudo */ |
.highlight .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */ |
.highlight .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */ |
.highlight .ld { color: #d0d0d0 } /* Literal.Date */ |
.highlight .m { color: #3677a9 } /* Literal.Number */ |
.highlight .s { color: #ed9d13 } /* Literal.String */ |
.highlight .na { color: #bbbbbb } /* Name.Attribute */ |
.highlight .nb { color: #24909d } /* Name.Builtin */ |
.highlight .nc { color: #447fcf; text-decoration: underline } /* Name.Class */ |
.highlight .no { color: #40ffff } /* Name.Constant */ |
.highlight .nd { color: #ffa500 } /* Name.Decorator */ |
.highlight .ni { color: #d0d0d0 } /* Name.Entity */ |
.highlight .ne { color: #bbbbbb } /* Name.Exception */ |
.highlight .nf { color: #447fcf } /* Name.Function */ |
.highlight .nl { color: #d0d0d0 } /* Name.Label */ |
.highlight .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */ |
.highlight .nx { color: #d0d0d0 } /* Name.Other */ |
.highlight .py { color: #d0d0d0 } /* Name.Property */ |
.highlight .nt { color: #6ab825; font-weight: bold } /* Name.Tag */ |
.highlight .nv { color: #40ffff } /* Name.Variable */ |
.highlight .ow { color: #6ab825; font-weight: bold } /* Operator.Word */ |
.highlight .w { color: #666666 } /* Text.Whitespace */ |
.highlight .mf { color: #3677a9 } /* Literal.Number.Float */ |
.highlight .mh { color: #3677a9 } /* Literal.Number.Hex */ |
.highlight .mi { color: #3677a9 } /* Literal.Number.Integer */ |
.highlight .mo { color: #3677a9 } /* Literal.Number.Oct */ |
.highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */ |
.highlight .sc { color: #ed9d13 } /* Literal.String.Char */ |
.highlight .sd { color: #ed9d13 } /* Literal.String.Doc */ |
.highlight .s2 { color: #ed9d13 } /* Literal.String.Double */ |
.highlight .se { color: #ed9d13 } /* Literal.String.Escape */ |
.highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */ |
.highlight .si { color: #ed9d13 } /* Literal.String.Interpol */ |
.highlight .sx { color: #ffa500 } /* Literal.String.Other */ |
.highlight .sr { color: #ed9d13 } /* Literal.String.Regex */ |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.