add space between => bool

This commit is contained in:
Alexis CHEMEL 2016-12-06 14:53:45 +01:00
parent a73ce0e450
commit 7b9423ef6d
42 changed files with 56 additions and 56 deletions

View File

@ -10,7 +10,7 @@ class AllocineFRBridge extends BridgeAbstract
'category' => array( 'category' => array(
'name' => 'category', 'name' => 'category',
'type' => 'list', 'type' => 'list',
'required' =>true, 'required' => true,
'exampleValue' => 'Faux Raccord', 'exampleValue' => 'Faux Raccord',
'title' => 'Select your category', 'title' => 'Select your category',
'values' => array( 'values' => array(

View File

@ -10,7 +10,7 @@ class AskfmBridge extends BridgeAbstract
'Ask.fm username' => array( 'Ask.fm username' => array(
'u' => array( 'u' => array(
'name' => 'Username', 'name' => 'Username',
'required' =>true 'required' => true
) )
) )
); );

View File

@ -10,7 +10,7 @@ class BandcampBridge extends BridgeAbstract
'tag' => array( 'tag' => array(
'name' => 'tag', 'name' => 'tag',
'type' => 'text', 'type' => 'text',
'required' =>true 'required' => true
) )
)); ));

View File

@ -19,7 +19,7 @@ class BooruprojectBridge extends GelbooruBridge
'Booru subdomain (subdomain.booru.org)' => array( 'Booru subdomain (subdomain.booru.org)' => array(
'i' => array( 'i' => array(
'name' => 'Subdomain', 'name' => 'Subdomain',
'required' =>true 'required' => true
) )
) )
); );

View File

@ -13,7 +13,7 @@ class CastorusBridge extends BridgeAbstract
'zip' => array( 'zip' => array(
'name' => 'ZIP code', 'name' => 'ZIP code',
'type' => 'text', 'type' => 'text',
'required' =>true, 'required' => true,
'exampleValue' => '74910, 74', 'exampleValue' => '74910, 74',
'title' => 'Insert ZIP code (complete or partial)' 'title' => 'Insert ZIP code (complete or partial)'
) )
@ -22,7 +22,7 @@ class CastorusBridge extends BridgeAbstract
'city' => array( 'city' => array(
'name' => 'City name', 'name' => 'City name',
'type' => 'text', 'type' => 'text',
'required' =>true, 'required' => true,
'exampleValue' => 'Seyssel, Seys', 'exampleValue' => 'Seyssel, Seys',
'title' => 'Insert city name (complete or partial)' 'title' => 'Insert city name (complete or partial)'
) )

View File

@ -10,7 +10,7 @@ class CpasbienBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'q' => array( 'q' => array(
'name' => 'Search', 'name' => 'Search',
'required' =>true, 'required' => true,
'title' => 'Type your search' 'title' => 'Type your search'
) )
)); ));

View File

@ -11,21 +11,21 @@ class DailymotionBridge extends BridgeAbstract
'By username' => array( 'By username' => array(
'u' => array( 'u' => array(
'name' => 'username', 'name' => 'username',
'required' =>true 'required' => true
) )
), ),
'By playlist id' => array( 'By playlist id' => array(
'p' => array( 'p' => array(
'name' => 'playlist id', 'name' => 'playlist id',
'required' =>true 'required' => true
) )
), ),
'From search results' => array( 'From search results' => array(
's' => array( 's' => array(
'name' => 'Search keyword', 'name' => 'Search keyword',
'required' =>true 'required' => true
), ),
'pa' => array( 'pa' => array(
'name' => 'Page', 'name' => 'Page',

View File

@ -13,11 +13,11 @@ class DuckDuckGoBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'u' => array( 'u' => array(
'name' => 'keyword', 'name' => 'keyword',
'required' =>true), 'required' => true),
'sort' => array( 'sort' => array(
'name' => 'sort by', 'name' => 'sort by',
'type' => 'list', 'type' => 'list',
'required' =>false, 'required' => false,
'values' => array( 'values' => array(
'date' =>self::SORT_DATE, 'date' =>self::SORT_DATE,
'relevance' =>self::SORT_RELEVANCE 'relevance' =>self::SORT_RELEVANCE

View File

@ -10,7 +10,7 @@ class EZTVBridge extends BridgeAbstract
'i' => array( 'i' => array(
'name' => 'Show ids', 'name' => 'Show ids',
'exampleValue' => 'showID1,showID2,…', 'exampleValue' => 'showID1,showID2,…',
'required' =>true 'required' => true
) )
)); ));

View File

@ -10,7 +10,7 @@ class ElsevierBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'j' => array( 'j' => array(
'name' => 'Journal name', 'name' => 'Journal name',
'required' =>true, 'required' => true,
'exampleValue' => 'academic-pediactrics', 'exampleValue' => 'academic-pediactrics',
'title' => 'Insert html-part of your journal' 'title' => 'Insert html-part of your journal'
) )

View File

@ -10,7 +10,7 @@ class FacebookBridge extends BridgeAbstract
const PARAMETERS =array( array( const PARAMETERS =array( array(
'u' => array( 'u' => array(
'name' => 'Username', 'name' => 'Username',
'required' =>true 'required' => true
) )
)); ));

View File

@ -11,14 +11,14 @@ class FlickrTagBridge extends BridgeAbstract
'By keyword' => array( 'By keyword' => array(
'q' => array( 'q' => array(
'name' => 'keyword', 'name' => 'keyword',
'required' =>true 'required' => true
) )
), ),
'By username' => array( 'By username' => array(
'u' => array( 'u' => array(
'name' => 'Username', 'name' => 'Username',
'required' =>true 'required' => true
) )
), ),
); );

View File

@ -10,12 +10,12 @@ class FourchanBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'c' => array( 'c' => array(
'name' => 'Thread category', 'name' => 'Thread category',
'required' =>true 'required' => true
), ),
't' => array( 't' => array(
'name' => 'Thread number', 'name' => 'Thread number',
'type' => 'number', 'type' => 'number',
'required' =>true 'required' => true
) )
)); ));

