Home
last modified time | relevance | path

Searched full:into (Results 1 – 25 of 231) sorted by relevance

12345678910

/dokuwiki/lib/plugins/authpdo/_test/pgsql/
H A Ddjango.sql610 INSERT INTO auth_group (id, name) VALUES (2, 'Kunden');
611 INSERT INTO auth_group (id, name) VALUES (3, 'Projektleiter');
612 INSERT INTO auth_group (id, name) VALUES (1, 'Mitarbeiter');
613 INSERT INTO auth_group (id, name) VALUES (4, 'Billing');
627 INSERT INTO auth_group_permissions (id, group_id, permission_id) VALUES (1, 4, 8);
628 INSERT INTO auth_group_permissions (id, group_id, permission_id) VALUES (2, 4, 7);
629 INSERT INTO auth_group_permissions (id, group_id, permission_id) VALUES (3, 3, 1);
630 INSERT INTO auth_group_permissions (id, group_id, permission_id) VALUES (4, 3, 2);
631 INSERT INTO auth_group_permissions (id, group_id, permission_id) VALUES (5, 3, 3);
632 INSERT INTO auth_group_permissions (id, group_id, permission_id) VALUES (6, 3, 4);
[all …]
H A Ddjango.php30 INSERT INTO auth_user
82 INSERT INTO auth_group (name) VALUES (:group)
85 INSERT INTO auth_user_groups (user_id, group_id) VALUES (:uid, :gid)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistryAware.php11 * Handles the injection of Registry into other class
18 * Set the Registry into the class
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dabap.php20 * (for example CONCATENATE 'hello' 'world' INTO string SEPARATED BY ' ')
262 'backup into',
281 'code page into',
326 'endian into',
328 'enhancement options into',
329 'enhancement into',
337 'field value into',
397 'include into',
409 'into sortable code',
419 'levels into',
[all …]
/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DEncoding.php180 * Encode into Base64
212 * Encode into Base64
244 * Convert a binary string into a hexadecimal string without cache-timing
259 * Convert a hexadecimal string into a binary string without cache-timing
274 * Convert a binary string into a hexadecimal string without cache-timing
289 * Convert a binary string into a hexadecimal string without cache-timing
H A DBase32Hex.php41 * into 8-bit integers.
62 * into 8-bit integers.
83 * into 5-bit integers.
101 * into 5-bit integers.
H A DEncoderInterface.php37 * Convert a binary string into a hexadecimal string without cache-timing
49 * Convert a binary string into a hexadecimal string without cache-timing
/dokuwiki/inc/Exception/
H A DFatalException.php6 * Fatal Errors are converted into this Exception in out Shutdown handler
/dokuwiki/inc/lang/zh/
H A Dstopwords.txt15 into
/dokuwiki/lib/plugins/authpdo/lang/en/
H A Dsettings.php15 $lang['insert-user'] = 'SQL Statement to insert a new user into the database';
22 $lang['insert-group'] = 'SQL Statement to insert a new group into the database';
/dokuwiki/inc/lang/ja/
H A Dstopwords.txt17 into
/dokuwiki/lib/tpl/dokuwiki/lang/en/
H A Dstyle.txt1 If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wi…
/dokuwiki/lib/tpl/dokuwiki/lang/da/
H A Dstyle.txt1 If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wi…
/dokuwiki/inc/lang/tr/
H A Dstopwords.txt15 into
/dokuwiki/inc/lang/bg/
H A Dstopwords.txt15 into
/dokuwiki/inc/lang/zh-tw/
H A Dstopwords.txt17 into
/dokuwiki/inc/lang/he/
H A Dstopwords.txt15 into
/dokuwiki/inc/lang/hr/
H A Dstopwords.txt15 into
/dokuwiki/inc/lang/ckb/
H A Dstopwords.txt17 into
/dokuwiki/inc/lang/id/
H A Dstopwords.txt14 into
/dokuwiki/inc/lang/ko/
H A Dstopwords.txt17 into
/dokuwiki/inc/lang/ro/
H A Dstopwords.txt17 into
/dokuwiki/inc/lang/sq/
H A Dstopwords.txt17 into
/dokuwiki/inc/lang/en/
H A Dstopwords.txt17 into
/dokuwiki/lib/plugins/authpdo/_test/mysql/
H A Dfluxbb.php30 INSERT INTO fluy_users
71 INSERT INTO fluy_groups (g_title) VALUES (:group)

12345678910