Searched full:into (Results 1 – 25 of 231) sorted by relevance
12345678910
| /dokuwiki/lib/plugins/authpdo/_test/pgsql/ |
| H A D | django.sql | 610 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 D | django.php | 30 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 D | RegistryAware.php | 11 * Handles the injection of Registry into other class 18 * Set the Registry into the class
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | abap.php | 20 * (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 D | Encoding.php | 180 * 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 D | Base32Hex.php | 41 * into 8-bit integers. 62 * into 8-bit integers. 83 * into 5-bit integers. 101 * into 5-bit integers.
|
| H A D | EncoderInterface.php | 37 * 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 D | FatalException.php | 6 * Fatal Errors are converted into this Exception in out Shutdown handler
|
| /dokuwiki/inc/lang/zh/ |
| H A D | stopwords.txt | 15 into
|
| /dokuwiki/lib/plugins/authpdo/lang/en/ |
| H A D | settings.php | 15 $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 D | stopwords.txt | 17 into
|
| /dokuwiki/lib/tpl/dokuwiki/lang/en/ |
| H A D | style.txt | 1 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 D | style.txt | 1 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 D | stopwords.txt | 15 into
|
| /dokuwiki/inc/lang/bg/ |
| H A D | stopwords.txt | 15 into
|
| /dokuwiki/inc/lang/zh-tw/ |
| H A D | stopwords.txt | 17 into
|
| /dokuwiki/inc/lang/he/ |
| H A D | stopwords.txt | 15 into
|
| /dokuwiki/inc/lang/hr/ |
| H A D | stopwords.txt | 15 into
|
| /dokuwiki/inc/lang/ckb/ |
| H A D | stopwords.txt | 17 into
|
| /dokuwiki/inc/lang/id/ |
| H A D | stopwords.txt | 14 into
|
| /dokuwiki/inc/lang/ko/ |
| H A D | stopwords.txt | 17 into
|
| /dokuwiki/inc/lang/ro/ |
| H A D | stopwords.txt | 17 into
|
| /dokuwiki/inc/lang/sq/ |
| H A D | stopwords.txt | 17 into
|
| /dokuwiki/inc/lang/en/ |
| H A D | stopwords.txt | 17 into
|
| /dokuwiki/lib/plugins/authpdo/_test/mysql/ |
| H A D | fluxbb.php | 30 INSERT INTO fluy_users 71 INSERT INTO fluy_groups (g_title) VALUES (:group)
|
12345678910