Home
last modified time | relevance | path

Searched refs:keywords (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php148 public $keywords; variable in SimplePie\\Enclosure
230 public function __construct($link = null, $type = null, $length = null, $javascript = null, $bitrate = null, $captions = null, $categories = null, $channels = null, $copyright = null, $credits = null, $description = null, $duration = null, $expression = null, $framerate = null, $hashes = null, $height = null, $keywords = null, $lang = null, $medium = null, $player = null, $ratings = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = null) argument
244 $this->keywords = $keywords;
565 $keywords = $this->get_keywords();
566 if (isset($keywords[$key])) {
567 return $keywords[$key];
574 * Get all keywords
580 if ($this->keywords !== null) {
581 return $this->keywords;
[all...]
H A DItem.php1200 if ($keywords = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_MEDIARSS, 'keywords')) {
1201 if (isset($keywords[0]['data'])) {
1202 $temp = explode(',', $this->sanitize($keywords[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT));
1208 } elseif ($keywords = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'keywords')) {
1209 if (isset($keywords[0]['data'])) {
1210 $temp = explode(',', $this->sanitize($keywords[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT));
1216 } elseif ($keywords = $parent->get_channel_tags(\SimplePie\SimplePie::NAMESPACE_MEDIARSS, 'keywords')) {
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG26 * bash: Update list of keywords (apjanke)
29 * Matlab: Add keywords and functions from recent Matlab releases (apjanke)
30 * MySQL: Some missing keywords (Abu3safeer)
32 * R/S+: Fix broken linking of keywords (BenBE)
33 * SciLab: Fix broken linking of keywords (BenBE)
34 * SQL: Some missing keywords (peterdd)
59 * C++11 keywords (Streusel)
101 * Fix a minor issue with keywords in SQL (Gerrit, BenBE)
104 * Some more keywords for Bash (BenBE)
124 * Updated CSS language file to include CSS3 keywords (Zéflin
[all...]
H A DBUGS21 - As of 1.0.7.1, dots (.) are allowed before keywords. This may change highlighting of some
H A DTHANKS35 me the extra C/C++ keywords
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php93 /** Lowercase keywords found */
95 /** Uppercase keywords found */
97 /** Leave keywords found as the case that they are */
496 * Should keywords be linked?
990 * @param string $style The style to make the keywords
1315 * Sets whether a set of keywords are checked for in a case sensitive manner
1326 * Sets the case that keywords should use when found. Use the constants:
1328 * - GESHI_CAPS_NO_CHANGE: leave keywords as-is
1329 * - GESHI_CAPS_UPPER: convert all keywords to uppercase where found
1330 * - GESHI_CAPS_LOWER: convert all keywords t
[all...]