View File

@ -10,7 +10,7 @@ class GBAtempBridge extends BridgeAbstract
'type' => array( 'type' => array(
'name' => 'Type', 'name' => 'Type',
'type' => 'list', 'type' => 'list',
'required' =>true, 'required' => true,
'values' => array( 'values' => array(
'News' => 'N', 'News' => 'N',
'Reviews' => 'R', 'Reviews' => 'R',

View File

@ -12,7 +12,7 @@ class GiphyBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
's' => array( 's' => array(
'name' => 'search tag', 'name' => 'search tag',
'required' =>true 'required' => true
), ),
'n' => array( 'n' => array(
'name' => 'max number of returned items', 'name' => 'max number of returned items',

View File

@ -11,11 +11,11 @@ class GithubIssueBridge extends BridgeAbstract
'global' => array( 'global' => array(
'u' => array( 'u' => array(
'name' => 'User name', 'name' => 'User name',
'required' =>true 'required' => true
), ),
'p' => array( 'p' => array(
'name' => 'Project name', 'name' => 'Project name',
'required' =>true 'required' => true
) )
), ),

View File

@ -13,7 +13,7 @@ class GooglePlusPostBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'username' => array( 'username' => array(
'name' => 'username or Id', 'name' => 'username or Id',
'required' =>true 'required' => true
) )
)); ));

View File

@ -18,7 +18,7 @@ class GoogleSearchBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'q' => array( 'q' => array(
'name' "" =>keyword", 'name' "" =>keyword",
'required' =>true 'required' => true
) )
)); ));

View File

@ -10,7 +10,7 @@ class IdenticaBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'u' => array( 'u' => array(
'name' => 'username', 'name' => 'username',
'required' =>true 'required' => true
) )
)); ));

View File

@ -9,7 +9,7 @@ class InstagramBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'u' => array( 'u' => array(
'name' => 'username', 'name' => 'username',
'required' =>true 'required' => true
) )
)); ));

View File

