Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update gcc dependency to 0.3.17. | [package]
name = "mpi"
version = "0.1.9"
authors = ["Benedikt Steinbusch <benedikt.steinbusch@googlemail.com>"]
description = "Message Passing Interface bindings for Rust"
homepage = "https://github.com/bsteinb/rsmpi"
repository = "https://github.com/bsteinb/rsmpi"
documentation = "http://bsteinb.github.io/rsmpi/"
re... | [package]
name = "mpi"
version = "0.1.9"
authors = ["Benedikt Steinbusch <benedikt.steinbusch@googlemail.com>"]
description = "Message Passing Interface bindings for Rust"
homepage = "https://github.com/bsteinb/rsmpi"
repository = "https://github.com/bsteinb/rsmpi"
documentation = "http://bsteinb.github.io/rsmpi/"
re... |
Change docs location, bump version | [package]
name = "blc"
version = "0.1.1"
authors = ["ljedrz <ljedrz@gmail.com>"]
description = "An implementation of the binary lambda calculus"
repository = "https://github.com/ljedrz/blc"
documentation = "https://ljedrz.github.io/blc/doc/blc/index.html"
readme = "README.md"
license = "CC0-1.0"
keywords = ["lambda", "... | [package]
name = "blc"
version = "0.1.2"
authors = ["ljedrz <ljedrz@gmail.com>"]
description = "An implementation of the binary lambda calculus"
repository = "https://github.com/ljedrz/blc"
documentation = "https://docs.rs/blc"
readme = "README.md"
license = "CC0-1.0"
keywords = ["lambda", "calculus", "church", "functi... |
Increase minor version to `0.1.1` | [package]
name = "rsoundio"
version = "0.1.0"
authors = ["Andreas Linz <klingt.net@gmail.com>"]
description = "libsoundio bindings for Rust"
keywords = ["audio", "stream", "recording"]
documentation = "https://docs.klingt.net/rustdoc/rsoundio"
repository = "https://git.klingt.net/alinz/rsoundio"
license = "GPL-3.0"
rea... | [package]
name = "rsoundio"
version = "0.1.1"
authors = ["Andreas Linz <klingt.net@gmail.com>"]
description = "libsoundio bindings for Rust"
keywords = ["audio", "stream", "recording"]
documentation = "https://docs.klingt.net/rustdoc/rsoundio"
repository = "https://git.klingt.net/alinz/rsoundio"
license = "GPL-3.0"
rea... |
Update validator_derive requirement from 0.14 to 0.15 | [package]
name = "rust-web-boilerplate"
version = "0.1.0"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
edition = "2018"
[lib]
name = "rust_web_boilerplate"
path = "src/lib.rs"
[dependencies]
uuid = { version = "0.8", features = ["serde", "v4"] }
chrono = { version = "0.4", features = ["serde"] }
argon2rs = ... | [package]
name = "rust-web-boilerplate"
version = "0.1.0"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
edition = "2018"
[lib]
name = "rust_web_boilerplate"
path = "src/lib.rs"
[dependencies]
uuid = { version = "0.8", features = ["serde", "v4"] }
chrono = { version = "0.4", features = ["serde"] }
argon2rs = ... |
Set min version to v0.20 | name = "Minimalist"
license = "Apache License 2.0"
licenselink = "https://github.com/digitalcraftsman/hugo-minimalist-theme/blob/master/LICENSE.md"
description = "A minimalistic theme with the focus on blogging."
homepage = "https://github.com/digitalcraftsman"
tags = ["disqus", "google analytics", "responsive", "synta... | name = "Minimalist"
license = "Apache License 2.0"
licenselink = "https://github.com/digitalcraftsman/hugo-minimalist-theme/blob/master/LICENSE.md"
description = "A minimalistic theme with the focus on blogging."
homepage = "https://github.com/digitalcraftsman"
tags = ["disqus", "google analytics", "responsive", "synta... |
Use the unstable feature of string_cache and selectors in geckolib | [package]
name = "geckoservo"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "geckoservo"
path = "lib.rs"
crate-type = ["staticlib"]
[dependencies]
app_units = {version = "0.2.1", features = ["plugins"]}
bitflags = "0.3"
cssparser = {version = "0.5.3", features = ["heap_size", "serde-serial... | [package]
name = "geckoservo"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "geckoservo"
path = "lib.rs"
crate-type = ["staticlib"]
[dependencies]
app_units = {version = "0.2.1", features = ["plugins"]}
bitflags = "0.3"
cssparser = {version = "0.5.3", features = ["heap_size", "serde-serial... |
Add an execute (`lalrpop-exe`) that one can use to run LALRPOP manually. | [package]
name = "lalrpop-exe"
version = "0.10.0" # LALRPOP
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
license = "Apache-2.0/MIT"
[dependencies.lalrpop-util]
path = "../lalrpop-util"
[dependencies.lalrpop]
path = "../lalrpop"
[dependencies]
docopt = "0.6"
rustc-serialize = "0.3" | [package]
name = "lalrpop-exe"
version = "0.10.0" # LALRPOP
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
license = "Apache-2.0/MIT"
[dependencies.lalrpop-util]
path = "../lalrpop-util"
[dependencies.lalrpop]
path = "../lalrpop"
[dependencies]
docopt = "0.6"
rustc-serialize = "0.3"
|
Update to `syn` 1 in `stdweb-internal-test-macro` | [package]
name = "stdweb-internal-test-macro"
version = "0.1.0"
authors = ["Jan Bujak <j@exia.io>"]
repository = "https://github.com/koute/stdweb"
homepage = "https://github.com/koute/stdweb"
documentation = "https://docs.rs/stdweb/*/stdweb/"
license = "MIT/Apache-2.0"
description = "Internal crate of the `stdweb` crat... | [package]
name = "stdweb-internal-test-macro"
version = "0.1.0"
authors = ["Jan Bujak <j@exia.io>"]
repository = "https://github.com/koute/stdweb"
homepage = "https://github.com/koute/stdweb"
documentation = "https://docs.rs/stdweb/*/stdweb/"
license = "MIT/Apache-2.0"
description = "Internal crate of the `stdweb` crat... |
Bump ipnetwork version to 0.14.0 | [package]
name = "pnet_datalink"
version = "0.21.0"
authors = ["Robert Clipsham <robert@octarineparrot.com>", "Linus Färnstrand <faern@faern.net>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
repository = "https://github.com/libpnet/libpnet"
description = "Cross-platform, datalink layer n... | [package]
name = "pnet_datalink"
version = "0.21.0"
authors = ["Robert Clipsham <robert@octarineparrot.com>", "Linus Färnstrand <faern@faern.net>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
repository = "https://github.com/libpnet/libpnet"
description = "Cross-platform, datalink layer n... |
Update insta requirement from 0.15 to 0.16 | [package]
name = "codespan-reporting"
version = "0.9.2"
readme = "../README.md"
license = "Apache-2.0"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"]
description = "Beautiful diagnostic reporting for text-based programming languages"
homepage = "https://github.com/brendanzab/codespan"
repository = "https://git... | [package]
name = "codespan-reporting"
version = "0.9.2"
readme = "../README.md"
license = "Apache-2.0"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"]
description = "Beautiful diagnostic reporting for text-based programming languages"
homepage = "https://github.com/brendanzab/codespan"
repository = "https://git... |
Set max logging level to INFO in the release build | [package]
authors = ["Mika Attila <radiantstatue@gmail.com>"]
name = "rgmk"
version = "0.1.0"
[dependencies]
byteorder = "0.3.13"
log = "0.3.2"
quick-error = "0.1.4"
env_logger = "0.3.1"
| [package]
authors = ["Mika Attila <radiantstatue@gmail.com>"]
name = "rgmk"
version = "0.1.0"
[dependencies]
byteorder = "0.3.13"
log = { version = "0.3.3", features = ["release_max_level_info"] }
quick-error = "0.1.4"
env_logger = "0.3.1"
|
Fix "human panic" for Rust 1.25 | [package]
name = "libnewsboat"
version = "2.14.0"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
[dependencies]
chrono = "0.4"
rand = "0.5"
once_cell = "0.1.6"
regex = "1.0"
url = "1.7"
dirs = "1.0.4"
backtrace = "0.3"
[dev-dependencies]
tempfile = "3"
| [package]
name = "libnewsboat"
version = "2.14.0"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
[dependencies]
chrono = "0.4"
rand = "0.5"
once_cell = "0.1.6"
regex = "1.0"
url = "1.7"
dirs = "1.0.4"
# At least 0.3.13 doesn't work with 1.25:
# https://travis-ci.org/newsboat/newsboat/jobs/468075104#L1032
# http... |
Update phf requirement from 0.9 to 0.10 | [package]
authors = ["Nick Babcock <nbabcock19@hotmail.com>"]
license = "MIT"
name = "boxcars"
readme = "README.md"
edition = "2018"
repository = "https://github.com/nickbabcock/boxcars"
description = "Rocket league replay parser"
keywords = ["rocket-league"]
categories = ["parsing"]
version = "0.9.1-pre"
include = ["s... | [package]
authors = ["Nick Babcock <nbabcock19@hotmail.com>"]
license = "MIT"
name = "boxcars"
readme = "README.md"
edition = "2018"
repository = "https://github.com/nickbabcock/boxcars"
description = "Rocket league replay parser"
keywords = ["rocket-league"]
categories = ["parsing"]
version = "0.9.1-pre"
include = ["s... |
Update error-chain and binary name | [package]
authors = ["The Rust Project Developers"]
name = "installer"
version = "0.0.0"
[[bin]]
doc = false
name = "rust-installer"
path = "src/main.rs"
[dependencies]
error-chain = "0.10.0"
flate2 = "0.2.19"
tar = "0.4.13"
walkdir = "1.0.7"
xz2 = "0.1.3"
[dependencies.clap]
features = ["yaml"]
version = "2.19.0"
... | [package]
authors = ["The Rust Project Developers"]
name = "installer"
version = "0.0.0"
[[bin]]
doc = false
name = "fabricate"
path = "src/main.rs"
[dependencies]
error-chain = "0.11.0"
flate2 = "0.2.19"
tar = "0.4.13"
walkdir = "1.0.7"
xz2 = "0.1.3"
[dependencies.clap]
features = ["yaml"]
version = "2.19.0"
[targ... |
Update nalgebra requirement from 0.17 to 0.18 | [package]
name = "bvh"
description = "A fast BVH using SAH"
version = "0.3.1"
edition = "2018"
authors = [
"Sven-Hendrik Haase <svenstaro@gmail.com>",
"Alexander Dmitriev <alexander.dmitriev2580@gmail.com>"
]
readme = "README.md"
repository = "https://github.com/svenstaro/bvh"
documentation = "https://docs.rs/c... | [package]
name = "bvh"
description = "A fast BVH using SAH"
version = "0.3.1"
edition = "2018"
authors = [
"Sven-Hendrik Haase <svenstaro@gmail.com>",
"Alexander Dmitriev <alexander.dmitriev2580@gmail.com>"
]
readme = "README.md"
repository = "https://github.com/svenstaro/bvh"
documentation = "https://docs.rs/c... |
Remove dependency wildcard to publish crate | [package]
name = "rust_ofp"
version = "0.1.0"
authors = ["Sam Baxter <sbaxter@cs.umass.edu>"]
description = "Simple Rust OpenFlow 0x01 controller"
documentation = "https://baxtersa.github.io/rust_ofp/docs"
repository = "https://github.com/baxtersa/rust_ofp"
readme = "README.md"
keywords = ["SDN", "Networking", "Open... | [package]
name = "rust_ofp"
version = "0.1.0"
authors = ["Sam Baxter <sbaxter@cs.umass.edu>"]
description = "Simple Rust OpenFlow 0x01 controller"
documentation = "https://baxtersa.github.io/rust_ofp/docs"
repository = "https://github.com/baxtersa/rust_ofp"
readme = "README.md"
keywords = ["SDN", "Networking", "Open... |
Add some metadata for ranges | [package]
name = "ion-ranges"
version = "0.1.0"
authors = ["Michael Murphy <mmstickman@gmail.com>"]
edition = "2018"
[dependencies]
| [package]
name = "ion-ranges"
version = "0.1.0"
authors = ["Michael Murphy <mmstickman@gmail.com>"]
edition = "2018"
description = "extra traits to parse the stdlib's range"
license = "MIT"
repository = "https://gitlab.redox-os.org/redox-os/ion"
[dependencies]
|
Switch back to librato l2met | # General configuration
[hekad]
maxprocs = 4
# Dashboard
[dashboard]
type = "DashboardOutput"
address = ":4352"
ticker_interval = 15
# Docker input plugin, takes all logs from docker socket as input
[docker]
type = "DockerLogInput"
[docker_syslog_encoder]
type = "SandboxEncoder"
filename = "lua_encoders/docker_syslo... | # -------
# General
# -------
[hekad]
maxprocs = 4
[DashboardOutput]
address = ":4352"
ticker_interval = 15
# ------
# Inputs
# ------
[docker]
type = "DockerLogInput"
# --------
# Decoders
# --------
# -------
# Filters
# -------
# --------
# Encoders
# --------
[docker_syslog_encoder]
type = "SandboxEncoder"
... |
Update keywords in crates.io metadata | [package]
name = "serde_bytes"
version = "0.11.6" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["encoding", "no-std"]
description = "Optimized handling of `&[u8]` and `Vec<u8>` for Serde"
documentation = "https://docs.serde.rs/serde_bytes/"
edition = "2018"
keywords = [... | [package]
name = "serde_bytes"
version = "0.11.6" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["encoding", "no-std"]
description = "Optimized handling of `&[u8]` and `Vec<u8>` for Serde"
documentation = "https://docs.serde.rs/serde_bytes/"
edition = "2018"
keywords = [... |
Rename from poet_sys to poet-sys | [package]
name = "poet_sys"
version = "0.1.0"
authors = ["Connor Imes <cimes@mozilla.com>"]
[dependencies]
libc = "0.1"
| [package]
name = "poet-sys"
version = "0.1.0"
authors = ["Connor Imes <cimes@mozilla.com>"]
[dependencies]
libc = "0.1"
|
Add link to docs | [package]
name = "ucl"
version = "0.1.0"
description = "Rust bindings to libucl"
authors = ["Łukasz Niemier <lukasz@niemier.pl>"]
license-file = "LICENSE"
repository = "https://github.com/hauleth/ucl-rs"
[dependencies]
libucl-sys = "*"
libc = "*"
| [package]
name = "ucl"
version = "0.1.1"
description = "Rust bindings to libucl"
documentation = "http://lukasz.niemier.pl/ucl-rs"
authors = ["Łukasz Niemier <lukasz@niemier.pl>"]
license-file = "LICENSE"
repository = "https://github.com/hauleth/ucl-rs"
[dependencies]
libucl-sys = "*"
libc = "*"
|
Enable LTO in release mode | [package]
name = "rustrelay"
version = "0.1.0"
authors = ["Romain Vimont <rvimont@genymobile.com>"]
[lib]
name = "relaylib"
path = "src/lib.rs"
[dependencies]
mio = "0.6" # for async I/O
slab = "0.3" # helper for mio Tokens
log = "0.3" # for logs
chrono = "0.3" # for formatting timestamp in logs
| [package]
name = "rustrelay"
version = "0.1.0"
authors = ["Romain Vimont <rvimont@genymobile.com>"]
[lib]
name = "relaylib"
path = "src/lib.rs"
[dependencies]
mio = "0.6" # for async I/O
slab = "0.3" # helper for mio Tokens
log = "0.3" # for logs
chrono = "0.3" # for formatting timestamp in logs
[profile.rel... |
Add declaration indicating the PEP 517 build backend needed for building setuptools. | [build-system]
requires = ["wheel"]
[tool.towncrier]
package = "setuptools"
package_dir = "setuptools"
filename = "CHANGES.rst"
directory = "changelog.d"
title_format = "v{version}"
issue_format = "#{issue}"
template = "towncrier_template.rst"
underlines = ["-"]
[[tool.towncrier.ty... | [build-system]
requires = ["wheel"]
build-backend = "setuptools.build_meta"
[tool.towncrier]
package = "setuptools"
package_dir = "setuptools"
filename = "CHANGES.rst"
directory = "changelog.d"
title_format = "v{version}"
issue_format = "#{issue}"
template = "towncrier_template.rst"
und... |
Enable lto on release build | [package]
name = "craycray"
version = "0.1.0"
authors = ["Vzaa <Vzaa@users.noreply.github.com>"]
[dependencies]
sdl2 = "0.29.1"
vecmath = "0.3.0"
rayon = "0.7.0"
clap = "2.23.3"
serde = "1.0.2"
serde_derive = "1.0.2"
serde_json = "1.0.1"
| [package]
name = "craycray"
version = "0.1.0"
authors = ["Vzaa <Vzaa@users.noreply.github.com>"]
[dependencies]
sdl2 = "0.29.1"
vecmath = "0.3.0"
rayon = "0.7.0"
clap = "2.23.3"
serde = "1.0.2"
serde_derive = "1.0.2"
serde_json = "1.0.1"
[profile.release]
lto = true
|
Add claps-rs + description and license | [package]
name = "gooddata-fs"
version = "0.0.5"
authors = [
"Tomas Korcak <korczis@gmail.com>"
]
[dependencies]
chomp = "0.2.5"
chrono = "0.2"
cookie = "0.2.4"
env_logger = "0.3"
fuse = "0.2"
hyper = "0.9"
libc = { version = "0.2", default-features = false }
log = "0.3"
lru-cache = "0.0.7"
rand = "0.3.0"
regex = "0... | [package]
name = "gooddata-fs"
version = "0.0.5"
authors = [
"Tomas Korcak <korczis@gmail.com>"
]
description = "GoodData as Filesystem (using FUSE)"
license = "MIT"
repository = "https://github.com/korczis/gooddata-fs"
[dependencies]
chomp = "0.2.5"
chrono = "0.2"
clap = "*"
cookie = "0.2.4"
env_logger = "0.3"
fuse... |
Complete project metadata so it is crates.io ready. | [package]
name = "kekbit"
version = "0.1.0"
authors = ["motoras <motoras@gmail.com>"]
edition = "2018"
[workspace]
members = [
".",
"kekbit-core",
]
[dependencies.kekbit-core]
version = "0.1.0"
path = "./kekbit-core"
[badges]
travis-ci = { repository = "motoras/kekbit", branch = "master" }
[profile.dev]
opt-le... | [package]
name = "kekbit"
version = "0.1.0"
authors = ["motoras <motoras@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Ultralight persistent data channels"
[workspace]
members = [
".",
"kekbit-core",
]
[dependencies.kekbit-core]
version = "0.1.0"
path = "./kekbit-core"
[badges]
travis-ci = { repos... |
Remove popup as a feature and give it the right name | name = "Hugo Bootstrap Premium"
license = "MIT"
licenselink = "https://github.com/appernetic/hugo-bootstrap-mod/LICENSE.md"
description = "A hugo theme using bootstrap, bootswatch, font-awesome, highlight.js and a popover email opt-in form"
homepage = "https://github.com/appernetic/hugo-bootstrap-premium"
tags = ["blog... | name = "Hugo Bootstrap Premium"
license = "MIT"
licenselink = "https://github.com/appernetic/hugo-bootstrap-premium/LICENSE.md"
description = "A hugo theme using bootstrap, bootswatch, font-awesome, highlight.js and a popover email opt-in form"
homepage = "https://github.com/appernetic/hugo-bootstrap-premium"
tags = ["... |
Use extension_helpers to find cython extensions | [build-system]
requires = [
"wheel",
"setuptools",
"Cython>=0.29.2",
"oldest-supported-numpy",
]
build-backend = 'setuptools.build_meta'
[tool.pytest.ini_options]
markers = [
"might_download: marks tests that might download a file",
]
| [build-system]
requires = [
"wheel",
"setuptools",
"cython>=0.29.2",
"oldest-supported-numpy",
"extension-helpers",
]
build-backend = 'setuptools.build_meta'
[tool.pytest.ini_options]
markers = [
"might_download: marks tests that might download a file",
]
|
Add sha224, sha384, sha512224, sha512256 | [package]
name = "shasum"
version = "0.2.0"
authors = ["Vadim Smirnov <smirnovvad7@gmail.com>"]
[dependencies]
octavo = { git = "https://github.com/libOctavo/octavo" }
clap = "^2" | [package]
name = "shasum"
version = "0.3.0"
authors = ["Vadim Smirnov <smirnovvad7@gmail.com>"]
[dependencies]
octavo = { git = "https://github.com/libOctavo/octavo" }
clap = "^2" |
Disable debug symbols by for dev profile | [workspace]
members = ["crates/*", "examples/*", "xtask"]
# xtask should only be compiled when invoked explicitly
default-members = ["crates/*", "examples/*"]
resolver = "2"
| [workspace]
members = ["crates/*", "examples/*", "xtask"]
# xtask should only be compiled when invoked explicitly
default-members = ["crates/*", "examples/*"]
resolver = "2"
[profile.dev]
# Speeds up test times by more than 10% in a simple test
# Set to 1 or 2 if you want to use a debugger in this workspace
debug = 0... |
Enable opt-level 3 for fuzzing and add note about other flags |
[package]
name = "vobsub-fuzz"
version = "0.0.1"
authors = ["Automatically generated"]
publish = false
[package.metadata]
cargo-fuzz = true
[dependencies.vobsub]
path = ".."
[dependencies.libfuzzer-sys]
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
# Prevent this from interfering with workspaces
[workspace... |
[package]
name = "vobsub-fuzz"
version = "0.0.1"
authors = ["Automatically generated"]
publish = false
[package.metadata]
cargo-fuzz = true
[profile.dev]
# Optimize the code as much as we can before running.
# https://github.com/rust-fuzz/cargo-fuzz/issues/63
opt-level = 3
# How can we pass this?
# https://github.co... |
Set a full base url for docs | baseURL = "/"
languageCode = "en-us"
title = "Templater"
[blackfriday]
angledQuotes = true
fractions = false
plainIDAnchors = true
smartlists = true
extensions = ["hardLineBreak"]
[params]
author = "Thomas Boerger"
description = "A template processor for environment variables"
keywords = "template, en... | baseURL = "https://webhippie.github.io/templater/"
languageCode = "en-us"
title = "Templater"
[blackfriday]
angledQuotes = true
fractions = false
plainIDAnchors = true
smartlists = true
extensions = ["hardLineBreak"]
[params]
author = "Thomas Boerger"
description = "A template processor for environment ... |
Fix gcc version required by libprofiler_builtins | [package]
authors = ["The Rust Project Developers"]
build = "build.rs"
name = "profiler_builtins"
version = "0.0.0"
[lib]
name = "profiler_builtins"
path = "lib.rs"
test = false
bench = false
doc = false
[dependencies]
core = { path = "../libcore" }
[build-dependencies]
gcc = "0.3.27"
| [package]
authors = ["The Rust Project Developers"]
build = "build.rs"
name = "profiler_builtins"
version = "0.0.0"
[lib]
name = "profiler_builtins"
path = "lib.rs"
test = false
bench = false
doc = false
[dependencies]
core = { path = "../libcore" }
[build-dependencies]
gcc = "0.3.50"
|
Fix for latest rust nightly. | [package]
name = "sdl2_net"
version = "0.0.1"
authors = ["Nathan Braswell <miloignis@gmail.com>"]
description = "SDL2_net bindings and wrappers"
licence = "MIT"
[dependencies]
sdl2 = "0.0.21"
| [package]
name = "sdl2_net"
version = "0.0.1"
authors = ["Nathan Braswell <miloignis@gmail.com>"]
description = "SDL2_net bindings and wrappers"
licence = "MIT"
[dependencies]
sdl2 = "0.0.31"
|
Add optional package metadata field. | [package]
name = "cassowary"
version = "0.1.0"
authors = ["Konstantin Terziev <kd.terziev@gmail.com>"]
[dependencies]
| [package]
name = "cassowary"
version = "0.1.0"
authors = ["Konstantin Terziev <kd.terziev@gmail.com>"]
description = "The Cassowary constraint solver algorithm written in the Rust Programming Language."
repository = "https://github.com/MrKonstantinT/rust-cassowary"
readme = "README.md"
keywords = ["cassowary", "solver"... |
Prepare app_units crate for publishing | [package]
name = "app_units"
version = "0.1.0"
authors = ["The Servo Project Developers"]
[dependencies]
serde = "0.6"
serde_macros = "0.5"
rustc-serialize = "0.3"
euclid = "0.2"
| [package]
name = "app_units"
version = "0.1.0"
authors = ["The Servo Project Developers"]
description = "Servo app units type (Au)"
documentation = "http://doc.servo.org/app_units/"
repository = "https://github.com/servo/app_units"
license = "MIT / Apache-2.0"
[dependencies]
serde = "0.6"
serde_macros = "0.5"
rustc-se... |
Add package metadata for askama crate | [package]
name = "askama"
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
workspace = ".."
[dependencies]
htmlescape = { git = "https://github.com/veddan/rust-htmlescape" }
nom = "2.0"
| [package]
name = "askama"
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Type-safe compiled templates for Rust"
repository = "https://github.com/djc/askama"
license = "MIT/Apache-2.0"
workspace = ".."
[dependencies]
htmlescape = { git = "https://github.com/veddan/rust-htmlescape" }... |
Move example and test dependencies to dev-dependencies | [package]
name = "json5format"
version = "0.1.0"
authors = ["Rich Kadel <richkadel@google.com>"]
edition = "2018"
keywords = ["json", "json5", "style", "formatter", "comments"]
license = "BSD-3-Clause"
description = "Customizable JSON5 document formatter that preserves comments"
repository = "https://github.com/google/... | [package]
name = "json5format"
version = "0.1.0"
authors = ["Rich Kadel <richkadel@google.com>"]
edition = "2018"
keywords = ["json", "json5", "style", "formatter", "comments"]
license = "BSD-3-Clause"
description = "Customizable JSON5 document formatter that preserves comments"
repository = "https://github.com/google/... |
Update yaml-rust requirement from 0.3.4 to 0.4.2 | [package]
name = "pretty-git-prompt"
version = "0.2.0"
authors = ["Tomas Tomecek <tomas@tomecek.net>"]
description = "Your current git repository information inside a beautiful shell prompt."
license = "MIT"
license-file = "LICENSE"
documentation = "https://github.com/TomasTomecek/pretty-git-prompt/blob/master/README.m... | [package]
name = "pretty-git-prompt"
version = "0.2.0"
authors = ["Tomas Tomecek <tomas@tomecek.net>"]
description = "Your current git repository information inside a beautiful shell prompt."
license = "MIT"
license-file = "LICENSE"
documentation = "https://github.com/TomasTomecek/pretty-git-prompt/blob/master/README.m... |
Update skia and bump version number. | [package]
name = "azure"
version = "0.14.0"
authors = ["The Servo Project Developers"]
documentation = "http://doc.servo.org/azure/"
build = "build.rs"
[features]
default = []
plugins = ["serde", "serde_derive", "heapsize", "heapsize_derive"]
[build-dependencies]
cmake = "0.1"
[dependencies]
euclid = "0.11"
heapsiz... | [package]
name = "azure"
version = "0.15.0"
authors = ["The Servo Project Developers"]
documentation = "http://doc.servo.org/azure/"
build = "build.rs"
[features]
default = []
plugins = ["serde", "serde_derive", "heapsize", "heapsize_derive"]
[build-dependencies]
cmake = "0.1"
[dependencies]
euclid = "0.11"
heapsiz... |
Use git version of document rather than local | [package]
name = "xpath"
version = "0.0.1"
authors = ["Jake Goulding <jake.goulding@gmail.com>"]
[dependencies.document]
path = "../document"
| [package]
name = "xpath"
version = "0.0.1"
authors = ["Jake Goulding <jake.goulding@gmail.com>"]
[dependencies.document]
git = "https://github.com/shepmaster/sxd-document.git"
|
Add LTO to new example | [package]
name = "adc"
version = "0.0.1"
[features]
default = ["mcu_lpc17xx"]
mcu_lpc17xx = ["zinc/mcu_lpc17xx"]
[dependencies]
zinc = { path = "../.." }
macro_platformtree = { path = "../../macro_platformtree" }
rust-libcore = "*"
| [package]
name = "adc"
version = "0.0.1"
[features]
default = ["mcu_lpc17xx"]
mcu_lpc17xx = ["zinc/mcu_lpc17xx"]
[dependencies]
zinc = { path = "../.." }
macro_platformtree = { path = "../../macro_platformtree" }
rust-libcore = "*"
[profile.release]
lto = true
|
Add a newline to the resource | [server]
hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"
[super_admin]
username = "admin"
password = "admin"
create_admin_account = true
[user_store]
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServer... | [server]
hostname = "localhost"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"
[super_admin]
username = "admin"
password = "admin"
create_admin_account = true
[user_store]
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServer... |
Use minor version for deps and add unstable feature for Travis CI | [package]
authors = ["Gestalt LUR <gestapolur@gmail.com>"]
name = "ali-ecs-ctl"
version = "0.2.0"
[dependencies]
chrono = "0.3"
clap = "~2.22.2"
hyper = "0.10"
reqwest = "0.5.0"
rustc-serialize = "0.3"
sha1 = "0.2.0"
url = "1.4.0"
[dependencies.uuid]
features = ["serde", "v4"]
version = "0.4"
| [package]
authors = ["Gestalt LUR <gestapolur@gmail.com>"]
name = "ali-ecs-ctl"
version = "0.2.0"
[dependencies]
chrono = "0.3"
clap = "2.22"
hyper = "0.10"
reqwest = "0.5"
rustc-serialize = "0.3"
sha1 = "0.2"
url = "1.4"
[dependencies.uuid]
features = ["serde", "v4"]
version = "0.4"
[features]
unstable = []
|
Add black config - skip popular cache dirs | [tool.black]
target_version = ['py35', 'py36', 'py37', 'py38']
include = '\.pyi?$'
exclude = '''
/(\.git/
|\.eggs
|\.hg
|__pycache__
|\.cache
|\.ipynb_checkpoints
|\.mypy_cache
|\.pytest_cache
|\.tox
|\.venv
|node_modules
|_build
|buck-out
|build
|dist
|media
|infrastructure
|templates... | |
Update x86 requirement from 0.35.0 to 0.36.0 in /x86test | [package]
name = "x86test"
version = "0.0.3"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
repository = "https://github.com/gz/rust-x86"
documentation = "https://docs.rs/x86test"
readme = "README.md"
keywords = ["vm", "os", "amd64", "kvm", "x86-64"]
license = "MIT OR Apache-2.0"
edition = '2018'
description ... | [package]
name = "x86test"
version = "0.0.3"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
repository = "https://github.com/gz/rust-x86"
documentation = "https://docs.rs/x86test"
readme = "README.md"
keywords = ["vm", "os", "amd64", "kvm", "x86-64"]
license = "MIT OR Apache-2.0"
edition = '2018'
description ... |
Add licenselink and min Hugo version | author = "Markus Eliasson"
description = "Liquorice is a small black and white theme for Hugo."
license = "MIT"
name = "liquorice"
source_repo = "https://github.com/eliasson/liquorice"
tags = ["", ""]
| author = "Markus Eliasson"
description = "Liquorice is a small black and white theme for Hugo."
license = "MIT"
licenselink = "https://github.com/eliasson/liquorice/blob/master/LICENSE"
name = "liquorice"
source_repo = "https://github.com/eliasson/liquorice"
tags = ["", ""]
min_version=0.12
|
Set HUGO_VERSION for deploy preview | [environment]
HUGO_VERSION = "0.26"
[context.production.environment]
HUGO_ENV = "production"
|
[context.production.environment]
HUGO_VERSION = "0.26"
HUGO_ENV = "production"
[context.deploy-preview.environment]
HUGO_VERSION = "0.26"
|
Add Alire description for ado mysql package | description = "Ada Database Objects (Mysql)"
tags = ["database", "uml", "sql", "mysql", "mariadb"]
name = "ado_mysql"
version = "2.2.1"
licenses = "Apache-2.0"
authors = ["Stephane.Carrez@gmail.com"]
maintainers = ["Stephane.Carrez@gmail.com"]
maintainers-logins = ["stcarrez"]
project-files = [".alire/mysql/ado_mysql.g... | |
Add PT-BR (Brazilian Portuguese) translation | [create-header-md]
other = "Crie um arquivo content/_header.md para customizar isto"
[create-footer-md]
other = "Crie um arquivo content/_footer.md para customizar o conteúdo do rodapé"
[Search-placeholder]
other = "Buscar..."
[Clear-History]
other = "Limpar Histórico"
[Page]
other = "Página"
[Next-Pages]
other = ... | |
Add DeepSource for static analysis | version = 1
exclude_patterns = ["*.pb.go"]
[[analyzers]]
name = "go"
enabled = true
[analyzers.meta]
import_paths = ["github.com/syncthing/syncthing"] | |
Make the form query more accurate | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix weather: <http://vocab-ld.org/vocab/weather#> .
@prefix hydra: <http://www.w3.org/ns/hydra/core#> .
@prefix xhtml: <http://www.w3.org/1999/xhtml#> .
@prefix schema: <http://schema.org/> .
<summary.ttl>
a weather:Summary ;
hydra:freetextQuer... | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix weather: <http://vocab-ld.org/vocab/weather#> .
@prefix hydra: <http://www.w3.org/ns/hydra/core#> .
@prefix xhtml: <http://www.w3.org/1999/xhtml#> .
@prefix schema: <http://schema.org/> .
<summary.ttl>
a weather:Summary ;
hydra:freetextQuer... |
Add 1st Machine specific attribute | @prefix ogit.MARS.Machine: <http://www.purl.org/ogit/MARS/Machine/> .
@prefix ogit: <http://www.purl.org/ogit/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://pu... | |
Add September talk and social | {% extends "master.twig" %}
{% block main_content %}
<div class="inner cover">
<p class="lead">
<img id="phpdorset-logo" src="/images/logo-transparent.png">
</p>
<h2>Next event</h2>
<p class="event-location">
... | {% extends "master.twig" %}
{% block main_content %}
<div class="inner cover">
<p class="lead">
<img id="phpdorset-logo" src="/images/logo-transparent.png">
</p>
<h2>Next event</h2>
<p class="event-location">
... |
Fix error if no format is defined | {#
This file is part of the Sonata package.
(c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends sonata_block.templates.block_base %}
{% block block %}
{% if settings.title %}
... | {#
This file is part of the Sonata package.
(c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends sonata_block.templates.block_base %}
{% block block %}
{% if settings.title %}
... |
Use select for more than two options. | {% include "field/preamble.twig" %}
<span class="multiple-choice-field">
{% for choiceSlug, choice in choices %}
<input type="checkbox" name="{{ slug }}" value="{{ choiceSlug }}" {% if choiceSlug == initial %}checked{% endif %}> {{ choice }}
{% endfor %}
</span>
{% include "field/postamble.twig" %} | {% include "field/preamble.twig" %}
<span class="multiple-choice-field">
{% for choiceSlug, choice in choices %}
<input type="checkbox" name="{{ slug }}" value="{{ choiceSlug }}" {% if choiceSlug in initial %}checked{% endif %}> {{ choice }}
{% endfor %}
</span>
{% include "field/postamble.twig" %} |
Fix the dump method in twig template for prod | <style type="text/css">.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}</style>
Hi,<br/>
<p>
SP Dashboard heeft getracht een 'spd-request-production-entity' Jira issue aan te maken. Maar dit is misluk... | <style type="text/css">.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}</style>
Hi,<br/>
<p>
SP Dashboard heeft getracht een 'spd-request-production-entity' Jira issue aan te maken. Maar dit is misluk... |
Change copy form view widget's HTML. | {% trans_default_domain 'admin' %}
{{ form_start(form, {'attr': {'class': 'js-form', 'data-reload-page': 1}}) }}
{{ form_widget(form) }}
<button type="submit"
class="table-row__btn-clone"
title="{{ (translation_prefix ~ 'action.copy.submit')|trans|e('html_attr') }}"
onclick="return confirm('{{ ... | {% trans_default_domain 'admin' %}
{% set title = (translation_prefix ~ 'action.copy.submit')|trans %}
{% set classes = {
'default': 'table-row__btn-clone',
'show': 'modal-actions__btn-copy',
} %}
{{ form_start(form, {'attr': {'class': 'js-form', 'data-reload-page': 1}}) }}
{{ form_widget(form) }}
<butto... |
Add register link on login page | {# src/RCloud/Bundle/UserBundle/Resources/views/Security/login.html.twig #}
{% extends 'RCloudUserBundle::layout.html.twig' %}
{% trans_default_domain 'FOSUserBundle' %}
{% block fos_user_content %}
{% if error %}
<div>{{ error|trans }}</div>
{% endif %}
<form action="{{ path("fos_user_security_... | {# src/RCloud/Bundle/UserBundle/Resources/views/Security/login.html.twig #}
{% extends 'RCloudUserBundle::layout.html.twig' %}
{% trans_default_domain 'FOSUserBundle' %}
{% block title %}Login{% endblock %}
{% block fos_user_content %}
{% if error %}
<div>{{ error|trans }}</div>
{% endif %}
<fo... |
Fix tiny regression in browse template | <h4>{{ result }}</h4>
{% if result.tags|length %}
<p class="text-muted">{{ render_value(result.tags) }}</p>
{% endif %}
<p>{{ result.path }}</p>
| <h4>{{ result }}</h4>
{% if result.tags|length %}
<p class="text-muted">{{ render_value(result.tags) }}</p>
{% endif %}
<p>{{ result.fileName }}</p>
|
Use Bootstrap's .btn-block, instead of our custom .display-block | {% if items|length == 0 %}
{{ "devture_user.no_items"|trans }}
{% else %}
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>{{ "devture_user.username"|trans }}</th>
<th class="hidden-xs">{{ "devture_user.email"|trans }}</th>
<th>{{ "devture_user.name"|trans }}</th>
</tr>
</thea... | {% if items|length == 0 %}
{{ "devture_user.no_items"|trans }}
{% else %}
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>{{ "devture_user.username"|trans }}</th>
<th class="hidden-xs">{{ "devture_user.email"|trans }}</th>
<th>{{ "devture_user.name"|trans }}</th>
... |
Add download link for the PDF | {% extends "layout.html.twig" %}
{% block content %}
<h1>Book</h1>
<ul>
{% for filename, data in book %}
{{ _self.renderFile(filename, data) }}
{% endfor %}
</ul>
<h1>Articles</h1>
<ul>
{% for filename, data in articles %}
{{ _self.renderFile(filename, data) }}
{% en... | {% extends "layout.html.twig" %}
{% block content %}
<h1>Book</h1>
<ul>
{% for filename, data in book %}
{{ _self.renderFile(filename, data) }}
{% endfor %}
</ul>
<h1>Articles</h1>
<ul>
{% for filename, data in articles %}
{{ _self.renderFile(filename, data) }}
{% en... |
Add filters dropdown on the admin talks page | {% extends "layouts/admin.twig" %}
{% block content %}
<h2 class="headline">Submitted Talks</h2>
{% include "admin/talks/_table.twig" %}
{{ pagination|raw }}
{% endblock %}
{% block scripts %}
{{ parent() }}
<script src="/assets/js/admin/talk.js"></script>
{% endblock %} | {% extends "layouts/admin.twig" %}
{% block content %}
<h2 class="headline">Submitted Talks</h2>
<form method="get" class="form-inline" role="form">
<div class="form-group">
<label>Filter By:</label>
<select name="filter" class="form-control">
<opt... |
Fix borders in order - show - addresses | {% if order.billingAddress is not null %}
<h4 class="ui attached styled header{% if order.shippingAddress is null %} top{% endif %}">
{{ 'sylius.ui.billing_address'|trans }}
</h4>
<div class="ui attached segment" id="billing-address">
{% include '@SyliusAdmin/Common/_address.html.twig' with ... | {% if order.billingAddress is not null %}
<h4 class="ui attached styled header top">
{{ 'sylius.ui.billing_address'|trans }}
</h4>
<div class="ui attached segment" id="billing-address">
{% include '@SyliusAdmin/Common/_address.html.twig' with {'address': order.billingAddress} %}
</div>
{... |
Index template page now inherits from layout | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Simple Slim example</title>
</head>
<body>
<h1>Simple Slim example</h1>
<p>This is being rendered from a <strong>Twig</strong> template.</p>
<p>Last friday was "{{ date|date('Y-m-d') }}".</p>
</body>
</html>
| {% extends 'layout.html.twig' %}
{% block content %}
<h1>Simple Slim example</h1>
<p>This is being rendered from a <strong>Twig</strong> template.</p>
<p>Last friday was "{{ date|date('Y-m-d') }}".</p>
{% endblock content %} |
Update Meetup after location to the Westbourne Pub | {% extends "master.twig" %}
{% block main_content %}
<div class="inner cover">
<p class="lead">
<img id="phpdorset-logo" src="/images/logo-transparent.png">
</p>
<h2>Next event</h2>
<p class="event-location">
... | {% extends "master.twig" %}
{% block main_content %}
<div class="inner cover">
<p class="lead">
<img id="phpdorset-logo" src="/images/logo-transparent.png">
</p>
<h2>Next event</h2>
<p class="event-location">
... |
Fix grant check on create content template | {% extends "ShuweeAdminBundle::page_content.html.twig" %}
{% form_theme form 'bootstrap_3_layout.html.twig' %}
{% block page_title %}{{ 'crud.create' | trans({}, 'ShuweeAdminBundle') }}{% endblock %}
{% block action_links %}
{% if grants['list'] %}
<a href="{{ admin_get_path(admin, 'index') }}" class="btn bt... | {% extends "ShuweeAdminBundle::page_content.html.twig" %}
{% form_theme form 'bootstrap_3_layout.html.twig' %}
{% block page_title %}{{ 'crud.create' | trans({}, 'ShuweeAdminBundle') }}{% endblock %}
{% block action_links %}
{% if admin.isGranted('LIST') %}
<a href="{{ admin_get_path(admin, 'index') }}" clas... |
Add triggering of change event | {% block elfinder_widget %}
<input type="text" {{ block('widget_attributes') }} {% if value is not empty %}value="{{ value }}" {% endif %} data-type="elfinder-input-field" />
{% if enable and instance is defined %}
<script type="text/javascript" charset="utf-8">
$('[data-type="elfinder-i... | {% block elfinder_widget %}
<input type="text" {{ block('widget_attributes') }} {% if value is not empty %}value="{{ value }}" {% endif %} data-type="elfinder-input-field" />
{% if enable and instance is defined %}
<script type="text/javascript" charset="utf-8">
$('[data-type="elfinder-i... |
Update comment form action URL | <div class="comment-form">
<h3> add comment </h3>
<form id="form" class="comment-form" method="post" action="{{ site.url~'/wp-comments-post.php' }}">
{% if user %}
<input type="hidden" name="email" value="{{ user.email }}">
<input type="hidden" name="author" value="{{ user.name... | <div class="comment-form">
<h3> add comment </h3>
<form id="form" class="comment-form" method="post" action="{{ site.site_url~'/wp-comments-post.php' }}">
{% if user %}
<input type="hidden" name="email" value="{{ user.email }}">
<input type="hidden" name="author" value="{{ user... |
Remove carriage returns and trim white space in title | {% extends "::base.html.twig" %}
{% block title %}
Welcome to {{ name }}'s page!
{% endblock %}
{% block body %}
Hello {{ name }}!
{% endblock %} | {% extends "::base.html.twig" %}
{% block title -%}
Welcome to {{ name }}'s page!
{%- endblock %}
{% block body %}
Hello {{ name }}!
{% endblock %} |
Access Denied Page iin dev env | {% extends status_code == 403 ? bap.layout : 'TwigBundle::layout.html.twig' %}
{% if status_code == 403 %}
{% block title %}
{{ exception.message }} ({{ status_code }} {{ status_text }})
{% endblock %}
{% block body %}
{% include 'TwigBundle:Exception:exception.html.twig' %}
{% endblock... | |
Add value to submit button on filiere::ajouter template | {% extends "MgatePersonneBundle::layout.html.twig" %}
{% block title %}
Ajouter une Filière {{ parent() }}
{% endblock %}
{% block content_title %}
Ajouter une Filière
{% endblock %}
{% block content_bundle %}
{{ form_start(form) }}
{{ form_label(form.nom) }} {{ form_widget(form.nom) }} {{ form_err... | {% extends "MgatePersonneBundle::layout.html.twig" %}
{% block title %}
Ajouter une Filière {{ parent() }}
{% endblock %}
{% block content_title %}
Ajouter une Filière
{% endblock %}
{% block content_bundle %}
{{ form_start(form) }}
{{ form_label(form.nom) }} {{ form_widget(form.nom) }} {{ form_err... |
Change template, return value instead | <?php
/**
* {{ controllerName }}
*
*/
class {{ controllerName }}
{
public function watch($channel)
{
echo 'You are watching ' . $channel;
}
} | <?php
/**
* {{ controllerName }}
*
*/
class {{ controllerName }}
{
public function watch($channel)
{
return 'You are watching ' . $channel;
}
} |
Use the base URL from the framework for the link on our logo instead of hardcoding it | {% extends "base.twig" %}
{% block title %}{% endblock %}
{% block nav %}
<div class="top-menu">
<nav class="ink-navigation ink-grid">
<ul class="menu horizontal black">
<li id="kennyl"><a href="/deneb"><span class="darkBlue">kennyl</span><span class="lightBlue">.im</span></a></li>
{% block navmenu... | {% extends "base.twig" %}
{% block title %}{% endblock %}
{% block nav %}
<div class="top-menu">
<nav class="ink-navigation ink-grid">
<ul class="menu horizontal black">
<li id="kennyl"><a href={{ baseUrl }}><span class="darkBlue">kennyl</span><span class="lightBlue">.im</span></a></li>
{% block na... |
Add step 1 unknown address | {% extends 'MunicipalesBundle:theme:layout.html.twig' %}
{% block title %}{{ 'candidate.html_title'|trans }}{% endblock %}
{% block content %}
<h1>{{ 'candidate.h1_title'|trans }}</h1>
<p class="important">
<div>
{{ error }}
</div>
</p>
{% endblock %} | |
Use the card view for the item listing. | {% extends 'LigiBundle::layout.html.twig' %}
{% block body -%}
<h1 class="ui dividing header">{% trans %}Item list{% endtrans %}</h1>
<table class="ui table">
<thead>
<tr>
<th>{% trans %}Name{% endtrans %}</th>
</tr>
</thead>
<tbody>
{% for entity in entities %}
<tr>
... | {% extends 'LigiBundle::layout.html.twig' %}
{% block title %}{% trans %}Item list{% endtrans %}{% endblock title %}
{% block body -%}
<h1 class="ui dividing header">{% trans %}Item list{% endtrans %}</h1>
<div class="ui cards">
{% for entity in entities %}
<div class="card">
<div class="image"... |
Remove Tiqr second factor for now. | {% extends "::base.html.twig" %}
{% block page_title %}{{ 'ss.registration.selector.title.welcome'|trans({'%name%': 'Fabien'}) }}{% endblock %}
{% block page_header %}
{{ parent() }}
{% include 'SurfnetStepupSelfServiceSelfServiceBundle::Registration/partial/progressBar.html.twig' with {'progress': 0} only %... | {% extends "::base.html.twig" %}
{% block page_title %}{{ 'ss.registration.selector.title.welcome'|trans({'%name%': 'Fabien'}) }}{% endblock %}
{% block page_header %}
{{ parent() }}
{% include 'SurfnetStepupSelfServiceSelfServiceBundle::Registration/partial/progressBar.html.twig' with {'progress': 0} only %... |
Add pure JavaScript implementation for flash alerts | {% block alert %}
{% stylesheets
"@RasFlashAlertBundle/Resources/public/css/alerts.css"
output = 'css/alert/alerts.css'
%}
<link rel="stylesheet" href="{{ asset_url }}" />
{% endstylesheets %}
{% for alert in flashAlerts %}
<div class="alert alert-{{ alert.type }}">
... | {% stylesheets
"@RasFlashAlertBundle/Resources/public/css/alerts.css"
output = 'css/alert/alerts.css'
%}
<link rel="stylesheet" href="{{ asset_url }}" />
{% endstylesheets %}
<div id="ras-flash-alerts">
{% for alert in flashAlerts %}
<div class="alert alert-{{ alert.type }}">
<butto... |
Add a legend for screenreaders | {#=== INIT ===========================================================================================================#}
{% set attributes_fieldset = {
class: 'form-group',
data_bolt_field: block('fieldset_type'),
data_bolt_fconf: fieldset_conf|default() is iterable ? fieldset_conf : null
} %}... | {#=== INIT ===========================================================================================================#}
{% set attributes_fieldset = {
class: 'form-group',
data_bolt_field: block('fieldset_type'),
data_bolt_fconf: fieldset_conf|default() is iterable ? fieldset_conf : null
} %}... |
Fix button to say Save instead of Add User on Edit User Page | {% include '_header.twig' with { 'active':'settings' } %}
{% form_theme form 'form_bolt_layout.twig' %}
<h1>{{title}}</h1>
<form action="#" method="post" class="form-inline" autocomplete="off">
{{ form_widget(form) }}
<input type="submit" value="Add user" name="submit" class="btn btn-primary" />
</form>
{... | {% include '_header.twig' with { 'active':'settings' } %}
{% form_theme form 'form_bolt_layout.twig' %}
<h1>{{title}}</h1>
<form action="#" method="post" class="form-inline" autocomplete="off">
{{ form_widget(form) }}
<input type="submit" value="Save" name="submit" class="btn btn-primary" />
</form>
{% in... |
Resolve default language not reachable with http_accept_language | <ul class="dropdown">
<li>
{% set langobj = grav['language'] %}
{% set key = langswitcher.current %}
{% set language = langswitcher.languages[key] %}
{% set lang_url = base_url_simple ~ langobj.getLanguageURLPrefix(key)~langswitcher.page_route ?: '/' %}
<a id="language-current" hreflang="{{key}}" rel="alter... | <ul class="dropdown">
<li>
{% set langobj = grav['language'] %}
{% set key = langswitcher.current %}
{% set language = langswitcher.languages[key] %}
{% set lang_url = base_url_simple ~ langobj.getLanguageURLPrefix(key)~langswitcher.page_route ?: langobj.getDefault() %}
<a id="language-current" hreflang="{{... |
Add twig block for collections | {% set collection = (collection is defined) ? collection : 'blocks' %}
{% set element = (element is defined) ? element : 'main' %}
{% set blocks = (blocks is defined) ? blocks : content[collection] %}
<{{ element }} property='{{ collection }}' typeof='collection'>
{% for index,block in blocks %}
{% include '@Conne... | {% set collection = (collection is defined) ? collection : 'blocks' %}
{% set element = (element is defined) ? element : 'main' %}
{% set blocks = (blocks is defined) ? blocks : content[collection] %}
{% block block_collection %}
<{{ element }} property='{{ collection }}' typeof='collection'>
{% block block_collecti... |
Add provinceName field to Address [AddresingBundle] Fix BulidAdddresFormSubscriberSpec | <address>
<strong>{{ address.firstName }} {{ address.lastName }}</strong>
{% if address.company %}
{{ address.company }}<br/>
{% endif %}
{{ address.phoneNumber }}<br/>
{{ address.street }}<br/>
{{ address.city }}<br/>
{% if address.provinceCode %}
{{ address.provinceCode|syl... | <address>
<strong>{{ address.firstName }} {{ address.lastName }}</strong>
{% if address.company %}
{{ address.company }}<br/>
{% endif %}
{{ address.phoneNumber }}<br/>
{{ address.street }}<br/>
{{ address.city }}<br/>
{% if address.provinceCode %}
{{ address.provinceCode|syl... |
Update iframe links for U16 Extra | <table>
{% for programName, programRoutes in routes %}
<tr><td class="row-hdr" style="border: 1px solid black;">{{ programName }}</td>
{% for gender, genderUrls in programRoutes %}
<td style="border: 1px solid black;">
{% for age, url in genderUrls %}
{% if age != "U10" %}
{% if programName ==... | <table>
{% for programName, programRoutes in routes %}
<tr><td class="row-hdr" style="border: 1px solid black;">{{ programName }}</td>
{% for gender, genderUrls in programRoutes %}
<td style="border: 1px solid black;">
{% for age, url in genderUrls %}
{% if age != "U10" %}
{% if programName ==... |
Fix list views with actions | {% for action in actions %}
{% if 'list' == action.name %}
{% set action_href = request_parameters.referer|default('') ? request_parameters.referer|easyadmin_urldecode : path('easyadmin', request_parameters|merge({ action: 'list' })) %}
{% elseif 'method' == action.type %}
{% set action_href = path('eas... | {% for action in actions %}
{% if 'list' == action.name %}
{% set action_href = request_parameters.referer|default('') ? request_parameters.referer|easyadmin_urldecode : path('easyadmin', request_parameters|merge({ action: 'list' })) %}
{% elseif 'method' == action.type %}
{% set action_href = path('eas... |
Fix to show the latest feed image | {% for post in feed|slice(1, count) %}
<li><a href="{{ post.link }}" target="_blank"><img src="{{ post.image }}" alt=""></a></li>
{% endfor %} | {% for post in feed|slice(0, count) %}
<li><a href="{{ post.link }}" target="_blank"><img src="{{ post.image }}" alt=""></a></li>
{% endfor %}
|
Fix version number in platform and crm - Fixed current version | {% extends "OroUIBundle:Default:index.html.twig" %}
{% oro_title_set({titleTemplate: 'Dashboard'}) %}
{% block content %}
<div class="span2">
<h2>UI</h2>
<a class="btn" href="{{ path('oro_ui_index') }}">Run demo</a>
</div>
<div class="span2">
<h2>Search</h2>
<a class="btn" ... | {% extends "OroUIBundle:Default:index.html.twig" %}
{% oro_title_set({titleTemplate: 'Dashboard'}) %}
{% block content %}
<div class="span2">
<h2>UI</h2>
<a class="btn" href="{{ path('oro_ui_index') }}">Run demo</a>
</div>
<div class="span2">
<h2>Search</h2>
<a class="btn" ... |
Make our analysis widget contain links. | {# This file is generated by the Spoon2Twig Converter #}
{% if warnings %}
<div id="widgetSettingsAnalyse" class="panel panel-primary">
<div class="panel-heading">
<h2 class="panel-title">{{ 'lbl.Analysis'|trans|capitalize }}</h2>
</div>
<div class="panel-body">
<ul>
{% for warning in warnings %}
... | {# This file is generated by the Spoon2Twig Converter #}
{% if warnings %}
<div id="widgetSettingsAnalyse" class="panel panel-primary">
<div class="panel-heading">
<h2 class="panel-title">{{ 'lbl.Analysis'|trans|capitalize }}</h2>
</div>
<div class="panel-body">
<ul>
{% for warning in warnings %}
... |
Add a link to the github project | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pairfony - where passionate PHP developers come to perfect their craft</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
{% stylesheets '@ObPairfonyBundle/Resources/public/css/*' output=... | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pairfony - where passionate PHP developers come to perfect their craft</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
{% stylesheets '@ObPairfonyBundle/Resources/public/css/*' output=... |
Rename method submit to formSubmit | {% extends "base/class.php.twig" %}
{% block file_path %}
Drupal\{{module}}\Entity\Form\{{ entity_class }}DeleteForm.
{% endblock %}
{% block namespace_class %}
namespace Drupal\{{module}}\Entity\Form;
{% endblock %}
{% block use_class %}
use Drupal\Core\Entity\ContentEntityConfirmFormBase;
use Drupal\Core\Form\Form... | {% extends "base/class.php.twig" %}
{% block file_path %}
Drupal\{{module}}\Entity\Form\{{ entity_class }}DeleteForm.
{% endblock %}
{% block namespace_class %}
namespace Drupal\{{module}}\Entity\Form;
{% endblock %}
{% block use_class %}
use Drupal\Core\Entity\ContentEntityConfirmFormBase;
use Drupal\Core\Form\Form... |
Add an ability to set a class | {% block yandex_maps_widget %}
<div id="{{ form.vars.id }}" style="width: {{ form.vars.width }}px; height: {{ form.vars.height }}px;"></div>
{% for child in form %}
{% if child.vars.value is empty %}
{{ form_row(child, {
value: form.vars.default[child.vars.name]
... | {% block yandex_maps_widget %}
<div id="{{ form.vars.id }}" class="{{ attr.class }}" style="width: {{ form.vars.width }}px; height: {{ form.vars.height }}px;"></div>
{% for child in form %}
{% if child.vars.value is empty %}
{{ form_row(child, {
value: form.vars.default[chil... |
Fix promotion template to fit with wireframes | {% extends "ProjectAppBundle::layout.html.twig" %}
{% block content %}
<h2>Promotions</h2>
<div class="bloc-top">
<a class="btn btn-second" href="{{ path('promotion_new') }}">Ajouter une promotion</a>
</div>
<div class="panel-group">
{% if promotions is empty %}
<div class="panel-item">
<d... | {% extends "ProjectAppBundle::layout.html.twig" %}
{% block content %}
<div class="bloc-top">
<a class="btn btn-second" href="{{ path('promotion_new') }}">Ajouter une promotion</a>
</div>
<div class="panel-group">
{% if promotions is empty %}
<div class="panel-item">
<div class="panel-content">... |
Add fallback to app.php for images which are not in the cache | server {
listen {{port}};
server_name {% for alias in aliases %}{{alias}} {% endfor %};
root {{root}};
error_log {{error_log}};
access_log {{access_log}};
location ~* \.(jpg|jpeg|png|gif|ico|css|js|svg|woff)$ {
expires 365d;
}
{% for config i... | server {
listen {{port}};
server_name {% for alias in aliases %}{{alias}} {% endfor %};
root {{root}};
error_log {{error_log}};
access_log {{access_log}};
location ~* \.(jpg|jpeg|png|gif|ico|css|js|svg|woff)$ {
expires 365d;
try_files $uri /ap... |
Update style for password change page | {##
# This file is part of CSBill package.
#
# (c) 2013-2014 Pierre du Plessis <info@customscripts.co.za>
#
# This source file is subject to the MIT license that is bundled
# with this source code in the file LICENSE.
#}
{% extends "CSBillCoreBundle:Layout:single_column.html.twig" %}
{% block title %}{{ "Chang... | {##
# This file is part of CSBill package.
#
# (c) 2013-2014 Pierre du Plessis <info@customscripts.co.za>
#
# This source file is subject to the MIT license that is bundled
# with this source code in the file LICENSE.
#}
{% extends "CSBillCoreBundle:Layout:single_column.html.twig" %}
{% block title %}{{ "Chang... |
Update Form theme file for Symfony 2.1 (fix deprecations) | {% extends 'form_div_layout.html.twig' %}
{% block field_label %}
{% spaceless %}
{% set attr = attr|merge({'class': attr.class|default('') ~ ' control-label'}) %}
{% set attr = attr|merge({'for': id}) %}
{{ block('generic_label') }}
{% endspaceless %}
{% endblock field_label %}
{% block field_row %}
{% s... | {% extends 'form_div_layout.html.twig' %}
{% block form_label %}
{% set label_attr = label_attr|merge({'class': (label_attr.class|default('') ~ ' control-label')|trim}) %}
{{parent()}}
{% endblock %}
{% block form_row %}
{% spaceless %}
<div class="control-group">
{{ form_label(form, label|default(null)) ... |
Set the correct component namespace | <div is="wps-main-template">
<section class="pageWrapper">
<header class="mainHeader">
{{ area('mainHeader') }}
</header>
<main class="mainContent">
{{ area('pageComponents') }}
</main>
<footer class="mainFooter">
{{ area('mainFooter') }}
</footer>
</section>
</div>
| <div is="flynt-main-template">
<section class="pageWrapper">
<header class="mainHeader">
{{ area('mainHeader') }}
</header>
<main class="mainContent">
{{ area('pageComponents') }}
</main>
<footer class="mainFooter">
{{ area('mainFooter') }}
</footer>
</section>
</div>
|
Use the actual correct url to simplesamlphp.org | <div id="footer">
<div class="wrap">
<div class="center copyrights dark-bg">
<br>Copyright © 2007-2018
<a href="https://www.simeplsamlphp.org/">SimpleSAMLphp</a>
</div>
<div class="logo-footer-right">
... | <div id="footer">
<div class="wrap">
<div class="center copyrights dark-bg">
<br>Copyright © 2007-2018
<a href="https://simplesamlphp.org/">SimpleSAMLphp</a>
</div>
<div class="logo-footer-right">
... |
Fix import macro icon in macro infoTooltip | {% macro buttonIcon(url, icon, label, buttonType, extra) %}
<a href="{{ url }}" class="btn {{ buttonType|default('btn-default') }}" title="{{ label }}" {{ extra }}>
{% import _self as macro %}
{{ macro.icon(icon) }}
<span class="btn-text">{{ label }}</span>
</a>
{% endmacro %}
{% macro required() %}
... | {% macro buttonIcon(url, icon, label, buttonType, extra) %}
<a href="{{ url }}" class="btn {{ buttonType|default('btn-default') }}" title="{{ label }}" {{ extra }}>
{% import _self as macro %}
{{ macro.icon(icon) }}
<span class="btn-text">{{ label }}</span>
</a>
{% endmacro %}
{% macro required() %}
... |
Fix permissions with lastest build | {% block from %}
FROM jolicode/base:latest
{% endblock %}
{% block content %}
{% endblock %}
ENV WORKDIR $HOME/project
ADD . $WORKDIR
WORKDIR ~/project
{% block env %}{% endblock %}
{% block before_install %}{% endblock %}
{% block install %}{% endblock %}
{% block before_script %}{% endblock %}
{% block script ... | {% block from %}
FROM jolicode/base:latest
{% endblock %}
{% block content %}
{% endblock %}
ENV WORKDIR $HOME/project
ADD . $WORKDIR
WORKDIR $HOME/project
RUN sudo chown travis:travis -R $HOME/project
{% block env %}{% endblock %}
{% block before_install %}{% endblock %}
{% block install %}{% endblock %}
{% bloc... |
Change the submit form size | {% extends 'AppMainBundle::layout.html.twig' %}
{% block main %}
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="submit">
<h2>Add your own plays!</h2>
{{ form_start(form) }}
... | {% extends 'AppMainBundle::layout.html.twig' %}
{% block main %}
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="submit">
<h2>Add your own plays!</h2>
{{ form_start(form) }}
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.