Searched refs:aCol (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-PreferencePanes/Examples/EnvironmentPrefs/
H A DShellEnv.py166 def tableView_objectValueForTableColumn_row_(self, aView, aCol, rowIndex):
168 name = aCol.identifier()
177 aView, value, aCol,rowIndex):
183 name = aCol.identifier()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-PreferencePanes/Examples/EnvironmentPrefs/
H A DShellEnv.py166 def tableView_objectValueForTableColumn_row_(self, aView, aCol, rowIndex):
168 name = aCol.identifier()
177 aView, value, aCol,rowIndex):
183 name = aCol.identifier()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-PreferencePanes-2.5.1/Examples/EnvironmentPrefs/
H A DShellEnv.py166 def tableView_objectValueForTableColumn_row_(self, aView, aCol, rowIndex):
168 name = aCol.identifier()
177 aView, value, aCol,rowIndex):
183 name = aCol.identifier()
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9898 ** Table.nCol is the number of columns in this table. Table.aCol is a
9922 int iPKey; /* If not negative, use aCol[iPKey] as the primary key */
9924 Column *aCol; /* Information about each column */ member in struct:Table
9958 #define TF_NeedMetadata 0x20 /* aCol[].zType and aCol[].pColl missing */
10008 } aCol[1]; /* One entry for each of nCol column s */ member in struct:FKey
10111 ** first column to be indexed (c3) has an index of 2 in Ex1.aCol[].
10113 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
10172 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
10195 } *aCol; member in struct:AggInfo
93599 Column *aCol, *pCol; /* For looping over result columns */ local
93681 selectAddColumnTypeAndCollation( Parse *pParse, int nCol, Column *aCol, Select *pSelect ) argument
104006 Column *aCol = pTab->aCol; local
115158 const char **aCol; /* Array of column names */ local
[all...]

Completed in 379 milliseconds