@ -17,7 +17,7 @@ class IsoHuntBridge extends BridgeAbstract
'latest_category' => array( 'latest_category' => array(
'name' => 'Latest category', 'name' => 'Latest category',
'type' => 'list', 'type' => 'list',
'required' =>true, 'required' => true,
'title' => 'Select your category', 'title' => 'Select your category',
'defaultValue' => 'news', 'defaultValue' => 'news',
'values' => array( 'values' => array(
@ -38,7 +38,7 @@ class IsoHuntBridge extends BridgeAbstract
'torrent_category' => array( 'torrent_category' => array(
'name' => 'Torrent category', 'name' => 'Torrent category',
'type' => 'list', 'type' => 'list',
'required' =>true, 'required' => true,
'title' => 'Select your category', 'title' => 'Select your category',
'defaultValue' => 'anime', 'defaultValue' => 'anime',
'values' => array( 'values' => array(
@ -66,7 +66,7 @@ class IsoHuntBridge extends BridgeAbstract
'Search torrent by name' => array( 'Search torrent by name' => array(
'search_name' => array( 'search_name' => array(
'name' => 'Name', 'name' => 'Name',
'required' =>true, 'required' => true,
'title' => 'Insert your search query', 'title' => 'Insert your search query',
'exampleValue' => 'Bridge' 'exampleValue' => 'Bridge'
), ),

View File

@ -12,7 +12,7 @@ class KununuBridge extends BridgeAbstract
'site' => array( 'site' => array(
'name' => 'Site', 'name' => 'Site',
'type' => 'list', 'type' => 'list',
'required' =>true, 'required' => true,
'title' => 'Select your site', 'title' => 'Select your site',
'values' => array( 'values' => array(
'Austria' => 'at', 'Austria' => 'at',
@ -24,7 +24,7 @@ class KununuBridge extends BridgeAbstract
'full' => array( 'full' => array(
'name' => 'Load full article', 'name' => 'Load full article',
'type' => 'checkbox', 'type' => 'checkbox',
'required' =>false, 'required' => false,
'exampleValue' => 'checked', 'exampleValue' => 'checked',
'title' => 'Activate to load full article' 'title' => 'Activate to load full article'
) )
@ -33,7 +33,7 @@ class KununuBridge extends BridgeAbstract
array( array(
'company' => array( 'company' => array(
'name' => 'Company', 'name' => 'Company',
'required' =>true, 'required' => true,
'exampleValue' => 'kununu-us', 'exampleValue' => 'kununu-us',
'title' => 'Insert company name (i.e. Kununu US) or URI path (i.e. kununu-us)' 'title' => 'Insert company name (i.e. Kununu US) or URI path (i.e. kununu-us)'
) )

View File

@ -10,7 +10,7 @@ class LinkedInCompanyBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'c' => array( 'c' => array(
'name' => 'Company name', 'name' => 'Company name',
'required' =>true 'required' => true
) )
)); ));

View File

@ -10,7 +10,7 @@ class NovelUpdatesBridge extends BridgeAbstract
'n' => array( 'n' => array(
'name' => 'Novel name as found in the url', 'name' => 'Novel name as found in the url',
'exampleValue' => 'spirit-realm', 'exampleValue' => 'spirit-realm',
'required' =>true 'required' => true
) )
)); ));

View File

@ -11,7 +11,7 @@ class OpenClassroomsBridge extends BridgeAbstract
'u' => array( 'u' => array(
'name' => 'Catégorie', 'name' => 'Catégorie',
'type' => 'list', 'type' => 'list',
'required' =>true, 'required' => true,
'values' => array( 'values' => array(
'Arts & Culture' => 'arts', 'Arts & Culture' => 'arts',
'Code' => 'code', 'Code' => 'code',

View File

@ -10,7 +10,7 @@ class PickyWallpapersBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'c' => array( 'c' => array(
'name' => 'category', 'name' => 'category',
'required' =>true 'required' => true
), ),
's' => array('name' => 'subcategory'), 's' => array('name' => 'subcategory'),
'm' => array( 'm' => array(

View File

@ -11,7 +11,7 @@ class RTBFBridge extends BridgeAbstract
'c' => array( 'c' => array(
'name' => 'series id', 'name' => 'series id',
'exampleValue' =>9500, 'exampleValue' =>9500,
'required' =>true 'required' => true
) )
)); ));

View File

@ -10,7 +10,7 @@ class ReadComicsBridge extends BridgeAbstract
'q' => array( 'q' => array(
'name' => 'keywords, separated by semicolons', 'name' => 'keywords, separated by semicolons',
'exampleValue' => 'first list;second list;...', 'exampleValue' => 'first list;second list;...',
'required' =>true 'required' => true
), ),
)); ));

View File

@ -10,7 +10,7 @@ class ScoopItBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'u' => array( 'u' => array(
'name' => 'keyword', 'name' => 'keyword',
'required' =>true 'required' => true
) )
)); ));

View File

@ -10,7 +10,7 @@ class SoundCloudBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'u' => array( 'u' => array(
'name' => 'username', 'name' => 'username',
'required' =>true 'required' => true
) )
)); ));

View File

@ -10,7 +10,7 @@ class SuperbWallpapersBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'c' => array( 'c' => array(
'name' => 'category', 'name' => 'category',
'required' =>true 'required' => true
), ),
'm' => array( 'm' => array(
'name' => 'Max number of wallpapers', 'name' => 'Max number of wallpapers',

View File

@ -9,7 +9,7 @@ class T411Bridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'search' => array( 'search' => array(
'name' => 'Search criteria', 'name' => 'Search criteria',
'required' =>true 'required' => true
) )
)); ));

