| Function | Function type | Target passed as | Returns | 
|---|---|---|---|
| also | Extension | it | Target | 
| apply | Extension | this | Target | 
| let | Extension | it | Block return value | 
| run | Extension | this | Block return value | 
| with | Regular | this | Block return value | 
| <NotepadPlus> | |
| <UserLang name="Gradle" ext="gradle"> | |
| <Settings> | |
| <Global caseIgnored="yes" /> | |
| <TreatAsSymbol comment="yes" commentLine="yes" /> | |
| <Prefix words1="no" words2="no" words3="no" words4="no" /> | |
| </Settings> | |
| <KeywordLists> | |
| <Keywords name="Delimiters">"'0"'0</Keywords> | |
| <Keywords name="Folder+"></Keywords> | 
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>method</key> | |
| <string>app-store</string> | |
| <key>teamID</key> | |
| <string>XXXXXXXXXX</string> | |
| <key>uploadBitcode</key> | |
| <true/> | 
| Function | Function type | Target passed as | Returns | 
|---|---|---|---|
| also | Extension | it | Target | 
| apply | Extension | this | Target | 
| let | Extension | it | Block return value | 
| run | Extension | this | Block return value | 
| with | Regular | this | Block return value | 
| class ChipsView<T : Parcelable>(ctx: Context, attr: AttributeSet) : ConstraintLayout(ctx, attr) { | |
| ... | |
| private fun addSubviews() { | |
| val flow = Flow(context).apply { | |
| id = generateViewId() | |
| setWrapMode(Flow.WRAP_CHAIN) | |
| setHorizontalStyle(Flow.CHAIN_PACKED) | |
| setHorizontalAlign(Flow.HORIZONTAL_ALIGN_START) | |
| setHorizontalBias(0f) | 
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | |
| <title></title> | |
| <script src="https://code.jquery.com/jquery-3.1.1.min.js" | |
| integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" | |
| crossorigin="anonymous"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.6/marked.min.js"></script> | 
| Problem | OS (macOS, Windows) | Chrome | Safari | Edge | Firefox | Error Type (MediaPermissionsError) | Recommended User Action | | ---------------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | -----------------------------------------------------------------------
| /* | |
| * Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved. | |
| * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | |
| * | |
| * This code is free software; you can redistribute it and/or modify it | |
| * under the terms of the GNU General Public License version 2 only, as | |
| * published by the Free Software Foundation. Oracle designates this | |
| * particular file as subject to the "Classpath" exception as provided | |
| * by Oracle in the LICENSE file that accompanied this code. | |
| * |