Home
last modified time | relevance | path

Searched refs:index_create (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/dports/www/phpbb3/phpBB3/phpbb/db/extractor/
H A Dpostgres_extractor.php176 $index_create = $index_rows = $primary_key = array();
201 …$index_create[] = 'CREATE ' . ($props['unique'] ? 'UNIQUE ' : '') . "INDEX $idx_name ON $table_nam…
238 if (!empty($index_create))
240 $sql_data .= implode("\n", $index_create) . "\n\n";
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/catalog/
H A DSConscript156 'index_create',
187 target='index_create',
189 'index_create.cpp',
256 'index_create',
343 'index_create',
/dports/chinese/phpbb-tw/phpBB2/admin/
H A Dadmin_db_utilities.php291 …$index_create .= 'CREATE ' . $props['unique'] . " INDEX $idx_name ON $table (" . $props['column_na…
331 $index_create = ereg_replace(',' . $crlf . '$', '', $index_create);
335 if (!empty($index_create))
337 $schema_create .= $index_create;
/dports/www/phpbb/phpBB2/admin/
H A Dadmin_db_utilities.php291 …$index_create .= 'CREATE ' . $props['unique'] . " INDEX $idx_name ON $table (" . $props['column_na…
331 $index_create = ereg_replace(',' . $crlf . '$', '', $index_create);
335 if (!empty($index_create))
337 $schema_create .= $index_create;
/dports/textproc/amberfish/amberfish-1.6.4/src/
H A Daf.c44 static int index_create = 0; variable
228 index_create = 1; in process_opt()
293 printf("index_create = %i\n", index_create); in dump_opt()
637 op.mode = index_create ? "w+" : "r+"; in exec_index()
948 if (nonopt_argv_n == 0 && !index_create && !index_files_stdin) in validate_opt_index()
950 if (index_phrase && !index_create) in validate_opt_index()
/dports/devel/py-ovsdbapp/ovsdbapp-1.5.0/ovsdbapp/backend/ovs_idl/
H A D__init__.py59 idx = self.tables[table].rows.index_create(index_name)
79 idx = self.idl.tables[table].rows.index_create(index_name)
98 idx = table.rows.index_create(index_name)
/dports/archivers/zchunk/zchunk-1.1.16/src/lib/index/
H A Dmeson.build1 lib_sources += files(['index_create.c', 'index_read.c', 'index_common.c'])
/dports/sysutils/usermin/usermin-1.830/htaccess/ulang/
H A Dur.auto5 index_create=کے لئے اختیارات شامل کریں:
H A Dko.auto5 index_create=옵션 추가 :
H A Dar.auto5 index_create=أضف خيارات لـ:
H A Dhe.auto5 index_create=הוסף אפשרויות ל:
H A Dfa.auto5 index_create=گزینه های اضافه شده برای:
H A Del.auto5 index_create=Προσθήκη επιλογών για:
H A Dth.auto5 index_create=เพิ่มตัวเลือกสำหรับ:
H A Duk.auto5 index_create=Додати параметри для:
H A Dbe.auto5 index_create=Дадаць параметры для:
H A Dbg.auto5 index_create=Добавяне на опции за:
H A Dzh.auto5 index_create=添加以下选项:
H A Dja.auto5 index_create=次のオプションを追加します。
H A Dzh_TW.auto5 index_create=添加以下選項:
H A Dru5 index_create=Добавить опции для:
/dports/sysutils/usermin/usermin-1.830/commands/lang/
H A Dzh_TW4 index_create=建立新的自訂命令
H A Dzh4 index_create=创建新的定制命令
/dports/sysutils/webmin/webmin-1.981/custom/lang/
H A Dzh_TW4 index_create=建立新的自訂命令
H A Dzh4 index_create=创建新的定制命令

12345678910>>...29