This file contains hidden or 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
account-plugin-aim 3.8.6-0ubuntu9.2 | |
account-plugin-facebook 0.11+14.04.20140409.1-0ubuntu2 | |
account-plugin-flickr 0.11+14.04.20140409.1-0ubuntu2 | |
account-plugin-google 0.11+14.04.20140409.1-0ubuntu2 | |
account-plugin-jabber 3.8.6-0ubuntu9.2 | |
account-plugin-salut 3.8.6-0ubuntu9.2 | |
account-plugin-twitter 0.11+14.04.20140409.1-0ubuntu2 | |
account-plugin-yahoo 3.8.6-0ubuntu9.2 | |
accountsservice 0.6.35-0ubuntu7.2 | |
acl 2.2.52-1 |
This file contains hidden or 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
accountsservice install | |
acpid install | |
adduser install | |
apparmor install | |
apport install | |
apport-symptoms install | |
apt install | |
apt-transport-https install | |
apt-utils install | |
apt-xapian-index install |
This file contains hidden or 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
Selecting previously unselected package libgif4:amd64. | |
(Reading database ... | |
(Reading database ... 5% | |
(Reading database ... 10% | |
(Reading database ... 15% | |
(Reading database ... 20% | |
(Reading database ... 25% | |
(Reading database ... 30% | |
(Reading database ... 35% | |
(Reading database ... 40% |
This file contains hidden or 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
accountsservice install | |
acl install | |
acpid install | |
adduser install | |
apparmor install | |
apport install | |
apport-symptoms install | |
apt install | |
apt-transport-https install | |
apt-utils install |
This file contains hidden or 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
accountsservice install | |
acl install | |
acpid install | |
adduser install | |
apparmor install | |
apport install | |
apport-symptoms install | |
apt install | |
apt-transport-https install | |
apt-utils install |
This file contains hidden or 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
View field | |
{strip}{if $contents != ""} | |
{foreach from=$contents.options item=curr_group_info name=group} | |
{assign var=options value=$curr_group_info.options} | |
{foreach from=$options item=option name=row} | |
{if $VALUE == $option.option_value}{$option.option_name}{/if} | |
{/foreach} | |
{/foreach} | |
{/if}{/strip} |
This file contains hidden or 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
View field | |
{if $contents != ""} | |
{assign var=vals value="`$g_multi_val_delimiter`"|explode:$VALUE} | |
{assign var=is_first value=true} | |
{strip} | |
{foreach from=$contents.options item=curr_group_info name=group} | |
{assign var=options value=$curr_group_info.options} | |
{foreach from=$options item=option name=row} | |
{if $option.option_value|in_array:$vals} | |
{if $is_first == false}, {/if} |
This file contains hidden or 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
View field | |
{strip}{if $contents != ""} | |
{foreach from=$contents.options item=curr_group_info name=group} | |
{assign var=options value=$curr_group_info.options} | |
{foreach from=$options item=option name=row} | |
{if $VALUE == $option.option_value}{$option.option_name}{/if} | |
{/foreach} | |
{/foreach} | |
{/if}{/strip} | |
{strip}{if $contents2 != ""} |