Searched defs:lang (Results 1 – 7 of 7) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Caption.php | 74 public $lang; variable in SimplePie\\Caption 106 public function __construct($type = null, $lang = null, $startTime = null, $endTime = null, $text = null) argument
|
H A D | Enclosure.php | 154 public $lang; 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
|
/dokuwiki/lib/plugins/config/core/Setting/ |
H A D | SettingMultichoice.php | 10 public $lang; //some custom language strings are stored in setting global() variable in dokuwiki\\plugin\\config\\core\\Setting\\SettingMultichoice
|
/dokuwiki/inc/ |
H A D | fetch.functions.php | 114 rfc2231_encode($name, $value, $charset = 'utf-8', $lang = 'en') global() argument
|
/dokuwiki/inc/Extension/ |
H A D | PluginTrait.php | 12 protected $lang = array(); // array to hold language dependent strings, best accessed via ->getLang() global() variable [all...] |
/dokuwiki/inc/parser/ |
H A D | renderer.php | 421 file($text, $lang = null, $file = null) global() argument 431 code($text, $lang = null, $file = null) global() argument
|
H A D | metadata.php | 315 file($text, $lang = null, $file = null) global() argument [all...] |