Home
last modified time | relevance | path

Searched refs:sourceTables (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobConfigurationTableCopy.php135 public function setSourceTables($sourceTables) argument
137 $this->sourceTables = $sourceTables;
144 return $this->sourceTables;
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js7933 var sourceTables = [];
7944 sourceTables.push(parent);
8029 for (var i = 0; i < sourceTables.length; i++)
8031 if (!clone && this.model.contains(sourceTables[i]) &&
8032 this.model.getChildCount(sourceTables[i]) == 0)
8034 this.model.remove(sourceTables[i]);