Home
last modified time | relevance | path

Searched refs:tableArray (Results 1 – 25 of 55) sorted by relevance

123

/dports/www/e107/e107/e107_web/utilities/
H A Ddbgen.php30 $tableArray = array(); variable
34 $tableArray[$t[1]] = array('src' => e_CORE.'sql/core_sql.php', 'desc' => 'core:'.$t[1]);
47 $tableArray[$t[1]] = array('src' => $targ, 'desc' => 'plug:'.$p.':'.$t[1]);
83 if (!isset($tableArray[$table]))
97 $baseStruct = $dbAdm->get_table_def($table,$tableArray[$table]['src']);
183 <td class='forumheader3'>".genFileSelect($tableArray, 'selected_plugin',$pluginList)."
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Database/
H A DRelationHandler.php58 public $tableArray = []; variable in TYPO3\\CMS\\Core\\Database\\RelationHandler
295 $this->tableArray[$tName] = [];
305 if (is_array($this->tableArray)) {
306 reset($this->tableArray);
314 next($this->tableArray);
477 } elseif (count($this->tableArray) === 1) {
478 reset($this->tableArray);
488 $this->tableArray = [];
634 $tableC = count($this->tableArray);
876 $tableC = count($this->tableArray);
[all …]
H A DQueryView.php73 protected $tableArray = []; variable in TYPO3\\CMS\\Core\\Database\\QueryView
1054 if (!$this->tableArray[$from_table]) {
1100 $this->tableArray[$from_table] = [];
1102 $this->tableArray[$from_table][] = $row;
1106 foreach ($this->tableArray[$from_table] as $key => $val) {
H A DQueryGenerator.php191 public $tableArray; variable in TYPO3\\CMS\\Core\\Database\\QueryGenerator
910 if (!$this->tableArray[$from_table]) {
960 $this->tableArray[$from_table] = [];
962 $this->tableArray[$from_table][] = $row;
966 foreach ($this->tableArray[$from_table] as $key => $val) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/
H A DRelationHandler.php53 public $tableArray = []; variable in TYPO3\\CMS\\Core\\Database\\RelationHandler
303 $this->tableArray[$tName] = [];
310 if (is_array($this->tableArray)) {
311 reset($this->tableArray);
319 next($this->tableArray);
481 reset($this->tableArray);
482 $table = key($this->tableArray);
491 $this->tableArray = [];
625 $tableC = count($this->tableArray);
861 $tableC = count($this->tableArray);
[all …]
H A DQueryView.php80 protected $tableArray = []; variable in TYPO3\\CMS\\Core\\Database\\QueryView
1075 if (!$this->tableArray[$from_table]) {
1121 $this->tableArray[$from_table] = [];
1123 $this->tableArray[$from_table][] = $row;
1127 foreach ($this->tableArray[$from_table] as $key => $val) {
H A DQueryGenerator.php191 public $tableArray; variable in TYPO3\\CMS\\Core\\Database\\QueryGenerator
949 if (!$this->tableArray[$from_table]) {
999 $this->tableArray[$from_table] = [];
1001 $this->tableArray[$from_table][] = $row;
1005 foreach ($this->tableArray[$from_table] as $key => $val) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/
H A DRelationHandler.php56 public $tableArray = []; variable in TYPO3\\CMS\\Core\\Database\\RelationHandler
317 $this->tableArray[$tName] = [];
324 if (is_array($this->tableArray)) {
325 reset($this->tableArray);
332 $this->firstTable = key($this->tableArray);
333 next($this->tableArray);
496 reset($this->tableArray);
506 $this->tableArray = [];
641 $tableC = count($this->tableArray);
877 $tableC = count($this->tableArray);
[all …]
H A DQueryView.php71 protected $tableArray = []; variable in TYPO3\\CMS\\Core\\Database\\QueryView
1050 if (!$this->tableArray[$from_table]) {
1099 $this->tableArray[$from_table] = [];
1101 $this->tableArray[$from_table][] = $row;
1105 foreach ($this->tableArray[$from_table] as $key => $val) {
H A DQueryGenerator.php189 public $tableArray; variable in TYPO3\\CMS\\Core\\Database\\QueryGenerator
909 if (!$this->tableArray[$from_table]) {
959 $this->tableArray[$from_table] = [];
961 $this->tableArray[$from_table][] = $row;
965 foreach ($this->tableArray[$from_table] as $key => $val) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/DataHandling/
H A DReferenceIndexUpdater.php148 foreach ($this->updateRegistryToItem as $workspace => $tableArray) {
149 foreach ($tableArray as $table => $recordArray) {
173 foreach ($this->dropRegistry as $workspace => $tableArray) {
174 foreach ($tableArray as $table => $uidArray) {
199 foreach ($this->updateRegistry as $workspace => $tableArray) {
201 foreach ($tableArray as $table => $uidArray) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/DataHandling/
H A DReferenceIndexUpdater.php148 foreach ($this->updateRegistryToItem as $workspace => $tableArray) {
149 foreach ($tableArray as $table => $recordArray) {
174 foreach ($this->dropRegistry as $workspace => $tableArray) {
175 foreach ($tableArray as $table => $uidArray) {
201 foreach ($this->updateRegistry as $workspace => $tableArray) {
203 foreach ($tableArray as $table => $uidArray) {
/dports/biology/abyss/abyss-2.3.1/DataBase/
H A Dabyss-db-txt14 tableArray=()
18 tableArray+=(`echo ${line} | tr " " "\n"`)
24 for table in ${tableArray[@]}
/dports/biology/bbmap/bbmap/current/sketch/
H A DSketchIndex.java25 tableArray=tables.tables(); in SketchIndex()
32 Whitelist.initialize(tableArray); in load()
128 AbstractKmerTable set=tableArray[(int)(key%WAYS)]; in getSketchesList()
201 AbstractKmerTable set=tableArray[(int)(key%WAYS)]; in getSketchIdsMap()
298 buffer=new HashBuffer(tableArray, 1000, 31, true, false); in IndexThread()
346 public final AbstractKmerTable[] tableArray; field in SketchIndex
H A DWhitelist.java8 public static void initialize(AbstractKmerTable[] tableArray){ in initialize() argument
10 keySets=tableArray; in initialize()
/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/debug/
H A Dwxldebug.cpp774 wxSortedArrayString tableArray; in DumpGlobals() local
776 return DumpTable(LUA_GLOBALSINDEX, wxT("Globals"), msg, tableArray, 0); in DumpGlobals()
784 wxSortedArrayString tableArray; in DumpTable() local
808 s = DumpTable(lua_gettop(L), tablename, msg, tableArray, 0); in DumpTable()
818 wxSortedArrayString tableArray; in DumpTable() local
820 … return DumpTable(stack_idx, wxString::Format(wxT("StackIdx=%d"), stack_idx), msg, tableArray, 0); in DumpTable()
823 …k_idx, const wxString& tablename, const wxString& msg, wxSortedArrayString& tableArray, int indent) in DumpTable() argument
878 if (tableArray.Index(value) == wxNOT_FOUND) in DumpTable()
882 tableArray.Add(value); in DumpTable()
883 … s += DumpTable(lua_gettop(L), tablename + wxT(".") + key, msg, tableArray, indent+1); in DumpTable()
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/
H A DFileRepository.php118 if (!empty($relationHandler->tableArray['sys_file_reference'])) {
119 $referenceUids = $relationHandler->tableArray['sys_file_reference'];
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/
H A DFileRepository.php119 if (!empty($relationHandler->tableArray['sys_file_reference'])) {
120 $referenceUids = $relationHandler->tableArray['sys_file_reference'];
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/
H A DFileRepository.php120 if (!empty($relationHandler->tableArray['sys_file_reference'])) {
121 $referenceUids = $relationHandler->tableArray['sys_file_reference'];
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxdtsio.cpp401 QJsonArray tableArray = json["timeTables"].toArray(); in read() local
402 for (int tableIndex = 0; tableIndex < tableArray.size(); ++tableIndex) { in read()
403 QJsonObject tableObject = tableArray[tableIndex].toObject(); in read()
417 QJsonArray tableArray; in write() local
421 tableArray.append(tableObject); in write()
423 json["timeTables"] = tableArray; in write()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pdf/
H A DSkPDFBitmap.cpp326 char tableArray[256 * 3]; in make_indexed_color_space() local
327 SkASSERT(3u * table->count() <= SK_ARRAY_COUNT(tableArray)); in make_indexed_color_space()
328 uint8_t* tablePtr = reinterpret_cast<uint8_t*>(tableArray); in make_indexed_color_space()
340 SkString tableString(tableArray, 3 * table->count()); in make_indexed_color_space()
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Tree/TableConfiguration/
H A DDatabaseTreeDataProvider.php423 $relatedUids = $dbGroup->tableArray[$this->getTableName()];
461 $relatedUids = $dbGroup->tableArray[$this->getTableName()];
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Tree/TableConfiguration/
H A DDatabaseTreeDataProvider.php407 $relatedUids = $dbGroup->tableArray[$this->getTableName()];
445 $relatedUids = $dbGroup->tableArray[$this->getTableName()];
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Tree/TableConfiguration/
H A DDatabaseTreeDataProvider.php479 $relatedUids = $dbGroup->tableArray[$this->getTableName()];
518 $relatedUids = $dbGroup->tableArray[$this->getTableName()];
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/lowlevel/Classes/Database/
H A DQueryGenerator.php76 protected $tableArray = []; variable in TYPO3\\CMS\\Lowlevel\\Database\\QueryGenerator
1261 if (empty($this->tableArray[$from_table])) {
1307 $this->tableArray[$from_table] = [];
1309 $this->tableArray[$from_table][] = $row;
1313 foreach ($this->tableArray[$from_table] as $key => $val) {
2055 if (!($this->tableArray[$from_table] ?? false)) {
2104 $this->tableArray[$from_table] = $statement->fetchAllAssociative();
2107 foreach (($this->tableArray[$from_table] ?? []) as $val) {

123