View File

@ -10,7 +10,7 @@ class TagBoardBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'u' => array( 'u' => array(
'name' => 'keyword', 'name' => 'keyword',
'required' =>true 'required' => true
) )
)); ));

View File

@ -10,7 +10,7 @@ class ThePirateBayBridge extends BridgeAbstract
'q' => array( 'q' => array(
'name' => 'keywords, separated by semicolons', 'name' => 'keywords, separated by semicolons',
'exampleValue' => 'first list;second list;…', 'exampleValue' => 'first list;second list;…',
'required' =>true 'required' => true
), ),
'crit' => array( 'crit' => array(
'type' => 'list', 'type' => 'list',

View File

@ -16,7 +16,7 @@ class TwitterBridge extends BridgeAbstract
'By keyword or hashtag' => array( 'By keyword or hashtag' => array(
'q' => array( 'q' => array(
'name' => 'Keyword or #hashtag', 'name' => 'Keyword or #hashtag',
'required' =>true, 'required' => true,
'exampleValue' => 'rss-bridge, #rss-bridge', 'exampleValue' => 'rss-bridge, #rss-bridge',
'title' => 'Insert a keyword or hashtag' 'title' => 'Insert a keyword or hashtag'
) )
@ -24,7 +24,7 @@ class TwitterBridge extends BridgeAbstract
'By username' => array( 'By username' => array(
'u' => array( 'u' => array(
'name' => 'username', 'name' => 'username',
'required' =>true, 'required' => true,
'exampleValue' => 'sebsauvage', 'exampleValue' => 'sebsauvage',
'title' => 'Insert a user name' 'title' => 'Insert a user name'
), ),

View File

@ -10,7 +10,7 @@ class ViadeoCompanyBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'c' => array( 'c' => array(
'name' => 'Company name', 'name' => 'Company name',
'required' =>true 'required' => true
) )
)); ));

View File

@ -9,7 +9,7 @@ class VineBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'u' => array( 'u' => array(
'name' => 'User id', 'name' => 'User id',
'required' =>true 'required' => true
) )
)); ));

View File

@ -10,7 +10,7 @@ class VkBridge extends BridgeAbstract
const PARAMETERS=array( array( const PARAMETERS=array( array(
'u' => array( 'u' => array(
'name' => 'Group or user name', 'name' => 'Group or user name',
'required' =>true 'required' => true
) )
) )
); );

View File

@ -10,7 +10,7 @@ class WhydBridge extends BridgeAbstract
const PARAMETERS = array( array( const PARAMETERS = array( array(
'u' => array( 'u' => array(
'name' => 'username/id', 'name' => 'username/id',
'required' =>true 'required' => true
) )
)); ));

View File

@ -14,7 +14,7 @@ class WikipediaBridge extends BridgeAbstract
'language' => array( 'language' => array(
'name' => 'Language', 'name' => 'Language',
'type' => 'list', 'type' => 'list',
'required' =>true, 'required' => true,
'title' => 'Select your language', 'title' => 'Select your language',
'exampleValue' => 'English', 'exampleValue' => 'English',
'values' => array( 'values' => array(
@ -28,7 +28,7 @@ class WikipediaBridge extends BridgeAbstract
'subject' => array( 'subject' => array(
'name' => 'Subject', 'name' => 'Subject',
'type' => 'list', 'type' => 'list',
'required' =>true, 'required' => true,
'title' => 'What subject are you interested in?', 'title' => 'What subject are you interested in?',
'exampleValue' => 'Today\'s featured article', 'exampleValue' => 'Today\'s featured article',
'values' => array( 'values' => array(

View File

@ -10,7 +10,7 @@ class WordPressBridge extends FeedExpander
const PARAMETERS = array( array( const PARAMETERS = array( array(
'url' => array( 'url' => array(
'name' => 'Blog URL', 'name' => 'Blog URL',
'required' =>true 'required' => true
) )
)); ));

View File

@ -19,14 +19,14 @@ class YoutubeBridge extends BridgeAbstract
'u' => array( 'u' => array(
'name' => 'username', 'name' => 'username',
'exampleValue' => 'test', 'exampleValue' => 'test',
'required' =>true 'required' => true
) )
), ),
'By channel id' => array( 'By channel id' => array(
'c' => array( 'c' => array(
'name' => 'channel id', 'name' => 'channel id',
'exampleValue' "" =>15", 'exampleValue' "" =>15",
'required' =>true 'required' => true
) )
), ),
'By playlist Id' => array( 'By playlist Id' => array(