This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> web-server: An error occurred. The error will be shown after all tasks complete. | |
An error occurred while executing multiple actions in parallel. | |
Any errors that occurred are shown below. | |
An error occurred while executing the action on the 'web-server' | |
machine. Please handle this error then try again: | |
A Docker command executed by Vagrant didn't complete successfully! | |
The command run along with the output from the command is shown | |
below. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var chSession = { | |
type: 2000, | |
node: { | |
type: 'session' | |
}, | |
}; | |
var chSavedWin = [ | |
2001, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function get_name(h) { | |
if (h.getParent().getProjectId() != 'None') { | |
var p = get_name(h.getParent()); | |
return p + ' > ' + h.getName(); | |
} else { | |
return h.getName(); | |
} | |
} | |
jQuery('.bullet').each(function () { | |
var h = project_tree.getProjectReferenceFromDomProject($(this).getProject()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function($) { | |
var settings = {}; | |
settings.customClass = 'placeholder'; | |
function args(elem) { | |
// Return an object of element attributes | |
var newAttrs = {}; | |
var rinlinejQuery = /^jQuery\d+$/; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Matt Parnell/ilikenwf | |
# Contributor: Sam Stuewe <[email protected]> | |
# Contributor: Techlive Zheng <[email protected]> | |
_gitname=nightingale-hacking | |
_branch=sb-trunk-oldxul | |
pkgname=nightingale-git | |
pkgver=1.12.1.r3.g020e12a | |
pkgrel=1 | |
pkgdesc="Community port of Songbird to be more Linux native, up to date, and open." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Mike Swanson <[email protected]> | |
pkgname=cvs-fast-export | |
pkgver=1.0 | |
pkgrel=1 | |
pkgdesc="Export RCS or CVS history as a fastimport stream." | |
arch=('i686' 'x86_64') | |
depends=('python') | |
makedepends=('asciidoc') | |
url="http://www.catb.org/esr/cvs-fast-export/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Limao Luo <[email protected]> | |
# Contributor: Jekyll Wu <[email protected]> | |
# Contributor: riverscn <[email protected]> | |
# Contributor: Lee.MaRS <[email protected]> | |
# Contributor: Techlvie Zheng <[email protected]> | |
_pkgname=ibus | |
pkgname=${_pkgname}-git | |
pkgver=1.5.4.r15.g7587b8e | |
pkgrel=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Techlive Zheng <techlivezheng [at] gmail [dot] com> | |
# Contributor: Filip S. Adamsen <fsa [at] fsadev [dot] com> | |
# Contributor: David Zaragoza <[email protected]> | |
# Contributor: Piotr Beling <[email protected]> | |
# Contributor: Wael Nasreddine <[email protected]> | |
# Contributor: Guillermo A. Amaral <[email protected]> (thewonka) | |
# Contributor: Chih-mao Chen <[email protected]> | |
pkgname='perl-convert-uulib' | |
pkgver='1.4' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Techlive Zheng <techlivezheng [at] gmail [dot] com> | |
# Contributor: Arthur Titeica <arthur.titeica [at] gmail [dot] com> | |
# Contributor: Filip S. Adamsen <fsa [at] fsadev [dot] com> | |
# Contributor: Piotr Beling <[email protected]> | |
# Contributor: Wael Nasreddine <[email protected]> | |
# Contributor: Guillermo A. Amaral <[email protected]> (thewonka) | |
pkgname='perl-convert-tnef' | |
pkgver='0.18' | |
pkgrel='3' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Techlive Zheng <[email protected]> | |
# Contributor: Thomas Dziedzic <[email protected]> | |
# Contributor: Jan "heftig" Steffens <[email protected]> | |
# Contributor: tobias [ tobias at archlinux org ] | |
# Contributor: Daniel J Griffiths <[email protected]> | |
pkgbase=vim-cli | |
pkgname=('vim-cli' 'vim-cli-runtime') | |
_topver=7.4 | |
_patchlevel=16 |
NewerOlder