Home
last modified time | relevance | path

Searched refs:raw (Results 51 – 75 of 417) sorted by relevance

12345678910>>...17

/plugin/switchpanel/
H A DREADME.md3 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_1.png)
7 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_2.png)
32 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_12.png)
51 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_13.png)
91 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_3.png)
112 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_4.png)
129 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_5.png)
151 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_6.png)
175 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_7.png)
192 ![](https://raw.github.com/GreenItSolutions/assets/master/dokuwiki/switchpanel/switchpanel_8.png)
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DAsn.php25 * @param mixed $raw
27 public function __construct($raw) argument
29 parent::__construct($raw);
H A DIsp.php31 * @param mixed $raw
33 public function __construct($raw) argument
35 parent::__construct($raw);
H A DAnonymousIp.php33 * @param mixed $raw
35 public function __construct($raw) argument
37 parent::__construct($raw);
H A DCountry.php43 * @param mixed $raw
46 public function __construct($raw, $locales = ['en']) argument
48 parent::__construct($raw);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DArrayExpression.php70 $compiler->raw('[');
74 $compiler->raw(', ');
80 ->raw(' => ')
84 $compiler->raw(']');
H A DParentExpression.php36 ->raw(", \$context, \$blocks);\n")
40 ->raw('$this->renderParentBlock(')
42 ->raw(', $context, $blocks)')
H A DNullCoalesceExpression.php46 ->raw('((')
48 ->raw(') ?? (')
50 ->raw('))')
H A DAssignNameExpression.php22 ->raw('$context[')
24 ->raw(']')
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Node/
H A DEnterProfileNode.php34 ->raw(");\n")
37 ->raw(', ')
39 ->raw("));\n\n")
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.ts.php80 * @param int $raw
84 public function TSscramblingControlLookup($raw) { argument
86 return (isset($TSscramblingControlLookup[$raw]) ? $TSscramblingControlLookup[$raw] : 'invalid');
/plugin/discordnotifier/examples/
H A DREADME.md7 ![Example created notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/exam…
11 ![Example updated notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/exam…
15 ![Example removed notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/exam…
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DDeprecatedNode.php43 ->raw(";\n")
48 ->raw('.')
50 ->raw(", E_USER_DEPRECATED);\n")
H A DCheckSecurityNode.php49 ->write('$tags = ')->repr(array_filter($tags))->raw(";\n")
50 ->write('$filters = ')->repr(array_filter($filters))->raw(";\n")
51 ->write('$functions = ')->repr(array_filter($functions))->raw(";\n\n")
/plugin/oauthkeycloak/
H A Daction.php36 $raw = $oauth->request($url);
38 if (!$raw) throw new OAuthException('Failed to fetch data from userinfo endpoint');
39 $result = json_decode($raw, true);
/plugin/pubmed2020/helper/
H A Dpmid.php186 $raw = $plugin->getMedlineContent("pmid", $pmid);
189 if (empty($raw))
192 $this->paper_refs = $plugin->pubmed2020->readMedlineContent($raw, $plugin);
/plugin/twofactortelegram/
H A DREADME.md9 ![Login Page](https://github.com/nudred/twofactortelegram/blob/main/screenshots/login-page.png?raw=…
13 ![Admin Conf](https://github.com/nudred/twofactortelegram/blob/main/screenshots/admin-conf.png?raw=…
17 ![User Conf](https://github.com/nudred/twofactortelegram/blob/main/screenshots/user-conf.png?raw=tr…
/plugin/userimportextended/
H A Dadmin.php198 $raw = str_getcsv($csv);
202 … if ($raw[0] == 'user_id' || $raw[0] == $this->getLang('user_id')) continue; // skip headers
205 … if (count($raw) < 5) { // need at least five fields
207 $error = sprintf($this->getLang('import_error_fields'), count($raw));
208 … $this->_import_failures[$line] = array('error' => $error, 'user' => $raw, 'orig' => $csv);
212 $clean = $this->_cleanImportUser($raw, $error);
221 … $this->_import_failures[$line] = array('error' => $error, 'user' => $raw, 'orig' => $csv);
/plugin/struct/types/
H A DDropdown.php76 foreach ($this->getOptions() as $raw => $opt) {
77 if (in_array($raw, $rawvalues)) {
83 $html .= "<option $selected value=\"" . hsc($raw) . "\">" . hsc($opt) . '</option>';
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/
H A Dbasic.legacy.test2 "raw" tag
4 {% raw %}
/plugin/pubmed2020/classes/
H A Dcache.php265 function saveRawMedlineContent($base, $raw) { argument
267 $id = $this->_catchIdFromRawMedlineContent($base, $raw);
268 $doi = $this->_catchDoiFromRawMedlineContent($raw);
271 if (io_saveFile($path,$raw)){
388 function _catchDoiFromRawMedlineContent($raw) { argument
391 $r = preg_match($medlinePattern, $raw, $matches);
395 function _catchIdFromRawMedlineContent($base, $raw) { argument
402 $r = preg_match($pattern, $raw, $matches);
/plugin/fedauth/Auth/OpenID/
H A DHMAC.php36 $raw = '';
40 $raw .= chr($charcode);
42 return $raw;
/plugin/oauthgeneric/
H A Daction.php26 $raw = $oauth->request($url);
28 if (!$raw) throw new OAuthException('Failed to fetch data from userurl');
29 $result = json_decode($raw, true);
/plugin/openid/Auth/OpenID/
H A DHMAC.php36 $raw = '';
40 $raw .= chr($charcode);
42 return $raw;
/plugin/datatemplate/syntax/
H A Dentry.php205 $raw = str_replace($replacers['raw_keys'], $replacers['raw_vals'], $rawFile);
206 $raw = str_replace($replacers['keys'], $replacers['vals'], $raw);
207 $raw = preg_replace('/@@.*?@@/', '', $raw);
208 $instr = p_get_instructions($raw);

12345678910>>...17