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
{ | |
"total": 915, | |
"assets": [{ | |
"additional_seasons": "SS19", | |
"file_name": "EK15D_91V_ALT007_UC100896.tif", | |
"id": "106262", | |
"publicPreview": "http:\/\/d1vl08d14jznj9.cloudfront.net\/EK15D_91V_ALT007_UC100896_mLow.jpeg" | |
}, { | |
"additional_seasons": "SS19", | |
"file_name": "EK15D_91V_ALT006_UC100894.tif", |
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
Con data | |
"filters": [{ | |
"id": "1", | |
"name": "asset_type", | |
"label": "Asset Type", | |
"type": "list", | |
"values": [{ | |
"data": { | |
"id": "7", |
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
<?php | |
namespace Acme\CoreBundle\Entity; | |
use Doctrine\ORM\Mapping as ORM; | |
use Symfony\Component\HttpFoundation\File\File; | |
use Symfony\Component\Validator\Constraints as Assert; | |
use Vich\UploaderBundle\Mapping\Annotation as Vich; | |
use Gedmo\Mapping\Annotation as Gedmo; | |
use Doctrine\Common\Collections\ArrayCollection; |
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
# This is a basic VCL configuration file for varnish. See the vcl(7) | |
# man page for details on VCL syntax and semantics. | |
# | |
# Default backend definition. Set this to point to your content | |
# server. | |
# | |
backend ispbonusstage { | |
.host = "isp-bonus-stage"; | |
.probe = { | |
.url = "/"; |
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
{ | |
"field_user_age": {"und": { "0": { "value": "1" } } }, | |
"field_user_avatar_choosen": {"und": { "0": { "value": "1" } } }, | |
"field_user_badges": {"und": { "0": { "value": "1" } } }, | |
"field_user_badges_social_share": {"und": { "0": { "value": "1" } } }, | |
"field_user_excluded_food_id": {"und": { "0": { "value": "1" } } }, | |
"field_user_fitness_aerobic_level": {"und": { "0": { "value": "1" } } }, | |
"field_user_fitness_aerobiclevel1": {"und": { "0": { "value": "1" } } }, | |
"field_user_fitness_aerobiclevel2": {"und": { "0": { "value": "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
AG|Agrigento | |
AL|Alessandria | |
AN|Ancona | |
AO|Aosta | |
AR|Arezzo | |
AP|Ascoli Piceno | |
AT|Asti | |
AV|Avellino | |
BA|Bari | |
BT|Barletta-Andria-Trani |
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
{ | |
"name":[username], | |
"pass":[password], | |
"mail":[mail], | |
"field_user_data_di_nascita": { "und": { "0": { "value": { "day":"7", "month" : "1", "year" : "1999" } } } }, | |
"field_user_nome": { "und": { "0": { "value": [string] } } }, | |
"field_user_cognome": { "und": { "0": { "value": [string] } } }, | |
"field_user_indirizzo": { "und": { "0": { "value": [string] } } }, | |
"field_user_citta": { "und": { "0": { "value": [string] } } }, | |
"field_user_cap": { "und": { "0": { "value": [int] } } }, |
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
<VirtualHost *> | |
ServerName oviesse.com | |
ServerAlias dev.*.oviesse.com | |
ServerAlias 10.10.10.141 | |
ServerAlias *.ovs.dev prova1.it prova2.it test1.co.uk test2.us | |
DocumentRoot "/home/pleone/workspaces/ovs/web" | |
DirectoryIndex index.php | |
Alias /sf /home/pleone/workspaces/ovs/lib/vendor/symfony/data/web/sf/ |
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
<VirtualHost *> | |
ServerName oviesse.com | |
ServerAlias dev.*.oviesse.com | |
ServerAlias 10.10.10.141 | |
ServerAlias *.ovs.dev prova1.it prova2.it test1.co.uk test2.us | |
DocumentRoot "/home/pleone/workspaces/ovs/web" | |
DirectoryIndex index.php | |
Alias /sf /home/pleone/workspaces/ovs/lib/vendor/symfony/data/web/sf/ |
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
#userMessage { | |
width: 560px; | |
min-height: 50px; | |
padding-bottom: 5px; | |
position: fixed; | |
left: 30%; | |
top: 20%; | |
background: #fff; | |
display: none; | |
z-index: 3000; |
NewerOlder