summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-armv.S
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2015-09-03 15:28:37 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2015-09-03 15:28:37 +0100
commit40d3f02851577da27b5cbb1538888301245ef1e7 (patch)
tree67b029a2cdab7da9ce91af5f27a3250576832f6f /arch/arm/kernel/entry-armv.S
parente0aa3a665782e29cec752ae667c51ed4ee75d11f (diff)
parent3939f3345050b1ace675675c47d99fd7b606d9e3 (diff)
parent9205b797dbe519a629267ec8c5766cd973d35063 (diff)
parent3fa609755c11fbe8770ede4d895ebb86fb7b9f1e (diff)
parenta5e090acbf545c0a3b04080f8a488b17ec41fe02 (diff)
Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linus
lue='release/25.0.0-alpha8'>release/25.0.0-alpha8 Mirror of https://github.com/nextcloud/newsmatthias
summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.businessweek.com.php
blob: 1ac90a3e68d9bec4bd4237f22efdcdbb7e855aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
return array(
    'test_url' => 'http://www.businessweek.com/articles/2013-09-18/elon-musks-hyperloop-will-work-says-some-very-smart-software',
    'body' => array(
        '//div[@id="lead_graphic"]',
        '//div[@id="article_body"]',
    ),
    'strip' => array(
        '//*[contains(@class, "related_item")]',
    ),
);