/plugin/quickstats/db/ |
H A D | lite_php_browscap.ini | 37 [Mozilla/5.0 (SMART-TV*Linux*) applewebkit* (*khtml*like*gecko*) Chromium/79.*Chrome/*Safari/*] 41 [Mozilla/5.0 (*Linux*) applewebkit* (*khtml*like*gecko*)*Chromium/79.*Chrome/*Safari/*] 44 [Mozilla/5.0 (*Linux*) applewebkit* (*khtml*like*gecko*)*Chromium/79.*Safari/*] 57 [Mozilla/5.0 (SMART-TV*Linux*) applewebkit* (*khtml*like*gecko*) Chromium/78.*Chrome/*Safari/*] 61 [Mozilla/5.0 (*Linux*) applewebkit* (*khtml*like*gecko*)*Chromium/78.*Chrome/*Safari/*] 64 [Mozilla/5.0 (*Linux*) applewebkit* (*khtml*like*gecko*)*Chromium/78.*Safari/*] 77 [Mozilla/5.0 (SMART-TV*Linux*) applewebkit* (*khtml*like*gecko*) Chromium/77.*Chrome/*Safari/*] 81 [Mozilla/5.0 (*Linux*) applewebkit* (*khtml*like*gecko*)*Chromium/77.*Chrome/*Safari/*] 84 [Mozilla/5.0 (*Linux*) applewebkit* (*khtml*like*gecko*)*Chromium/77.*Safari/*] 97 [Mozilla/5.0 (SMART-TV*Linux*) applewebkit* (*khtml*like*geck [all...] |
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
H A D | trim.test | 4 {{ " I like Twig. "|trim }} 7 {{ "xxxI like Twig.xxx"|trim(character_mask="x", side="left") }} 8 {{ "xxxI like Twig.xxx"|trim(side="right", character_mask="x") }} 9 {{ "xxxI like Twig.xxx"|trim("x", "right") }} 16 I like Twig. 19 I like Twig.xxx 20 xxxI like Twig. 21 xxxI like Twig.
|
H A D | nl2br.test | 4 {{ "I like Twig.\nYou will like it too.\n\nEverybody like it!"|nl2br }} 9 I like Twig.<br /> 10 You will like it too.<br /> 12 Everybody like it!
|
H A D | replace.test | 5 {{ 'I like single replace operation only %that%'|replace({'%that%' : '%that%1'}) }} 6 {{ 'I like %this% and %that%.'|replace(traversable) }} 11 I like single replace operation only %that%1 12 I like foo and bar.
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | trim.rst | 15 {{ ' I like Twig. '|trim }} 17 {# outputs 'I like Twig.' #} 19 {{ ' I like Twig.'|trim('.') }} 21 {# outputs ' I like Twig' #} 23 {{ ' I like Twig. '|trim(side='left') }} 25 {# outputs 'I like Twig. ' #} 27 {{ ' I like Twig. '|trim(' ', 'right') }} 29 {# outputs ' I like Twig.' #}
|
H A D | nl2br.rst | 11 {{ "I like Twig.\nYou will like it too."|nl2br }} 14 I like Twig.<br /> 15 You will like it too.
|
H A D | replace.rst | 9 {{ "I like %this% and %that%."|replace({'%this%': foo, '%that%': "bar"}) }} 11 {# outputs I like foo and bar 16 {{ "I like this and --that--."|replace({'this': foo, '--that--': "bar"}) }} 18 {# outputs I like foo and bar #}
|
H A D | format.rst | 9 {{ "I like %s and %s."|format(foo, "bar") }} 11 {# outputs I like foo and bar
|
/plugin/fetchmedia/_test/ |
H A D | findMediaLinks.test.php | 61 …s shares like [[\\\\server\\share\\file.pdf|this]] are recognized, too. Please note that these onl… 63 Windows Shares like [[\\\\server\\share\\file.pdf|this]] are recognized, too.'; 65 …'Windows shares like {{wiki:file.pdf|this}} are recognized, too. Please note that these only make … 67 Windows Shares like [[\\\\server\\share\\file.pdf|this]] are recognized, too.';
|
/plugin/facebooklike/ |
H A D | README.textile | 3 …like-button plugin for Dokuwiki but there were only Facebook (http://www.dokuwiki.org/plugin:Faceb… 24 p. Adding the following code will insert a default Facebook like-button (with the default settings)… 26 bc. {{like>}} 30 bc. {{like>url=http://example.com/|colorscheme=dark}} 38 | action | The verb to display in the button. (like/recommend) | 44 … the official Facebook developer page. (http://developers.facebook.com/docs/reference/plugins/like)
|
H A D | syntax.php | 72 $this->Lexer->addSpecialPattern('\{\{like>[^}]*\}\}',$mode,'plugin_facebooklike'); 118 $ret = '<fb:like href="'.(empty($data['url'])?wl($ID,'',true):$data['url']).'" ' 125 . '></fb:like>';
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | ActivityContentDetails.php | 104 public function setLike(ActivityContentDetailsLike $like) argument 106 $this->like = $like; 113 return $this->like;
|
/plugin/adultcontent/ |
H A D | README.md | 5 … your dokuwiki page before being saved whether it contains given keywords like "sex", "porn", "org… 9 You can retrieve this flag in your template and might control your contents like Google AdSense. 26 … has medical information about sexually transmitted disease, but Google AdSense does not like them.
|
/plugin/likeit/ |
H A D | plugin.info.txt | 6 desc facebook like like it button
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
H A D | MoreLikeThis.php | 29 * Set the "like" value. 31 * @param Document|self|string $like 35 public function setLike($like): self argument 37 return $this->setParam('like', $like); 167 if (!empty($array['more_like_this']['like']['_id'])) { 168 $doc = $array['more_like_this']['like']; 170 $array['more_like_this']['like'] = $doc; 171 } elseif (!empty($array['more_like_this']['like']['_source'])) { 172 $doc = $array['more_like_this']['like']; [all...] |
/plugin/header3/ |
H A D | plugin.info.txt | 6 desc Allows markup syntax in the header(like header2) and keeps your linebreaks (like xbr)
|
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/ |
H A D | non-tables.md | 8 looks | like | head 11 looks | like | head
|
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
H A D | non-tables.md | 8 looks | like | head 11 looks | like | head
|
H A D | github-sample.md | 16 Oh, and one thing I cannot stand is the mangling of words with multiple underscores in them like pe… 41 We all like making lists 64 1. In Ruby you can map like this: 72 Some people seem to like definition lists 131 > I don't want to sound like
|
/plugin/iphelper/ |
H A D | plugin.info.txt | 6 desc searches for IP adresses like 123.45.67.89 and inserts a customizeable menu. Secondly searches for Network Adresses like 123.45.67.89/24 and inserts a link to a subnet calculator
|
/plugin/fbcomments/ |
H A D | syntax.php | 88 .'<fb:like href="'. wl($ID, '', true) .'"' 90 .'</fb:like>'
|
/plugin/bible/bible_douayRheims/ |
H A D | Nahum.txt | 6 …hall resist in the fierceness of his anger? his indignation is poured out like fire: and the rocks… 18 …2:3. The shield of his mighty men is like fire, the men of the army are clad in scarlet, the reins… 19 …hariots jostle one against another in the streets: their looks are like torches, like lightning ru… 23 …2:8. And as for Ninive, her waters are like a great pool: but the men flee away. They cry: Stand, … 40 …3:12. All thy strong holds shall be like fig trees with their green figs: if they be shaken, they … 43 …sh by the sword, it shall devour thee like the bruchus: assemble together like the bruchus, make t… 45 …3:17. Thy guards are like the locusts: and thy little ones like the locusts of locusts which swarm…
|
/plugin/clock/ |
H A D | style.css | 63 * which is only supported by decent (or incredible, like Opera) web browsers. 132 * Description : "24"-like digital clock 138 * which is only supported by decent (or incredible, like Opera) web browsers.
|
/plugin/authlinotp/ |
H A D | README.md | 8 like the users in dokuwiki. 11 Configure necessary plugin settings like:
|
/plugin/publist/ |
H A D | TODO | 13 - This way, more powerful regular expressions can be used in options, like 21 * Completely change special pattern format to something like:
|