AbAutoCompleteMyDomain.sys.mjs |
|
1989 |
AbAutoCompleteSearch.sys.mjs |
Returns the popularity index for a given card. This takes account of a
translation bug whereby Thunderbird 2 stores its values in mork as
hexadecimal, and Thunderbird 3 stores as decimal.
@param {nsIAbDirectory} aDirectory - The directory that the card is in.
@param {nsIAbCard} aCard - The card to return the popularity index for.
|
21716 |
AbLDAPAttributeMap.sys.mjs |
|
5903 |
AbLDAPAutoCompleteSearch.sys.mjs |
|
9967 |
components.conf |
|
5362 |
moz.build |
|
1218 |
nsAbAddressCollector.cpp |
Returns the first card found with the specified email address. This
returns an already addrefed pointer to the card if the card is found.
|
9410 |
nsAbAddressCollector.h |
|
1439 |
nsAbBooleanExpression.cpp |
attribute nsAbBooleanConditionType condition; |
2680 |
nsAbBooleanExpression.h |
|
1062 |
nsAbCardProperty.cpp |
|
16669 |
nsAbCardProperty.h |
Interface for representing Address Book Person Card Property
******************************************************************************************************* |
1100 |
nsAbDirectoryQuery.cpp |
attribute nsAbBooleanOperationType operation; |
13088 |
nsAbDirectoryQuery.h |
|
3116 |
nsAbDirectoryQueryProxy.cpp |
void initiate (in nsIAbDirectory directory); |
819 |
nsAbDirectoryQueryProxy.h |
|
762 |
nsAbDirProperty.cpp |
|
16632 |
nsAbDirProperty.h |
Interface for representing Address Book Directory
******************************************************************************************************* |
1663 |
nsAbLDIFService.cpp |
|
24801 |
nsAbLDIFService.h |
|
1306 |
nsAbOSXCard.h |
|
1557 |
nsAbOSXCard.mm |
|
12924 |
nsAbOSXDirectory.h |
|
4986 |
nsAbOSXDirectory.mm |
|
28518 |
nsAbOSXUtils.h |
|
944 |
nsAbOSXUtils.mm |
|
4693 |
nsAbOutlookDirectory.cpp |
|
48451 |
nsAbOutlookDirectory.h |
|
6802 |
nsAbOutlookInterface.cpp |
|
1176 |
nsAbOutlookInterface.h |
|
633 |
nsAbQueryStringToExpression.cpp |
This code parses the query expression passed in as an addressbook URI.
The expression takes the form:
(BOOL1(FIELD1,OP1,VALUE1)..(FIELDn,OPn,VALUEn)(BOOL2(FIELD1,OP1,VALUE1)...)...)
BOOLn A boolean operator joining subsequent terms delimited by ().
For possible values see CreateBooleanExpression().
FIELDn An addressbook card data field.
OPn An operator for the search term.
For possible values see CreateBooleanConditionString().
VALUEn The value to be matched in the FIELDn via the OPn operator.
The value must be URL encoded by the caller, if it contains any
special characters including '(' and ')'.
|
8873 |
nsAbQueryStringToExpression.h |
|
1696 |
nsAbWinHelper.cpp |
|
52608 |
nsAbWinHelper.h |
|
8442 |
nsLDAPURL.cpp |
|
16738 |
nsLDAPURL.h |
nsLDAPURL
nsLDAPURL uses an nsStandardURL stored in mBaseURL as its main url formatter.
This is done to ensure that the pre-path sections of the URI are correctly
formatted and to re-use the functions for nsIURI as appropriate.
Handling of the path sections of the URI are done within nsLDAPURL/parts of
the LDAP c-sdk. nsLDAPURL holds the individual sections of the path of the
URI locally (to allow convenient get/set), but always updates the mBaseURL
when one changes to ensure that mBaseURL.spec and the local data are kept
consistent.
|
3212 |
nsMapiAddressBook.cpp |
|
4687 |
nsMapiAddressBook.h |
|
1963 |