Searched refs:style (Results 1 – 25 of 100) sorted by relevance
1234
/dokuwiki/inc/Subscriptions/ |
D | SubscriberRegexBuilder.php | 13 * @param string|array $style 21 public function buildRegex($user = null, $style = null, $data = null) argument 25 $style = (array)$style; 30 $style = array_filter(array_map('trim', $style)); 39 $style = array_map('preg_quote_cb', $style); 44 $style = implode('|', $style); 48 if ($user . $style . $data === '') { 58 if ($style === '') { 59 $style = '\S+'; 68 return "/^($user)(?:\\s+($style))$sopt(?:\\s+($data))$dopt$/";
|
D | SubscriberManager.php | 32 * @param string $style 37 public function add($id, $user, $style, $data = '') argument 47 $style = trim($style); 53 if (!$style) { 60 $line = "$user $style $data\n"; 75 * @param string|array $style 81 public function remove($id, $user = null, $style = null, $data = null) argument 93 $re = $regexBuilder->buildRegex($user, $style, $data); 158 * @param string|array $style 167 public function subscribers($page, $user = null, $style = null, $data = null) argument [all …]
|
/dokuwiki/lib/images/interwiki/ |
D | doku.svg | 1 …style="stop-color:#3a9030;stop-opacity:.83673471" offset="0"/><stop style="stop-color:#3d9c32;stop…
|
/dokuwiki/lib/plugins/extension/images/ |
D | coffee.svg | 1 …style="fill:#ff8c78"/><path d="M399.797 299.29H112.203l18.108 153.921h251.378z" style="fill:#f6f6f…
|
D | bug.svg | 1 …style="fill:#2ca9bc;stroke-width:2"/><path d="M16 18a5 5 0 0 1 2.72 3v0" style="fill:none;stroke:#…
|
/dokuwiki/inc/Action/ |
D | Subscribe.php | 82 $style = $params['style']; 88 $ok = $subManager->remove($target, $INPUT->server->str('REMOTE_USER'), $style); 90 $ok = $subManager->add($target, $INPUT->server->str('REMOTE_USER'), $style); 141 $style = valid_input_set( 176 $style = null; 179 $params = ['target' => $target, 'style' => $style, 'action' => $action];
|
/dokuwiki/lib/images/fileicons/svg/ |
D | txt.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#6b533b}</style><pat…
|
D | rtf.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#6b533b}</style><pat…
|
D | pptx.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#c24f32}</style><pat…
|
D | ppt.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#c24f32}</style><pat…
|
D | doc.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#2372ba}</style><pat…
|
D | xlsx.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#30723f}</style><pat…
|
D | swf.svg | 1 …1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#d10407}</style><path…
|
D | xls.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#30723f}</style><pat…
|
D | png.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#5b2d8d}</style><pat…
|
D | gif.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#5b2d8d}</style><pat…
|
D | docx.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#2372ba}</style><pat…
|
D | jpg.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#5b2d8d}</style><pat…
|
D | jpeg.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#5b2d8d}</style><pat…
|
D | rpm.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#a87d45}</style><pat…
|
D | tar.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#a87d45}</style><pat…
|
D | deb.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#a87d45}</style><pat…
|
D | mp3.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st2{fill:#039}</style><path f…
|
D | ps.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#fea500}</style><pat…
|
D | ogg.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st2{fill:#039}</style><path f…
|
1234