1 2
|
public int getErrorCount();
public ArrayList getErrors();
public void sort(String sortAttribute, boolean ascending, int type);
}
Language: Java LOC: 25 EMC : Multi-Repository Search (project search) : .../Multi-Repository Search/MutliDocbase_Search_SBO_Component/MutliDocbase_Search_SBO_Component/src/IDctmSearch.java
|
/** The query manager. */
private QueryManager queryManager = null;
/** The columns for sorting results. */
private Vector sortColumns = new Vector();
/**
Language: Java LOC: 301 EMC : AdvancedQuery DFC Sample Code (project search) : .../java/com/documentum/advancedquery/AdvancedQuery.java
|
Tr.prTrace(5, "Now downloading the file");
// Hmmm....does this work? I'm essentially switching from one type of
// input object to another. Its likely that some sort of buffering has
// been going on and this is not a safe thing to do.
out = new FileOutputStream(tempfile);
Language: Java LOC: 857 EMC : WDK Benchmark Kit (project search) : .../WDK Benchmark Kit/WdkBM/BM_HTTP.java
|
* multi-docbase searches. It spawns a thread for each docbase search
* and combines the results of all the searches. It also supports
* sorting the combined result set.
*
* <p>
Language: Java LOC: 363 EMC : Multi-Repository Search (project search) : .../Multi-Repository Search/MutliDocbase_Search_SBO_Component/MutliDocbase_Search_SBO_Component/src/DctmSearchService.java
|
<er:RowEditingAccess>erDBRowAccessCreatorPlusEditList</er:RowEditingAccess>
<er:ShowGenericTextInSearchForm>true</er:ShowGenericTextInSearchForm>
<er:SortColumn>46</er:SortColumn>
<er:SortOrder>erSortAscending</er:SortOrder>
</er:setproperties>
Language: Xml LOC: 18 EMC : eRoom XML Samples (project search) : .../Commands/Rooms/Properties/set/setDB1Properties.xml
|
<er:RowEditingAccess>erDBRowAccessOpenList</er:RowEditingAccess>
<er:ShowGenericTextInSearchForm>true</er:ShowGenericTextInSearchForm>
<er:SortColumn>31</er:SortColumn>
<er:SortOrder>erSortAscending</er:SortOrder>
<er:TitleColumn>48</er:TitleColumn>
Language: Xml LOC: 23 EMC : eRoom XML Samples (project search) : .../Commands/Rooms/Properties/set/setDB1DatabaseProperties2.xml
|
<er:ShowVoteTotalsTo>erShowVoteTotalsToEveryOne</er:ShowVoteTotalsTo>
<er:ShowVotesCastTo>erShowVotesCastToEveryOne</er:ShowVotesCastTo>
<er:SortVoteTotals>true</er:SortVoteTotals>
<er:PollEntries>
<er:Item xsi:type="erItemTypePollEntry">
Language: Xml LOC: 28 EMC : eRoom XML Samples (project search) : .../Commands/Rooms/Creates/Items/createPollEmbedded.xml
|
Public Const DO_TEST = "DO_TEST"
Public Const EXPECT = "EXPECT"
Public Const SORT_TREEVIEW = "SORT_TREEVIEW"
Public Const DELIMITER = "#########################################################"
' Misc global variables
Language: VB LOC: 47 EMC : Documentum Foundation Class Interactive Tool (project search) : .../Documentum Foundation Class Interactive Tool/iDFCPackage/VB6 Source Code/globalDecl.bas
|
<er:setproperties>
<er:DBColumn er:include="[DataType='erColumnTypeAutonumber']">
<er:AutonumberOrder>erAutonumOrderSort</er:AutonumberOrder>
<er:DisplayOnSameLineAsPrevious>true</er:DisplayOnSameLineAsPrevious>
<er:ShowInSummary>true</er:ShowInSummary>
Language: Xml LOC: 18 EMC : eRoom XML Samples (project search) : .../Commands/Rooms/Properties/set/setColPropAutoNumber.xml
|
} DxQueryState;
typedef enum{
DXQM_SORT_ASC, // sort ascending
DXQM_SORT_DESC, // sort descending
} DxQuerySortOrder;
Language: C++ LOC: 259 EMC : DFC C++ Examples (project search) : .../DFC C++ Examples/qmgr/DxQuery.h
|
}
}
//Sort by the object_name
searchService.sort ("object_name", true, IDfType.DF_STRING);
//Get the results
Language: Java LOC: 56 EMC : Multi-Repository Search (project search) : .../Multi-Repository Search/MutliDocbase_Search_SBO_Component/MutliDocbase_Search_SBO_Component/src/Main.java
|
m_wasSetDQL = FALSE;
m_dispAttrs = NULL;
m_sortAttrs = NULL;
m_objMask = 0;
// Remove the rest of the attribute we might have stored.
Language: C++ LOC: 2314 EMC : DFC C++ Examples (project search) : .../DFC C++ Examples/qmgr/dxquery.cpp
|
}
/**
* @param strAttribute Attribute to sort on.
* @param param
* @param param2
Language: Java LOC: 71 EMC : Multi-Repository Search (project search) : .../Multi-Repository Search/MutliDocbase_Search_SBO_Component/MutliDocbase_Search_SBO_Component/src/DocbaseResultSet.java
|
<tr>
<td colspan='20' width='100%' align='center'><table align='center' border='0'><tr><td>
<nobr><b><span class='drilldownFileInfo'><dmf:label nlsid='MSG_SORTBY'/>: </span></b>
<dmf:celllist>
<dmf:celltemplate field='object_name'>
Language: JSP LOC: 205 EMC : Multi-Repository Search (project search) : .../Multi-Repository Search/MutliDocbase_Search_SBO_Component/MutliDocbase_Search_SBO_Component/searchresultslist.jsp
|
topmargin='0' bottommargin='0' leftmargin='0' rightmargin='0'>
<dmf:form>
<dmf:datagrid name='<%=AssemblyViewer.CTRL_DATAGRID%>' paged='true' preservesort='false'
cssclass='doclistbodyDatagrid' width='100%' cellspacing='0' cellpadding='0' bordersize='0'>
<!-- header row with column titles -->
Language: JSP LOC: 115 EMC : SAM_ A Prototype Application of eCTD with ...entum (project search) : .../sam/VirtualRoot/custom/sam/assemblyView.jsp
|
{
ERItem other = (ERItem)o;
// make database rows sort before other types when
// both are combined in a database page
int dbrowtest = 0;
Language: Java Copyright 1999-2004 Documentum, Inc. * LOC: 74 EMC : EMC Documentum eRoom ECM Extensions (project search) : .../com/documentum/eroom/workflow/ERItem.java
|
{
ERItem other = (ERItem)o;
// make database rows sort before other types when
// both are combined in a database page
int dbrowtest = 0;
Language: Java Copyright 1999-2004 Documentum, Inc. * LOC: 74 EMC : EMC Documentum eRoom ECM Extensions (project search) : .../com/documentum/eroom/workflow/ERItem.java
|
<!-- Folders -->
<dmf:datagrid name='<%=DrillDown.CONTROL_FOLDERGRID%>' width='100%' paged='true' cellspacing='0' cellpadding='2' borders...
sortcolumn="object_name" sortdir="<%=String.valueOf(IDataboundParams.SORTDIR_FORWARD)%>" sortmode="<%=String.value...
<tr>
<td colspan=2>
Language: JSP LOC: 368 EMC : EMC Documentum eRoom ECM Extensions (project search) : .../webtopserver/custom/eroom/doclist/eroom_drilldown_body.jsp
|
<script language="javascript">
function saveSelections () {
// we want to sort all of the selections so that at display time we can open each facility
// only once.
var sSelections, iNumSelections, i;
Language: ASP Copyright 2001 eRoom Technology, Inc. * LOC: 171 EMC : eRoom Portlet for PlumTree (project search) : .../eRoom Portlet for PlumTree/eRoom_Plumtree_3/eRoom_Plumtree/MyItemsGadget3/MyeRoomItemsPrefs2.asp
|
{
String strActionIds[] = ConfigService.getPrimaryElementIds("action");
Arrays.sort(strActionIds);
String strDataFields[] =
{"actioncfgid", "actionid", "actionscope", "actionxml", "actionxmlurl"};
Language: Java LOC: 259 EMC : Using Tracing and Logging in a WDK Component (project search) : .../classes/com/mycompany/actionlist/ActionList.java
|
<member name="T:Microsoft.WindowsMobile.PocketOutlook.PimItemCollection">
<summary>
Defines container operations (for example, adding, removing, and sorting items), along with state information (...
</summary>
<remarks>
Language: Xml LOC: 5689 EMC : Armedia Incident Management System (IMS) (project search) : .../IMS Windows Mobile Front End/ARMIMS/bin/Debug/Microsoft.WindowsMobile.PocketOutlook.xml
|
end
##
# Function: sort_translators
# Type: Instance
# Description: order the translators in order of responce time (using ping). Fasted first.
Language: Ruby LOC: 351 EMC : WDK Property File Translator_ translate (project search) : .../WDK Property File Translator_ translate/translator/translate.rb
|
topmargin='0' bottommargin='0' leftmargin='0' rightmargin='0'>
<dmf:form>
<dmf:datagrid name='<%=AssemblyViewer.CTRL_DATAGRID%>' paged='true' preservesort='false'
cssclass='doclistbodyDatagrid' width='100%' cellspacing='0' cellpadding='0' bordersize='0'>
<!-- header row with column titles -->
Language: JSP LOC: 163 EMC : SAM_ A Prototype Application of eCTD with ...entum (project search) : .../sam/VirtualRoot/custom/sam/assemblyViewWithCellList.jsp
|
</td>
</tr>
<!-- row for sorting columns -->
<%
if (dataProvider.getResultsCount() > 1)
Language: JSP LOC: 238 EMC : EMC Documentum eRoom ECM Extensions (project search) : .../webtopserver/custom/eroom/objectgrid/eroomobjectgrid_streamline.jsp
|
<dmf:argument name='startworkflowId' value='startworkflow'/>
<!-- folder list data grid -->
<dmf:datagrid name='<%=DocList.CONTROL_GRID%>' paged='true' preservesort='false'
cssclass='doclistbodyDatagrid' width='100%' cellspacing='0' cellpadding='0' bordersize='0'>
<!-- header row with label and filter drop-down -->
Language: JSP LOC: 227 EMC : EMC Documentum eRoom ECM Extensions (project search) : .../webtopserver/custom/eroom/doclist/eroom_doclist_body.jsp
|
1 2
|