Searched +full:insert +full:- +full:group -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 26) sorted by relevance
12
/dokuwiki/lib/plugins/authpdo/conf/ |
H A D | metadata.php | 13 $meta['select-user'] = array('', '_caution' => 'danger'); 14 $meta['check-pass'] = array('', '_caution' => 'danger'); 15 $meta['select-user-groups'] = array('', '_caution' => 'danger'); 16 $meta['select-groups'] = array('', '_caution' => 'danger'); 17 $meta['insert-user'] = array('', '_caution' => 'danger'); 18 $meta['delete-user'] = array('', '_caution' => 'danger'); 19 $meta['list-users'] = array('', '_caution' => 'danger'); 20 $meta['count-user [all...] |
H A D | default.php | 20 $conf['select-user'] = ''; 28 $conf['check-pass'] = ''; 34 * return: group 36 $conf['select-user-groups'] = ''; 39 * Select all the existing group names 41 * return: group, [gid], [*] 43 $conf['select-groups'] = ''; 50 $conf['insert-use [all...] |
/dokuwiki/lib/plugins/authpdo/ |
H A D | auth.php | 10 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 33 $this->debugMsg('PDO extension for PHP not found.', -1, __LINE__); 34 $this->success = false; 38 if (!$this->getConf('dsn')) { 39 $this->debugMsg('No DSN specified', -1, __LINE__); 40 $this->success = false; 45 $this->pdo = new PDO( 46 $this->getCon 472 addGroup($group) global() argument [all...] |
/dokuwiki/conf/ |
H A D | mysql.conf.php.example | 64 * %{dgroup} default group name 91 * member of. The plugin accesses the group name as 'group' so an alias 97 $conf['plugin']['authmysql']['getGroups'] = "SELECT name as `group` 119 * %{group} in FilterGroup group name 128 $conf['plugin']['authmysql']['FilterGroup'] = "name LIKE '%{group}'"; 144 $conf['plugin']['authmysql']['addUser'] = "INSERT INTO users 148 SUBSTRING_INDEX('%{name}',' ', -1))"; 150 /* This statement should add a group t [all...] |
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | progress.php | 4 * -------- 13 * -- [all...] |
H A D | sass.php | 4 * ------- 13 * --- [all...] |
H A D | sparql.php | 4 * ------- 13 * --- [all...] |
H A D | q.php | 4 * ----- 15 * ----- [all...] |
H A D | abap.php | 4 * -------- 7 * - Sandra Rossi (sandra.rossi@gmail.com) 8 * - Jaco [all...] |
H A D | mysql.php | 4 * --------- 8 * Date Started: 2008-1 [all...] |
H A D | sql.php | 4 * ------- 7 * - Jürgen Thomas (Juergen.Thomas@vs-polis.de) 15 * - [all...] |
H A D | genero.php | 4 * ---------- [all...] |
H A D | cobol.php | 4 * ---------- [all...] |
H A D | oracle8.php | 4 * ---------- [all...] |
H A D | oracle11.php | 4 * ---------- [all...] |
H A D | inno.php | 4 * ---------- [all...] |
H A D | postgresql.php | 4 * ---------- [all...] |
H A D | sas.php | 4 * ------- 13 * --- [all...] |
H A D | plsql.php | 4 * ------- 14 * --- [all...] |
H A D | visualfoxpro.php | 4 * ---------- [all...] |
H A D | mapbasic.php | 4 * ------ 13 * ---- [all...] |
/dokuwiki/lib/scripts/ |
H A D | media.js | 27 // The minimum height of the full-screen mediamanager in px 89 .on('click', '.qq-upload-file a', dw_mediamanager.details); 210 // insert button 223 * Insert the clicked image into the opener's textarea 229 insert: function (id) { 507 var widthOtherResizable = widthResizables - jQuery(this).width(); 508 var minWidthNonResizable = parseFloat($filePanel.css("min-width")); 509 var maxWidth = widthFull - (widthOtherResizable + minWidthNonResizable) - [all...] |
/dokuwiki/vendor/geshi/geshi/src/ |
H A D | geshi.php | 3 * GeSHi - Generic Syntax Highlighter 26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 31 * @copyright (C) 2004 - 2007 Nigel McNie, (C) 2007 - 2014 Benny Baumann 38 // their values - you never know when a value may change in a future 60 // Line numbers - use with enable_line_numbers() 111 // Note that if you change these, they should be as-is: i.e., don't 125 disabled by {@link GeSHi->enable_strict_mode()} */ 133 /** The key of the regex array defining what bracket group in a 138 /** The key of the regex array defining what bracket group i 1081 set_escape_characters_style($style, $preserve_defaults = false, $group = 0) global() argument 1146 set_symbols_style($style, $preserve_defaults = false, $group = 0) global() argument 1185 set_strings_style($style, $preserve_defaults = false, $group = 0) global() argument 1214 set_script_style($style, $preserve_defaults = false, $group = 0) global() argument 1234 set_numbers_style($style, $preserve_defaults = false, $group = 0) global() argument 1748 set_url_for_keyword_group($group, $url) global() argument [all...] |
/dokuwiki/inc/Ui/ |
H A D | PageDiff.php | 42 $this->preference['showIntro'] = true; 43 $this->preference['difftype'] = 'sidebyside'; // diff view type: inline or sidebyside 51 $this->changelog = new PageChangeLog($this->id); 65 $this->text = $text; 66 $changelog =& $this->changelog; 69 $info = $changelog->getCurrentRevisionInfo(); 70 $this->RevInfo1 = new RevisionInfo($info); 71 $this->RevInfo1->appen [all...] |
/dokuwiki/inc/ |
H A D | media.php | 77 $meta->_parseAll(); 82 $meta->deleteField($key); 84 $meta->setField($key, $val); 94 if ($meta->save()) { 99 $sizechange = $filesize_new - $filesize_old; 107 msg($lang['metasaveerr'], -1); 177 $form->addTagOpen('div')->addClass('no'); 178 $form->setHiddenField('img', $id); 179 $form->setHiddenFiel [all...] |
12