Home
last modified time | relevance | path

Searched refs:dw (Results 1 – 25 of 59) sorted by relevance

123

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRijndael.php105 private $dw; variable in phpseclib3\\Crypt\\Rijndael
437 $dw = $this->dw;
444 $state[] = $word ^ $dw[++$wc];
459 $dw[++$wc];
629 $this->dw[$row] = $this->w[$row];
632 $this->dw = array_reverse($this->dw);
634 $dw = array_pop($this->dw);
638 $dw[] = $this->dw[$r][$c];
642 $this->dw = $dw;
847 $dw = $this->dw;
[all …]
/plugin/recaptcha2/
H A DREADME.md1 # dw-plugin-recaptcha2
4 Based on the [dw-plugin-recaptcha](https://github.com/liip/dw-plugin-recaptcha) by Adrian Schlegel
/plugin/webdav/_test/
H A Dwebdav.test.php75 '/d:multistatus/d:response/d:propstat/d:prop/dw:id',
76 '/d:multistatus/d:response/d:propstat/d:prop/dw:title',
77 '/d:multistatus/d:response/d:propstat/d:prop/dw:description',
/plugin/typography/
H A DREADME.md10dw-plugin-typography/master/images/fontfamily/picker.png) ![font-size icon](https://raw.githubuser…
43 ![Example 1](https://raw.githubusercontent.com/ssahara/dw-plugin-typography/master/example/typograp…
51 ![Example 2](https://raw.githubusercontent.com/ssahara/dw-plugin-typography/master/example/typograp…
61 ![Example 3](https://raw.githubusercontent.com/ssahara/dw-plugin-typography/master/example/typograp…
/plugin/structtemplate/_vagrant/
H A Dinstall_dokuwiki_extension.sh136 paths[dw]=$(realpath --canonicalize-missing "$_arg_path")
138 paths[dw]=$(realpath --canonicalize-missing "$DW_PATH")
/plugin/pdftools/
H A Dadmin.php112 $dw = dirList(DOKU_PLUGIN."/dw2pdf/tpl/");
136 foreach ($dw as $v) {
173 if (in_array($v,$dw) === false) {
/plugin/mp3play2/
H A DREADME.md99 …ylist [here](http://zawiki.zapto.org/lib/exe/fetch.php/tschinz:programming:dw:mp3play:playlist.xml)
105 ![Screennshot 1](http://zawiki.zapto.org/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_1…
106 ![Screennshot 2](http://zawiki.zapto.org/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_2…
107 ![Screennshot 3](http://zawiki.zapto.org/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_3…
/plugin/webcomponent/_test/data/pages/
H A Dmath.txt27 <code dw>
33 <code dw>
H A Dunit.txt33 <code dw>
55 <code dw>
H A Dcard.txt23 <code dw>
36 <code dw>
H A Dbutton.txt12 <code dw>
H A Dheading.txt12 <code dw>
H A Dcite.txt15 <code dw>
H A Dconsole.txt13 <code dw>
H A Ddropdown.txt12 <code dw>
H A Drelated.txt13 <code dw>
/plugin/topbarsyntax/
H A DREADME2 * topbarsyntax Plugin: delivers css based menu on dw page wherever you want to have it
12 it within the page syntax of dw wherever you might need it.
/plugin/strata/
H A DREADME.md7 Strata is a semi-structured data plugin for [DokuWiki][dw]. Strata allows you to add data to your wiki pages, and later on query that data to create automatic indices or other overviews.
37 [dw]: https://www.dokuwiki.org
/plugin/redirect2/
H A Dplugin.info.txt7 url https://github.com/ssahara/dw-plugin-redirect2
/plugin/clacks/
H A DREADME10 ryan.gulix.cl/dw/
/plugin/jquery-syntax/
H A Daction.php62 'href' => $plugin_root.'/dw-fixes.css'
/plugin/htmlokalt/
H A DREADME.md1 # dw-plugin-htmlok
/plugin/confightmlok/
H A DREADME.md1 # dw-plugin-confightmlok
/plugin/navi/
H A Dstyle.less25 aside#dokuwiki__aside .dw-sidebar-content .plugin__navi ul li.close {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php71 list($dw,$str) = explode('|',$sstr,2);

123