entities listlengths 1 2.22k | max_stars_repo_path stringlengths 6 98 | max_stars_repo_name stringlengths 9 55 | max_stars_count int64 0 8.27k | content stringlengths 93 965k | id stringlengths 2 5 | new_content stringlengths 85 964k | modified bool 1
class | references stringlengths 98 970k | language stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|
[
{
"context": " Expect.equal True (isPublicKey \"EOS5uxjV3FYZvwqyAM2StkFEvUvf43F7gSrZcBpunuuTxiYkKqb6d\")\n , test \"start with EOS False\" <|\n ",
"end": 1110,
"score": 0.9997432232,
"start": 1057,
"tag": "KEY",
"value": "EOS5uxjV3FYZvwqyAM2StkFEvUvf43F7gSrZcBpun... | test/frontend/elm/Test/Util/Validation.elm | EOSYS-io/eoshub.io | 11 | module Test.Util.Validation exposing (tests)
import Expect
import Test exposing (..)
import Util.Validation exposing (..)
balance : Float
balance =
300.0
validateQuantityWithBalance : String -> QuantityStatus
validateQuantityWithBalance quantity =
validateQuantity quantity balance
tests : Test
tests =
... | 20459 | module Test.Util.Validation exposing (tests)
import Expect
import Test exposing (..)
import Util.Validation exposing (..)
balance : Float
balance =
300.0
validateQuantityWithBalance : String -> QuantityStatus
validateQuantityWithBalance quantity =
validateQuantity quantity balance
tests : Test
tests =
... | true | module Test.Util.Validation exposing (tests)
import Expect
import Test exposing (..)
import Util.Validation exposing (..)
balance : Float
balance =
300.0
validateQuantityWithBalance : String -> QuantityStatus
validateQuantityWithBalance quantity =
validateQuantity quantity balance
tests : Test
tests =
... | elm |
[
{
"context": "stName : String\n}\nuser: User\nuser = {firstName = \"Kacper\", lastName = \"Moskala\"}\n\nfullname: User -> String",
"end": 604,
"score": 0.9998267293,
"start": 598,
"tag": "NAME",
"value": "Kacper"
},
{
"context": "r: User\nuser = {firstName = \"Kacper\", lastName = \... | todo.elm | k-gan/elm-todo | 0 | import Html
import Html.Attributes
import Html.Events exposing (..)
import TodoList exposing (..)
import TodoListJson exposing (..)
import Bootstrap.CDN as CDN
import Bootstrap.Button as BootstrapButton
import Bootstrap.ListGroup as BootList
-- main = Html.beginnerProgram {model = model, view = view, update = update}... | 41738 | import Html
import Html.Attributes
import Html.Events exposing (..)
import TodoList exposing (..)
import TodoListJson exposing (..)
import Bootstrap.CDN as CDN
import Bootstrap.Button as BootstrapButton
import Bootstrap.ListGroup as BootList
-- main = Html.beginnerProgram {model = model, view = view, update = update}... | true | import Html
import Html.Attributes
import Html.Events exposing (..)
import TodoList exposing (..)
import TodoListJson exposing (..)
import Bootstrap.CDN as CDN
import Bootstrap.Button as BootstrapButton
import Bootstrap.ListGroup as BootList
-- main = Html.beginnerProgram {model = model, view = view, update = update}... | elm |
[
{
"context": " [ div [] [ viewInput model Email \"Email\" \"text\" \"johndoe@example.com\" ]\r\n , div [] [ viewInput model Pa",
"end": 2064,
"score": 0.9999292493,
"start": 2045,
"tag": "EMAIL",
"value": "johndoe@example.com"
},
{
"context": "[ viewInput model Passwor... | frontend/src/Page/Login.elm | Pancakem/food-recommender | 0 | module Page.Login exposing (Model, Msg, init, subscriptions, toSession, update, view)
import Browser.Navigation as Navigation exposing (load)
import Helper exposing (Response, decodeResponse, endPoint, informHttpError)
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (on... | 29799 | module Page.Login exposing (Model, Msg, init, subscriptions, toSession, update, view)
import Browser.Navigation as Navigation exposing (load)
import Helper exposing (Response, decodeResponse, endPoint, informHttpError)
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (on... | true | module Page.Login exposing (Model, Msg, init, subscriptions, toSession, update, view)
import Browser.Navigation as Navigation exposing (load)
import Helper exposing (Response, decodeResponse, endPoint, informHttpError)
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (on... | elm |
[
{
"context": "me/6/22103l.jpg)\n\nI finished Cross Game yesterday. Sam had suggested it to me. I'm surprised how heavily",
"end": 496,
"score": 0.5829942226,
"start": 493,
"tag": "NAME",
"value": "Sam"
},
{
"context": "g a close friend in real life I can talk to anime. David and Sama... | src/pages/Writing/CrossGame.elm | branjwong/personal-site | 0 | module Writing.CrossGame exposing (view)
import Html exposing (..)
import Html.Attributes exposing (..)
--
import Writing.Post
import Model exposing (Model, Msg)
postTitle =
"Cross Game"
view : Model -> Html Msg
view model =
Writing.Post.post
postTitle
(Writing.Post.Date 2013 7 12)
... | 1830 | module Writing.CrossGame exposing (view)
import Html exposing (..)
import Html.Attributes exposing (..)
--
import Writing.Post
import Model exposing (Model, Msg)
postTitle =
"Cross Game"
view : Model -> Html Msg
view model =
Writing.Post.post
postTitle
(Writing.Post.Date 2013 7 12)
... | true | module Writing.CrossGame exposing (view)
import Html exposing (..)
import Html.Attributes exposing (..)
--
import Writing.Post
import Model exposing (Model, Msg)
postTitle =
"Cross Game"
view : Model -> Html Msg
view model =
Writing.Post.post
postTitle
(Writing.Post.Date 2013 7 12)
... | elm |
[
{
"context": " , tr []\n [ td [] [text \"Sébastien\"]\n , td [] [text \"GOUTTEBEL\"]\n ",
"end": 3666,
"score": 0.999838233,
"start": 3657,
"tag": "NAME",
"value": "Sébastien"
},
{
"context": "xt \"Sébastien\"]\n , td [] [t... | src/CCAS.elm | eniac314/mairieMurol | 0 | module CCAS where
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (..)
import StartApp.Simple as StartApp
import List exposing (..)
import String exposing (words, join, cons, uncons)
import Char
import Dict exposing (..)
import Utils exposing (mainMenu,
... | 34418 | module CCAS where
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (..)
import StartApp.Simple as StartApp
import List exposing (..)
import String exposing (words, join, cons, uncons)
import Char
import Dict exposing (..)
import Utils exposing (mainMenu,
... | true | module CCAS where
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (..)
import StartApp.Simple as StartApp
import List exposing (..)
import String exposing (words, join, cons, uncons)
import Char
import Dict exposing (..)
import Utils exposing (mainMenu,
... | elm |
[
{
"context": "he version of the OpenAPI document: v1\n Contact: support@coinapi.io\n\n NOTE: This file is auto generated by the open",
"end": 343,
"score": 0.9999236465,
"start": 325,
"tag": "EMAIL",
"value": "support@coinapi.io"
},
{
"context": "d by the openapi-generator.\n h... | oeml-sdk/elm/src/Data/Fills.elm | byblakeorriver/coinapi-sdk | 0 | {-
OEML - REST API
This section will provide necessary information about the `CoinAPI OEML REST API` protocol. This API is also available in the Postman application: <a href=\"https://postman.coinapi.io/\" target=\"_blank\">https://postman.coinapi.io/</a>
The version of the OpenAPI document: v1
Cont... | 1051 | {-
OEML - REST API
This section will provide necessary information about the `CoinAPI OEML REST API` protocol. This API is also available in the Postman application: <a href=\"https://postman.coinapi.io/\" target=\"_blank\">https://postman.coinapi.io/</a>
The version of the OpenAPI document: v1
Cont... | true | {-
OEML - REST API
This section will provide necessary information about the `CoinAPI OEML REST API` protocol. This API is also available in the Postman application: <a href=\"https://postman.coinapi.io/\" target=\"_blank\">https://postman.coinapi.io/</a>
The version of the OpenAPI document: v1
Cont... | elm |
[
{
"context": " Username\n [ Textfield.ID \"login_username\"\n , Textfield.Hint \"Username\"\n ",
"end": 2105,
"score": 0.9417398572,
"start": 2091,
"tag": "USERNAME",
"value": "login_username"
},
{
"context": "ath = \"/api/manage/login\"\n ... | src/login/Login.elm | yizha/article-cms-ui | 2 | module Login
exposing
( Model
, Msg
, view
, update
, init
, subscriptions
, authToken
, logout
)
import Global
import Html exposing (..)
import Html.Attributes exposing (href, class, style, disabled)
import Html.Events exposing (onClick)
impo... | 8494 | module Login
exposing
( Model
, Msg
, view
, update
, init
, subscriptions
, authToken
, logout
)
import Global
import Html exposing (..)
import Html.Attributes exposing (href, class, style, disabled)
import Html.Events exposing (onClick)
impo... | true | module Login
exposing
( Model
, Msg
, view
, update
, init
, subscriptions
, authToken
, logout
)
import Global
import Html exposing (..)
import Html.Attributes exposing (href, class, style, disabled)
import Html.Events exposing (onClick)
impo... | elm |
[
{
"context": " ]\n \nkey : ColumnDesc -> String\nkey =\n .name\n \n\ntablesView : Model -> Html Msg\ntablesView m",
"end": 10422,
"score": 0.7186812162,
"start": 10417,
"tag": "KEY",
"value": ".name"
}
] | mdl_example/Main.elm | ali--/elm-polymer-cookiecutter | 0 | module Main exposing (..)
import Html exposing (..)
import Http exposing (..)
import Html.Attributes exposing (href, class, style, attribute)
import Material
import Material.Card as Card
import Material.Color as Color
import Material.Textfield as Textfield
import Material.Scheme
import Material.Button as Button
import ... | 8854 | module Main exposing (..)
import Html exposing (..)
import Http exposing (..)
import Html.Attributes exposing (href, class, style, attribute)
import Material
import Material.Card as Card
import Material.Color as Color
import Material.Textfield as Textfield
import Material.Scheme
import Material.Button as Button
import ... | true | module Main exposing (..)
import Html exposing (..)
import Http exposing (..)
import Html.Attributes exposing (href, class, style, attribute)
import Material
import Material.Card as Card
import Material.Color as Color
import Material.Textfield as Textfield
import Material.Scheme
import Material.Button as Button
import ... | elm |
[
{
"context": "Page -> Model\ndefaultModel key page =\n { name = \"Brian\"\n , page = page\n , key = key\n }\n\n\ntype Msg\n =",
"end": 566,
"score": 0.9996649027,
"start": 561,
"tag": "NAME",
"value": "Brian"
}
] | runner/elm-spec-harness/test/browserTests/harness/src/Navigation/App.elm | elm-review-bot/elm-spec | 0 | port module Navigation.App exposing (..)
import Html exposing (Html)
import Html.Attributes as Attr
import Html.Events as Events
import Http
import Json.Decode as Json
import Url exposing (Url)
import Url.Parser as UrlParser exposing (Parser)
import Url.Builder
import Browser exposing (UrlRequest(..))
import Browser.N... | 15975 | port module Navigation.App exposing (..)
import Html exposing (Html)
import Html.Attributes as Attr
import Html.Events as Events
import Http
import Json.Decode as Json
import Url exposing (Url)
import Url.Parser as UrlParser exposing (Parser)
import Url.Builder
import Browser exposing (UrlRequest(..))
import Browser.N... | true | port module Navigation.App exposing (..)
import Html exposing (Html)
import Html.Attributes as Attr
import Html.Events as Events
import Http
import Json.Decode as Json
import Url exposing (Url)
import Url.Parser as UrlParser exposing (Parser)
import Url.Builder
import Browser exposing (UrlRequest(..))
import Browser.N... | elm |
[
{
"context": ", ( \" 345 m \", Ok 345 )\n\n -- 2020-03-12 from TheRealManiac (https://forum.botengine.org/t/last-version-of-mi",
"end": 632,
"score": 0.9995633364,
"start": 619,
"tag": "USERNAME",
"value": "TheRealManiac"
},
{
"context": ", ( \"6.621 m \", Ok 6621 )\n\n -- ... | implement/alternate-ui/source/tests/ParseMemoryReadingTest.elm | Threepwood-eve/Sanderling | 0 | module ParseMemoryReadingTest exposing (allTests)
import Common.EffectOnWindow
import EveOnline.ParseUserInterface exposing (MaybeVisible(..))
import Expect
import Test exposing (..)
allTests : Test
allTests =
describe "Parse memory reading"
[ overview_entry_distance_text_to_meter
, inventory_cap... | 25941 | module ParseMemoryReadingTest exposing (allTests)
import Common.EffectOnWindow
import EveOnline.ParseUserInterface exposing (MaybeVisible(..))
import Expect
import Test exposing (..)
allTests : Test
allTests =
describe "Parse memory reading"
[ overview_entry_distance_text_to_meter
, inventory_cap... | true | module ParseMemoryReadingTest exposing (allTests)
import Common.EffectOnWindow
import EveOnline.ParseUserInterface exposing (MaybeVisible(..))
import Expect
import Test exposing (..)
allTests : Test
allTests =
describe "Parse memory reading"
[ overview_entry_distance_text_to_meter
, inventory_cap... | elm |
[
{
"context": "\n1. Receive JWT from uPort a service: {'token': 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXQiOnsiQGN...M0NjQ3fQ.3b9Io8IFmmGjJWljGBGzKR7U2AR209QF\\_WYp61qpgbc'}\n2. Convert \"token\" field data from base64 to j",
"end": 1784,
"score": 0.9991337657,
"start": 1676,
"tag": "KEY",
... | examples/complex/src/elm/Request/UPort.elm | Ippo343/elm-ethereum | 67 | module Request.UPort exposing (ErrorData, Message(..), RequestData, SuccessData, User, authEndpoint, decodeMessage, errorDecoder, messageDecoder, requestDecoder, successDecoder, userDecoder, userJWTDecoder)
import Base64
import Json.Decode as Decode exposing (Decoder, decodeString, map, oneOf, string)
import Json.Deco... | 44779 | module Request.UPort exposing (ErrorData, Message(..), RequestData, SuccessData, User, authEndpoint, decodeMessage, errorDecoder, messageDecoder, requestDecoder, successDecoder, userDecoder, userJWTDecoder)
import Base64
import Json.Decode as Decode exposing (Decoder, decodeString, map, oneOf, string)
import Json.Deco... | true | module Request.UPort exposing (ErrorData, Message(..), RequestData, SuccessData, User, authEndpoint, decodeMessage, errorDecoder, messageDecoder, requestDecoder, successDecoder, userDecoder, userJWTDecoder)
import Base64
import Json.Decode as Decode exposing (Decoder, decodeString, map, oneOf, string)
import Json.Deco... | elm |
[
{
"context": "{-\n Models/Regex.elm\n Author: Henrique da Cunha Buss\n Creation: October/2020\n This file contains t",
"end": 56,
"score": 0.9998573661,
"start": 34,
"tag": "NAME",
"value": "Henrique da Cunha Buss"
}
] | src/Models/Regex.elm | NeoVier/LFC01 | 0 | {-
Models/Regex.elm
Author: Henrique da Cunha Buss
Creation: October/2020
This file contains the definitions of everything related to Regexes
-}
module Models.Regex exposing (..)
import Models.Alphabet as Alphabet
{- A Regex can either be Epsilon, a Symbol, the Union between two Regexes,
the Concat... | 52462 | {-
Models/Regex.elm
Author: <NAME>
Creation: October/2020
This file contains the definitions of everything related to Regexes
-}
module Models.Regex exposing (..)
import Models.Alphabet as Alphabet
{- A Regex can either be Epsilon, a Symbol, the Union between two Regexes,
the Concatenation between ... | true | {-
Models/Regex.elm
Author: PI:NAME:<NAME>END_PI
Creation: October/2020
This file contains the definitions of everything related to Regexes
-}
module Models.Regex exposing (..)
import Models.Alphabet as Alphabet
{- A Regex can either be Epsilon, a Symbol, the Union between two Regexes,
the Concaten... | elm |
[
{
"context": "preventDefaultOnKeyDown\n\n-}\n\n{-\n\n Copyright 2018 Fabian Kirchner\n\n Licensed under the Apache License, Version 2.",
"end": 1817,
"score": 0.9998784065,
"start": 1802,
"tag": "NAME",
"value": "Fabian Kirchner"
},
{
"context": "\n\n{-| If you want to use other ... | src/Listbox.elm | kirchner/elm-wai-aria-listbox | 0 | module Listbox exposing
( view, Instance, Label, labelledBy, label, noLabel
, Listbox, init
, update, Msg, subscriptions
, Behaviour
, TypeAhead, noTypeAhead, simpleTypeAhead, typeAhead
, Views, html
, custom, ListboxAttrs, OptionAttrs
, viewUnique, updateUnique
, focusEntryUnique, f... | 10556 | module Listbox exposing
( view, Instance, Label, labelledBy, label, noLabel
, Listbox, init
, update, Msg, subscriptions
, Behaviour
, TypeAhead, noTypeAhead, simpleTypeAhead, typeAhead
, Views, html
, custom, ListboxAttrs, OptionAttrs
, viewUnique, updateUnique
, focusEntryUnique, f... | true | module Listbox exposing
( view, Instance, Label, labelledBy, label, noLabel
, Listbox, init
, update, Msg, subscriptions
, Behaviour
, TypeAhead, noTypeAhead, simpleTypeAhead, typeAhead
, Views, html
, custom, ListboxAttrs, OptionAttrs
, viewUnique, updateUnique
, focusEntryUnique, f... | elm |
[
{
"context": "/elm-lang.org/\" ] [ text \"开源\" ]\n , text \"。简体中文由 Alex Lei \"\n , a [ class \"grey-link\", href \"https://gith",
"end": 978,
"score": 0.998441875,
"start": 970,
"tag": "NAME",
"value": "Alex Lei"
},
{
"context": ", a [ class \"grey-link\", href \"https://github... | src/shared/Skeleton.elm | devitcn/elm-lang.org | 5 | module Skeleton exposing (skeleton)
import Html exposing (..)
import Html.Attributes exposing (..)
(=>) = (,)
skeleton tabName content =
div []
(header tabName :: content ++ [footer])
-- HEADER
header name =
div [ id "tabs" ]
[ a [ href "/"
, style
[ "position" => "absolute"
... | 51381 | module Skeleton exposing (skeleton)
import Html exposing (..)
import Html.Attributes exposing (..)
(=>) = (,)
skeleton tabName content =
div []
(header tabName :: content ++ [footer])
-- HEADER
header name =
div [ id "tabs" ]
[ a [ href "/"
, style
[ "position" => "absolute"
... | true | module Skeleton exposing (skeleton)
import Html exposing (..)
import Html.Attributes exposing (..)
(=>) = (,)
skeleton tabName content =
div []
(header tabName :: content ++ [footer])
-- HEADER
header name =
div [ id "tabs" ]
[ a [ href "/"
, style
[ "position" => "absolute"
... | elm |
[
{
"context": " FlatLink.default |> FlatLink.view [ href \"mailto: contact.us@nordea.com\", Attributes.css [ Css.display Css.inlineBlock ] ",
"end": 1516,
"score": 0.9999310374,
"start": 1495,
"tag": "EMAIL",
"value": "contact.us@nordea.com"
}
] | explorer/src/Stories/Error.elm | SGFinansAS/elm-components | 2 | module Stories.Error exposing (..)
import Css exposing (rem)
import Html.Styled as Html
import Html.Styled.Attributes as Attributes exposing (href)
import Nordea.Components.Error as Error
import Nordea.Components.FlatLink as FlatLink
import Nordea.Components.Text as Text
import UIExplorer exposing (UI)
import UIExplor... | 40599 | module Stories.Error exposing (..)
import Css exposing (rem)
import Html.Styled as Html
import Html.Styled.Attributes as Attributes exposing (href)
import Nordea.Components.Error as Error
import Nordea.Components.FlatLink as FlatLink
import Nordea.Components.Text as Text
import UIExplorer exposing (UI)
import UIExplor... | true | module Stories.Error exposing (..)
import Css exposing (rem)
import Html.Styled as Html
import Html.Styled.Attributes as Attributes exposing (href)
import Nordea.Components.Error as Error
import Nordea.Components.FlatLink as FlatLink
import Nordea.Components.Text as Text
import UIExplorer exposing (UI)
import UIExplor... | elm |
[
{
"context": "on social networking system.\n-- Copyright (c) 2019 Bill St. Clair <billstclair@gmail.com>\n-- Some rights reserved.\n",
"end": 208,
"score": 0.999851048,
"start": 194,
"tag": "NAME",
"value": "Bill St. Clair"
},
{
"context": "ing system.\n-- Copyright (c) 2019 Bill St.... | src/Mastodon/WebSocket.elm | billstclair/elm-mastodon-websocket | 0 | ----------------------------------------------------------------------
--
-- WebSocket.elm
-- An Elm client for the WebSocket API of the Mastodon social networking system.
-- Copyright (c) 2019 Bill St. Clair <billstclair@gmail.com>
-- Some rights reserved.
-- Distributed under the MIT License
-- See LICENSE
--
-------... | 30383 | ----------------------------------------------------------------------
--
-- WebSocket.elm
-- An Elm client for the WebSocket API of the Mastodon social networking system.
-- Copyright (c) 2019 <NAME> <<EMAIL>>
-- Some rights reserved.
-- Distributed under the MIT License
-- See LICENSE
--
-----------------------------... | true | ----------------------------------------------------------------------
--
-- WebSocket.elm
-- An Elm client for the WebSocket API of the Mastodon social networking system.
-- Copyright (c) 2019 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
-- Some rights reserved.
-- Distributed under the MIT License
-- See LICENSE
--
... | elm |
[
{
"context": " Int Animal String\n animals =\n [ (Cat, \"Tom\"), (Mouse, \"Jerry\") ]\n |> fromList ani",
"end": 5033,
"score": 0.9946482182,
"start": 5030,
"tag": "NAME",
"value": "Tom"
},
{
"context": "ng\n animals =\n [ (Cat, \"Tom\"), (Mouse, \"Jerr... | src/Dict/Any.elm | bluedogtraining/any-dict | 1 | module Dict.Any
exposing
( AnyDict
, diff
, empty
, filter
, foldl
, foldr
, fromList
, get
, insert
, intersect
, isEmpty
, keys
, map
, member
, merge
, partition
, remove
... | 5240 | module Dict.Any
exposing
( AnyDict
, diff
, empty
, filter
, foldl
, foldr
, fromList
, get
, insert
, intersect
, isEmpty
, keys
, map
, member
, merge
, partition
, remove
... | true | module Dict.Any
exposing
( AnyDict
, diff
, empty
, filter
, foldl
, foldr
, fromList
, get
, insert
, intersect
, isEmpty
, keys
, map
, member
, merge
, partition
, remove
... | elm |
[
{
"context": " link\n { url = \"https://github.com/dillonkearns/elm-graphql\"\n , content = \"dillonk",
"end": 3725,
"score": 0.999371469,
"start": 3713,
"tag": "USERNAME",
"value": "dillonkearns"
},
{
"context": " link\n { url = \"https:/... | examples/subscription/Main.elm | nadinda/elm-graphql | 625 | port module Main exposing (main)
import Browser
import CustomScalarCodecs
import Graphql.Document
import Graphql.Http
import Graphql.Operation exposing (RootSubscription)
import Graphql.SelectionSet as SelectionSet exposing (SelectionSet, with)
import Html exposing (Html, button, div, fieldset, h1, img, input, label, ... | 41647 | port module Main exposing (main)
import Browser
import CustomScalarCodecs
import Graphql.Document
import Graphql.Http
import Graphql.Operation exposing (RootSubscription)
import Graphql.SelectionSet as SelectionSet exposing (SelectionSet, with)
import Html exposing (Html, button, div, fieldset, h1, img, input, label, ... | true | port module Main exposing (main)
import Browser
import CustomScalarCodecs
import Graphql.Document
import Graphql.Http
import Graphql.Operation exposing (RootSubscription)
import Graphql.SelectionSet as SelectionSet exposing (SelectionSet, with)
import Html exposing (Html, button, div, fieldset, h1, img, input, label, ... | elm |
[
{
"context": "tNewPasswordForm { setNewPasswordForm | password = password }\n ]\n []\n ",
"end": 5007,
"score": 0.9983865619,
"start": 4999,
"tag": "PASSWORD",
"value": "password"
}
] | src/Page/SetNewPassword.elm | chaibax/ClasseA12 | 5 | module Page.SetNewPassword exposing (Model, Msg(..), init, update, view)
import Data.PeerTube
import Data.Session exposing (Session)
import Html as H
import Html.Attributes as HA
import Html.Events as HE
import Http
import Page.Common.Components
import Page.Common.Notifications as Notifications
import Request.PeerTube... | 11914 | module Page.SetNewPassword exposing (Model, Msg(..), init, update, view)
import Data.PeerTube
import Data.Session exposing (Session)
import Html as H
import Html.Attributes as HA
import Html.Events as HE
import Http
import Page.Common.Components
import Page.Common.Notifications as Notifications
import Request.PeerTube... | true | module Page.SetNewPassword exposing (Model, Msg(..), init, update, view)
import Data.PeerTube
import Data.Session exposing (Session)
import Html as H
import Html.Attributes as HA
import Html.Events as HE
import Http
import Page.Common.Components
import Page.Common.Notifications as Notifications
import Request.PeerTube... | elm |
[
{
"context": " Norway?\n\nSo much so that a Norwegian tech firm ([Bekk](https://twitter.com/livetibekk)) is supporting a",
"end": 335,
"score": 0.9960927963,
"start": 331,
"tag": "USERNAME",
"value": "Bekk"
},
{
"context": "a Norwegian tech firm ([Bekk](https://twitter.com/livetibekk... | pages/news/elm-and-bekk.elm | unchartedworks/elm-lang.org | 9 | import Html exposing (..)
import Skeleton
import Center
main =
Skeleton.news
"Elm + Bekk"
"Towards a Homegrown Programming Language"
Skeleton.evan
(Skeleton.Date 2019 9 3)
[ Center.markdown "600px" content ]
content = """
Did you know that Elm is big in Norway?
So much so that a Norwegian t... | 12880 | import Html exposing (..)
import Skeleton
import Center
main =
Skeleton.news
"Elm + Bekk"
"Towards a Homegrown Programming Language"
Skeleton.evan
(Skeleton.Date 2019 9 3)
[ Center.markdown "600px" content ]
content = """
Did you know that Elm is big in Norway?
So much so that a Norwegian t... | true | import Html exposing (..)
import Skeleton
import Center
main =
Skeleton.news
"Elm + Bekk"
"Towards a Homegrown Programming Language"
Skeleton.evan
(Skeleton.Date 2019 9 3)
[ Center.markdown "600px" content ]
content = """
Did you know that Elm is big in Norway?
So much so that a Norwegian t... | elm |
[
{
"context": " x ->\n case s.name of\n \"Mash Kyrielight\" ->\n \"Lord Camelot\"\n\n ",
"end": 634,
"score": 0.9998987317,
"start": 619,
"tag": "NAME",
"value": "Mash Kyrielight"
},
{
"context": " \"Mash Kyrielight\" ->\n ... | scraper/MaybeRank.elm | jnbooth/chaldeas | 18 | module MaybeRank exposing (MaybeRank(..), show)
import Model.Servant exposing (Servant)
import Model.Skill.Rank as Rank exposing (Rank(..))
type MaybeRank
= Unranked
| Pure Rank
| Upgrade Rank
| Unique Servant Rank
show : MaybeRank -> String
show a =
case a of
Unranked ->
... | 11086 | module MaybeRank exposing (MaybeRank(..), show)
import Model.Servant exposing (Servant)
import Model.Skill.Rank as Rank exposing (Rank(..))
type MaybeRank
= Unranked
| Pure Rank
| Upgrade Rank
| Unique Servant Rank
show : MaybeRank -> String
show a =
case a of
Unranked ->
... | true | module MaybeRank exposing (MaybeRank(..), show)
import Model.Servant exposing (Servant)
import Model.Skill.Rank as Rank exposing (Rank(..))
type MaybeRank
= Unranked
| Pure Rank
| Upgrade Rank
| Unique Servant Rank
show : MaybeRank -> String
show a =
case a of
Unranked ->
... | elm |
[
{
"context": "lagClick model\n { key = key\n , selectOptionHeight ",
"end": 4846,
"score": 0.410536617,
"start": 4843,
"tag": "KEY",
"value": "key"
}
] | src/R10/FormComponents/Internal/Phone.elm | jfmengels/r10 | 0 | module R10.FormComponents.Internal.Phone exposing
( countryOptions
, defaultTrailingIcon
, extraCss
, view
)
import Element exposing (..)
import Element.Events as Events
import Element.Font as Font
import Html.Attributes
import R10.Color.Utils
import R10.Country
import R10.FormComponents.Internal.I... | 21853 | module R10.FormComponents.Internal.Phone exposing
( countryOptions
, defaultTrailingIcon
, extraCss
, view
)
import Element exposing (..)
import Element.Events as Events
import Element.Font as Font
import Html.Attributes
import R10.Color.Utils
import R10.Country
import R10.FormComponents.Internal.I... | true | module R10.FormComponents.Internal.Phone exposing
( countryOptions
, defaultTrailingIcon
, extraCss
, view
)
import Element exposing (..)
import Element.Events as Events
import Element.Font as Font
import Html.Attributes
import R10.Color.Utils
import R10.Country
import R10.FormComponents.Internal.I... | elm |
[
{
"context": "\n { check = scan\n , info =\n { key = \"DuplicateImportedVariable\"\n , name = \"Duplicate Imported Variable\"\n ",
"end": 808,
"score": 0.5819234848,
"start": 783,
"tag": "KEY",
"value": "DuplicateImportedVariable"
}
] | src/Analyser/Checks/DuplicateImportedVariable.elm | matiashf/elm-analyse | 453 | module Analyser.Checks.DuplicateImportedVariable exposing (checker)
import AST.Ranges as Range
import ASTUtil.Inspector as Inspector exposing (Order(..), defaultConfig)
import Analyser.Checks.Base exposing (Checker)
import Analyser.Configuration exposing (Configuration)
import Analyser.FileContext exposing (FileContex... | 22129 | module Analyser.Checks.DuplicateImportedVariable exposing (checker)
import AST.Ranges as Range
import ASTUtil.Inspector as Inspector exposing (Order(..), defaultConfig)
import Analyser.Checks.Base exposing (Checker)
import Analyser.Configuration exposing (Configuration)
import Analyser.FileContext exposing (FileContex... | true | module Analyser.Checks.DuplicateImportedVariable exposing (checker)
import AST.Ranges as Range
import ASTUtil.Inspector as Inspector exposing (Order(..), defaultConfig)
import Analyser.Checks.Base exposing (Checker)
import Analyser.Configuration exposing (Configuration)
import Analyser.FileContext exposing (FileContex... | elm |
[
{
"context": "acted value.\n\n > let alice = { id = 1, name = \"Alice\" }\n | bob = { id = 2, name = \"Bob\" }\n |",
"end": 258,
"score": 0.9997907281,
"start": 253,
"tag": "NAME",
"value": "Alice"
},
{
"context": "ame = \"Alice\" }\n | bob = { id = 2, name = \"Bo... | src/Extras/Core.elm | reiner-dolp/elm-extras | 0 | module Extras.Core exposing
( byKey
, flip
, unless
)
{-| General convenience functions.
@docs byKey
@docs flip
@docs unless
-}
{-| Create a predicate that matches on a specific extracted value.
> let alice = { id = 1, name = "Alice" }
| bob = { id = 2, name = "Bob" }
| users =... | 3606 | module Extras.Core exposing
( byKey
, flip
, unless
)
{-| General convenience functions.
@docs byKey
@docs flip
@docs unless
-}
{-| Create a predicate that matches on a specific extracted value.
> let alice = { id = 1, name = "<NAME>" }
| bob = { id = 2, name = "<NAME>" }
| use... | true | module Extras.Core exposing
( byKey
, flip
, unless
)
{-| General convenience functions.
@docs byKey
@docs flip
@docs unless
-}
{-| Create a predicate that matches on a specific extracted value.
> let alice = { id = 1, name = "PI:NAME:<NAME>END_PI" }
| bob = { id = 2, name = "PI:NAME:<... | elm |
[
{
"context": "[] [ text \"These sneakers are a collaboration with Nike and Off-White on the Women's Jordan 4 model.\"]\n ",
"end": 1926,
"score": 0.6847795248,
"start": 1922,
"tag": "NAME",
"value": "Nike"
},
{
"context": " p [] [ text \"These shoes are a collaboration with Nike and... | src/Main.elm | jbentleyjp/jbs-shoe-news | 0 | module Main exposing (..)
import Browser
import Html exposing (Html, text, div, h1, img, p, h2)
import Html.Attributes exposing (src, class)
---- MODEL ----
type alias Model =
{}
init : ( Model, Cmd Msg )
init =
( {}, Cmd.none )
---- UPDATE ----
type Msg
= NoOp
update : Msg -> Model -> ( Model... | 36563 | module Main exposing (..)
import Browser
import Html exposing (Html, text, div, h1, img, p, h2)
import Html.Attributes exposing (src, class)
---- MODEL ----
type alias Model =
{}
init : ( Model, Cmd Msg )
init =
( {}, Cmd.none )
---- UPDATE ----
type Msg
= NoOp
update : Msg -> Model -> ( Model... | true | module Main exposing (..)
import Browser
import Html exposing (Html, text, div, h1, img, p, h2)
import Html.Attributes exposing (src, class)
---- MODEL ----
type alias Model =
{}
init : ( Model, Cmd Msg )
init =
( {}, Cmd.none )
---- UPDATE ----
type Msg
= NoOp
update : Msg -> Model -> ( Model... | elm |
[
{
"context": "ipt\n* Software Platform: Adobe Flash\n* Instructor: Blair Yeung-Meadows\n* Time: Year 12 - Highschool\n\n### How To Play\n\n* ",
"end": 873,
"score": 0.9998339415,
"start": 854,
"tag": "NAME",
"value": "Blair Yeung-Meadows"
},
{
"context": "ipt\n* Software Platform: Ad... | src/pages/Programming.elm | branjwong/personal-site | 0 | module Programming exposing (view)
import Html exposing (..)
import Html.Attributes exposing (..)
--
import Model exposing (..)
import Update exposing (..)
import Markdown
import NavBar
import Notices
import Header
import Footer
import Disqus
view : Model -> Html Msg
view model =
div
[]
[ NavB... | 34931 | module Programming exposing (view)
import Html exposing (..)
import Html.Attributes exposing (..)
--
import Model exposing (..)
import Update exposing (..)
import Markdown
import NavBar
import Notices
import Header
import Footer
import Disqus
view : Model -> Html Msg
view model =
div
[]
[ NavB... | true | module Programming exposing (view)
import Html exposing (..)
import Html.Attributes exposing (..)
--
import Model exposing (..)
import Update exposing (..)
import Markdown
import NavBar
import Notices
import Header
import Footer
import Disqus
view : Model -> Html Msg
view model =
div
[]
[ NavB... | elm |
[
{
"context": " this:\n\n```elm\n{ title = \"Steppenwolf\", author = \"Hesse\", pages = 237 }\n```\n\nAs we will soon see, it is a",
"end": 2034,
"score": 0.9996699691,
"start": 2029,
"tag": "NAME",
"value": "Hesse"
},
{
"context": " 4\n , z = 12\n }\n\n\n-- PEOPLE\n\nbill =\n { na... | pages/docs/records.elm | unchartedworks/elm-lang.org | 1 | import Html exposing (..)
import Html.Attributes exposing (..)
import Skeleton
import Center
main =
Skeleton.docs
"Records"
[ Center.markdown "600px" content ]
content = """
The overall goal of records is to organize related data in a way that is super
easy to access and update. They kind of fill the rol... | 33148 | import Html exposing (..)
import Html.Attributes exposing (..)
import Skeleton
import Center
main =
Skeleton.docs
"Records"
[ Center.markdown "600px" content ]
content = """
The overall goal of records is to organize related data in a way that is super
easy to access and update. They kind of fill the rol... | true | import Html exposing (..)
import Html.Attributes exposing (..)
import Skeleton
import Center
main =
Skeleton.docs
"Records"
[ Center.markdown "600px" content ]
content = """
The overall goal of records is to organize related data in a way that is super
easy to access and update. They kind of fill the rol... | elm |
[
{
"context": "://loicknuchel.fr/assets/img/bg_header.jpg\", alt \"Loïc Knuchel picture\", css [ Tw.h_6, Tw.w_6, Tw.rounded_full ]",
"end": 3230,
"score": 0.998021543,
"start": 3218,
"tag": "NAME",
"value": "Loïc Knuchel"
},
{
"context": "0 ] ]\n [ t... | src/Components/Slices/Feature.elm | loicknuchel/schema-viz | 2 | module Components.Slices.Feature exposing (featureChapter, featureListeSlice, featureSlice)
import Components.Atoms.Icon as Icon
import Css
import ElmBook.Chapter exposing (chapter, renderComponentList)
import ElmBook.ElmCSS exposing (Chapter)
import Gen.Route as Route
import Html.Styled exposing (Html, a, blockquote,... | 55961 | module Components.Slices.Feature exposing (featureChapter, featureListeSlice, featureSlice)
import Components.Atoms.Icon as Icon
import Css
import ElmBook.Chapter exposing (chapter, renderComponentList)
import ElmBook.ElmCSS exposing (Chapter)
import Gen.Route as Route
import Html.Styled exposing (Html, a, blockquote,... | true | module Components.Slices.Feature exposing (featureChapter, featureListeSlice, featureSlice)
import Components.Atoms.Icon as Icon
import Css
import ElmBook.Chapter exposing (chapter, renderComponentList)
import ElmBook.ElmCSS exposing (Chapter)
import Gen.Route as Route
import Html.Styled exposing (Html, a, blockquote,... | elm |
[
{
"context": "Ipsum.\n\n\nsource =\n \"\"\"\n|> Article \n author = Matthew Griffith\n title = How I Learned /elm-markup/\n descri",
"end": 6389,
"score": 0.9997951388,
"start": 6373,
"tag": "NAME",
"value": "Matthew Griffith"
}
] | examples/basic/Article.elm | jfmengels/elm-markup | 166 | module Main exposing (main, source)
{-| A /very/ simple blog post with a custom inline element for some cool text formatting.
This is to get you started.
-}
import Html exposing (Html)
import Html.Attributes as Attr
import Mark
import Mark.Error
main =
case Mark.compile document source of
Mark.Success... | 19392 | module Main exposing (main, source)
{-| A /very/ simple blog post with a custom inline element for some cool text formatting.
This is to get you started.
-}
import Html exposing (Html)
import Html.Attributes as Attr
import Mark
import Mark.Error
main =
case Mark.compile document source of
Mark.Success... | true | module Main exposing (main, source)
{-| A /very/ simple blog post with a custom inline element for some cool text formatting.
This is to get you started.
-}
import Html exposing (Html)
import Html.Attributes as Attr
import Mark
import Mark.Error
main =
case Mark.compile document source of
Mark.Success... | elm |
[
{
"context": "String -> String -> UserOperation\nchangePassword = ChangePassword\n\n{-| UserOperation: Initiate a password r",
"end": 5459,
"score": 0.6560121179,
"start": 5453,
"tag": "PASSWORD",
"value": "Change"
},
{
"context": "Password : String -> UserOperation\nresetPassword = ... | src/ElmFire/Auth.elm | ThomasWeiser/elmfire | 257 | module ElmFire.Auth
( Authentication
, getAuth, subscribeAuth, unsubscribeAuth
, Identification
, authenticate, unauthenticate
, asAnonymous, withPassword, withOAuthPopup, withOAuthRedirect
, withOAuthAccessToken, withOAuthCredentials, withCustomToken
, Options
, rememberDefault, rememberSessionOnly, re... | 27366 | module ElmFire.Auth
( Authentication
, getAuth, subscribeAuth, unsubscribeAuth
, Identification
, authenticate, unauthenticate
, asAnonymous, withPassword, withOAuthPopup, withOAuthRedirect
, withOAuthAccessToken, withOAuthCredentials, withCustomToken
, Options
, rememberDefault, rememberSessionOnly, re... | true | module ElmFire.Auth
( Authentication
, getAuth, subscribeAuth, unsubscribeAuth
, Identification
, authenticate, unauthenticate
, asAnonymous, withPassword, withOAuthPopup, withOAuthRedirect
, withOAuthAccessToken, withOAuthCredentials, withCustomToken
, Options
, rememberDefault, rememberSessionOnly, re... | elm |
[
{
"context": "-- Copyright 2018 Gregor Uhlenheuer\n--\n-- Licensed under the Apache License, Version ",
"end": 35,
"score": 0.9998854399,
"start": 18,
"tag": "NAME",
"value": "Gregor Uhlenheuer"
}
] | client/src/View.elm | kongo2002/ogonek | 1 | -- Copyright 2018 Gregor Uhlenheuer
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed ... | 7425 | -- Copyright 2018 <NAME>
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writi... | true | -- Copyright 2018 PI:NAME:<NAME>END_PI
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agre... | elm |
[
{
"context": "h.init \"https://app.asana.com/-/oauth_authorize\" \"192968333753040\" \"https://localhost:8000\"\n\n\nview : Model -> Html ",
"end": 288,
"score": 0.8111597896,
"start": 273,
"tag": "KEY",
"value": "192968333753040"
}
] | OAuth/OAuthTest.elm | Asana/CSVana | 0 | module OAuth.OAuthTest exposing (main)
import OAuth.OAuth as OAuth
import Html exposing (..)
import Html.App exposing (..)
type alias Msg = OAuth.Msg
type alias Model = OAuth.Model
init : (Model, Cmd Msg)
init =
OAuth.init "https://app.asana.com/-/oauth_authorize" "192968333753040" "https://localhost:8000"
vie... | 17322 | module OAuth.OAuthTest exposing (main)
import OAuth.OAuth as OAuth
import Html exposing (..)
import Html.App exposing (..)
type alias Msg = OAuth.Msg
type alias Model = OAuth.Model
init : (Model, Cmd Msg)
init =
OAuth.init "https://app.asana.com/-/oauth_authorize" "<KEY>" "https://localhost:8000"
view : Model ... | true | module OAuth.OAuthTest exposing (main)
import OAuth.OAuth as OAuth
import Html exposing (..)
import Html.App exposing (..)
type alias Msg = OAuth.Msg
type alias Model = OAuth.Model
init : (Model, Cmd Msg)
init =
OAuth.init "https://app.asana.com/-/oauth_authorize" "PI:KEY:<KEY>END_PI" "https://localhost:8000"
... | elm |
[
{
"context": "ser\nactiveUsers =\n [ Anonymous\n , LoggedIn \"Tom\"\n , LoggedIn \"Steve\"\n , Anonymous\n ]\n```",
"end": 2659,
"score": 0.9994982481,
"start": 2656,
"tag": "NAME",
"value": "Tom"
},
{
"context": " [ Anonymous\n , LoggedIn \"Tom\"\n , LoggedIn \"... | frontend/public/learn/Union-Types.elm | reverie/elm-lang.org | 0 | import Graphics.Element (..)
import Markdown
import Signal (Signal, (<~))
import Website.Skeleton (skeleton)
import Window
port title : String
port title = "Union Types"
main : Signal Element
main = skeleton "Learn" (\w -> width (min 600 w) content) <~ Window.dimensions
content : Element
content = Markdown.toElem... | 8357 | import Graphics.Element (..)
import Markdown
import Signal (Signal, (<~))
import Website.Skeleton (skeleton)
import Window
port title : String
port title = "Union Types"
main : Signal Element
main = skeleton "Learn" (\w -> width (min 600 w) content) <~ Window.dimensions
content : Element
content = Markdown.toElem... | true | import Graphics.Element (..)
import Markdown
import Signal (Signal, (<~))
import Website.Skeleton (skeleton)
import Window
port title : String
port title = "Union Types"
main : Signal Element
main = skeleton "Learn" (\w -> width (min 600 w) content) <~ Window.dimensions
content : Element
content = Markdown.toElem... | elm |
[
{
"context": " ]\n ]\n [ lia \"https://github.com/FRosner/cluster-broccoli\" \"Source Code\"\n , lia \"ht",
"end": 2255,
"score": 0.9251866341,
"start": 2248,
"tag": "USERNAME",
"value": "FRosner"
},
{
"context": "\" \"Source Code\"\n , lia \"https://gi... | webui/src/Views/Header.elm | FRosner/cluster-broccoli | 67 | module Views.Header exposing (view)
import Models.Resources.AboutInfo exposing (AboutInfo)
import Models.Resources.UserInfo exposing (UserInfo)
import Models.Ui.LoginForm exposing (LoginForm)
import Messages exposing (AnyMsg(..))
import Updates.Messages exposing (UpdateLoginFormMsg(..))
import Utils.HtmlUtils exposing... | 52836 | module Views.Header exposing (view)
import Models.Resources.AboutInfo exposing (AboutInfo)
import Models.Resources.UserInfo exposing (UserInfo)
import Models.Ui.LoginForm exposing (LoginForm)
import Messages exposing (AnyMsg(..))
import Updates.Messages exposing (UpdateLoginFormMsg(..))
import Utils.HtmlUtils exposing... | true | module Views.Header exposing (view)
import Models.Resources.AboutInfo exposing (AboutInfo)
import Models.Resources.UserInfo exposing (UserInfo)
import Models.Ui.LoginForm exposing (LoginForm)
import Messages exposing (AnyMsg(..))
import Updates.Messages exposing (UpdateLoginFormMsg(..))
import Utils.HtmlUtils exposing... | elm |
[
{
"context": "lt\n in Typescript\n\n Copyright (c) 2014 -- 2020 Christian Speckner and contributors\n\n Permission is hereby granted",
"end": 143,
"score": 0.9997484088,
"start": 125,
"tag": "NAME",
"value": "Christian Speckner"
}
] | src/frontend/elm/Stellerator/Media.elm | 6502ts/6502.ts | 49 | {-
This file is part of 6502.ts, an emulator for 6502 based systems built
in Typescript
Copyright (c) 2014 -- 2020 Christian Speckner and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to de... | 9287 | {-
This file is part of 6502.ts, an emulator for 6502 based systems built
in Typescript
Copyright (c) 2014 -- 2020 <NAME> and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the... | true | {-
This file is part of 6502.ts, an emulator for 6502 based systems built
in Typescript
Copyright (c) 2014 -- 2020 PI:NAME:<NAME>END_PI and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to ... | elm |
[
{
"context": "\n\ntype alias User =\n { firstName : String\n , lastName : String\n , balance : NDTh\n , holidaysLeft ",
"end": 2637,
"score": 0.6770328879,
"start": 2629,
"tag": "NAME",
"value": "lastName"
},
{
"context": " String\n }\n\n\nemptyUser : User\nemptyUser =... | src/Types.elm | futurice/futuhours-next | 16 | module Types exposing (..)
import AnySet exposing (AnySet)
import Date
import Dict exposing (Dict)
import Http
import Iso8601 as Iso
import Json.Decode as Decode exposing (Decoder, bool, dict, field, float, int, list, string)
import Json.Decode.Pipeline exposing (hardcoded, optional, required)
import Json.Encode as En... | 7816 | module Types exposing (..)
import AnySet exposing (AnySet)
import Date
import Dict exposing (Dict)
import Http
import Iso8601 as Iso
import Json.Decode as Decode exposing (Decoder, bool, dict, field, float, int, list, string)
import Json.Decode.Pipeline exposing (hardcoded, optional, required)
import Json.Encode as En... | true | module Types exposing (..)
import AnySet exposing (AnySet)
import Date
import Dict exposing (Dict)
import Http
import Iso8601 as Iso
import Json.Decode as Decode exposing (Decoder, bool, dict, field, float, int, list, string)
import Json.Decode.Pipeline exposing (hardcoded, optional, required)
import Json.Encode as En... | elm |
[
{
"context": "\n{-| This is an Elm port of the Hashids library by Ivan Akimov.\nThis is _not_ a cryptographic hashing algorithm.",
"end": 433,
"score": 0.9998213649,
"start": 422,
"tag": "NAME",
"value": "Ivan Akimov"
}
] | src/Hashids.elm | elm-review-bot/elm-hashids | 18 | module Hashids
exposing
( Context
, createHashidsContext
, decode
, decodeHex
, decodeHexUsingSalt
, decodeUsingSalt
, encode
, encodeHex
, encodeHexUsingSalt
, encodeList
, encodeListUsingSalt
, encodeUsingSalt
... | 24540 | module Hashids
exposing
( Context
, createHashidsContext
, decode
, decodeHex
, decodeHexUsingSalt
, decodeUsingSalt
, encode
, encodeHex
, encodeHexUsingSalt
, encodeList
, encodeListUsingSalt
, encodeUsingSalt
... | true | module Hashids
exposing
( Context
, createHashidsContext
, decode
, decodeHex
, decodeHexUsingSalt
, decodeUsingSalt
, encode
, encodeHex
, encodeHexUsingSalt
, encodeList
, encodeListUsingSalt
, encodeUsingSalt
... | elm |
[
{
"context": "xt-6xl py-5\" ] [ text \"Hochzeit\", br [] [], text \"Birte & Jeremias\" ]\n , p [ class \"text-3xl\" ] [ ",
"end": 1270,
"score": 0.9949429631,
"start": 1265,
"tag": "NAME",
"value": "Birte"
},
{
"context": "py-5\" ] [ text \"Hochzeit\", br [] [], text \"Birte &... | src/frontend/Page/Wedding.elm | kreibaum/pomp | 0 | module Page.Wedding exposing (view)
import Element exposing (Element, centerX, centerY, column, el, fill, height, padding, paragraph, px, rgb, row, spacing, width)
import Element.Background as Background
import Element.Border as Border
import Element.Font as Font
import Element.Input as Input
import Html exposing (Htm... | 653 | module Page.Wedding exposing (view)
import Element exposing (Element, centerX, centerY, column, el, fill, height, padding, paragraph, px, rgb, row, spacing, width)
import Element.Background as Background
import Element.Border as Border
import Element.Font as Font
import Element.Input as Input
import Html exposing (Htm... | true | module Page.Wedding exposing (view)
import Element exposing (Element, centerX, centerY, column, el, fill, height, padding, paragraph, px, rgb, row, spacing, width)
import Element.Background as Background
import Element.Border as Border
import Element.Font as Font
import Element.Input as Input
import Html exposing (Htm... | elm |
[
{
"context": "\n{-| Plug in your own API key.\n-}\n\n\napiKey =\n \"5dfb3b4e401fe275c036353591771500\"\n",
"end": 110,
"score": 0.999761641,
"start": 78,
"tag": "KEY",
"value": "5dfb3b4e401fe275c036353591771500"
}
] | src/Config.elm | sd0s/elm-weather | 0 | module Config exposing (..)
{-| Plug in your own API key.
-}
apiKey =
"5dfb3b4e401fe275c036353591771500"
| 7610 | module Config exposing (..)
{-| Plug in your own API key.
-}
apiKey =
"<KEY>"
| true | module Config exposing (..)
{-| Plug in your own API key.
-}
apiKey =
"PI:KEY:<KEY>END_PI"
| elm |
[
{
"context": " the muzzle energy computer.\n-- Copyright (c) 2020 Bill St. Clair <billstclair@gmail.com>\n-- Some rights reserved.\n",
"end": 165,
"score": 0.9998756647,
"start": 151,
"tag": "NAME",
"value": "Bill St. Clair"
},
{
"context": "y computer.\n-- Copyright (c) 2020 Bill St... | src/Energy/Math.elm | billstclair/muzzle-energy | 1 | -----------------------------------------------------------------
--
-- Math.elm
-- All the math for the muzzle energy computer.
-- Copyright (c) 2020 Bill St. Clair <billstclair@gmail.com>
-- Some rights reserved.
-- Distributed under the MIT License
-- See LICENSE
--
--------------------------------------------------... | 47150 | -----------------------------------------------------------------
--
-- Math.elm
-- All the math for the muzzle energy computer.
-- Copyright (c) 2020 <NAME> <<EMAIL>>
-- Some rights reserved.
-- Distributed under the MIT License
-- See LICENSE
--
----------------------------------------------------------------------
... | true | -----------------------------------------------------------------
--
-- Math.elm
-- All the math for the muzzle energy computer.
-- Copyright (c) 2020 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
-- Some rights reserved.
-- Distributed under the MIT License
-- See LICENSE
--
-------------------------------------------... | elm |
[
{
"context": "{-\n Swaggy Jenkins\n Jenkins API clients generated from Swagger / O",
"end": 20,
"score": 0.9994902611,
"start": 6,
"tag": "NAME",
"value": "Swaggy Jenkins"
},
{
"context": "cation\n\n OpenAPI spec version: 1.1.1\n Contact: blah@cliffano.com\n\n NOTE: This fi... | clients/elm/generated/src/Data/ListView.elm | PankTrue/swaggy-jenkins | 23 | {-
Swaggy Jenkins
Jenkins API clients generated from Swagger / Open API specification
OpenAPI spec version: 1.1.1
Contact: blah@cliffano.com
NOTE: This file is auto generated by the openapi-generator.
https://github.com/openapitools/openapi-generator.git
Do not edit this file manually.
-}
modul... | 52670 | {-
<NAME>
Jenkins API clients generated from Swagger / Open API specification
OpenAPI spec version: 1.1.1
Contact: <EMAIL>
NOTE: This file is auto generated by the openapi-generator.
https://github.com/openapitools/openapi-generator.git
Do not edit this file manually.
-}
module Data.ListView ex... | true | {-
PI:NAME:<NAME>END_PI
Jenkins API clients generated from Swagger / Open API specification
OpenAPI spec version: 1.1.1
Contact: PI:EMAIL:<EMAIL>END_PI
NOTE: This file is auto generated by the openapi-generator.
https://github.com/openapitools/openapi-generator.git
Do not edit this file manually.... | elm |
[
{
"context": " \\() ->\n reverseIt \"Missy Elliott\"\n |> Expect.equal \"ttoillE",
"end": 359,
"score": 0.9998334646,
"start": 346,
"tag": "NAME",
"value": "Missy Elliott"
}
] | tests/Test/ReverserTest.elm | thewoolleyman/elm-json-patch | 0 | module Test.ReverserTest exposing (..)
import Test exposing (..)
import Expect
import Fuzz exposing (..)
import String exposing (reverse)
import JsonPatch.Reverser exposing (reverseIt)
reverser =
describe "Reverser reverseIt"
[ describe "test"
[ test "reverses" <|
\() ->
... | 35797 | module Test.ReverserTest exposing (..)
import Test exposing (..)
import Expect
import Fuzz exposing (..)
import String exposing (reverse)
import JsonPatch.Reverser exposing (reverseIt)
reverser =
describe "Reverser reverseIt"
[ describe "test"
[ test "reverses" <|
\() ->
... | true | module Test.ReverserTest exposing (..)
import Test exposing (..)
import Expect
import Fuzz exposing (..)
import String exposing (reverse)
import JsonPatch.Reverser exposing (reverseIt)
reverser =
describe "Reverser reverseIt"
[ describe "test"
[ test "reverses" <|
\() ->
... | elm |
[
{
"context": " ]\n\n\ntestData : SomeData\ntestData =\n { name = \"ciccio\", age = 33 }\n\n\n-- VIEW\n\n\nview : Model -> Html Msg",
"end": 1571,
"score": 0.8896190524,
"start": 1565,
"tag": "NAME",
"value": "ciccio"
}
] | Main.elm | gjuljo/elm-ports-example | 0 | port module Main exposing (Model, Msg(..), fromElm, fromElmWithInteger, fromJavaScript, main, subscriptions, update, view)
import Browser
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (onClick)
import Json.Decode as Decode exposing (Decoder, Value, bool, int, list, string)
... | 48916 | port module Main exposing (Model, Msg(..), fromElm, fromElmWithInteger, fromJavaScript, main, subscriptions, update, view)
import Browser
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (onClick)
import Json.Decode as Decode exposing (Decoder, Value, bool, int, list, string)
... | true | port module Main exposing (Model, Msg(..), fromElm, fromElmWithInteger, fromJavaScript, main, subscriptions, update, view)
import Browser
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (onClick)
import Json.Decode as Decode exposing (Decoder, Value, bool, int, list, string)
... | elm |
[
{
"context": "\n testCase =\n \"((@name is either Max or Joe) or (@surname is neither Oliinyk nor Doe))",
"end": 521,
"score": 0.9996644258,
"start": 518,
"tag": "NAME",
"value": "Max"
},
{
"context": " testCase =\n \"((@name is either Max or Joe) or (@s... | tests/parser/Parser_1_7_2.elm | maximoleinyk/atBox | 4 | module Parser_1_7_2 exposing (..)
import Expect
import GlobalTypes exposing (AST(..), OutputOperatorType(AndOperatorType, IsEitherOperatorType, IsInOperatorType, IsNeitherOperatorType, IsNotInOperatorType, IsNotOperatorType, IsOperatorType, OrOperatorType), OutputValueType(MultipleValues, SingleValue))
import Lexer
im... | 5586 | module Parser_1_7_2 exposing (..)
import Expect
import GlobalTypes exposing (AST(..), OutputOperatorType(AndOperatorType, IsEitherOperatorType, IsInOperatorType, IsNeitherOperatorType, IsNotInOperatorType, IsNotOperatorType, IsOperatorType, OrOperatorType), OutputValueType(MultipleValues, SingleValue))
import Lexer
im... | true | module Parser_1_7_2 exposing (..)
import Expect
import GlobalTypes exposing (AST(..), OutputOperatorType(AndOperatorType, IsEitherOperatorType, IsInOperatorType, IsNeitherOperatorType, IsNotInOperatorType, IsNotOperatorType, IsOperatorType, OrOperatorType), OutputValueType(MultipleValues, SingleValue))
import Lexer
im... | elm |
[
{
"context": "y : List (Html Msg) }\nview model =\n { title = \"dillonkearns/elm-markdown demo\"\n , body =\n [ Element",
"end": 392,
"score": 0.8330723643,
"start": 380,
"tag": "USERNAME",
"value": "dillonkearns"
},
{
"context": "s\n\nYou just render it like this\n\n```... | examples/src/CustomHtmlBlockSignupForm.elm | klaftertief/elm-markdown | 83 | module CustomHtmlBlockSignupForm exposing (main)
import Browser
import Element exposing (Element)
import Element.Border
import Element.Font as Font
import Element.Input
import ElmUi
import Html exposing (Attribute, Html)
import Markdown.Html
import Markdown.Parser
import Markdown.Renderer
view : Model -> { title : S... | 48023 | module CustomHtmlBlockSignupForm exposing (main)
import Browser
import Element exposing (Element)
import Element.Border
import Element.Font as Font
import Element.Input
import ElmUi
import Html exposing (Attribute, Html)
import Markdown.Html
import Markdown.Parser
import Markdown.Renderer
view : Model -> { title : S... | true | module CustomHtmlBlockSignupForm exposing (main)
import Browser
import Element exposing (Element)
import Element.Border
import Element.Font as Font
import Element.Input
import ElmUi
import Html exposing (Attribute, Html)
import Markdown.Html
import Markdown.Parser
import Markdown.Renderer
view : Model -> { title : S... | elm |
[
{
"context": "g\n\n url \"http://example.com/users\" [ (\"name\", \"john doe\"), (\"age\", \"30\") ]\n --> \"http://example.co",
"end": 1718,
"score": 0.9977914691,
"start": 1710,
"tag": "NAME",
"value": "john doe"
},
{
"context": "30\") ]\n --> \"http://example.com/... | src/Http017.elm | Gizra/elm-compat-019 | 1 | module Http017 exposing
( url, uriEncode, uriDecode
, getString, get, post, Error(..)
, Body, empty, string, multipart, Data, stringData
, send, Request, Settings, defaultSettings
, Response, Value(..), fromJson, RawError(..)
)
{-| Elm 0.18 made significant changes to the `Http` API. This modul... | 24901 | module Http017 exposing
( url, uriEncode, uriDecode
, getString, get, post, Error(..)
, Body, empty, string, multipart, Data, stringData
, send, Request, Settings, defaultSettings
, Response, Value(..), fromJson, RawError(..)
)
{-| Elm 0.18 made significant changes to the `Http` API. This modul... | true | module Http017 exposing
( url, uriEncode, uriDecode
, getString, get, post, Error(..)
, Body, empty, string, multipart, Data, stringData
, send, Request, Settings, defaultSettings
, Response, Value(..), fromJson, RawError(..)
)
{-| Elm 0.18 made significant changes to the `Http` API. This modul... | elm |
[
{
"context": "elper.find\n\n\n{-| query string to Value\n\n \"name=John&position=captain\" |> QuerySafeDecode.split\n --",
"end": 1625,
"score": 0.9968684316,
"start": 1621,
"tag": "NAME",
"value": "John"
},
{
"context": "=captain\" |> QuerySafeDecode.split\n -- [ \"name=Joh... | src/Getto/Url/Query/SafeDecode.elm | getto-systems/elm-url | 0 | module Getto.Url.Query.SafeDecode exposing
( Value
, Decoder
, string
, int
, entryAt
, listAt
, boolAt
, split
)
{-| decode url query string safety
value = "count=4&position[]=captain&admin" |> QuerySafeDecode.split
value |> QueryDecode.entryAt ["count"] (QuerySafeDecode.int 0)
valu... | 48931 | module Getto.Url.Query.SafeDecode exposing
( Value
, Decoder
, string
, int
, entryAt
, listAt
, boolAt
, split
)
{-| decode url query string safety
value = "count=4&position[]=captain&admin" |> QuerySafeDecode.split
value |> QueryDecode.entryAt ["count"] (QuerySafeDecode.int 0)
valu... | true | module Getto.Url.Query.SafeDecode exposing
( Value
, Decoder
, string
, int
, entryAt
, listAt
, boolAt
, split
)
{-| decode url query string safety
value = "count=4&position[]=captain&admin" |> QuerySafeDecode.split
value |> QueryDecode.entryAt ["count"] (QuerySafeDecode.int 0)
valu... | elm |
[
{
"context": "le\n ] \n [TyCo.text \"Teilnehmer\"]\n ]\n {-- Äquivalentes gilt für",
"end": 11903,
"score": 0.9250058532,
"start": 11893,
"tag": "NAME",
"value": "Teilnehmer"
},
{
"context": "le\n ] \n [TyC... | Elm/src/VisualizationA.elm | maxhenze/exam-information-visualization | 0 | module VisualizationA exposing (..)
-- IMPORTS
import List
import Html exposing (Html)
import Scale
import TypedSvg
import TypedSvg.Attributes as TyAt
import TypedSvg.Attributes.InPx as TyAtIn
import TypedSvg.Core as TyCo
import TypedSvg.Types exposing (AnchorAlignment(..), Opacity(..), Paint(..), Transform(..))
impor... | 10646 | module VisualizationA exposing (..)
-- IMPORTS
import List
import Html exposing (Html)
import Scale
import TypedSvg
import TypedSvg.Attributes as TyAt
import TypedSvg.Attributes.InPx as TyAtIn
import TypedSvg.Core as TyCo
import TypedSvg.Types exposing (AnchorAlignment(..), Opacity(..), Paint(..), Transform(..))
impor... | true | module VisualizationA exposing (..)
-- IMPORTS
import List
import Html exposing (Html)
import Scale
import TypedSvg
import TypedSvg.Attributes as TyAt
import TypedSvg.Attributes.InPx as TyAtIn
import TypedSvg.Core as TyCo
import TypedSvg.Types exposing (AnchorAlignment(..), Opacity(..), Paint(..), Transform(..))
impor... | elm |
[
{
"context": "{-\n Swaggy Jenkins\n Jenkins API clients generated from Swagger / O",
"end": 20,
"score": 0.999479413,
"start": 6,
"tag": "NAME",
"value": "Swaggy Jenkins"
},
{
"context": "cation\n\n OpenAPI spec version: 1.1.1\n Contact: blah@cliffano.com\n\n NOTE: This fil... | clients/elm/generated/src/Data/ExtensionClassContainerImpl1map.elm | PankTrue/swaggy-jenkins | 23 | {-
Swaggy Jenkins
Jenkins API clients generated from Swagger / Open API specification
OpenAPI spec version: 1.1.1
Contact: blah@cliffano.com
NOTE: This file is auto generated by the openapi-generator.
https://github.com/openapitools/openapi-generator.git
Do not edit this file manually.
-}
modul... | 53512 | {-
<NAME>
Jenkins API clients generated from Swagger / Open API specification
OpenAPI spec version: 1.1.1
Contact: <EMAIL>
NOTE: This file is auto generated by the openapi-generator.
https://github.com/openapitools/openapi-generator.git
Do not edit this file manually.
-}
module Data.ExtensionCl... | true | {-
PI:NAME:<NAME>END_PI
Jenkins API clients generated from Swagger / Open API specification
OpenAPI spec version: 1.1.1
Contact: PI:EMAIL:<EMAIL>END_PI
NOTE: This file is auto generated by the openapi-generator.
https://github.com/openapitools/openapi-generator.git
Do not edit this file manually.... | elm |
[
{
"context": " , a\n [ href \"https://github.com/WnP/vp-calendar\"\n , target \"_blank\"\n ",
"end": 5964,
"score": 0.9843999743,
"start": 5961,
"tag": "USERNAME",
"value": "WnP"
},
{
"context": "yleft\" ] [ text \"©\" ]\n , text \"2020... | src/Main.elm | WnP/vp-calendar | 0 | module Main exposing (Msg(..), main, update, view)
import Browser
import Html exposing (Html, a, div, hr, img, input, option, select, span, text)
import Html.Attributes exposing (alt, class, href, id, selected, src, style, target, type_, value)
import Html.Events exposing (onInput)
import I18n
import Iso8601
import Ta... | 1739 | module Main exposing (Msg(..), main, update, view)
import Browser
import Html exposing (Html, a, div, hr, img, input, option, select, span, text)
import Html.Attributes exposing (alt, class, href, id, selected, src, style, target, type_, value)
import Html.Events exposing (onInput)
import I18n
import Iso8601
import Ta... | true | module Main exposing (Msg(..), main, update, view)
import Browser
import Html exposing (Html, a, div, hr, img, input, option, select, span, text)
import Html.Attributes exposing (alt, class, href, id, selected, src, style, target, type_, value)
import Html.Events exposing (onInput)
import I18n
import Iso8601
import Ta... | elm |
[
{
"context": "a, rivi riviltä heitä luen:\nHänkin siis ja myöskin Hän, nuori, vanha, nuoruuteni kansa, herkkä\nlapsi, tu",
"end": 1250,
"score": 0.9181668758,
"start": 1247,
"tag": "NAME",
"value": "Hän"
},
{
"context": "i, vanha, nuoruuteni kansa, herkkä\nlapsi, tutiseva vanhus, vie... | SmallDataSource.elm | ohanhi/muhkeimmat-sanaparit | 0 | module SmallDataSource (alastalo) where
-- Retrieved from http://wunderdog.fi/static/alastalon_salissa.zip
alastalo = """
Suvinen, sunnuntainen ehtoopuoli. Hiljainen saaristokirkko hautausmaan
keskellä. Kirkon musta paanukatto kohoo korkeana ja vakavana
lehviköissään, läntisen auringon välke leikkii sen punaisella
sei... | 434 | module SmallDataSource (alastalo) where
-- Retrieved from http://wunderdog.fi/static/alastalon_salissa.zip
alastalo = """
Suvinen, sunnuntainen ehtoopuoli. Hiljainen saaristokirkko hautausmaan
keskellä. Kirkon musta paanukatto kohoo korkeana ja vakavana
lehviköissään, läntisen auringon välke leikkii sen punaisella
sei... | true | module SmallDataSource (alastalo) where
-- Retrieved from http://wunderdog.fi/static/alastalon_salissa.zip
alastalo = """
Suvinen, sunnuntainen ehtoopuoli. Hiljainen saaristokirkko hautausmaan
keskellä. Kirkon musta paanukatto kohoo korkeana ja vakavana
lehviköissään, läntisen auringon välke leikkii sen punaisella
sei... | elm |
[
{
"context": "]\n [ el [ Font.bold ] <|\n text \"Marlowe \"\n , el [] <|\n text \"Mobile\"\n ",
"end": 6811,
"score": 0.9997470975,
"start": 6804,
"tag": "NAME",
"value": "Marlowe"
}
] | src/Main.elm | thistent/MarloweMobile | 0 | module Main exposing (..)
import Browser
import Browser.Dom as Dom
import Browser.Events as Events
import Browser.Navigation as Nav
import Element exposing (..)
import Element.Background as Bg
import Element.Border as Border
import Element.Events as ElEvent
import Element.Font as Font
import Element.Input as Input
imp... | 50251 | module Main exposing (..)
import Browser
import Browser.Dom as Dom
import Browser.Events as Events
import Browser.Navigation as Nav
import Element exposing (..)
import Element.Background as Bg
import Element.Border as Border
import Element.Events as ElEvent
import Element.Font as Font
import Element.Input as Input
imp... | true | module Main exposing (..)
import Browser
import Browser.Dom as Dom
import Browser.Events as Events
import Browser.Navigation as Nav
import Element exposing (..)
import Element.Background as Bg
import Element.Border as Border
import Element.Events as ElEvent
import Element.Font as Font
import Element.Input as Input
imp... | elm |
[
{
"context": "-default btn-xs\"\n , href \"mailto:marick@roundingpegs.com?subject=Browser%20report\"\n ]\n ",
"end": 1362,
"score": 0.9999222755,
"start": 1339,
"tag": "EMAIL",
"value": "marick@roundingpegs.com"
}
] | web/elm/IV/View/MainPage.elm | marick/eecrit | 10 | module IV.View.MainPage exposing (view)
import Animation
import Html exposing (..)
import Html.Attributes exposing (..)
import Svg
import Svg.Attributes as SA
import Vendor
import IV.Pile.HtmlShorthand exposing (..)
import IV.View.Layout as Layout
import IV.Main exposing (Model)
import IV.Msg exposing (Msg(..))
impor... | 25912 | module IV.View.MainPage exposing (view)
import Animation
import Html exposing (..)
import Html.Attributes exposing (..)
import Svg
import Svg.Attributes as SA
import Vendor
import IV.Pile.HtmlShorthand exposing (..)
import IV.View.Layout as Layout
import IV.Main exposing (Model)
import IV.Msg exposing (Msg(..))
impor... | true | module IV.View.MainPage exposing (view)
import Animation
import Html exposing (..)
import Html.Attributes exposing (..)
import Svg
import Svg.Attributes as SA
import Vendor
import IV.Pile.HtmlShorthand exposing (..)
import IV.View.Layout as Layout
import IV.Main exposing (Model)
import IV.Msg exposing (Msg(..))
impor... | elm |
[
{
"context": "nf.ValidationSpecs )\n keys =\n R10.Form.Internal.Update.allValidationKeysMaker form\n",
"end": 3652,
"score": 0.6064716578,
"start": 3651,
"tag": "KEY",
"value": "0"
}
] | src/R10/FormComponents/Internal/Utils.elm | rakutentech/rakuten-ui | 0 | module R10.FormComponents.Internal.Utils exposing
( entitiesValidationOutcomes
, entitiesWithErrors
, errorsList
, listSlice
, stringInsertAtMulti
)
{-| same as String.Extra.insertAt but allows to input at several positions at once
-}
import R10.Form.Internal.Converter
import R10.Form.Internal... | 48436 | module R10.FormComponents.Internal.Utils exposing
( entitiesValidationOutcomes
, entitiesWithErrors
, errorsList
, listSlice
, stringInsertAtMulti
)
{-| same as String.Extra.insertAt but allows to input at several positions at once
-}
import R10.Form.Internal.Converter
import R10.Form.Internal... | true | module R10.FormComponents.Internal.Utils exposing
( entitiesValidationOutcomes
, entitiesWithErrors
, errorsList
, listSlice
, stringInsertAtMulti
)
{-| same as String.Extra.insertAt but allows to input at several positions at once
-}
import R10.Form.Internal.Converter
import R10.Form.Internal... | elm |
[
{
"context": "ap\n (\\item ->\n if item.name == \"Aged Brie\" || item.name == \"Backstage passes to a TAFKAL80E",
"end": 270,
"score": 0.9998416901,
"start": 261,
"tag": "NAME",
"value": "Aged Brie"
},
{
"context": "item.sell_by }\n\n else if item.name /=... | elm/src/GildedRose.elm | yangyangisyou/GildedRose-Refactoring-Kata | 2,201 | module GildedRose exposing (Item, update_quality)
type alias Item =
{ name : String
, sell_by : Int
, quality : Int
}
update_quality : List Item -> List Item
update_quality items =
List.map
(\item ->
if item.name == "Aged Brie" || item.name == "Backstage passes to a TAFKAL80E... | 28876 | module GildedRose exposing (Item, update_quality)
type alias Item =
{ name : String
, sell_by : Int
, quality : Int
}
update_quality : List Item -> List Item
update_quality items =
List.map
(\item ->
if item.name == "<NAME>" || item.name == "Backstage passes to a TAFKAL80ETC ... | true | module GildedRose exposing (Item, update_quality)
type alias Item =
{ name : String
, sell_by : Int
, quality : Int
}
update_quality : List Item -> List Item
update_quality items =
List.map
(\item ->
if item.name == "PI:NAME:<NAME>END_PI" || item.name == "Backstage passes to ... | elm |
[
{
"context": "bzwnogh]rynudxihckzattbz[dshxeaqusdlhydtm]rvqzuffgqtysfzxp\nunfjgussbjxzlhopoqg[ppdnqkiuooukdmbqlo]flfiieiitmettblfln\nhgtbgxarmgbxqrhghxb[hflfvoetxfisqsj]syhkugztqkywetyhad[fmptjuaqittvvyooda]cjkxbnylglnlfleelzu\nnpxhwtitqnddkwg[gmzggwnvygsroeaadtc]gudnfyefqbbgyspdxjw[ilthbdqubqnveowv]xitfldhfjyj... | Day07/Input.elm | hillerstorm/advent-of-code-2016 | 1 | module Day07.Input exposing (IPv7, parsedInput)
import Regex exposing (Regex)
rawInput : String
rawInput =
"""wysextplwqpvipxdv[srzvtwbfzqtspxnethm]syqbzgtboxxzpwr[kljvjjkjyojzrstfgrw]obdhcczonzvbfby[svotajtpttohxsh]cooktbyumlpxostt
emzopymywhhxulxuctj[dwwvkzhoigmbmnf]nxgbgfwqvrypqxppyq[qozsihnhpztcrpbdc]rnhnakm... | 6239 | module Day07.Input exposing (IPv7, parsedInput)
import Regex exposing (Regex)
rawInput : String
rawInput =
"""wysextplwqpvipxdv[srzvtwbfzqtspxnethm]syqbzgtboxxzpwr[kljvjjkjyojzrstfgrw]obdhcczonzvbfby[svotajtpttohxsh]cooktbyumlpxostt
emzopymywhhxulxuctj[dwwvkzhoigmbmnf]nxgbgfwqvrypqxppyq[qozsihnhpztcrpbdc]rnhnakm... | true | module Day07.Input exposing (IPv7, parsedInput)
import Regex exposing (Regex)
rawInput : String
rawInput =
"""wysextplwqpvipxdv[srzvtwbfzqtspxnethm]syqbzgtboxxzpwr[kljvjjkjyojzrstfgrw]obdhcczonzvbfby[svotajtpttohxsh]cooktbyumlpxostt
emzopymywhhxulxuctj[dwwvkzhoigmbmnf]nxgbgfwqvrypqxppyq[qozsihnhpztcrpbdc]rnhnakm... | elm |
[
{
"context": "label [ for \"name\", class \"input-label\" ] [ text \"Team Name\" ]\n , input\n [ id \"name",
"end": 15820,
"score": 0.7949758768,
"start": 15811,
"tag": "NAME",
"value": "Team Name"
},
{
"context": " , name \"name\"\n , pla... | assets/elm/src/Page/Settings.elm | mindriot101/level | 928 | module Page.Settings exposing (Model, Msg(..), consumeEvent, init, setup, subscriptions, teardown, title, update, view)
import Avatar
import Browser.Navigation as Nav
import Device exposing (Device)
import DigestSettings exposing (DigestSettings)
import Event exposing (Event)
import File exposing (File)
import Flash
i... | 53192 | module Page.Settings exposing (Model, Msg(..), consumeEvent, init, setup, subscriptions, teardown, title, update, view)
import Avatar
import Browser.Navigation as Nav
import Device exposing (Device)
import DigestSettings exposing (DigestSettings)
import Event exposing (Event)
import File exposing (File)
import Flash
i... | true | module Page.Settings exposing (Model, Msg(..), consumeEvent, init, setup, subscriptions, teardown, title, update, view)
import Avatar
import Browser.Navigation as Nav
import Device exposing (Device)
import DigestSettings exposing (DigestSettings)
import Event exposing (Event)
import File exposing (File)
import Flash
i... | elm |
[
{
"context": "dMap\n (\\t title ->\n { artist = \"Kotoko\"\n , year = \"2004\"\n , album ",
"end": 4311,
"score": 0.9932457805,
"start": 4305,
"tag": "NAME",
"value": "Kotoko"
}
] | Ragtag.elm | lassik/ragtag | 2 | module Main exposing (..)
import Css exposing (absolute, left, pct, position, px)
import Css.Colors
import Html exposing (div, input, label, span, table, td, text, th, tr)
import Html.Attributes exposing (class, colspan, value)
import Html.Events exposing (defaultOptions)
import Http
import Json.Decode as Json
import ... | 56958 | module Main exposing (..)
import Css exposing (absolute, left, pct, position, px)
import Css.Colors
import Html exposing (div, input, label, span, table, td, text, th, tr)
import Html.Attributes exposing (class, colspan, value)
import Html.Events exposing (defaultOptions)
import Http
import Json.Decode as Json
import ... | true | module Main exposing (..)
import Css exposing (absolute, left, pct, position, px)
import Css.Colors
import Html exposing (div, input, label, span, table, td, text, th, tr)
import Html.Attributes exposing (class, colspan, value)
import Html.Events exposing (defaultOptions)
import Http
import Json.Decode as Json
import ... | elm |
[
{
"context": " , input =\n { password = \"password\"\n , salt = \"salt\"\n ",
"end": 531,
"score": 0.9994235039,
"start": 523,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "ssword = \"password\"\n , sa... | tests/Tests.elm | adauguet/elm-pbkdf2 | 0 | module Tests exposing (suite)
import Bytes exposing (Bytes, Endianness(..))
import Bytes.Encode as E
import Expect
import Hex.Convert as Hex
import HmacSha1
import HmacSha1.Key as Key
import PBKDF2 exposing (pbkdf2)
import String
import Test exposing (Test, describe, test)
suite : Test
suite =
describe "pbkdf2"
... | 57157 | module Tests exposing (suite)
import Bytes exposing (Bytes, Endianness(..))
import Bytes.Encode as E
import Expect
import Hex.Convert as Hex
import HmacSha1
import HmacSha1.Key as Key
import PBKDF2 exposing (pbkdf2)
import String
import Test exposing (Test, describe, test)
suite : Test
suite =
describe "pbkdf2"
... | true | module Tests exposing (suite)
import Bytes exposing (Bytes, Endianness(..))
import Bytes.Encode as E
import Expect
import Hex.Convert as Hex
import HmacSha1
import HmacSha1.Key as Key
import PBKDF2 exposing (pbkdf2)
import String
import Test exposing (Test, describe, test)
suite : Test
suite =
describe "pbkdf2"
... | elm |
[
{
"context": " Nothing\n , composer = Nothing\n , key = Key.cMajor\n , timeSignature = TimeSignature.four TimeSign",
"end": 3982,
"score": 0.8781667948,
"start": 3976,
"tag": "KEY",
"value": "cMajor"
}
] | src/MusicTheory/Notation.elm | battermann/elm-music-theory | 5 | module MusicTheory.Notation exposing
( BarAttribute(..)
, Bpm
, Chord(..)
, ChordNote(..)
, Clef(..)
, Notation
, Note(..)
, NoteAttribute(..)
, Rest(..)
, RestAttribute(..)
, Staff
, Voice(..)
, VoiceAttribute(..)
, VoiceElement(..)
, bar
, bass
, bea... | 39833 | module MusicTheory.Notation exposing
( BarAttribute(..)
, Bpm
, Chord(..)
, ChordNote(..)
, Clef(..)
, Notation
, Note(..)
, NoteAttribute(..)
, Rest(..)
, RestAttribute(..)
, Staff
, Voice(..)
, VoiceAttribute(..)
, VoiceElement(..)
, bar
, bass
, bea... | true | module MusicTheory.Notation exposing
( BarAttribute(..)
, Bpm
, Chord(..)
, ChordNote(..)
, Clef(..)
, Notation
, Note(..)
, NoteAttribute(..)
, Rest(..)
, RestAttribute(..)
, Staff
, Voice(..)
, VoiceAttribute(..)
, VoiceElement(..)
, bar
, bass
, bea... | elm |
[
{
"context": "جي مُحَمَّد\"\n , meaning = \"This is my husband Mohamed.\"\n }\n , { latin = \"madiinah\"\n , arab",
"end": 5817,
"score": 0.7820053697,
"start": 5810,
"tag": "NAME",
"value": "Mohamed"
}
] | src/Arabic002.elm | kalz2q/elm-examples | 0 | module Arabic001 exposing (main)
-- this is a backup of Arabic001.elm at some point
import Browser
import Html exposing (..)
import Html.Attributes as HA
import Html.Events as HE
import Random
main : Program () Model Msg
main =
Browser.element
{ init = init
, update = update
, subscripti... | 33179 | module Arabic001 exposing (main)
-- this is a backup of Arabic001.elm at some point
import Browser
import Html exposing (..)
import Html.Attributes as HA
import Html.Events as HE
import Random
main : Program () Model Msg
main =
Browser.element
{ init = init
, update = update
, subscripti... | true | module Arabic001 exposing (main)
-- this is a backup of Arabic001.elm at some point
import Browser
import Html exposing (..)
import Html.Attributes as HA
import Html.Events as HE
import Random
main : Program () Model Msg
main =
Browser.element
{ init = init
, update = update
, subscripti... | elm |
[
{
"context": "ples originally provided at\n-- https://github.com/vega/vega-datasets\n-- The examples themselves reproduc",
"end": 181,
"score": 0.9923114777,
"start": 177,
"tag": "USERNAME",
"value": "vega"
},
{
"context": "ountries in the world (modified from an example in Lisa Char... | vlTest-gallery/src/Gallery.elm | DougBurke/elm-vega | 1 | port module Gallery exposing (elmToJS)
import Platform
import VegaLite exposing (..)
-- NOTE: All data sources in these examples originally provided at
-- https://github.com/vega/vega-datasets
-- The examples themselves reproduce those at https://vega.github.io/vega-lite/examples/
basic1 : Spec
basic1 =
let
... | 39810 | port module Gallery exposing (elmToJS)
import Platform
import VegaLite exposing (..)
-- NOTE: All data sources in these examples originally provided at
-- https://github.com/vega/vega-datasets
-- The examples themselves reproduce those at https://vega.github.io/vega-lite/examples/
basic1 : Spec
basic1 =
let
... | true | port module Gallery exposing (elmToJS)
import Platform
import VegaLite exposing (..)
-- NOTE: All data sources in these examples originally provided at
-- https://github.com/vega/vega-datasets
-- The examples themselves reproduce those at https://vega.github.io/vega-lite/examples/
basic1 : Spec
basic1 =
let
... | elm |
[
{
"context": "ock\" ]\n , input\n [ placeholder \"Password\"\n , value form.password\n , ",
"end": 3869,
"score": 0.5256025195,
"start": 3861,
"tag": "PASSWORD",
"value": "Password"
},
{
"context": " onInput (\\password -> OnInput { form | pass... | src/app/Components.elm | kpryzk/tarot | 1 | module Components exposing (..)
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (onClick, onInput)
import Messages exposing (..)
import Models exposing (Form, Post, User)
import Routes exposing (..)
layout : Html msg -> Html msg -> Html msg
layout header main =
div []
... | 25251 | module Components exposing (..)
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (onClick, onInput)
import Messages exposing (..)
import Models exposing (Form, Post, User)
import Routes exposing (..)
layout : Html msg -> Html msg -> Html msg
layout header main =
div []
... | true | module Components exposing (..)
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (onClick, onInput)
import Messages exposing (..)
import Models exposing (Form, Post, User)
import Routes exposing (..)
layout : Html msg -> Html msg -> Html msg
layout header main =
div []
... | elm |
[
{
"context": "Message-ID: <4DF5ACA1.7050407@googlemail.com>\nDate: Mon, 13 Jun 2011 08:22:25 +0200\nFrom: \"Dr.",
"end": 44,
"score": 0.9999341369,
"start": 13,
"tag": "EMAIL",
"value": "4DF5ACA1.7050407@googlemail.com"
},
{
"context": ">\nDate: Mon, 13 Jun 2011 08:22:25 +0200\nFrom:... | components/camel-mail/src/test/resources/SignedMailTestCaseHurz.elm | erard22/camel | 4,262 | Message-ID: <4DF5ACA1.7050407@googlemail.com>
Date: Mon, 13 Jun 2011 08:22:25 +0200
From: "Dr. Martin Menzel" <apache.camel.test@googlemail.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10
MIME-Version: 1.0
To: martin@woopi.org
Subject: hurz
Co... | 21923 | Message-ID: <<EMAIL>>
Date: Mon, 13 Jun 2011 08:22:25 +0200
From: "Dr. <NAME>" <<EMAIL>>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10
MIME-Version: 1.0
To: <EMAIL>
Subject: hurz
Content-Type: multipart/signed; protocol="application/pkcs7-signatu... | true | Message-ID: <PI:EMAIL:<EMAIL>END_PI>
Date: Mon, 13 Jun 2011 08:22:25 +0200
From: "Dr. PI:NAME:<NAME>END_PI" <PI:EMAIL:<EMAIL>END_PI>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10
MIME-Version: 1.0
To: PI:EMAIL:<EMAIL>END_PI
Subject: hurz
Content-... | elm |
[
{
"context": " , input [ class \"popup_input\" ] [ text \"Write Name\" ]\n , button [ class \"btn primary\" ] [ text ",
"end": 1526,
"score": 0.583319962,
"start": 1522,
"tag": "NAME",
"value": "Name"
},
{
"context": " , input [ class \"popup_input\" ] [ text \"Write Nam... | ig-front/src/Popup.elm | HETIC-MT-P2021/aio-group6-proj01 | 0 | module Popup exposing (init, update, Msg(..), Model, view, PopupType(..))
import Html exposing (Html, div, text, p, button, input)
import Html.Events exposing (onClick, onInput)
import Html.Attributes exposing (class, href)
-- MODEL
type PopupType
= EmptyPopup
| EditPopup
| CreatePopup
| DeletePopup
type al... | 9286 | module Popup exposing (init, update, Msg(..), Model, view, PopupType(..))
import Html exposing (Html, div, text, p, button, input)
import Html.Events exposing (onClick, onInput)
import Html.Attributes exposing (class, href)
-- MODEL
type PopupType
= EmptyPopup
| EditPopup
| CreatePopup
| DeletePopup
type al... | true | module Popup exposing (init, update, Msg(..), Model, view, PopupType(..))
import Html exposing (Html, div, text, p, button, input)
import Html.Events exposing (onClick, onInput)
import Html.Attributes exposing (class, href)
-- MODEL
type PopupType
= EmptyPopup
| EditPopup
| CreatePopup
| DeletePopup
type al... | elm |
[
{
"context": "st\n [ (\"bestPersonEver\", E.string \"Evan Czaplicki\")\n , (\"worstLang\", E.string \"JavaS",
"end": 481,
"score": 0.9997723699,
"start": 467,
"tag": "NAME",
"value": "Evan Czaplicki"
},
{
"context": " E.list\n [ encode... | tests/Tests.elm | dullbananas/elm-plist | 2 | module Tests exposing (suite)
import Expect exposing (Expectation)
import Test exposing (..)
import Dict
import XmlParser as X
import Bytes.Encode
import Bytes exposing (Bytes)
import Plist.Internal exposing (Value(..))
import Plist.Encode as E
import Plist.Decode as D
import Plist.Decode.Pipeline as P
import Plist
... | 58002 | module Tests exposing (suite)
import Expect exposing (Expectation)
import Test exposing (..)
import Dict
import XmlParser as X
import Bytes.Encode
import Bytes exposing (Bytes)
import Plist.Internal exposing (Value(..))
import Plist.Encode as E
import Plist.Decode as D
import Plist.Decode.Pipeline as P
import Plist
... | true | module Tests exposing (suite)
import Expect exposing (Expectation)
import Test exposing (..)
import Dict
import XmlParser as X
import Bytes.Encode
import Bytes exposing (Bytes)
import Plist.Internal exposing (Value(..))
import Plist.Encode as E
import Plist.Decode as D
import Plist.Decode.Pipeline as P
import Plist
... | elm |
[
{
"context": "{-\n Copyright 2020 Morgan Stanley\n\n Licensed under the Apache License, Version 2.",
"end": 35,
"score": 0.9998197556,
"start": 21,
"tag": "NAME",
"value": "Morgan Stanley"
}
] | src/Morphir/SDK/LocalTime.elm | KindsonTheGenius/morphir-elm | 6 | {-
Copyright 2020 Morgan Stanley
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in ... | 23629 | {-
Copyright 2020 <NAME>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,... | true | {-
Copyright 2020 PI:NAME:<NAME>END_PI
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed ... | elm |
[
{
"context": "YhLH\"\n\n\ngoogleApiKey : String\ngoogleApiKey =\n \"AIzaSyDkTKtIGxMcyLX2IsfTpCvYr4n7WmMw3Jw\"\n\n\nmaxVideoDescriptionLength : Int\nmaxVideoDescri",
"end": 264,
"score": 0.9997653961,
"start": 225,
"tag": "KEY",
"value": "AIzaSyDkTKtIGxMcyLX2IsfTpCvYr4n7WmMw3Jw"
}
] | app/src/VideoPlayer/State.elm | code-star/codestar-events-website | 0 | module VideoPlayer.State exposing (..)
import Http
import VideoPlayer.Types exposing (..)
youtubePlaylistId : String
youtubePlaylistId =
"PLy227h3xpH-FcHw79drVFiVGMRDU8YhLH"
googleApiKey : String
googleApiKey =
"AIzaSyDkTKtIGxMcyLX2IsfTpCvYr4n7WmMw3Jw"
maxVideoDescriptionLength : Int
maxVideoDescriptionL... | 13771 | module VideoPlayer.State exposing (..)
import Http
import VideoPlayer.Types exposing (..)
youtubePlaylistId : String
youtubePlaylistId =
"PLy227h3xpH-FcHw79drVFiVGMRDU8YhLH"
googleApiKey : String
googleApiKey =
"<KEY>"
maxVideoDescriptionLength : Int
maxVideoDescriptionLength =
50
initialModel : Mo... | true | module VideoPlayer.State exposing (..)
import Http
import VideoPlayer.Types exposing (..)
youtubePlaylistId : String
youtubePlaylistId =
"PLy227h3xpH-FcHw79drVFiVGMRDU8YhLH"
googleApiKey : String
googleApiKey =
"PI:KEY:<KEY>END_PI"
maxVideoDescriptionLength : Int
maxVideoDescriptionLength =
50
init... | elm |
[
{
"context": " always <|\n Expect.equal \"MrBond\" <|\n sanitize \" Mr. Bond \"",
"end": 1968,
"score": 0.6837217212,
"start": 1962,
"tag": "USERNAME",
"value": "MrBond"
},
{
"context": "ual \"MrBond\" <|\n sanitiz... | tests/Unit/Codegen/Utils.elm | kirchner/swagger-elm | 75 | module Unit.Codegen.Utils exposing (all)
import Test exposing (..)
import Expect exposing (Expectation, fail)
import Json.Decode exposing (decodeString)
import Codegen.Utils exposing (sanitize)
dirtyKeywords =
[ "if"
, "then"
, "else"
, "case"
, "of"
, "let"
, "in"
, "type"
, "mod... | 37182 | module Unit.Codegen.Utils exposing (all)
import Test exposing (..)
import Expect exposing (Expectation, fail)
import Json.Decode exposing (decodeString)
import Codegen.Utils exposing (sanitize)
dirtyKeywords =
[ "if"
, "then"
, "else"
, "case"
, "of"
, "let"
, "in"
, "type"
, "mod... | true | module Unit.Codegen.Utils exposing (all)
import Test exposing (..)
import Expect exposing (Expectation, fail)
import Json.Decode exposing (decodeString)
import Codegen.Utils exposing (sanitize)
dirtyKeywords =
[ "if"
, "then"
, "else"
, "case"
, "of"
, "let"
, "in"
, "type"
, "mod... | elm |
[
{
"context": " model\n\n\n\n-- View\n{-\n I chose to go with the \"mdgriffith/elm-ui\" library instead of the \"elm/html\"\n beca",
"end": 8088,
"score": 0.6531555653,
"start": 8078,
"tag": "USERNAME",
"value": "mdgriffith"
},
{
"context": "e main reasons I picked up elm.\n\n ... | src/Main.elm | lawsdontapplytopigs/challenge-elm | 0 | module Main exposing (main)
import Browser
import Browser.Events
import Data.Audience
import Data.AudienceFolder
import Data.AudienceTree
import Dict
import Element as E -- elm-ui
import Element.Background as EBackground
import Element.Border as EBorder
import Element.Events as EEvents
import Element.Font as EFont
imp... | 6491 | module Main exposing (main)
import Browser
import Browser.Events
import Data.Audience
import Data.AudienceFolder
import Data.AudienceTree
import Dict
import Element as E -- elm-ui
import Element.Background as EBackground
import Element.Border as EBorder
import Element.Events as EEvents
import Element.Font as EFont
imp... | true | module Main exposing (main)
import Browser
import Browser.Events
import Data.Audience
import Data.AudienceFolder
import Data.AudienceTree
import Dict
import Element as E -- elm-ui
import Element.Background as EBackground
import Element.Border as EBorder
import Element.Events as EEvents
import Element.Font as EFont
imp... | elm |
[
{
"context": "etUser newUser ->\n { model | username = newUser }\n SetPassword newPassword ->\n ",
"end": 1127,
"score": 0.9981729984,
"start": 1120,
"tag": "USERNAME",
"value": "newUser"
},
{
"context": "rd newPassword ->\n { model | password ... | src/FormValidator.elm | Rhadow/elm-demo | 1 | module FormValidator exposing (..)
import Html exposing (..)
import Html.Attributes exposing (style, id, for, value, type')
import Html.Events exposing (on, onClick, onInput)
type alias Model =
{ username: String
, password: String
, errorMessage: ErrorMessage
}
type alias ErrorMessage =
{ user... | 36313 | module FormValidator exposing (..)
import Html exposing (..)
import Html.Attributes exposing (style, id, for, value, type')
import Html.Events exposing (on, onClick, onInput)
type alias Model =
{ username: String
, password: String
, errorMessage: ErrorMessage
}
type alias ErrorMessage =
{ user... | true | module FormValidator exposing (..)
import Html exposing (..)
import Html.Attributes exposing (style, id, for, value, type')
import Html.Events exposing (on, onClick, onInput)
type alias Model =
{ username: String
, password: String
, errorMessage: ErrorMessage
}
type alias ErrorMessage =
{ user... | elm |
[
{
"context": ", whitelist, whitelist_\n )\n\n{-| [Demo](https://lucamug.github.io/elm-style-framework/#/framework/Icons/I",
"end": 471,
"score": 0.9792134166,
"start": 464,
"tag": "USERNAME",
"value": "lucamug"
},
{
"context": "1 48.9L128 146.73 30.19 48.91 0 79.09l128 128 128-128... | src/Framework/Icon.elm | julianpistorius/elm-style-framework | 44 | module Framework.Icon exposing
( arrows, chevronDown, exitFullscreen, fullscreen, hide, home, introspection, mobileNotification, mobileNotification2, mobileRinging, pencil, show
, blackFlag, blackFlag_, blackStar, blackStar_, circle, circle_, edit, edit_, exclamation, exclamation_, featureFlag, featureFlag_, sm... | 27339 | module Framework.Icon exposing
( arrows, chevronDown, exitFullscreen, fullscreen, hide, home, introspection, mobileNotification, mobileNotification2, mobileRinging, pencil, show
, blackFlag, blackFlag_, blackStar, blackStar_, circle, circle_, edit, edit_, exclamation, exclamation_, featureFlag, featureFlag_, sm... | true | module Framework.Icon exposing
( arrows, chevronDown, exitFullscreen, fullscreen, hide, home, introspection, mobileNotification, mobileNotification2, mobileRinging, pencil, show
, blackFlag, blackFlag_, blackStar, blackStar_, circle, circle_, edit, edit_, exclamation, exclamation_, featureFlag, featureFlag_, sm... | elm |
[
{
"context": "{-\n Copyright 2020 Morgan Stanley\n\n Licensed under the Apache License, Version 2.",
"end": 35,
"score": 0.9998421669,
"start": 21,
"tag": "NAME",
"value": "Morgan Stanley"
}
] | src/Morphir/IR/SDK/Char.elm | bekand/morphir-elm | 6 | {-
Copyright 2020 Morgan Stanley
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in ... | 21459 | {-
Copyright 2020 <NAME>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,... | true | {-
Copyright 2020 PI:NAME:<NAME>END_PI
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed ... | elm |
[
{
"context": " \n } \n , { key = (Brown, Just Red)\n , value = { state = StableCell (",
"end": 5628,
"score": 0.8939956427,
"start": 5624,
"tag": "KEY",
"value": "rown"
},
{
"context": " \n , clickNum = 0\n } \n , { key = (Brown, Ju... | Turing/src/GameBase/Data/LevelsData/TasksBlock6Data.elm | JetBrains/programmer-games | 7 | module GameBase.Data.LevelsData.TasksBlock6Data exposing
(basketsNumb6_1, machine6_1, input6_1, transTable6_1,
expectedResult6_1, expectedPos6_1, usedCats6_1, usedBalls6_1,
basketsNumb6_2, machine6_2, input6_2, transTable6_2, ... | 3205 | module GameBase.Data.LevelsData.TasksBlock6Data exposing
(basketsNumb6_1, machine6_1, input6_1, transTable6_1,
expectedResult6_1, expectedPos6_1, usedCats6_1, usedBalls6_1,
basketsNumb6_2, machine6_2, input6_2, transTable6_2, ... | true | module GameBase.Data.LevelsData.TasksBlock6Data exposing
(basketsNumb6_1, machine6_1, input6_1, transTable6_1,
expectedResult6_1, expectedPos6_1, usedCats6_1, usedBalls6_1,
basketsNumb6_2, machine6_2, input6_2, transTable6_2, ... | elm |
[
{
"context": "ase\n { abstractPhase\n | name = \"Morgen\"\n , steps =\n [ detectiv",
"end": 792,
"score": 0.9887081981,
"start": 786,
"tag": "NAME",
"value": "Morgen"
},
{
"context": "Step\n { abstractStep\n | name = \"Bür... | src/Phases/Dawn.elm | mafiakiel/gmtool | 1 | module Phases.Dawn exposing (dawn, muter)
import Bootstrap.Button as Button
import Data.Strings exposing (roleToString)
import FontAwesome exposing (icon, ribbon, volumeMute)
import Phases.Abstract exposing (abstractPhase, abstractStep)
import Phases.Common exposing (customCardsStep, gameView, silenceWarning, simpleAn... | 29635 | module Phases.Dawn exposing (dawn, muter)
import Bootstrap.Button as Button
import Data.Strings exposing (roleToString)
import FontAwesome exposing (icon, ribbon, volumeMute)
import Phases.Abstract exposing (abstractPhase, abstractStep)
import Phases.Common exposing (customCardsStep, gameView, silenceWarning, simpleAn... | true | module Phases.Dawn exposing (dawn, muter)
import Bootstrap.Button as Button
import Data.Strings exposing (roleToString)
import FontAwesome exposing (icon, ribbon, volumeMute)
import Phases.Abstract exposing (abstractPhase, abstractStep)
import Phases.Common exposing (customCardsStep, gameView, silenceWarning, simpleAn... | elm |
[
{
"context": " , selectedMember = Nothing\n , members = [ \"Mindy\", \"Jaime\", \"Rafa\", \"Elaine\", \"Julio\", \"Priyanka\",",
"end": 581,
"score": 0.9997617602,
"start": 576,
"tag": "NAME",
"value": "Mindy"
},
{
"context": "ectedMember = Nothing\n , members = [ \"Mindy\",... | packages/component-library/stories/SelectStories.elm | lindsey-collins/kaizen-design-system | 0 | module Main exposing (main)
import ElmStorybook exposing (storyOf, storybook)
import Html exposing (Html, div)
import Html.Attributes exposing (style)
import Kaizen.Select.Select as Select
type alias Item =
String
type alias SelectModel =
{ selectState : Select.State
, selectedMembers : List Item
,... | 28362 | module Main exposing (main)
import ElmStorybook exposing (storyOf, storybook)
import Html exposing (Html, div)
import Html.Attributes exposing (style)
import Kaizen.Select.Select as Select
type alias Item =
String
type alias SelectModel =
{ selectState : Select.State
, selectedMembers : List Item
,... | true | module Main exposing (main)
import ElmStorybook exposing (storyOf, storybook)
import Html exposing (Html, div)
import Html.Attributes exposing (style)
import Kaizen.Select.Select as Select
type alias Item =
String
type alias SelectModel =
{ selectState : Select.State
, selectedMembers : List Item
,... | elm |
[
{
"context": "t \"User name\"\n\n Password ->\n t \"Password\"\n\n SignIn ->\n t \"Sign in\"\n\n ",
"end": 909,
"score": 0.9980074167,
"start": 901,
"tag": "PASSWORD",
"value": "Password"
}
] | src/Locale/English.elm | jtojnar/almafoss | 1 | module Locale.English exposing (translator)
{-| English translation of the application.
@docs translator
-}
import Localization exposing (..)
import Localization.Pluralization as Pluralization
import Messages exposing (..)
pl : Int -> String -> String -> Translation
pl n one more =
t (Pluralization.english n o... | 59282 | module Locale.English exposing (translator)
{-| English translation of the application.
@docs translator
-}
import Localization exposing (..)
import Localization.Pluralization as Pluralization
import Messages exposing (..)
pl : Int -> String -> String -> Translation
pl n one more =
t (Pluralization.english n o... | true | module Locale.English exposing (translator)
{-| English translation of the application.
@docs translator
-}
import Localization exposing (..)
import Localization.Pluralization as Pluralization
import Messages exposing (..)
pl : Int -> String -> String -> Translation
pl n one more =
t (Pluralization.english n o... | elm |
[
{
"context": " , maxlength 255\n , placeholder \"Passwort\"\n , required True\n ",
"end": 7149,
"score": 0.7234351039,
"start": 7145,
"tag": "PASSWORD",
"value": "Pass"
}
] | elm-simpler/src/Main.elm | marc136/wichteln | 0 | module Main exposing (Model, Msg(..), init, main, update, view)
import Browser exposing (UrlRequest(..))
import Browser.Navigation as Navigation
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (onClick, onInput, onSubmit)
import Http
import Json.Decode as Json
import Particip... | 2129 | module Main exposing (Model, Msg(..), init, main, update, view)
import Browser exposing (UrlRequest(..))
import Browser.Navigation as Navigation
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (onClick, onInput, onSubmit)
import Http
import Json.Decode as Json
import Particip... | true | module Main exposing (Model, Msg(..), init, main, update, view)
import Browser exposing (UrlRequest(..))
import Browser.Navigation as Navigation
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (onClick, onInput, onSubmit)
import Http
import Json.Decode as Json
import Particip... | elm |
[
{
"context": "**elm-ui**](https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/) that we use at [**Rakuten**](http",
"end": 3263,
"score": 0.8112111092,
"start": 3253,
"tag": "USERNAME",
"value": "mdgriffith"
},
{
"context": "および[elm-ui](https://package.elm-lang.org/package... | examples/pwa/src/Pages/Top.elm | rakutentech/rakuten-ui | 61 | module Pages.Top exposing
( maxWidth
, view
)
import Color
import Element exposing (..)
import Element.Font as Font
import Html.Attributes
import Markdown
import R10.Card
import R10.I18n
import R10.Language
import R10.Svg.Icons
import R10.Svg.IconsExtra
import R10.Svg.Logos
import R10.Svg.LogosExtra
import... | 8707 | module Pages.Top exposing
( maxWidth
, view
)
import Color
import Element exposing (..)
import Element.Font as Font
import Html.Attributes
import Markdown
import R10.Card
import R10.I18n
import R10.Language
import R10.Svg.Icons
import R10.Svg.IconsExtra
import R10.Svg.Logos
import R10.Svg.LogosExtra
import... | true | module Pages.Top exposing
( maxWidth
, view
)
import Color
import Element exposing (..)
import Element.Font as Font
import Html.Attributes
import Markdown
import R10.Card
import R10.I18n
import R10.Language
import R10.Svg.Icons
import R10.Svg.IconsExtra
import R10.Svg.Logos
import R10.Svg.LogosExtra
import... | elm |
[
{
"context": "ideoToSubmit\n , login = userData.username\n , password = userData",
"end": 3695,
"score": 0.9514500499,
"start": 3678,
"tag": "USERNAME",
"value": "userData.username"
},
{
"context": ".username\n ... | src/Page/Participate.elm | yohanboniface/ClasseA12 | 0 | module Page.Participate exposing (Model, Msg(..), init, update, view)
import Data.Kinto exposing (KintoData(..), NewVideo, Video, emptyNewVideo, emptyVideo)
import Data.Session exposing (Session)
import Dict
import Html as H
import Html.Attributes as HA
import Html.Events as HE
import Http
import Json.Decode as Decode... | 38521 | module Page.Participate exposing (Model, Msg(..), init, update, view)
import Data.Kinto exposing (KintoData(..), NewVideo, Video, emptyNewVideo, emptyVideo)
import Data.Session exposing (Session)
import Dict
import Html as H
import Html.Attributes as HA
import Html.Events as HE
import Http
import Json.Decode as Decode... | true | module Page.Participate exposing (Model, Msg(..), init, update, view)
import Data.Kinto exposing (KintoData(..), NewVideo, Video, emptyNewVideo, emptyVideo)
import Data.Session exposing (Session)
import Dict
import Html as H
import Html.Attributes as HA
import Html.Events as HE
import Http
import Json.Decode as Decode... | elm |
[
{
"context": "rapper ] ]\n [ input [ placeholder \"Your name\", onInput NameChange, class [ OrderName ] ] []\n ",
"end": 6100,
"score": 0.9277291298,
"start": 6091,
"tag": "NAME",
"value": "Your name"
}
] | src/Starbucks.elm | Ball/elm-soundex | 0 | port module Starbucks exposing (..)
import Array exposing (Array)
import Css
import Dict exposing (..)
import Html exposing (Attribute, Html, div, input, li, node, program, text, ul)
import Html.Attributes exposing (..)
import Html.CssHelpers exposing (withNamespace)
import Html.Events exposing (onInput)
import Random... | 11026 | port module Starbucks exposing (..)
import Array exposing (Array)
import Css
import Dict exposing (..)
import Html exposing (Attribute, Html, div, input, li, node, program, text, ul)
import Html.Attributes exposing (..)
import Html.CssHelpers exposing (withNamespace)
import Html.Events exposing (onInput)
import Random... | true | port module Starbucks exposing (..)
import Array exposing (Array)
import Css
import Dict exposing (..)
import Html exposing (Attribute, Html, div, input, li, node, program, text, ul)
import Html.Attributes exposing (..)
import Html.CssHelpers exposing (withNamespace)
import Html.Events exposing (onInput)
import Random... | elm |
[
{
"context": ", participants =\n [ { name = \"1\", email = \"b@dev.xz\" }\n , { name = \"2\", email = \"\" }\n ,",
"end": 1102,
"score": 0.7589383721,
"start": 1094,
"tag": "EMAIL",
"value": "b@dev.xz"
},
{
"context": "3\", email = \"\" }\n , { name = \"4\... | elm/src/Page/Create.elm | marc136/wichteln | 0 | module Page.Create exposing (allEmailsFilledIfNeeded, init, noGdprConfirmation, tooFewParticipants, update, view)
import Browser.Dom as Dom
import Date exposing (Date)
import Dev
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (onClick, onInput)
import Http
import Json.Decode... | 244 | module Page.Create exposing (allEmailsFilledIfNeeded, init, noGdprConfirmation, tooFewParticipants, update, view)
import Browser.Dom as Dom
import Date exposing (Date)
import Dev
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (onClick, onInput)
import Http
import Json.Decode... | true | module Page.Create exposing (allEmailsFilledIfNeeded, init, noGdprConfirmation, tooFewParticipants, update, view)
import Browser.Dom as Dom
import Date exposing (Date)
import Dev
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (onClick, onInput)
import Http
import Json.Decode... | elm |
[
{
"context": "y\" ] []\n\n\n\n-- pin ls with arg SUCCESS - {\"Keys\":{\"QmHash\":{\"Type\":\"recursive\"}}}\n-- pin ls with arg NOT FOUND - {\"Message\":\"merkl",
"end": 5504,
"score": 0.9860277772,
"start": 5475,
"tag": "KEY",
"value": "QmHash\":{\"Type\":\"recursive\"}}"
}
] | src/elm/Api/Endpoint.elm | movefasta/suzdal | 0 | module Api.Endpoint exposing (Endpoint, add, changeLog, cluster, config, configSet, connect, content, dagGet, dagPut, file, filesLs, filesRead, filesWrite, getContent, getInitRepos, id, ipfsWebUI, links, node, objectGet, pinAdd, pinLs, pinUpdate, pinVerify, publish, repoStat, request, resolve, swarmPeers, task, unwrap)... | 21653 | module Api.Endpoint exposing (Endpoint, add, changeLog, cluster, config, configSet, connect, content, dagGet, dagPut, file, filesLs, filesRead, filesWrite, getContent, getInitRepos, id, ipfsWebUI, links, node, objectGet, pinAdd, pinLs, pinUpdate, pinVerify, publish, repoStat, request, resolve, swarmPeers, task, unwrap)... | true | module Api.Endpoint exposing (Endpoint, add, changeLog, cluster, config, configSet, connect, content, dagGet, dagPut, file, filesLs, filesRead, filesWrite, getContent, getInitRepos, id, ipfsWebUI, links, node, objectGet, pinAdd, pinLs, pinUpdate, pinVerify, publish, repoStat, request, resolve, swarmPeers, task, unwrap)... | elm |
[
{
"context": "xposing (Author)\n\n\nwy : Author\nwy =\n { name = \"Wang Yi\"\n , avatar = \"/image/wy.png\"\n , email = \"li",
"end": 101,
"score": 0.9996657372,
"start": 94,
"tag": "NAME",
"value": "Wang Yi"
},
{
"context": "Yi\"\n , avatar = \"/image/wy.png\"\n , ema... | src/Authors.elm | meilab/johnny-art | 0 | module Authors exposing (..)
import Types exposing (Author)
wy : Author
wy =
{ name = "Wang Yi"
, avatar = "/image/wy.png"
, email = "linucywang@aliyun.com"
, bio = "Coder"
, blog = "https://meilab.github.io/elm_blog/"
, location = "Xi'an"
, github = "https://github.com/meilab/"
}
a... | 24337 | module Authors exposing (..)
import Types exposing (Author)
wy : Author
wy =
{ name = "<NAME>"
, avatar = "/image/wy.png"
, email = "<EMAIL>"
, bio = "Coder"
, blog = "https://meilab.github.io/elm_blog/"
, location = "Xi'an"
, github = "https://github.com/meilab/"
}
authors : List A... | true | module Authors exposing (..)
import Types exposing (Author)
wy : Author
wy =
{ name = "PI:NAME:<NAME>END_PI"
, avatar = "/image/wy.png"
, email = "PI:EMAIL:<EMAIL>END_PI"
, bio = "Coder"
, blog = "https://meilab.github.io/elm_blog/"
, location = "Xi'an"
, github = "https://github.com/meil... | elm |
[
{
"context": "anually edit this file, it was auto-generated by dillonkearns/elm-graphql\n-- https://github.com/dillonkearns/",
"end": 70,
"score": 0.6212692261,
"start": 61,
"tag": "USERNAME",
"value": "illonkear"
},
{
"context": "by dillonkearns/elm-graphql\n-- https://github.com/di... | frontend/src/elm/Hasura/Mutation.elm | andrewMacmurray/realworld-hasura | 45 | -- Do not manually edit this file, it was auto-generated by dillonkearns/elm-graphql
-- https://github.com/dillonkearns/elm-graphql
module Hasura.Mutation exposing (..)
import Graphql.Internal.Builder.Argument as Argument exposing (Argument)
import Graphql.Internal.Builder.Object as Object
import Graphql.Internal.En... | 59850 | -- Do not manually edit this file, it was auto-generated by dillonkearns/elm-graphql
-- https://github.com/dillonkearns/elm-graphql
module Hasura.Mutation exposing (..)
import Graphql.Internal.Builder.Argument as Argument exposing (Argument)
import Graphql.Internal.Builder.Object as Object
import Graphql.Internal.En... | true | -- Do not manually edit this file, it was auto-generated by dillonkearns/elm-graphql
-- https://github.com/dillonkearns/elm-graphql
module Hasura.Mutation exposing (..)
import Graphql.Internal.Builder.Argument as Argument exposing (Argument)
import Graphql.Internal.Builder.Object as Object
import Graphql.Internal.En... | elm |
[
{
"context": "uHeader []\n [ UI.panelMenuTitle [] [ text \"Almanac\" ]\n , UI.panelMenuTextfield []\n ",
"end": 1018,
"score": 0.8714828491,
"start": 1011,
"tag": "NAME",
"value": "Almanac"
}
] | src/App/Page.elm | mfeineis/kata-chatapp | 0 | module App.Page exposing (Intent(..), Model, view)
import App.Stream as Stream exposing (Stream, Topic)
import App.UI as UI exposing (ButtonModifier(..), PillModifier(..))
import Browser
import Html exposing (Html, button, div, input, li, ol, span, text)
import Html.Attributes as Attr exposing (class, disabled, placeh... | 33327 | module App.Page exposing (Intent(..), Model, view)
import App.Stream as Stream exposing (Stream, Topic)
import App.UI as UI exposing (ButtonModifier(..), PillModifier(..))
import Browser
import Html exposing (Html, button, div, input, li, ol, span, text)
import Html.Attributes as Attr exposing (class, disabled, placeh... | true | module App.Page exposing (Intent(..), Model, view)
import App.Stream as Stream exposing (Stream, Topic)
import App.UI as UI exposing (ButtonModifier(..), PillModifier(..))
import Browser
import Html exposing (Html, button, div, input, li, ol, span, text)
import Html.Attributes as Attr exposing (class, disabled, placeh... | elm |
[
{
"context": " -- e.g. [(\"Destination.ToAddresses.member.1\", \"foobar@example.com\")]\n List.indexedMap (\\i s -> ( prefix ++ Strin",
"end": 1150,
"score": 0.9999057651,
"start": 1132,
"tag": "EMAIL",
"value": "foobar@example.com"
}
] | src/AWS/SQS.elm | choonkeat/elm-aws | 0 | module AWS.SQS exposing
( OutgoingMessage(..), Response(..), unsignedRequest
, paramsForMessages, decodeResponse
)
{-| Implementation of <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-working-with-apis.html>
@docs OutgoingMessage, Response, unsignedRequest
## Tested inte... | 5417 | module AWS.SQS exposing
( OutgoingMessage(..), Response(..), unsignedRequest
, paramsForMessages, decodeResponse
)
{-| Implementation of <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-working-with-apis.html>
@docs OutgoingMessage, Response, unsignedRequest
## Tested inte... | true | module AWS.SQS exposing
( OutgoingMessage(..), Response(..), unsignedRequest
, paramsForMessages, decodeResponse
)
{-| Implementation of <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-working-with-apis.html>
@docs OutgoingMessage, Response, unsignedRequest
## Tested inte... | elm |
[
{
"context": "-- Copyright (c) 2013 Grzegorz Balcerek; see the LICENSE.txt file\n\nmodule Tutorial where\n",
"end": 39,
"score": 0.9998588562,
"start": 22,
"tag": "NAME",
"value": "Grzegorz Balcerek"
},
{
"context": "## You can find Preselm [here](https://github.com/grzegorzbalcerek/... | Tutorial.elm | deadfoxygrandpa/Preselm | 2 | -- Copyright (c) 2013 Grzegorz Balcerek; see the LICENSE.txt file
module Tutorial where
import Window
import Keyboard
import Preselm (..)
import Preselm
--------------------------
frame1 = { emptyFrame | middle <- Just [markdown|# Preselm Tutorial
Press *Enter* to continue.|] }
--------------------------
frame2 ... | 34296 | -- Copyright (c) 2013 <NAME>; see the LICENSE.txt file
module Tutorial where
import Window
import Keyboard
import Preselm (..)
import Preselm
--------------------------
frame1 = { emptyFrame | middle <- Just [markdown|# Preselm Tutorial
Press *Enter* to continue.|] }
--------------------------
frame2 = { emptyFr... | true | -- Copyright (c) 2013 PI:NAME:<NAME>END_PI; see the LICENSE.txt file
module Tutorial where
import Window
import Keyboard
import Preselm (..)
import Preselm
--------------------------
frame1 = { emptyFrame | middle <- Just [markdown|# Preselm Tutorial
Press *Enter* to continue.|] }
--------------------------
fram... | elm |
[
{
"context": "-> Bool\nmissingBond s =\n if String.startsWith \"Mash Kyrielight\" s.name then\n False\n else\n Craft",
"end": 907,
"score": 0.9998314977,
"start": 892,
"tag": "NAME",
"value": "Mash Kyrielight"
}
] | test/Test.elm | jnbooth/chaldeas | 18 | module Test exposing (main)
import Set
import Platform exposing (worker)
import StandardLibrary exposing (pure, suite)
import Database.CraftEssences as CraftEssences
import Database.Servants as Servants
import Model.CraftEssence exposing (CraftEssence)
import Model.Servant exposing (Servant)
import Model.Skill.Amoun... | 29648 | module Test exposing (main)
import Set
import Platform exposing (worker)
import StandardLibrary exposing (pure, suite)
import Database.CraftEssences as CraftEssences
import Database.Servants as Servants
import Model.CraftEssence exposing (CraftEssence)
import Model.Servant exposing (Servant)
import Model.Skill.Amoun... | true | module Test exposing (main)
import Set
import Platform exposing (worker)
import StandardLibrary exposing (pure, suite)
import Database.CraftEssences as CraftEssences
import Database.Servants as Servants
import Model.CraftEssence exposing (CraftEssence)
import Model.Servant exposing (Servant)
import Model.Skill.Amoun... | elm |
[
{
"context": "trol form-control-lg\", type_ \"text\", placeholder \"Your Name\" ]\n []\n ",
"end": 1271,
"score": 0.9975399375,
"start": 1262,
"tag": "NAME",
"value": "Your Name"
},
{
"context": "trol form-control-lg\", type_ \"text\", placeho... | src/elm/Pages/Register.elm | pdamoc/elm-conduit | 7 | module Pages.Register exposing (..)
import Html exposing (..)
import Html.Attributes exposing (..)
import Components exposing (..)
import Types exposing (..)
import Router exposing (toUrl, userLink)
view : { c | store : Store, currentPage : Page } -> Html msg
view cfg =
div []
[ navBar cfg
, regi... | 20059 | module Pages.Register exposing (..)
import Html exposing (..)
import Html.Attributes exposing (..)
import Components exposing (..)
import Types exposing (..)
import Router exposing (toUrl, userLink)
view : { c | store : Store, currentPage : Page } -> Html msg
view cfg =
div []
[ navBar cfg
, regi... | true | module Pages.Register exposing (..)
import Html exposing (..)
import Html.Attributes exposing (..)
import Components exposing (..)
import Types exposing (..)
import Router exposing (toUrl, userLink)
view : { c | store : Store, currentPage : Page } -> Html msg
view cfg =
div []
[ navBar cfg
, regi... | elm |
[
{
"context": "thmacro}\n\n\\\\begin{textmacro}\n\\\\newcommand{\\\\boss}{Phineas Fogg}\n\\\\newcommand{\\\\hello}[1]{Hello \\\\strong{#1}!}\n\\\\",
"end": 1345,
"score": 0.9998753667,
"start": 1333,
"tag": "NAME",
"value": "Phineas Fogg"
},
{
"context": "f{https://minilatex.io}{minil... | Demo/src/StringsV2.elm | elm-review-bot/meenylatex | 0 | module StringsV2 exposing (anharmonic, initialText, macros, mathExampleText)
macros =
"""
\\def\\half{\\small\\frac{1}{2}}
\\def\\bbR{\\mathbb{R}}
\\def\\caA{\\mathcal{A}}
\\def\\caC{\\mathcal{C}}
\\def\\caD{\\mathcal{D}}
\\def\\caF{\\mathcal{F}}
\\def\\caL{\\mathcal{L}}
\\def\\caP{\\mathcal{P}}
\\def\\UUU{\\math... | 40372 | module StringsV2 exposing (anharmonic, initialText, macros, mathExampleText)
macros =
"""
\\def\\half{\\small\\frac{1}{2}}
\\def\\bbR{\\mathbb{R}}
\\def\\caA{\\mathcal{A}}
\\def\\caC{\\mathcal{C}}
\\def\\caD{\\mathcal{D}}
\\def\\caF{\\mathcal{F}}
\\def\\caL{\\mathcal{L}}
\\def\\caP{\\mathcal{P}}
\\def\\UUU{\\math... | true | module StringsV2 exposing (anharmonic, initialText, macros, mathExampleText)
macros =
"""
\\def\\half{\\small\\frac{1}{2}}
\\def\\bbR{\\mathbb{R}}
\\def\\caA{\\mathcal{A}}
\\def\\caC{\\mathcal{C}}
\\def\\caD{\\mathcal{D}}
\\def\\caF{\\mathcal{F}}
\\def\\caL{\\mathcal{L}}
\\def\\caP{\\mathcal{P}}
\\def\\UUU{\\math... | elm |
[
{
"context": " from a tuple.\n\n first (3, 4) == 3\n first (\"john\", \"doe\") == \"john\"\n-}\nfirst : (a1, a2) -> a1\nfirs",
"end": 507,
"score": 0.9513707161,
"start": 503,
"tag": "NAME",
"value": "john"
},
{
"context": "tuple.\n\n first (3, 4) == 3\n first (\"john\", ... | resources/assets/scripts/contact/elm-stuff/packages/elm-lang/core/5.1.1/src/Tuple.elm | kyasu1/officeiko-theme | 494 | module Tuple exposing
( first, second
, mapFirst, mapSecond
)
{-| Some helpers for working with 2-tuples.
**Note:** For larger chunks of data, it is best to switch to using records. So
instead of representing a 3D point as `(3,4,5)` and wondering why there are no
helper functions, represent it as `{ x = 3, y = ... | 35683 | module Tuple exposing
( first, second
, mapFirst, mapSecond
)
{-| Some helpers for working with 2-tuples.
**Note:** For larger chunks of data, it is best to switch to using records. So
instead of representing a 3D point as `(3,4,5)` and wondering why there are no
helper functions, represent it as `{ x = 3, y = ... | true | module Tuple exposing
( first, second
, mapFirst, mapSecond
)
{-| Some helpers for working with 2-tuples.
**Note:** For larger chunks of data, it is best to switch to using records. So
instead of representing a 3D point as `(3,4,5)` and wondering why there are no
helper functions, represent it as `{ x = 3, y = ... | elm |
[
{
"context": " , owner = { displayName = Just \"Jon Doe\", id = \"\", url = \"https://open.spotify.com/user/e",
"end": 774,
"score": 0.9997543097,
"start": 767,
"tag": "NAME",
"value": "Jon Doe"
}
] | tests/Backup/PayloadTests.elm | Drako/SpotifyBackup | 2 | module Backup.PayloadTests exposing (..)
import Backup.Payloads exposing (spotifyToBackup)
import Backup.TestData exposing (..)
import Expect
import Spotify.Payloads as Spotify
import Test exposing (Test, test)
spotifyToBackupTest : Test
spotifyToBackupTest =
test "spotifyToBackup" <|
\_ ->
l... | 28438 | module Backup.PayloadTests exposing (..)
import Backup.Payloads exposing (spotifyToBackup)
import Backup.TestData exposing (..)
import Expect
import Spotify.Payloads as Spotify
import Test exposing (Test, test)
spotifyToBackupTest : Test
spotifyToBackupTest =
test "spotifyToBackup" <|
\_ ->
l... | true | module Backup.PayloadTests exposing (..)
import Backup.Payloads exposing (spotifyToBackup)
import Backup.TestData exposing (..)
import Expect
import Spotify.Payloads as Spotify
import Test exposing (Test, test)
spotifyToBackupTest : Test
spotifyToBackupTest =
test "spotifyToBackup" <|
\_ ->
l... | elm |
[
{
"context": "aantal: Int }\n\nmyinit : Model\nmyinit = { naam = \"Klaas\", aantal = 3 }\n\n------------------- VIEW --------",
"end": 711,
"score": 0.9993054271,
"start": 706,
"tag": "NAME",
"value": "Klaas"
}
] | scholing/sneeuwvlokken-4.elm | eelcodijkstra/functioneelElm | 2 | -- sneeuwvlokken-4 -- message type
module Main exposing(..)
import Browser
import Html exposing (Html, text, div, input, Attribute)
import Html.Attributes exposing (placeholder, value)
import Html.Events exposing (onInput)
import String exposing (join)
import List exposing(..)
import Maybe
import Svg exposing (svg, g... | 4210 | -- sneeuwvlokken-4 -- message type
module Main exposing(..)
import Browser
import Html exposing (Html, text, div, input, Attribute)
import Html.Attributes exposing (placeholder, value)
import Html.Events exposing (onInput)
import String exposing (join)
import List exposing(..)
import Maybe
import Svg exposing (svg, g... | true | -- sneeuwvlokken-4 -- message type
module Main exposing(..)
import Browser
import Html exposing (Html, text, div, input, Attribute)
import Html.Attributes exposing (placeholder, value)
import Html.Events exposing (onInput)
import String exposing (join)
import List exposing(..)
import Maybe
import Svg exposing (svg, g... | elm |
[
{
"context": "ct\n [ ( \"name\", JE.string \"george\" )\n , ( \"age\", JE.int 6 )\n",
"end": 6407,
"score": 0.9989512563,
"start": 6401,
"tag": "NAME",
"value": "george"
}
] | tests/SignersTests/CanonicalTests.elm | epequeno/elm-aws-core | 11 | module SignersTests.CanonicalTests
exposing
( canonicalHeadersTests
, canonicalPayloadTests
, canonicalQueryStringTests
, canonicalTests
, canonicalUriTests
, signedHeadersTests
)
import AWS.Core.Http
import AWS.Core.InternalTypes exposing (Signer(..))
import... | 56212 | module SignersTests.CanonicalTests
exposing
( canonicalHeadersTests
, canonicalPayloadTests
, canonicalQueryStringTests
, canonicalTests
, canonicalUriTests
, signedHeadersTests
)
import AWS.Core.Http
import AWS.Core.InternalTypes exposing (Signer(..))
import... | true | module SignersTests.CanonicalTests
exposing
( canonicalHeadersTests
, canonicalPayloadTests
, canonicalQueryStringTests
, canonicalTests
, canonicalUriTests
, signedHeadersTests
)
import AWS.Core.Http
import AWS.Core.InternalTypes exposing (Signer(..))
import... | elm |
[
{
"context": ")\r\n ]\r\n , name = \"Placeholder\"\r\n , score = 0\r\n , kills = 0\r\n ",
"end": 1665,
"score": 0.7357559204,
"start": 1654,
"tag": "NAME",
"value": "Placeholder"
}
] | elm-components/Galactic-War/src/GalacticWar/Stats.elm | BeardedPlatypus/capita-selecta-ctf | 0 | module GalacticWar.Stats exposing ( Model, init
, Msg ( UpdateModel )
, UpdateModelMsg ( UpdateTeam
, UpdateTeamScore
, UpdateName
... | 14272 | module GalacticWar.Stats exposing ( Model, init
, Msg ( UpdateModel )
, UpdateModelMsg ( UpdateTeam
, UpdateTeamScore
, UpdateName
... | true | module GalacticWar.Stats exposing ( Model, init
, Msg ( UpdateModel )
, UpdateModelMsg ( UpdateTeam
, UpdateTeamScore
, UpdateName
... | elm |
[
{
"context": "X, centerY ]\n [ usernameInput form.username UsernameChanged\n , emailInput form.email EmailChang",
"end": 1489,
"score": 0.7709563971,
"start": 1481,
"tag": "USERNAME",
"value": "Username"
},
{
"context": "Changed\n , newPasswordInput form.password... | frontend/src/Pages/Registration.elm | LupusAnay/servant-auth-api | 2 | module Pages.Registration exposing (Model, Msg, init, update, view)
import Browser.Navigation as Nav
import Element exposing (..)
import Http exposing (jsonBody)
import Json.Encode as Encode
import Session exposing (Session)
import User exposing (UserId, userIdDecoder)
import Utils exposing (RemoteData(..), WebData, f... | 5648 | module Pages.Registration exposing (Model, Msg, init, update, view)
import Browser.Navigation as Nav
import Element exposing (..)
import Http exposing (jsonBody)
import Json.Encode as Encode
import Session exposing (Session)
import User exposing (UserId, userIdDecoder)
import Utils exposing (RemoteData(..), WebData, f... | true | module Pages.Registration exposing (Model, Msg, init, update, view)
import Browser.Navigation as Nav
import Element exposing (..)
import Http exposing (jsonBody)
import Json.Encode as Encode
import Session exposing (Session)
import User exposing (UserId, userIdDecoder)
import Utils exposing (RemoteData(..), WebData, f... | elm |
[
{
"context": "-- Copyright (c) 2017 Daan Wendelen\n-- All rights reserved.\n-- \n-- Redistribution and",
"end": 35,
"score": 0.9998174906,
"start": 22,
"tag": "NAME",
"value": "Daan Wendelen"
}
] | day17/day17b.elm | dwendelen/adventofcode_2017 | 0 | -- Copyright (c) 2017 Daan Wendelen
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
-- modification, are permitted provided that the following conditions are met:
--
-- * Redistributions of source code must retain the above copyright notice, this
-- list of condition... | 18808 | -- Copyright (c) 2017 <NAME>
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
-- modification, are permitted provided that the following conditions are met:
--
-- * Redistributions of source code must retain the above copyright notice, this
-- list of conditions and t... | true | -- Copyright (c) 2017 PI:NAME:<NAME>END_PI
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
-- modification, are permitted provided that the following conditions are met:
--
-- * Redistributions of source code must retain the above copyright notice, this
-- list of co... | elm |
[
{
"context": "Images = \n [ { id = 1,\n name = \"Canard\",\n slug = \"YEHH65hefz\",\n de",
"end": 753,
"score": 0.9770505428,
"start": 747,
"tag": "NAME",
"value": "Canard"
},
{
"context": " {\n id = 2,\n name = \"V... | app/src/Listing/Images.elm | HETIC-MT-P2021/front-group01-proj01 | 0 | module Listing.Images exposing (..)
import Html exposing (Html, map, div, p, img, a, text, span)
import Html.Attributes exposing (class, href, src, width, height)
import Html.Events exposing (..)
-- This file is only meant to display hardcoded images on the home page
type alias Image =
{ id: Int
, name: Str... | 59314 | module Listing.Images exposing (..)
import Html exposing (Html, map, div, p, img, a, text, span)
import Html.Attributes exposing (class, href, src, width, height)
import Html.Events exposing (..)
-- This file is only meant to display hardcoded images on the home page
type alias Image =
{ id: Int
, name: Str... | true | module Listing.Images exposing (..)
import Html exposing (Html, map, div, p, img, a, text, span)
import Html.Attributes exposing (class, href, src, width, height)
import Html.Events exposing (..)
-- This file is only meant to display hardcoded images on the home page
type alias Image =
{ id: Int
, name: Str... | elm |
[
{
"context": "og In\" ]\n , input [ type_ \"text\", placeholder \"Username\", value m.loginUsername, onInput ChangeLoginUsern",
"end": 5601,
"score": 0.9836181402,
"start": 5593,
"tag": "USERNAME",
"value": "Username"
},
{
"context": "] []\n , input [ type_ \"password\", placeh... | src/Scylla/Views.elm | sansculotte/Scylla | 24 | module Scylla.Views exposing (..)
import Scylla.Model exposing (..)
import Scylla.Sync exposing (..)
import Scylla.Sync.Events exposing (..)
import Scylla.Sync.Rooms exposing (..)
import Scylla.Room exposing (RoomData, emptyOpenRooms, getHomeserver, getRoomName, getRoomTypingUsers, getLocalDisplayName)
import Scylla.Ro... | 45570 | module Scylla.Views exposing (..)
import Scylla.Model exposing (..)
import Scylla.Sync exposing (..)
import Scylla.Sync.Events exposing (..)
import Scylla.Sync.Rooms exposing (..)
import Scylla.Room exposing (RoomData, emptyOpenRooms, getHomeserver, getRoomName, getRoomTypingUsers, getLocalDisplayName)
import Scylla.Ro... | true | module Scylla.Views exposing (..)
import Scylla.Model exposing (..)
import Scylla.Sync exposing (..)
import Scylla.Sync.Events exposing (..)
import Scylla.Sync.Rooms exposing (..)
import Scylla.Room exposing (RoomData, emptyOpenRooms, getHomeserver, getRoomName, getRoomTypingUsers, getLocalDisplayName)
import Scylla.Ro... | elm |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.