| Application - struct |
| ancontent |
| [cfc1] Application - component
sys.cfapps.assetnow.cfcs.framework.ancontent
|
| VIRTUALNODEIDS |
| Application - struct [empty] |
|
| METHODS |
| NODECONTENT |
| Application - function nodeContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| tcMode |
Optional |
string |
all |
| tFeedStatus |
Optional |
string |
all |
| portal |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return content in specified node. Checks public, user, group access permissions |
| Description: |
|
|
|
| PARSEHTML |
| Application - function parseHTML |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| nodeid |
Optional |
numeric |
0 |
| contentid |
Optional |
numeric |
0 |
| revisionid |
Optional |
numeric |
0 |
| edit |
Optional |
boolean |
false |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Parses HTML for link references and returns updated string |
| Description: |
|
|
|
| ACCESSNODE |
| Application - function accessNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns node id if user has permission to access specified node, otherwise returns 0 |
| Description: |
|
|
|
| PAGECONTENT |
| Application - function pageContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| countViews |
Optional |
boolean |
true |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return html content record and check permissions |
| Description: |
|
|
|
| ACCESSALLOW |
| Application - function accessAllow |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| permissions |
Optional |
string |
All |
| roles |
Optional |
string |
[empty string] |
| uUserID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| nodeAccess |
Optional |
boolean |
false |
| toolAccess |
Optional |
boolean |
true |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if current user has access permissions to specified node, content or roles |
| Description: |
|
|
|
| MEMBERREGISTRATION |
| Application - function memberRegistration |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns query with member registration and approval requirement |
| Description: |
|
|
|
| PUBLICNODE |
| Application - function publicNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns public/private status of node |
| Description: |
|
|
|
| AUTHGROUPID |
| Application - function authGroupID |
Arguments:
| Name |
Required |
Type |
Default |
| gGroupID |
Optional |
numeric |
0 |
| gIdentifier |
Optional |
string |
[empty string] |
| exclusive |
Optional |
boolean |
true |
| updateSession |
Optional |
boolean |
true |
| ipAddress |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Authorize group access by groupID or UUID and add to session |
| Description: |
|
|
|
| SESPATHFORMAT |
| Application - function sesPathFormat |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| maxLength |
Optional |
numeric |
255 |
| srcLst |
Optional |
string |
À,Â,Ä,Ç,È,É,Ê,Ë,Î,à,á,â,ã,ä,å,ç,è,é,ê,ë,ì,í,î,ï,ñ,ò,ó,ô,õ,ö,ù,ú,û,ü,ý,ÿ |
| outLst |
Optional |
string |
A,A,A,C,E,E,E,E,I,a,a,a,a,a,a,c,e,e,e,e,i,i,i,i,n,o,o,o,o,o,u,u,u,u,y,y |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns valid OS directory path |
| Description: |
|
|
|
| NAVIGATIONPATH |
| Application - function navigationPath |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| root |
Optional |
boolean |
false |
| mode |
Optional |
boolean |
true |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns parents of node |
| Description: |
|
|
|
| ACTIVENODE |
| Application - function activeNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if node is active |
| Description: |
|
|
|
| ACTIVECONTENT |
| Application - function activeContent |
Arguments:
| Name |
Required |
Type |
Default |
| cContentID |
Optional |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if content is active via reverse lookup |
| Description: |
|
|
|
| METADATA |
| Application - function metaData |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Node, content metadata |
| Description: |
|
|
|
| FEEDENABLED |
| Application - function feedEnabled |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if feed enabled for category |
| Description: |
|
|
|
| MEMBERCONTENT |
| Application - function memberContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns member status of category or page |
| Description: |
|
|
|
| PERIODCONTENT |
| Application - function periodContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| maxrows |
Optional |
numeric |
20 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
0 |
| delay |
Optional |
numeric |
-1 |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated content in period - typically used for feeds |
| Description: |
|
|
|
| ACCESSCONTENT |
| Application - function accessContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| cContentID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns revision id if content permissions and status active, otherwise returns 0 |
| Description: |
|
|
|
| PERIODCOMMENTS |
| Application - function periodComments |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
true |
| maxrows |
Optional |
numeric |
50 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
| delay |
Optional |
numeric |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated comments in period - typically used for feeds |
| Description: |
|
|
|
| TREE |
| Application - function tree |
Arguments:
| Name |
Required |
Type |
Default |
| tMode |
Optional |
string |
0 |
| tNodeID |
Optional |
numeric |
0 |
| tLevel |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns site tree |
| Description: |
|
|
|
|
|
| anlock |
| [cfc2] Application - component
sys.cfapps.assetnow.cfcs.framework.anlocks
|
| ACTIVESESSIONS |
| Application - struct [empty] |
|
| METHODS |
| NODECONTENT |
| Application - function nodeContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| tcMode |
Optional |
string |
all |
| tFeedStatus |
Optional |
string |
all |
| portal |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return content in specified node. Checks public, user, group access permissions |
| Description: |
|
|
|
| PARSEHTML |
| Application - function parseHTML |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| nodeid |
Optional |
numeric |
0 |
| contentid |
Optional |
numeric |
0 |
| revisionid |
Optional |
numeric |
0 |
| edit |
Optional |
boolean |
false |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Parses HTML for link references and returns updated string |
| Description: |
|
|
|
| ACCESSNODE |
| Application - function accessNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns node id if user has permission to access specified node, otherwise returns 0 |
| Description: |
|
|
|
| PAGECONTENT |
| Application - function pageContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| countViews |
Optional |
boolean |
true |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return html content record and check permissions |
| Description: |
|
|
|
| ACCESSALLOW |
| Application - function accessAllow |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| permissions |
Optional |
string |
All |
| roles |
Optional |
string |
[empty string] |
| uUserID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| nodeAccess |
Optional |
boolean |
false |
| toolAccess |
Optional |
boolean |
true |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if current user has access permissions to specified node, content or roles |
| Description: |
|
|
|
| MEMBERREGISTRATION |
| Application - function memberRegistration |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns query with member registration and approval requirement |
| Description: |
|
|
|
| PUBLICNODE |
| Application - function publicNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns public/private status of node |
| Description: |
|
|
|
| AUTHGROUPID |
| Application - function authGroupID |
Arguments:
| Name |
Required |
Type |
Default |
| gGroupID |
Optional |
numeric |
0 |
| gIdentifier |
Optional |
string |
[empty string] |
| exclusive |
Optional |
boolean |
true |
| updateSession |
Optional |
boolean |
true |
| ipAddress |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Authorize group access by groupID or UUID and add to session |
| Description: |
|
|
|
| SESPATHFORMAT |
| Application - function sesPathFormat |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| maxLength |
Optional |
numeric |
255 |
| srcLst |
Optional |
string |
À,Â,Ä,Ç,È,É,Ê,Ë,Î,à,á,â,ã,ä,å,ç,è,é,ê,ë,ì,í,î,ï,ñ,ò,ó,ô,õ,ö,ù,ú,û,ü,ý,ÿ |
| outLst |
Optional |
string |
A,A,A,C,E,E,E,E,I,a,a,a,a,a,a,c,e,e,e,e,i,i,i,i,n,o,o,o,o,o,u,u,u,u,y,y |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns valid OS directory path |
| Description: |
|
|
|
| NAVIGATIONPATH |
| Application - function navigationPath |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| root |
Optional |
boolean |
false |
| mode |
Optional |
boolean |
true |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns parents of node |
| Description: |
|
|
|
| ACTIVENODE |
| Application - function activeNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if node is active |
| Description: |
|
|
|
| ACTIVECONTENT |
| Application - function activeContent |
Arguments:
| Name |
Required |
Type |
Default |
| cContentID |
Optional |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if content is active via reverse lookup |
| Description: |
|
|
|
| METADATA |
| Application - function metaData |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Node, content metadata |
| Description: |
|
|
|
| FEEDENABLED |
| Application - function feedEnabled |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if feed enabled for category |
| Description: |
|
|
|
| MEMBERCONTENT |
| Application - function memberContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns member status of category or page |
| Description: |
|
|
|
| PERIODCONTENT |
| Application - function periodContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| maxrows |
Optional |
numeric |
20 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
0 |
| delay |
Optional |
numeric |
-1 |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated content in period - typically used for feeds |
| Description: |
|
|
|
| ACCESSCONTENT |
| Application - function accessContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| cContentID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns revision id if content permissions and status active, otherwise returns 0 |
| Description: |
|
|
|
| PERIODCOMMENTS |
| Application - function periodComments |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
true |
| maxrows |
Optional |
numeric |
50 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
| delay |
Optional |
numeric |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated comments in period - typically used for feeds |
| Description: |
|
|
|
| TREE |
| Application - function tree |
Arguments:
| Name |
Required |
Type |
Default |
| tMode |
Optional |
string |
0 |
| tNodeID |
Optional |
numeric |
0 |
| tLevel |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns site tree |
| Description: |
|
|
|
| UNLOCKRECORD |
| Application - function unlockRecord |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Unlock all records held by dormant sessions and current session |
| Description: |
|
|
|
| UPDATESESSION |
| Application - function updateSession |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Updates session tracking time stamp. Creates new session tracking entry if session not currently tracked. |
| Description: |
|
|
|
| FLUSHSESSIONS |
| Application - function flushSessions |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
private |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Delete abandoned sessions and any associated record locks, save visitor stats. Abandoned session = not updated within session refresh period (visitor = 20 minutes, tools = 60 seconds) |
| Description: |
|
|
|
| INIT |
| Application - function init |
| Arguments: | none |
| ReturnType: |
struct
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
initialize session and record tracking arrays. A session can only have one active record lock at any one time. A user can have multiple sessions. |
| Description: |
|
|
|
| GETLOCKUSER |
| Application - function getLockUser |
Arguments:
| Name |
Required |
Type |
Default |
| uUserID |
Required |
numeric |
|
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns user info (name, email) |
| Description: |
|
|
|
| LOCKRECORD |
| Application - function lockRecord |
Arguments:
| Name |
Required |
Type |
Default |
| recordUUID |
Required |
string |
|
|
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Add record to lock track |
| Description: |
|
|
|
| ADDSESSION |
| Application - function addSession |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
private |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Add session to activity tracking list |
| Description: |
|
|
|
| ISRECORDLOCKED |
| Application - function isRecordLocked |
Arguments:
| Name |
Required |
Type |
Default |
| recordUUID |
Required |
string |
|
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns user id holding lock, else returns zero |
| Description: |
|
|
|
|
|
| applicationname |
BF9D8F3C659FAD60571B1FDC17651C84
|
| assetnow |
| [cfc3] Application - component
sys.cfapps.assetnow.cfcs.framework.anx
|
| EVERYONEGROUPID |
39
|
| errorEmailCount |
68
|
| METHODS |
| NODECONTENT |
| Application - function nodeContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| tcMode |
Optional |
string |
all |
| tFeedStatus |
Optional |
string |
all |
| portal |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return content in specified node. Checks public, user, group access permissions |
| Description: |
|
|
|
| PARSEHTML |
| Application - function parseHTML |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| nodeid |
Optional |
numeric |
0 |
| contentid |
Optional |
numeric |
0 |
| revisionid |
Optional |
numeric |
0 |
| edit |
Optional |
boolean |
false |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Parses HTML for link references and returns updated string |
| Description: |
|
|
|
| ACCESSNODE |
| Application - function accessNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns node id if user has permission to access specified node, otherwise returns 0 |
| Description: |
|
|
|
| PAGECONTENT |
| Application - function pageContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| countViews |
Optional |
boolean |
true |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return html content record and check permissions |
| Description: |
|
|
|
| ACCESSALLOW |
| Application - function accessAllow |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| permissions |
Optional |
string |
All |
| roles |
Optional |
string |
[empty string] |
| uUserID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| nodeAccess |
Optional |
boolean |
false |
| toolAccess |
Optional |
boolean |
true |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if current user has access permissions to specified node, content or roles |
| Description: |
|
|
|
| MEMBERREGISTRATION |
| Application - function memberRegistration |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns query with member registration and approval requirement |
| Description: |
|
|
|
| PUBLICNODE |
| Application - function publicNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns public/private status of node |
| Description: |
|
|
|
| AUTHGROUPID |
| Application - function authGroupID |
Arguments:
| Name |
Required |
Type |
Default |
| gGroupID |
Optional |
numeric |
0 |
| gIdentifier |
Optional |
string |
[empty string] |
| exclusive |
Optional |
boolean |
true |
| updateSession |
Optional |
boolean |
true |
| ipAddress |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Authorize group access by groupID or UUID and add to session |
| Description: |
|
|
|
| SESPATHFORMAT |
| Application - function sesPathFormat |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| maxLength |
Optional |
numeric |
255 |
| srcLst |
Optional |
string |
À,Â,Ä,Ç,È,É,Ê,Ë,Î,à,á,â,ã,ä,å,ç,è,é,ê,ë,ì,í,î,ï,ñ,ò,ó,ô,õ,ö,ù,ú,û,ü,ý,ÿ |
| outLst |
Optional |
string |
A,A,A,C,E,E,E,E,I,a,a,a,a,a,a,c,e,e,e,e,i,i,i,i,n,o,o,o,o,o,u,u,u,u,y,y |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns valid OS directory path |
| Description: |
|
|
|
| NAVIGATIONPATH |
| Application - function navigationPath |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| root |
Optional |
boolean |
false |
| mode |
Optional |
boolean |
true |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns parents of node |
| Description: |
|
|
|
| ACTIVENODE |
| Application - function activeNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if node is active |
| Description: |
|
|
|
| ACTIVECONTENT |
| Application - function activeContent |
Arguments:
| Name |
Required |
Type |
Default |
| cContentID |
Optional |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if content is active via reverse lookup |
| Description: |
|
|
|
| METADATA |
| Application - function metaData |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Node, content metadata |
| Description: |
|
|
|
| FEEDENABLED |
| Application - function feedEnabled |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if feed enabled for category |
| Description: |
|
|
|
| MEMBERCONTENT |
| Application - function memberContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns member status of category or page |
| Description: |
|
|
|
| PERIODCONTENT |
| Application - function periodContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| maxrows |
Optional |
numeric |
20 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
0 |
| delay |
Optional |
numeric |
-1 |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated content in period - typically used for feeds |
| Description: |
|
|
|
| ACCESSCONTENT |
| Application - function accessContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| cContentID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns revision id if content permissions and status active, otherwise returns 0 |
| Description: |
|
|
|
| PERIODCOMMENTS |
| Application - function periodComments |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
true |
| maxrows |
Optional |
numeric |
50 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
| delay |
Optional |
numeric |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated comments in period - typically used for feeds |
| Description: |
|
|
|
| TREE |
| Application - function tree |
Arguments:
| Name |
Required |
Type |
Default |
| tMode |
Optional |
string |
0 |
| tNodeID |
Optional |
numeric |
0 |
| tLevel |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns site tree |
| Description: |
|
|
|
| UNLOCKRECORD |
| Application - function unlockRecord |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Unlock all records held by dormant sessions and current session |
| Description: |
|
|
|
| UPDATESESSION |
| Application - function updateSession |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Updates session tracking time stamp. Creates new session tracking entry if session not currently tracked. |
| Description: |
|
|
|
| FLUSHSESSIONS |
| Application - function flushSessions |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
private |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Delete abandoned sessions and any associated record locks, save visitor stats. Abandoned session = not updated within session refresh period (visitor = 20 minutes, tools = 60 seconds) |
| Description: |
|
|
|
| INIT |
| Application - function init |
| Arguments: | none |
| ReturnType: |
struct
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
initialize session and record tracking arrays. A session can only have one active record lock at any one time. A user can have multiple sessions. |
| Description: |
|
|
|
| GETLOCKUSER |
| Application - function getLockUser |
Arguments:
| Name |
Required |
Type |
Default |
| uUserID |
Required |
numeric |
|
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns user info (name, email) |
| Description: |
|
|
|
| LOCKRECORD |
| Application - function lockRecord |
Arguments:
| Name |
Required |
Type |
Default |
| recordUUID |
Required |
string |
|
|
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Add record to lock track |
| Description: |
|
|
|
| ADDSESSION |
| Application - function addSession |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
private |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Add session to activity tracking list |
| Description: |
|
|
|
| ISRECORDLOCKED |
| Application - function isRecordLocked |
Arguments:
| Name |
Required |
Type |
Default |
| recordUUID |
Required |
string |
|
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns user id holding lock, else returns zero |
| Description: |
|
|
|
| ANXLIC |
| Application - function anxlic |
| Arguments: | none |
| ReturnType: |
struct
|
| Roles: |
|
| Access: |
public |
| Output: |
false |
| DisplayName: |
|
| Hint: |
AssetNow NX |
| Description: |
|
|
|
| ANXDOMAIN |
| Application - function anxdomain |
Arguments:
| Name |
Required |
Type |
Default |
| domain |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
false |
| DisplayName: |
|
| Hint: |
AssetNow NX Domain |
| Description: |
|
|
|
|
|
| bundles |
| Application - struct |
| en_US |
| Application - struct |
| site |
| Application - struct |
| AN_ADD_COMMENT |
Add Comment
|
| AN_APPROVAL |
Approval
|
| AN_AUTHOR |
Author
|
| AN_BACK |
Back
|
| AN_CALENDAR |
CALENDAR
|
| AN_CATEGORY |
Category
|
| AN_COMMENT |
Comment
|
| AN_COMMENTS |
Comments
|
| AN_COMMENTS_AWAITING_APPROVAL |
Comments Awaiting Approval
|
| AN_COMMENTS_CLOSED |
Comments Closed
|
| AN_COMMENT_MARKUP_OPTIONS |
All tags will be removed, line spaces preserved
|
| AN_COMMUNITY_EVENTS_CALENDAR |
COMMUNITY EVENTS CALENDAR
|
| AN_CONTACT_MEMBER_ADMINISTRATOR_TO_UPDATE_YOUR_PERMISSIONS |
Contact the Member Administrator to update your permissions
|
| AN_CONTACT_US |
CONTACT US
|
| AN_CONTENT |
Content
|
| AN_COPYRIGHT |
Copyright
|
| AN_CURRENT_CONDITIONS |
CURRENT CONDITIONS
|
| AN_DISCUSS |
Discuss
|
| AN_DOWNLOAD |
Download
|
| AN_EDIT |
Edit
|
| AN_EMAIL |
E-mail
|
| AN_ERROR |
Error
|
| AN_FLASH_REQUIRED |
You require Adobe Flash Player to view this content
|
| AN_FOR |
for
|
| AN_FORMAT_DATE_MASK |
mmmm d, yyyy
|
| AN_FORMAT_TIME_MASK |
HH:mm
|
| AN_HOME |
Home
|
| AN_ID |
ID
|
| AN_INCORRECT_LOGIN |
Incorrect username/password
|
| AN_IN_THIS_SECTION |
In This Section
|
| AN_JAVASCRIPT_REQUIRED |
You must enable Javascript to view this content
|
| AN_LINKED_IMAGE |
Image
|
| AN_LINKS_REFERENCED |
Links Referenced
|
| AN_LINK_TO |
Link to
|
| AN_LOCATION |
Location
|
| AN_LOGIN_INCORRECT |
Invalid username and/or password. Please try again.
|
| AN_LOGIN_NOT_FOUND |
No login details were found. Check that you entered the same e-mail address provided when you were registered for the site.
|
| AN_LOGIN_RECOVERED |
Your login details have been sent to your e-mail address.
|
| AN_MEMBER |
Member
|
| AN_MEMBER_ADMINISTRATOR |
Member Administrator
|
| AN_MEMBER_CONTENT |
Member
|
| AN_MORE |
+ more
|
| AN_MOST_POPULAR |
Most Popular
|
| AN_NAME |
Name
|
| AN_NEW_UPDATED |
New / Updated
|
| AN_NEXT |
Next
|
| AN_NOTE |
Note
|
| AN_NOTES |
Notes
|
| AN_NOT_A_MEMBER_REGISTER_HERE |
Not a member? Please register first
|
| AN_NOT_OBSERVED |
NOT OBSERVED
|
| AN_NO_FRAMES |
No Frames
|
| AN_NO_RESULTS |
No results
|
| AN_OF |
of
|
| AN_OPTIONAL |
Optional
|
| AN_PAGES |
Pages
|
| AN_PASSWORD |
Password
|
| AN_POSTED_BY |
Posted by
|
| AN_PREVIOUS |
Previous
|
| AN_PROFILE |
Profile
|
| AN_RECOVER_UN_PW |
If you have forgotten your username or password we will send it to you.
|
| AN_REGISTER |
Register
|
| AN_REMEMBER_DETAILS |
Remember Details
|
| AN_REMEMBER_LOGIN |
Check to remember username and password
|
| AN_REPLIES |
Replies
|
| AN_REPLY |
Reply
|
| AN_REQUIRED |
Required
|
| AN_RESULTS |
Results
|
| AN_RSS_FEED |
RSS
|
| AN_SCREEN_MODE_DEFAULT |
Normal Display Mode
|
| AN_SCREEN_MODE_PDA |
PDA Display Mode
|
| AN_SEARCH |
Search
|
| AN_SEARCHED |
Searched
|
| AN_SEARCH_INSIDE |
SEARCH INSIDE
|
| AN_SEARCH_KEYWORDS |
keyword(s)
|
| AN_SEARCH_SYNTAX |
Check your search criteria or use advanced search syntax
|
| AN_SEND |
Send
|
| AN_SIGN_IN |
Sign In
|
| AN_SIGN_IN_TO_ACCESS_MEMBER_CONTENT |
Sign in required to access member content
|
| AN_SIGN_IN_TO_ADD_A_COMMENT |
Sign in to add a comment
|
| AN_SIGN_OUT |
Sign Out
|
| AN_SITE_MAP |
Site Map
|
| AN_SKIP_NAVIGATION |
Skip navigation
|
| AN_SUBSCRIBED_EMAIL_ADDRESS |
Subscribed email address
|
| AN_SUBSCRIPTION_EDIT_LINK |
Edit your subscription
|
| AN_SUBSCRIPTION_UNSUBSCRIBE_LINK |
Unsubscribe from this list
|
| AN_SUGGESTION |
Suggestion
|
| AN_SYSTEM_ADMINISTRATOR |
System Administrator
|
| AN_TEASER_IMAGE_LINK_TO |
Teaser image link to article
|
| AN_TOOLS |
Tools
|
| AN_TOP |
Top
|
| AN_TOWN_OF_SHIPPAGAN |
TOWN OF SHIPPAGAN
|
| AN_TO_REACH_US |
To reach us
|
| AN_UPDATED |
Updated
|
| AN_UPDATE_COMMENT |
Update Comment
|
| AN_UPDATE_REGISTRATION |
Update Registration
|
| AN_UPDATE_YOUR_MEMBERSHIP_TO_ACCESS_THIS_CONTENT |
Update your membership to access this content
|
| AN_USERNAME |
Username
|
| AN_VOLUZION_SYSTEMS |
VOLUZION SYSTEMS
|
| AN_WEATHER |
WEATHER
|
| AN_WEBSITE |
Website
|
| AN_WILL_NOT_BE_DISPLAYED |
will not be displayed
|
| AN_YOU_ARE_HERE |
You are here
|
|
|
| fr_CA |
| Application - struct |
| site |
| Application - struct |
| AN_ADD_COMMENT |
Ajouter un commentaire
|
| AN_APPROVAL |
Approbation
|
| AN_AUTHOR |
Auteur
|
| AN_BACK |
Retour
|
| AN_CALENDAR |
Calendrier
|
| AN_CATEGORY |
Catégorie
|
| AN_COMMENT |
Commentaire
|
| AN_COMMENTS |
Commentaires
|
| AN_COMMENTS_AWAITING_APPROVAL |
Comments Awaiting Approval
|
| AN_COMMENTS_CLOSED |
Comments Closed
|
| AN_COMMENT_MARKUP_OPTIONS |
All tags will be removed, line spaces preserved
|
| AN_COMMUNITY_EVENTS_CALENDAR |
Calendrier d'activités communautaires
|
| AN_CONTACT_MEMBER_ADMINISTRATOR_TO_UPDATE_YOUR_PERMISSIONS |
Contact the Member Administrator to update your permissions
|
| AN_CONTACT_US |
Contactez-nous
|
| AN_CONTENT |
Contenu
|
| AN_COPYRIGHT |
Tous droits réservés
|
| AN_CURRENT_CONDITIONS |
Conditions actuelles
|
| AN_DDDD_FRIDAY |
Vendredi
|
| AN_DDDD_MONDAY |
Lundi
|
| AN_DDDD_SATURDAY |
Samedi
|
| AN_DDDD_SUNDAY |
Dimanche
|
| AN_DDDD_THURSDAY |
Jeudi
|
| AN_DDDD_TUESDAY |
Mardi
|
| AN_DDDD_WEDNESDAY |
Mercredi
|
| AN_DISCUSS |
Discuss
|
| AN_DOWNLOAD |
Télécharger
|
| AN_EDIT |
Modifier
|
| AN_EMAIL |
Courriel
|
| AN_ERROR |
Erreur
|
| AN_FLASH_REQUIRED |
You require Adobe Flash Player to view this content
|
| AN_FOR |
pour
|
| AN_FORMAT_DATE_MASK |
dddd dd-mmm-yyyy
|
| AN_FORMAT_TIME_MASK |
HH:mm:ss
|
| AN_HOME |
Accueil
|
| AN_ID |
ID
|
| AN_INCORRECT_LOGIN |
Incorrect username/password
|
| AN_IN_THIS_SECTION |
In This Section
|
| AN_JAVASCRIPT_REQUIRED |
You must enable Javascript to view this content
|
| AN_LINKED_IMAGE |
Image
|
| AN_LINKS_REFERENCED |
Links Referenced
|
| AN_LINK_TO |
Link to
|
| AN_LOCATION |
Location
|
| AN_LOGIN_INCORRECT |
Nom d'utilisateur et/ou mot de passe invalide. Please try again.
|
| AN_LOGIN_NOT_FOUND |
No login details were found. Check that you entered the same e-mail address provided when you were registered for the site.
|
| AN_LOGIN_RECOVERED |
Your login details have been sent to your e-mail address.
|
| AN_MEMBER |
Membre
|
| AN_MEMBER_ADMINISTRATOR |
Member Administrator
|
| AN_MEMBER_CONTENT |
Membre
|
| AN_MORE |
+ more
|
| AN_MOST_POPULAR |
Most Popular
|
| AN_NAME |
Nom
|
| AN_NEWS |
Nouvelles
|
| AN_NEW_UPDATED |
New / Updated
|
| AN_NEXT |
Suivant
|
| AN_NOTE |
Note
|
| AN_NOTES |
Notes
|
| AN_NOT_A_MEMBER_REGISTER_HERE |
Not a member? Please register first
|
| AN_NOT_OBSERVED |
Non observées
|
| AN_NO_FRAMES |
No Frames
|
| AN_NO_RESULTS |
No results
|
| AN_OF |
de
|
| AN_OPTIONAL |
Facultatif
|
| AN_PAGES |
Pages
|
| AN_PASSWORD |
Mot de passe
|
| AN_POSTED_BY |
Publié par
|
| AN_PREVIOUS |
Précédent
|
| AN_PROFILE |
Profil
|
| AN_RECOVER_UN_PW |
Si vous avez oublié votre nom d'utilisateur ou mot de passe nous vous le ferons parvenir.
|
| AN_REGISTER |
Register
|
| AN_REMEMBER_DETAILS |
Remember Details
|
| AN_REMEMBER_LOGIN |
Mémoriser mon nom d'utilisateur et mot de passe
|
| AN_REPLIES |
Replies
|
| AN_REPLY |
Répondre
|
| AN_REQUIRED |
Requis
|
| AN_RESULTS |
Résultats
|
| AN_ROOT |
Racine
|
| AN_RSS_FEED |
RSS
|
| AN_SCREEN_MODE_DEFAULT |
Normal Display Mode
|
| AN_SCREEN_MODE_PDA |
PDA Display Mode
|
| AN_SEARCH |
Recherche
|
| AN_SEARCHED |
Recherché
|
| AN_SEARCH_INSIDE |
Search Inside
|
| AN_SEARCH_KEYWORDS |
keyword(s)
|
| AN_SEARCH_SYNTAX |
Check your search criteria or use advanced search syntax
|
| AN_SEND |
Envoyer
|
| AN_SIGN_IN |
Connexion
|
| AN_SIGN_IN_TO_ACCESS_MEMBER_CONTENT |
Sign in required to access member content
|
| AN_SIGN_IN_TO_ADD_A_COMMENT |
Sign in to add a comment
|
| AN_SIGN_OUT |
Déconnexion
|
| AN_SITE_MAP |
Plan du site
|
| AN_SKIP_NAVIGATION |
Skip navigation
|
| AN_SUBSCRIBED_EMAIL_ADDRESS |
Subscribed email address
|
| AN_SUBSCRIPTION_EDIT_LINK |
Edit your subscription
|
| AN_SUBSCRIPTION_UNSUBSCRIBE_LINK |
Unsubscribe from this list
|
| AN_SUGGESTION |
Suggestion
|
| AN_SYSTEM_ADMINISTRATOR |
System Administrator
|
| AN_TEASER_IMAGE_LINK_TO |
Teaser image link to article
|
| AN_TOOLS |
Outils
|
| AN_TOP |
Top
|
| AN_TOWN_OF_SHIPPAGAN |
Ville de Shippagan
|
| AN_TO_REACH_US |
Pour communiquer avec nous:
|
| AN_UPDATED |
Updated
|
| AN_UPDATE_COMMENT |
Update Comment
|
| AN_UPDATE_REGISTRATION |
Update Registration
|
| AN_UPDATE_YOUR_MEMBERSHIP_TO_ACCESS_THIS_CONTENT |
Update your membership to access this content
|
| AN_USERNAME |
Nom d'utilisateur
|
| AN_VOLUZION_SYSTEMS |
Systèmes Voluzion
|
| AN_WEATHER |
Météo
|
| AN_WEBSITE |
Website
|
| AN_WILL_NOT_BE_DISPLAYED |
will not be displayed
|
| AN_YOU_ARE_HERE |
YOU ARE HERE
|
|
| tools |
| Application - struct |
| AN_ACCESS |
Accès
|
| AN_ACTION |
Action
|
| AN_ACTIVE |
Actif
|
| AN_ACTIVE_OR_RESERVED |
Actif ou réservé
|
| AN_ADDRESS_1 |
Adresse 1
|
| AN_ADDRESS_2 |
Adresse 2
|
| AN_ADVANCE |
Avancé
|
| AN_ADVANCED |
Advanced
|
| AN_ADVANCE_REVIEW_DATE |
Date d’aperçu avancée (jours)
|
| AN_ALERT_REGISTERED_APPLICATION_OFF |
État de l’application enregistrée – fermée
|
| AN_ALIAS |
Pseudonyme
|
| AN_ALLOWED_FILE_TYPES |
Types de fichiers permis
|
| AN_ALLOW_IP_ADDRESSES |
Permettre les adresses IP
|
| AN_AM |
AM
|
| AN_AMAZON_S3 |
AMAZON S3
|
| AN_ANONYMOUS_ACCESS |
Anonyme
|
| AN_APPLETS |
Applets
|
| AN_APPLICATION |
Application
|
| AN_APPLY_TEMPLATE |
Apply Template
|
| AN_APPROVAL |
Approbation
|
| AN_APPROVAL_ORDER_INFO |
Les approbations sont traitées séquentiellement de la plus petite à la plus grande. Les utilisateurs/groupes définis dans le même ordre signifie que l'approbation peut être accordée par l'un ou l'autre.
|
| AN_APPROVAL_REQUEST |
Demande d’approbation
|
| AN_APPROVE |
Approuver
|
| AN_APPROVED |
Approuvé
|
| AN_APRIL |
Avril
|
| AN_AQUISITION |
Acquisition
|
| AN_ARCHIVE |
Archiver
|
| AN_ARCHIVED |
Archivé
|
| AN_ASSETS |
Fichiers
|
| AN_ASSIGNMENT |
Affectation
|
| AN_ATTACHMENTS |
Pièces jointes
|
| AN_AUGUST |
Août
|
| AN_AUTHENTICATE |
Authentifier
|
| AN_AUTHENTICATE_0 |
Anonyme
|
| AN_AUTHENTICATE_1 |
Lien
|
| AN_AUTHENTICATE_2 |
Se connecter
|
| AN_AUTHOR |
Auteur
|
| AN_AVAILABLE |
Disponible
|
| AN_A_TO_Z |
A à Z
|
| AN_BODY |
Corps
|
| AN_BODY_HTML |
Corps HTML
|
| AN_BODY_TEXT |
Corps du TEXTE
|
| AN_BOTTOM |
Bas
|
| AN_BUNDLES |
Bundles
|
| AN_CACHE |
Mémoire cache
|
| AN_CATEGORIES |
Catégories
|
| AN_CATEGORY |
Catégorie
|
| AN_CATEGORY_DISPLAY_DATE |
Date d’affichage
|
| AN_CATEGORY_DISPLAY_DATE_LIST |
Fermé, Date, Date+Heure
|
| AN_CATEGORY_DISPLAY_MODE_LIST |
Normal, Personnalisé
|
| AN_CATEGORY_SETTING_0 |
0
|
| AN_CATEGORY_SETTING_1 |
1
|
| AN_CATEGORY_SETTING_2 |
2
|
| AN_CATEGORY_SETTING_3 |
3
|
| AN_CATEGORY_SETTING_4 |
4
|
| AN_CATEGORY_SETTING_5 |
5
|
| AN_CATEGORY_SETTING_6 |
6
|
| AN_CATEGORY_SETTING_7 |
7
|
| AN_CFML_TAG_DISALLOW |
La balise CFML est interdite
|
| AN_CGI |
Interface graphique CGI
|
| AN_CGI_REMOTE_ADDR |
Adresse distante CGI
|
| AN_CHANGE_LOG |
Journal des modifications
|
| AN_CHARSET |
Jeu de caractères
|
| AN_CHECK_TO_EMAIL_GROUP_LOGINS |
Cocher pour envoyer l'information d'authentification par courriel aux membres du groupe
|
| AN_CHECK_TO_EMAIL_GROUP_MESSAGE |
Check to send message to Group members
|
| AN_CHECK_TO_EMAIL_USERNAME_PASSWORD |
Cocher pour envoyer le nom d’utilisateur et le mot de passe par courriel
|
| AN_CITY |
Ville
|
| AN_CLASSIFICATION |
Classification
|
| AN_CLEAR_ALL |
Effacer tout
|
| AN_CLEAR_CACHE |
Effacer la mémoire cache
|
| AN_CLEAR_DOWNLOADS |
Effacer les téléchargements
|
| AN_CLEAR_TEMP |
Effacer les fichiers temporaires
|
| AN_CLICKS |
Clics
|
| AN_CLICKSTREAMS |
Flux de clic
|
| AN_CLICK_STREAM |
Flux de clic
|
| AN_CODE |
Code
|
| AN_CODEPAD |
Bloc-notes
|
| AN_COLLAPSE |
Réduire
|
| AN_COMMENT |
Commentaire
|
| AN_COMMENTS |
Commentaires
|
| AN_COMMENT_APPROVAL |
Approbation du commentaire
|
| AN_COMMENT_STATUS |
Commentaires
|
| AN_COMMENT_STATUS_ |
État du commentaire
|
| AN_COMMENT_STATUS_0 |
Fermé
|
| AN_COMMENT_STATUS_1 |
En lecture seule
|
| AN_COMMENT_STATUS_2 |
Anonyme
|
| AN_COMMENT_STATUS_3 |
Membre
|
| AN_COMMITTED_VISITS |
Visites enregistrées en mémoire
|
| AN_COMPANY |
Entreprise
|
| AN_COMPARE |
Comparer
|
| AN_COMPLETED |
Terminé
|
| AN_CONFIRM_COPY |
Êtes-vous sûr de vouloir copier
|
| AN_CONFIRM_DELETE |
Êtes-vous sûr de vouloir supprimer
|
| AN_CONFIRM_EMPTY |
Êtes-vous sûr de vouloir vider tous les articles
|
| AN_CONNECTION |
Connexion
|
| AN_CONTACT |
Personne-ressource
|
| AN_CONTACTS |
Personnes-ressources
|
| AN_CONTAINS_CATEGORIES |
Contient des catégories
|
| AN_CONTAINS_CONTENT |
Contient du contenu
|
| AN_CONTENT |
Contenu
|
| AN_CONTENT_SETTING_0 |
0
|
| AN_CONTENT_SETTING_1 |
1
|
| AN_CONTENT_SETTING_2 |
2
|
| AN_CONTENT_SETTING_3 |
3
|
| AN_CONTENT_SETTING_4 |
4
|
| AN_CONTENT_SETTING_5 |
5
|
| AN_CONTENT_SETTING_6 |
6
|
| AN_CONTENT_SETTING_7 |
7
|
| AN_COPY |
Copier
|
| AN_COPY_TO_TEXT |
Copier au texte
|
| AN_COUNT |
Compter
|
| AN_COUNTRY |
Pays
|
| AN_COURTESY_TITLE |
Titre de courtoisie
|
| AN_CREATE |
Créer
|
| AN_CREATED |
Créé
|
| AN_CUSTOM |
Personnalisé
|
| AN_CYCLE |
Cycle
|
| AN_DATA |
Données
|
| AN_DATE |
Date
|
| AN_DAY |
Jour
|
| AN_DAYS |
Jours
|
| AN_DECEMBER |
Décembre
|
| AN_DEFAULT_MESSAGE |
Message par défaut
|
| AN_DELETE |
Supprimé
|
| AN_DELETED |
Deleted
|
| AN_DELETE_TEMPORARY_FILE |
Supprimer le fichier temporaire après le traitement
|
| AN_DESCRIPTION |
Description
|
| AN_DESTINATION |
Destination
|
| AN_DETAIL |
Détail
|
| AN_DETAILS |
Détails
|
| AN_DIRECT |
Direct
|
| AN_DISK |
Lecteur
|
| AN_DISK_USAGE |
Utilisation du lecteur du serveur
|
| AN_DISPLAY |
Affichage
|
| AN_DISPLAY_MODE |
Mode d’affichage
|
| AN_DOMAINS |
Domaines
|
| AN_DONE |
Terminé
|
| AN_DOWN |
Bas
|
| AN_DOWNLOAD |
Télécharger
|
| AN_DOWNLOADS |
Téléchargements
|
| AN_DRAFT |
Brouillon
|
| AN_DUMP |
Image-mémoire
|
| AN_DUPLICATE_NAME |
Nom en double
|
| AN_DURATION |
Durée
|
| AN_EDIT |
Éditer
|
| AN_EDITOR |
EDITOR
|
| AN_EMAIL |
Courriel
|
| AN_EMAILS_PROCESSED |
Courriels traités
|
| AN_EMAIL_ADDRESS |
Adresse de courriel
|
| AN_EMAIL_ADMINISTRATOR_TO_SETUP_ADDITIONAL_ACCOUNTS |
Envoyer un courriel à l'administrateur pour configurer des comptes utilisateurs supplémentaires
|
| AN_EMAIL_ADMINISTRATOR_TO_SETUP_ADDITIONAL_PAGES |
Envoyer un courriel à l'administrateur pour configurer des pages supplémentaires
|
| AN_EMPTY |
Vide
|
| AN_ENABLE |
Permettre
|
| AN_ENTRY |
Entrée
|
| AN_ERROR |
Erreur
|
| AN_ERROR_PASSWORD |
Mot de passe invalide
|
| AN_ERROR_PERMISSIONS_SET_TO_INHERIT |
Aucun groupe n’est sélectionné – permissions configurées pour hériter
|
| AN_ERROR_TREE |
Erreur d’arborescence
|
| AN_ERROR_USERNAME |
Nom d’utilisateur invalide
|
| AN_ERROR_USERNAME_PASSWORD |
Nom d’utilisateur et mot de passe invalides
|
| AN_ERROR_XSL_TRANSFORMATION |
Erreur de transformation XSL
|
| AN_EVERYONE |
Tout le monde
|
| AN_EXIT |
Sortie
|
| AN_EXITRATIO |
Ratio de sortie
|
| AN_EXIT_RATIO_SHORT |
RS%
|
| AN_EXPAND |
Agrandir
|
| AN_EXPIRED |
Expiré
|
| AN_FAX |
Télécopieur
|
| AN_FEBRUARY |
Février
|
| AN_FEED |
Flux
|
| AN_FEEDS |
Flux
|
| AN_FILE |
Fichier
|
| AN_FILES |
Fichiers
|
| AN_FILE_NAME |
Nom de fichier
|
| AN_FILE_STREAM |
File Stream
|
| AN_FILE_UPLOADED |
Fichier téléversé
|
| AN_FIRSTNAME |
Prénom
|
| AN_FLASH |
Flash
|
| AN_FLASH_REQUIRED |
Flash est requis
|
| AN_FLATTEN |
Aplanir
|
| AN_FOLDER |
Répertoire
|
| AN_FORMAT |
Format
|
| AN_FORMAT_DATE_MASK |
mm/dd/yyyy
|
| AN_FORMAT_TIME_MASK |
hh:mm
|
| AN_FORMS |
Formulaires
|
| AN_GENERAL |
Général
|
| AN_GEOLOCATION_GROUP_ACCESS |
Accès du pays
|
| AN_GROUP |
Groupe
|
| AN_GROUPS |
Groupes
|
| AN_GROUP_MESSAGES |
Messages du groupe
|
| AN_GROUP_SETUP_REQUEST_FROM |
Demande de configuration d’un groupe par
|
| AN_HELP |
Aide
|
| AN_HTML |
HTML
|
| AN_HTML_EDIT_FORMAT |
Sortie d’affichage à l’aide du format d'édition HTML
|
| AN_ID |
Identifiant
|
| AN_IDENTIFIER |
Identifiant
|
| AN_IMAGE |
Image
|
| AN_IMAGES |
Images
|
| AN_INFORMATION |
Renseignements
|
| AN_INFO_APPROVE_STATUS |
Approuver cette révision
|
| AN_INFO_DRAFT_STATUS |
Éditer cette révision et supprimer l’approbation
|
| AN_INFO_REVIEW_STATUS |
Soumettre cette révision pour approbation
|
| AN_INHERIT |
Hériter
|
| AN_INSTANCE |
Instance
|
| AN_INSTANCES |
Instances
|
| AN_INSTANCE_NAME |
Nom de l’instance
|
| AN_IP_ADDRESS |
Adresse IP
|
| AN_JANUARY |
Janvier
|
| AN_JAVASCRIPT_REQUIRED |
JavaScript est requis
|
| AN_JAVA_UPLOAD_APPLET |
Applet de téléversement Java
|
| AN_JAVA_UPLOAD_APPLET_0 |
Aucun redimensionnement d’image
|
| AN_JAVA_UPLOAD_APPLET_1 |
85 x 110
|
| AN_JAVA_UPLOAD_APPLET_2 |
170 x 200
|
| AN_JAVA_UPLOAD_APPLET_3 |
255 x 310
|
| AN_JAVA_UPLOAD_APPLET_4 |
340 x 420
|
| AN_JAVA_UPLOAD_APPLET_5 |
530 x 425
|
| AN_JULY |
Juillet
|
| AN_JUNE |
Juin
|
| AN_KEY |
Touche
|
| AN_KEYWORDS |
Mots-clés
|
| AN_LANGUAGE |
Langage
|
| AN_LANGUAGE_LOCALES_CONFIGURATION_ERROR |
Erreur de configuration : Le langage doit avoir un paramètre correspondant
|
| AN_LANGUAGE_UNI |
Multilangues
|
| AN_LASTNAME |
Nom
|
| AN_LAST_ACCESS |
Dernier accès
|
| AN_LAST_CLICK |
Dernier clic
|
| AN_LAST_RETURN |
Dernier retour
|
| AN_LEVEL |
Niveau
|
| AN_LIBRARIES |
Bibliothèques
|
| AN_LIBRARY |
Bibliothèque
|
| AN_LIBRARY_ASSETS |
Actifs de bibliothèque
|
| AN_LIBRARY_MASTER |
Maître de bibliothèque
|
| AN_LIBRARY_NO_PERMISSIONS_TO_APPLY |
Aucune permission d'appliquer qu’un seul groupe d'édition
|
| AN_LIBRARY_TEASER |
Aguiche bibliothèque
|
| AN_LICENSE |
Licence
|
| AN_LICENSE_DEVELOPER |
Développeur
|
| AN_LICENSE_LITE |
Léger
|
| AN_LICENSE_PROFESSIONAL |
Professionnel
|
| AN_LINK |
Lien
|
| AN_LINKED_IN |
Lié à
|
| AN_LINKS |
Liens
|
| AN_LIST |
Liste
|
| AN_LISTS |
Listes
|
| AN_LOADING |
Chargement...
|
| AN_LOCAL |
Local
|
| AN_LOCALE |
Paramètre
|
| AN_LOCAL_TIME |
Heure locale
|
| AN_LOCATION |
Emplacement
|
| AN_LOCATIONS |
Emplacements
|
| AN_LOCK |
Verrouiller
|
| AN_LOCKED |
Verrouillé
|
| AN_LOG |
Journal
|
| AN_LOGINS |
Connexions
|
| AN_LOGS |
Journaux
|
| AN_LOG_1 |
Nouveau
|
| AN_LOG_2 |
Éditer
|
| AN_LOG_3 |
Mis à jour
|
| AN_LOG_4 |
Approuver
|
| AN_LOG_5 |
Rejeter
|
| AN_LPOS |
POSG
|
| AN_MAILOUT |
Envoi par la poste
|
| AN_MAILOUTS |
Envois par la poste
|
| AN_MARCH |
Mars
|
| AN_MASTER |
Maître
|
| AN_MAXIMUM |
Max
|
| AN_MAY |
Mai
|
| AN_MEMBER |
Membre
|
| AN_MEMBER_REGISTRATION |
Inscription des membres
|
| AN_MESSAGE |
Message
|
| AN_METADATA |
Métadonnée
|
| AN_METRICS |
Mesures
|
| AN_MINIMUM |
Min
|
| AN_MINUTES |
Minutes
|
| AN_MOBILE |
Mobile
|
| AN_MODULE |
Module
|
| AN_MODULES |
Modules
|
| AN_MODULE_CALENDAR |
Calendrier
|
| AN_MODULE_COMMENTS |
Commentaires
|
| AN_MODULE_FORMS |
Formulaires
|
| AN_MODULE_LIBRARY |
Bibliothèque
|
| AN_MODULE_LISTS |
Listes
|
| AN_MODULE_PERMISSIONS |
Permissions
|
| AN_MODULE_REPORTS |
Rapports
|
| AN_MODULE_SYSTEM |
Système
|
| AN_MODULE_TREE |
Contenu
|
| AN_MONTH |
Mois
|
| AN_MOVE |
Déplacer
|
| AN_MOVE_FOLDER |
Déplacer vers la nouvelle catégorie
|
| AN_MOVE_SELECT_FOLDER |
Sélectionner la catégorie de destination pour
|
| AN_MULTIPART |
HTML/Texte
|
| AN_MY_NOTES |
Mes remarques
|
| AN_NAME |
Nom
|
| AN_NEW |
Nouveau
|
| AN_NEW_14_DAYS |
14 jours
|
| AN_NEW_1_MONTH |
Dernier mois
|
| AN_NEW_24_HOURS |
24 heures
|
| AN_NEW_48_HOURS |
48 heures
|
| AN_NEW_72_HOURS |
72 heures
|
| AN_NEW_7_DAYS |
7 jours
|
| AN_NEW_CATEGORY |
Nouvelle catégorie
|
| AN_NEW_COMMENT |
Nouveau commentaire
|
| AN_NEW_CONTENT |
Nouveau contenu
|
| AN_NEW_FILE_LIBRARY |
Nouvelle bibliothèque de fichiers
|
| AN_NEW_GROUP |
Nouveau groupe
|
| AN_NEW_IMAGE_LIBRARY |
Nouvelle bibliothèque d’images
|
| AN_NEW_LIST |
Nouvelle liste
|
| AN_NEW_MESSAGE |
Nouveau message
|
| AN_NEW_MODULE_INSTANCE |
Nouvelle instance de module
|
| AN_NEW_PAGE |
Nouvelle page
|
| AN_NEW_REPLY |
Nouvelle réponse
|
| AN_NEW_ROLE |
Nouveau rôle
|
| AN_NEW_SUBSCRIBER |
Nouvel abonné
|
| AN_NEXT |
Suivant
|
| AN_NEXT_DAY |
Jour suivant
|
| AN_NO |
Non
|
| AN_NODE_STREAM |
Flux de noeud
|
| AN_NONE |
Aucun
|
| AN_NOTE |
Remarque
|
| AN_NOTES |
Remarques
|
| AN_NOTIFICATIONS |
Notifications
|
| AN_NOT_AVAILABLE |
Non disponible
|
| AN_NOT_FOUND |
Introuvable
|
| AN_NOT_INHERITED |
Non hérité
|
| AN_NOVEMBER |
Novembre
|
| AN_NO_ACTIVE_CONTENT |
Aucun contenu actif
|
| AN_NO_APPROVAL_GROUPS_USERS_ASSIGNED |
Aucun groupe d’approbation ou d'utilisateurs attribués
|
| AN_NO_CATEGORY_ASSIGNED |
Aucune catégorie attribuée
|
| AN_NO_CODE_ENTERED |
Aucun code n’est entré
|
| AN_NO_CONTENT |
Aucun contenu à sauvegarder
|
| AN_NO_CONTENT_FOR_APPROVAL |
Aucun contenu pour approbation
|
| AN_NO_FLASH |
Aucun flash
|
| AN_NO_GROUPS_ASSIGNED |
Aucun groupe n’est attribué
|
| AN_NO_GROUPS_ASSIGNED_TO_PARENT_CATEGORY |
Aucun groupe n’est attribué à la catégorie parent
|
| AN_NO_LOCK |
AUCUN VERROU
|
| AN_NO_NOTES |
Aucune remarque
|
| AN_NO_RECORDS_SELECTED |
Aucun enregistrement n’est sélectionné
|
| AN_NO_RESULTS |
Aucun résultat
|
| AN_NO_SETTING_OPTIONS |
Aucune option n’est disponible
|
| AN_NO_TEMPLATE_ASSIGNED |
Aucun modèle n’est attribué
|
| AN_NO_USERS_ASSIGNED |
Aucun utilisateur n’est attribué
|
| AN_OCTOBER |
Octobre
|
| AN_OFF |
Fermé
|
| AN_OFF_ACTION |
Aucune action
|
| AN_ON |
Marche
|
| AN_ON_ACTION |
En marche
|
| AN_OPTIMIZE |
Optimiser
|
| AN_OPTIONS |
Options
|
| AN_ORDER |
Ordre
|
| AN_ORDER_ASC_DESC |
Ordre asc./desc.
|
| AN_OTHER |
Autre
|
| AN_OUTBOUND |
Sortant
|
| AN_OUTBOUND_LINKS |
Liens sortants
|
| AN_PAGE |
Page
|
| AN_PAGES |
Pages
|
| AN_PAGES_VISITED |
Pages visitées
|
| AN_PAGE_ADD_REQUEST_FROM |
Demande d’ajout de page de
|
| AN_PAGE_DISPLAY_MODE_LIST |
Normal, Personnalisé
|
| AN_PAGE_REVISION_DELETED |
Révision de page supprimée
|
| AN_PAGE_STREAM |
Flux de page
|
| AN_PASSWORD |
Mot de passe
|
| AN_PATH |
Chemin
|
| AN_PENDING |
En suspens
|
| AN_PERMISSIONS |
Permissions
|
| AN_PERMISSION_1 |
Lecture
|
| AN_PERMISSION_2 |
Éditer
|
| AN_PERMISSION_3 |
Ajouter
|
| AN_PERMISSION_4 |
Supprimer
|
| AN_PERMISSION_5 |
Restauration
|
| AN_PERMISSION_6 |
Approuver
|
| AN_PERMISSION_7 |
Admin.
|
| AN_PERMISSION_LIST_0 |
Aucun
|
| AN_PERMISSION_LIST_1 |
Hériter
|
| AN_PERMISSION_LIST_2 |
Utilisateur
|
| AN_PERMISSION_LIST_3 |
Groupe
|
| AN_PERMISSION_LIST_4 |
Utilisateur/Groupe
|
| AN_PERMISSION_SAVE_REMOVE_INHERIT_WARNING |
L'enregistrement supprimera les permissions héritées
|
| AN_PHONE |
Téléphone
|
| AN_PHRASES |
Phrases
|
| AN_PM |
PM
|
| AN_POPULARITY |
Popularité
|
| AN_POPULARITY_SHORT |
Pop
|
| AN_POSITION |
Poste/Rôle/Appellation d’emploi
|
| AN_POSTAL_CODE |
Code postal
|
| AN_POSTED_BY |
Publié par
|
| AN_PREVIEW |
Aperçu
|
| AN_PREVIEW_CANNOT_BE_DISPLAYED |
L’aperçu ne peut être affiché - la page source n'est pas disponible
|
| AN_PREVIOUS |
Précédent
|
| AN_PREVIOUS_DAY |
Jour précédent
|
| AN_PRIORITY_VALUE |
Valeur de priorité
|
| AN_PRIVATE |
Privé
|
| AN_PROFILE |
Profil
|
| AN_PROPERTIES |
Propriétés
|
| AN_PUBLIC |
Public
|
| AN_PUBLISHERS |
Éditeurs
|
| AN_PURGE |
Purger
|
| AN_PURGE_ASSETS |
Purger les actifs
|
| AN_PVALUE |
Participation
|
| AN_PVALUE_SHORT |
VALP
|
| AN_QUERY_STRING |
Requête
|
| AN_REACH |
Atteindre
|
| AN_REBUILD |
Reconstituer
|
| AN_RECEIVED |
Reçu
|
| AN_RECYCLED |
Recycé
|
| AN_REDIRECT |
Rediriger
|
| AN_REDIRECT_URL |
Rediriger l'URL
|
| AN_REFERRALS |
Renvois
|
| AN_REFERRER |
Référent
|
| AN_REFERRERS |
Référents
|
| AN_REFRESH |
Rafraîchir
|
| AN_REGISTRATION |
Inscription
|
| AN_REGISTRATION_APPROVAL |
Approbation de l’inscription
|
| AN_REGISTRATION_CODE |
Code d’inscription
|
| AN_REJECT |
Rejeter
|
| AN_REPAIR |
Réparer
|
| AN_REPEAT |
Répéter
|
| AN_REPEAT_14400 |
Toutes les 4 heures
|
| AN_REPEAT_28800 |
Toutes les 8 heures
|
| AN_REPEAT_3600 |
Chaque heure
|
| AN_REPEAT_43200 |
Toutes les 12 heures
|
| AN_REPEAT_7200 |
Toutes les 2 heures
|
| AN_REPEAT_DAILY |
Quotidiennement
|
| AN_REPEAT_MONTHLY |
Mensuellement
|
| AN_REPEAT_ONCE |
Une fois
|
| AN_REPEAT_WEEKLY |
Hebdomadairement
|
| AN_REPLIES |
Réponses
|
| AN_REPLY |
Répondre
|
| AN_REPORTS |
Rapports
|
| AN_RESEND |
Renvoyer
|
| AN_RESET |
Réinitialiser
|
| AN_RESET_CHANGE_LOGS |
Modifier les journaux
|
| AN_RESET_COUNTERS |
Tous les compteurs (PRUDENCE)
|
| AN_RESET_ERROR_COUNTER |
Compteur d’erreurs
|
| AN_RESET_I18N_BUNDLES |
Offres groupées I18N
|
| AN_RESET_SITE |
Réinitialisation du site
|
| AN_RESIZE |
Redimensionner
|
| AN_RESTORE |
Restauration
|
| AN_RESTRICT |
Restreindre
|
| AN_RESTRICT_GROUP_ACCESS |
Accès restreint
|
| AN_RESULTS |
Résultats
|
| AN_RETURNS |
Retours
|
| AN_REVIEW |
Visualiser
|
| AN_REVIEW_DATE |
Date de visualisation
|
| AN_REVISION |
Révision
|
| AN_REVISIONS |
Révisions
|
| AN_ROBOTS |
Robots
|
| AN_ROLE |
Rôle
|
| AN_ROLES |
Rôles
|
| AN_RPOS |
POSD
|
| AN_RUN |
Exécuter
|
| AN_SAVE |
Enregistrer
|
| AN_SAVED |
Enregistré
|
| AN_SAVE_NEW_PAGE_TO_EDIT |
Enregistrer la page avant l’édition
|
| AN_SAVE_TO_NEW_REVISION |
Enregistrer sous une nouvelle révision
|
| AN_SCHEDULE |
Horaire
|
| AN_SCHEDULED_EXPIRED |
Expiré
|
| AN_SCHEDULED_FUTURE |
Planifié pour entrer en services le
|
| AN_SCHEDULED_LIVE |
En service
|
| AN_SCHEDULE_OFF |
Horaire désactivé
|
| AN_SCHEDULE_ON |
Horaire activé
|
| AN_SCREEN |
Écran
|
| AN_SEARCH |
Rechercher
|
| AN_SEARCH_COLLECTIONS |
Collections de recherche
|
| AN_SEARCH_COLLECTIONS_CREATED |
Collections de recherche créées
|
| AN_SEARCH_ENGINE |
Moteur de recherche
|
| AN_SEARCH_INDEXING_CAN_TAKE_TIME |
Le traitement de recherche de collection peut être long. Vous n’avez pas à attendre qu’il soit terminé. Il est recommandé de planifier l’indexation des collections volumineuses.
|
| AN_SEARCH_KEYWORD |
Mot-clé de recherche
|
| AN_SEARCH_KEYWORD_OR_ID |
Mot-clé ou ID de recherche
|
| AN_SEARCH_KEY_DELETED |
Clé de recherche supprimée
|
| AN_SEARCH_KEY_UPDATED |
Clé de recherche mise à jour
|
| AN_SEARCH_PHRASE |
Phrase de recherche
|
| AN_SEARCH_PHRASES |
Phrases de recherche
|
| AN_SECONDS |
Secondes
|
| AN_SELECT |
Sélectionner
|
| AN_SELECTED |
Sélectionné
|
| AN_SELECTED_RECORD_LOCKED |
Enregistrement sélectionné verrouillé
|
| AN_SELECT_ALL |
Sélectionner tout
|
| AN_SELECT_FOLDER_OR_ITEM |
Sélectionner le dossier ou l’article
|
| AN_SELECT_LIBRARY_MASTER_FILE |
Sélectionner le fichier principal de la bibliothèque
|
| AN_SELECT_LIBRARY_TEASER_IMAGE |
Sélectionner une image aguiche de la bibliothèque
|
| AN_SELF |
Auto
|
| AN_SEND |
Envoyer
|
| AN_SENDER |
Expéditeur
|
| AN_SENT |
Envoyé
|
| AN_SEPTEMBER |
Septembre
|
| AN_SERVER |
Serveur
|
| AN_SERVER_TIME |
Heure du serveur
|
| AN_SESSION |
Session
|
| AN_SESSIONS |
Sessions
|
| AN_SETTINGS |
Paramètres
|
| AN_SETTING_OPTIONS |
Options de configuration
|
| AN_SETUP |
Configuration
|
| AN_SIGN_OUT |
Fermeture de session
|
| AN_SINGLE |
Simple
|
| AN_SITE |
Site
|
| AN_SITEMAP |
Carte de site
|
| AN_SITEMAPS |
Cartes de site
|
| AN_SIZE |
Taille
|
| AN_SNAP_SHOT |
Instantané
|
| AN_SOAP_BROWSE_SITE_LINKS |
Site...
|
| AN_SOAP_DIRECTORY |
Répertoire
|
| AN_SOAP_DIRECTORY_ENTITIES |
Caractères spéciaux & Symboles
|
| AN_SOAP_DIRECTORY_PLACEHOLDERS |
Widgets
|
| AN_SOAP_DIRECTORY_SUBDOCUMENTS |
Sous-documents (corps)
|
| AN_SOAP_DIRECTORY_SUBTEASERS |
Sous-documents (aguiche)
|
| AN_SOAP_DIRECTORY_TEMPLATES |
Modèles de documents
|
| AN_SOAP_LIBRARY_ATTACHMENTS |
Bibliothèque de pièces jointes
|
| AN_SOAP_LIBRARY_IMAGES |
Bibliothèque d’images
|
| AN_SOAP_NO_SEARCH_FILTER |
Catégories et pages
|
| AN_SOAP_PAGE_ATTACHMENTS |
Pièces jointes
|
| AN_SOAP_PAGE_IMAGES |
Images
|
| AN_SOAP_SITE_LINKS |
Liens
|
| AN_SOURCE |
Source
|
| AN_SPEED_0 |
Inconnu
|
| AN_SPEED_128 |
RNIS, DSL, câble doubles
|
| AN_SPEED_1500 |
T1
|
| AN_SPEED_3000 |
T3 ou plus rapide
|
| AN_SPEED_33 |
Modem 33,6 k ou inférieur
|
| AN_SPEED_384 |
Service T1, DSL, câble partagé
|
| AN_SPEED_56 |
Modem 56.6K
|
| AN_SPEED_64 |
RNIS
|
| AN_SPEED_768 |
Service T1, DSL, câble partagé
|
| AN_SPEED_KBPS |
Vitesse (Kb/s)
|
| AN_START |
Démarrer
|
| AN_STATE |
État
|
| AN_STATUS |
Statut
|
| AN_STATUS_0 |
Fermé
|
| AN_STATUS_1 |
Marche
|
| AN_STATUS_10 |
Non attribué
|
| AN_STATUS_11 |
Brouillon
|
| AN_STATUS_12 |
Visualiser
|
| AN_STATUS_13 |
Auto
|
| AN_STATUS_2 |
Horaire
|
| AN_STATUS_3 |
Masquer
|
| AN_STATUS_4 |
Archiver
|
| AN_STATUS_5 |
Supprimer
|
| AN_STATUS_6 |
Nouveau
|
| AN_STATUS_7 |
Éditer
|
| AN_STATUS_8 |
Approuver
|
| AN_STATUS_9 |
Cycle
|
| AN_STICK |
Planter
|
| AN_STICK_SHORT |
% ST
|
| AN_SUBCATEGORY |
Sous-catégorie
|
| AN_SUBDOCUMENTS |
Sous-documents
|
| AN_SUBJECT |
Sujet
|
| AN_SUBMITTED_FOR_REVIEW |
Soumis pour révision
|
| AN_SUBSCRIBE |
S’abonner
|
| AN_SUBSCRIBED |
Abonné
|
| AN_SUBSCRIBERS |
Abonnés
|
| AN_SUBSCRIBERS_SHORT |
Abon
|
| AN_SUBSCRIBER_EXISTS |
L'abonné existe
|
| AN_SUBSCRIBE_LINK |
Lien d'inscription
|
| AN_SUBTOTAL |
Sous-total
|
| AN_SUMMARY |
Résumé
|
| AN_TEASER |
Aguiche
|
| AN_TEMPLATE |
Modèle
|
| AN_TEMPLATES |
Modèles
|
| AN_TEST |
Essai
|
| AN_TEST_FORMAT |
Format essai
|
| AN_TEST_LIST |
Liste d'essais
|
| AN_TEST_SEND |
Essai envoyé
|
| AN_TEXT |
Texte
|
| AN_THRESHOLD |
Seuil
|
| AN_TIME |
Heure
|
| AN_TIMESTAMP |
Horodateur
|
| AN_TIME_PER_VISIT |
Heure/Visite
|
| AN_TIME_STREAM |
Flux des heures
|
| AN_TITLE |
Titre
|
| AN_TITLES |
Titres
|
| AN_TITLE_0 |
Aucun
|
| AN_TITLE_1 |
Dr
|
| AN_TITLE_2 |
M.
|
| AN_TITLE_3 |
Mme
|
| AN_TITLE_4 |
Mlle
|
| AN_TO |
à
|
| AN_TOOLS |
Outils
|
| AN_TOP |
Haut
|
| AN_TOTAL |
Total
|
| AN_TRACK |
Suivre
|
| AN_TRAFFIC |
Trafic
|
| AN_TREE |
Arborescence
|
| AN_TYPE |
Type
|
| AN_UNASSIGNED |
Non attribué
|
| AN_UNIQUE |
Unique
|
| AN_UNKNOWN |
Inconnu
|
| AN_UNLIMITED |
Illimité
|
| AN_UNSUBSCRIBERS_SHORT |
Désabonnements
|
| AN_UNSUPPORTED_OPTION |
Option non disponible
|
| AN_UNVERIFIED |
Non vérifié
|
| AN_UNVERIFIED_SHORT |
NonVér
|
| AN_UP |
Haut
|
| AN_UPDATED |
Mis à jour
|
| AN_UPDATE_SEARCH_INDEX |
Mettre l’index de recherche à jour
|
| AN_UPDATE_TIMESTAMP |
Mettre à jour l'heure/horodateur
|
| AN_UPLOAD |
Téléverser
|
| AN_UPLOAD_APPLET |
Téléverser l’applet
|
| AN_UPLOAD_FILE |
Téléverser le fichier
|
| AN_UPLOAD_IMAGE |
Téléverser l’image
|
| AN_UP_LEVEL |
Niveau supérieur
|
| AN_USER |
Utilisateur
|
| AN_USERNAME |
Nom d'utilisateur
|
| AN_USERS |
Utilisateurs
|
| AN_USER_ACCOUNT_SETUP_REQUEST_FROM |
Demande de configuration d’un compte d’utilisateur de la part de
|
| AN_USER_AGENT |
Agent utilisateur
|
| AN_VALIDATE_ACCESSIBILITY |
Accessibilité
|
| AN_VALIDATE_MARKUP |
Balisage
|
| AN_VERIFY |
Vérifier
|
| AN_VERSION |
Version
|
| AN_VIEW |
Vue
|
| AN_VIEWS |
Vues
|
| AN_VIEWS_PER_VISITOR |
Vues/Visiteurs
|
| AN_VIRTUAL |
Virtuel
|
| AN_VIRTUAL_PAGES |
Pages virtuelles
|
| AN_VIRTUAL_PAGE_LOCATIONS |
Emplacements des pages virtuelles
|
| AN_VISITORS |
Visiteurs
|
| AN_VISITS |
Visites
|
| AN_VISITS_PER_VISITOR |
Visites/Visiteur
|
| AN_WAIT |
Veuillez patienter…
|
| AN_WEBSITE |
Site Internet
|
| AN_WIDGETS |
Widgets
|
| AN_WIDTH_X_HEIGHT |
L x H
|
| AN_WORKFLOW |
Flux de production
|
| AN_YES |
Oui
|
| AN_ZIP_FILE |
Fichier zip
|
|
|
|
| cache |
| Application - struct |
| CATEGORY |
| Application - struct [empty] |
|
| CONTENT |
| Application - struct [empty] |
|
| DOWNLOADS |
| Application - struct [empty] |
|
|
| config |
| Application - struct |
| ALLOW_DISPLAY_TYPES |
rss,pdf
|
| ALLOW_FILE_TYPES |
pdf,jpg,gif,png,txt,zip,doc,xls,ppt,rtf,xml,mp3,mov,swf,flv
|
| ALLOW_IMAGE_TYPES |
jpg,gif,png,swf,jpeg
|
| ASSETNOW_FILE_TYPES |
html
|
| ASSETNOW_ROLE_IDENTIFIERS |
siteadmin,groupadmin,publisher,anonymous
|
| ASSETNOW_WEBAPPREG_IDENTIFIERS |
B57CBB10-7323-11D3-8133005004A213F9,523927EA-C0A8-7D13-937EFD91898F100D,A40D51DA-C0A8-7D13-9310FA324A717E20
|
| AWS_ACCESS_KEY_ID |
[empty string]
|
| AWS_SECRET_ACCESS_KEY |
[empty string]
|
| CACHE_CONTENT |
0
|
| CFCOMPONENTS_PREFIX |
sys.cfapps.assetnow.cfcs
|
| CONTENT_REVIEW_DAYS |
180
|
| CUSTOM_VARS |
[empty string]
|
| DEFAULT_COUNTRY_ID |
38
|
| DENY_IP_ADDRESSES |
[empty string]
|
| DENY_REFERER_KEYWORDS |
drugs,pharmacy,cash,health,viagra,holdem,poker,hold-em,pill,diet,hamlet,casino
|
| DISALLOW_CFML_TAGS |
cffile,cfcontent,cfindex,cfsearch
|
| DOWNLOAD_TIME_MINUTES |
30
|
| DSN |
shippagan
|
| DSN_PASSWORD |
[empty string]
|
| DSN_USERNAME |
[empty string]
|
| EMAIL_ADMIN |
info@voluzion.ca
|
| EMAIL_ADMIN_PASSWORD |
[empty string]
|
| EMAIL_APPROVAL |
jules@shippagan.ca
|
| EMAIL_APPROVAL_PASSWORD |
[empty string]
|
| EMAIL_CONTACT |
info@shippagan.ca
|
| EMAIL_CONTACT_PASSWORD |
[empty string]
|
| EMAIL_ERROR |
info@voluzion.ca
|
| EMAIL_ERROR_PASSWORD |
[empty string]
|
| EMAIL_INFO |
info@shippagan.ca
|
| EMAIL_INFO_PASSWORD |
[empty string]
|
| EMAIL_NO_REPLY |
notifications@shippagan.ca
|
| EMAIL_NO_REPLY_PASSWORD |
[empty string]
|
| EMAIL_SUPPORT |
info@voluzion.ca
|
| EMAIL_SUPPORT_PASSWORD |
[empty string]
|
| EMAIL_USER |
info@shippagan.ca
|
| EMAIL_USER_PASSWORD |
[empty string]
|
| ENCRYPT_KEY |
voluzion
|
| EXECUTE_CFML |
1
|
| FEED_DELAY_MINUTES |
5
|
| GOOGLE_TRACKER_CODE |
UA-2986539-15
|
| INDEXING_TIMEOUT_SECONDS |
1800
|
| JUPLOAD_PASSWORD |
[empty string]
|
| JUPLOAD_USERNAME |
[empty string]
|
| LICENSE |
BE8A89667297515241BB3104D2071E98||M3B0BCEF9C45BD8A48EDA1B26EB0C61C8692AG0BCEF9C45BD8A48EDA1B26EB0C61C869220BCEF9C45BD8A48EDA1B26EB0C61C8692D0BCEF9C45BD8A48EDA1B26EB0C61C8695B0BCEF9C45BD8A48EDA1B26EB0C61C869260BCEF9C45BD8A48EDA1B26EB0C61C869220BCEF9C45BD8A48EDA1B26EB0C61C8693FT0BCEF9C45BD8A48EDA1B26EB0C61C8692B0BCEF9C45BD8A48EDA1B26EB0C61C8695E0BCEF9C45BD8A48EDA1B26EB0C61C8695DX0BCEF9C45BD8A48EDA1B26EB0C61C8692A0BCEF9C45BD8A48EDA1B26EB0C61C8695EJ0BCEF9C45BD8A48EDA1B26EB0C61C8693AIJ0BCEF9C45BD8A48EDA1B26EB0C61C8695EU0BCEF9C45BD8A48EDA1B26EB0C61C86927K0BCEF9C45BD8A48EDA1B26EB0C61C8692A0BCEF9C45BD8A48EDA1B26EB0C61C8695D0BCEF9C45BD8A48EDA1B26EB0C61C8693FRB0BCEF9C45BD8A48EDA1B26EB0C61C8695C0BCEF9C45BD8A48EDA1B26EB0C61C869270BCEF9C45BD8A48EDA1B26EB0C61C8693EN0BCEF9C45BD8A48EDA1B26EB0C61C8695C0BCEF9C45BD8A48EDA1B26EB0C61C8692EZ0BCEF9C45BD8A48EDA1B26EB0C61C8692EOVI0BCEF9C45BD8A48EDA1B26EB0C61C8695D0BCEF9C45BD8A48EDA1B26EB0C61C8695DG10BCEF9C45BD8A48EDA1B26EB0C61C869250BCEF9C45BD8A48EDA1B26EB0C61C8693D0BCEF9C45BD8A48EDA1B26EB0C61C8692FCJF0BCEF9C45BD8A48EDA1B26EB0C61C86925O0BCEF9C45BD8A48EDA1B26EB0C61C8693BHW0BCEF9C45BD8A48EDA1B26EB0C61C8692DU0BCEF9C45BD8A48EDA1B26EB0C61C8692220BCEF9C45BD8A48EDA1B26EB0C61C8690AMB0BCEF9C45BD8A48EDA1B26EB0C61C8695ERMD0BCEF9C45BD8A48EDA1B26EB0C61C86929F2Y0BCEF9C45BD8A48EDA1B26EB0C61C869260BCEF9C45BD8A48EDA1B26EB0C61C86923ZTI0BCEF9C45BD8A48EDA1B26EB0C61C869260BCEF9C45BD8A48EDA1B26EB0C61C8693EFHM0BCEF9C45BD8A48EDA1B26EB0C61C8693DCKN0BCEF9C45BD8A48EDA1B26EB0C61C8695FCX90BCEF9C45BD8A48EDA1B26EB0C61C86921C0BCEF9C45BD8A48EDA1B26EB0C61C8695D0BCEF9C45BD8A48EDA1B26EB0C61C8692D1O0BCEF9C45BD8A48EDA1B26EB0C61C869290BCEF9C45BD8A48EDA1B26EB0C61C8695B6N0BCEF9C45BD8A48EDA1B26EB0C61C8693A0BCEF9C45BD8A48EDA1B26EB0C61C8692A0BCEF9C45BD8A48EDA1B26EB0C61C8695F0BCEF9C45BD8A48EDA1B26EB0C61C86924TJ0BCEF9C45BD8A48EDA1B26EB0C61C8693BELZ0BCEF9C45BD8A48EDA1B26EB0C61C8692EH0BCEF9C45BD8A48EDA1B26EB0C61C86920R0BCEF9C45BD8A48EDA1B26EB0C61C8693FGK0BCEF9C45BD8A48EDA1B26EB0C61C8695BX0BCEF9C45BD8A48EDA1B26EB0C61C8695D0BCEF9C45BD8A48EDA1B26EB0C61C8692C60BCEF9C45BD8A48EDA1B26EB0C61C8692D0BCEF9C45BD8A48EDA1B26EB0C61C8690AM0BCEF9C45BD8A48EDA1B26EB0C61C8695EA0BCEF9C45BD8A48EDA1B26EB0C61C8692F0BCEF9C45BD8A48EDA1B26EB0C61C8692FX70BCEF9C45BD8A48EDA1B26EB0C61C869400BCEF9C45BD8A48EDA1B26EB0C61C869290BCEF9C45BD8A48EDA1B26EB0C61C8692240BCEF9C45BD8A48EDA1B26EB0C61C869260BCEF9C45BD8A48EDA1B26EB0C61C8692FTQ80BCEF9C45BD8A48EDA1B26EB0C61C869230BCEF9C45BD8A48EDA1B26EB0C61C86920OV0BCEF9C45BD8A48EDA1B26EB0C61C8693EB0BCEF9C45BD8A48EDA1B26EB0C61C869290BCEF9C45BD8A48EDA1B26EB0C61C8692A10BCEF9C45BD8A48EDA1B26EB0C61C8693CZ6YFNN0BCEF9C45BD8A48EDA1B26EB0C61C86921E760BCEF9C45BD8A48EDA1B26EB0C61C86920E0BCEF9C45BD8A48EDA1B26EB0C61C86940EVOI0BCEF9C45BD8A48EDA1B26EB0C61C869220BCEF9C45BD8A48EDA1B26EB0C61C8692BEUZ0BCEF9C45BD8A48EDA1B26EB0C61C8693AEAYMGHUC0BCEF9C45BD8A48EDA1B26EB0C61C8695E0BCEF9C45BD8A48EDA1B26EB0C61C869260BCEF9C45BD8A48EDA1B26EB0C61C8692E80BCEF9C45BD8A48EDA1B26EB0C61C8690A0BCEF9C45BD8A48EDA1B26EB0C61C8692E0BCEF9C45BD8A48EDA1B26EB0C61C8692CI0BCEF9C45BD8A48EDA1B26EB0C61C8695E0BCEF9C45BD8A48EDA1B26EB0C61C869200BCEF9C45BD8A48EDA1B26EB0C61C8695CY60BCEF9C45BD8A48EDA1B26EB0C61C869270BCEF9C45BD8A48EDA1B26EB0C61C869400BCEF9C45BD8A48EDA1B26EB0C61C8693BJ0BCEF9C45BD8A48EDA1B26EB0C61C8693A0BCEF9C45BD8A48EDA1B26EB0C61C8695D0BCEF9C45BD8A48EDA1B26EB0C61C8693AFEPF40BCEF9C45BD8A48EDA1B26EB0C61C869200BCEF9C45BD8A48EDA1B26EB0C61C8690A
|
| LICENSE_DOMAINS |
shippagan.ca,villedeshippagan.ca,127.0.0.1,localhost
|
| LICENSE_EXPIRY_DATE |
never
|
| LICENSE_GROUPS |
unlimited
|
| LICENSE_HOLDER |
shippagan.ca
|
| LICENSE_PAGES |
unlimited
|
| LICENSE_PUBLISHERS |
5
|
| LICENSE_TYPE |
Professional
|
| LICENSE_USERS |
unlimited
|
| LICENSE_VALID |
true
|
| MAILER_ID |
AssetNow CMS 6.0.3
|
| MAIL_POP_SERVER |
[empty string]
|
| MAIL_SERVER |
localhost
|
| MAIL_SERVER_PASSWORD |
[empty string]
|
| MAIL_SERVER_USERNAME |
[empty string]
|
| MAX_ASSET_FILE_SIZE |
204800000
|
| MAX_IMAGE_FILE_SIZE |
5120000
|
| OS_DATE_TIME_FORMAT |
d/m/y h:n t
|
| PASSWORD_FORMAT |
xxxxxx
|
| REMOVE_WHITESPACE |
1
|
| SERVER_TIME_OFFSET_MINUTES |
0
|
| SITEMAP_VERIFY_CODE |
nBjcfAUJvEeZgGpG77MGSN1q-Z5uZIDS57RbZqLY5Jg
|
| SITE_COPYRIGHT |
Ville de Shippagan
|
| SITE_GENERATOR |
Voluzion CMS 6.0.3
|
| SITE_NAME |
Ville de Shippagan, Nouveau-Brunswick, Canada
|
| SITE_URL |
http://www.shippagan.ca
|
| SUPPORTED_LOCALES |
English (US),French (Canadian)
|
| SUPPORTED_VERITY_LANGUAGES |
english,french
|
| SYSTEM_NOTIFICATIONS |
1
|
| TOOLS_START_URL |
/anlink/1,1,468,0,html
|
| XS_CUSTOM_BLOCK_ELEMENTS |
[empty string]
|
| XS_CUSTOM_EMPTY_ELEMENTS |
[empty string]
|
| XS_CUSTOM_INLINE_ELEMENTS |
[empty string]
|
| XS_CUSTOM_NAMESPACES |
[empty string]
|
| XS_OPTIONS |
0
|
| XS_RELATIONSHIP |
nofollow
|
| XS_REVERSE_RELATIONSHIP |
[None]
|
| XS_VERSION |
2.0.0.0
|
| XS_WEB_SERVICES_SPELLCHECKER |
http://soap.xstandard.com/spellchecker.aspx
|
| XS_WEB_SERVICES_URL |
http://www.shippagan.ca
|
|
| geoinit |
true
|
| geolocator |
| [cfc4] Application - component
sys.cfapps.assetnow.cfcs.common.geolocator.geolocator
|
| METHODS |
| NODECONTENT |
| Application - function nodeContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| tcMode |
Optional |
string |
all |
| tFeedStatus |
Optional |
string |
all |
| portal |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return content in specified node. Checks public, user, group access permissions |
| Description: |
|
|
|
| PARSEHTML |
| Application - function parseHTML |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| nodeid |
Optional |
numeric |
0 |
| contentid |
Optional |
numeric |
0 |
| revisionid |
Optional |
numeric |
0 |
| edit |
Optional |
boolean |
false |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Parses HTML for link references and returns updated string |
| Description: |
|
|
|
| ACCESSNODE |
| Application - function accessNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns node id if user has permission to access specified node, otherwise returns 0 |
| Description: |
|
|
|
| PAGECONTENT |
| Application - function pageContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| countViews |
Optional |
boolean |
true |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return html content record and check permissions |
| Description: |
|
|
|
| ACCESSALLOW |
| Application - function accessAllow |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| permissions |
Optional |
string |
All |
| roles |
Optional |
string |
[empty string] |
| uUserID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| nodeAccess |
Optional |
boolean |
false |
| toolAccess |
Optional |
boolean |
true |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if current user has access permissions to specified node, content or roles |
| Description: |
|
|
|
| MEMBERREGISTRATION |
| Application - function memberRegistration |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns query with member registration and approval requirement |
| Description: |
|
|
|
| PUBLICNODE |
| Application - function publicNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns public/private status of node |
| Description: |
|
|
|
| AUTHGROUPID |
| Application - function authGroupID |
Arguments:
| Name |
Required |
Type |
Default |
| gGroupID |
Optional |
numeric |
0 |
| gIdentifier |
Optional |
string |
[empty string] |
| exclusive |
Optional |
boolean |
true |
| updateSession |
Optional |
boolean |
true |
| ipAddress |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Authorize group access by groupID or UUID and add to session |
| Description: |
|
|
|
| SESPATHFORMAT |
| Application - function sesPathFormat |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| maxLength |
Optional |
numeric |
255 |
| srcLst |
Optional |
string |
À,Â,Ä,Ç,È,É,Ê,Ë,Î,à,á,â,ã,ä,å,ç,è,é,ê,ë,ì,í,î,ï,ñ,ò,ó,ô,õ,ö,ù,ú,û,ü,ý,ÿ |
| outLst |
Optional |
string |
A,A,A,C,E,E,E,E,I,a,a,a,a,a,a,c,e,e,e,e,i,i,i,i,n,o,o,o,o,o,u,u,u,u,y,y |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns valid OS directory path |
| Description: |
|
|
|
| NAVIGATIONPATH |
| Application - function navigationPath |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| root |
Optional |
boolean |
false |
| mode |
Optional |
boolean |
true |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns parents of node |
| Description: |
|
|
|
| ACTIVENODE |
| Application - function activeNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if node is active |
| Description: |
|
|
|
| ACTIVECONTENT |
| Application - function activeContent |
Arguments:
| Name |
Required |
Type |
Default |
| cContentID |
Optional |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if content is active via reverse lookup |
| Description: |
|
|
|
| METADATA |
| Application - function metaData |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Node, content metadata |
| Description: |
|
|
|
| FEEDENABLED |
| Application - function feedEnabled |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if feed enabled for category |
| Description: |
|
|
|
| MEMBERCONTENT |
| Application - function memberContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns member status of category or page |
| Description: |
|
|
|
| PERIODCONTENT |
| Application - function periodContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| maxrows |
Optional |
numeric |
20 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
0 |
| delay |
Optional |
numeric |
-1 |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated content in period - typically used for feeds |
| Description: |
|
|
|
| ACCESSCONTENT |
| Application - function accessContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| cContentID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns revision id if content permissions and status active, otherwise returns 0 |
| Description: |
|
|
|
| PERIODCOMMENTS |
| Application - function periodComments |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
true |
| maxrows |
Optional |
numeric |
50 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
| delay |
Optional |
numeric |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated comments in period - typically used for feeds |
| Description: |
|
|
|
| TREE |
| Application - function tree |
Arguments:
| Name |
Required |
Type |
Default |
| tMode |
Optional |
string |
0 |
| tNodeID |
Optional |
numeric |
0 |
| tLevel |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns site tree |
| Description: |
|
|
|
| UNLOCKRECORD |
| Application - function unlockRecord |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Unlock all records held by dormant sessions and current session |
| Description: |
|
|
|
| UPDATESESSION |
| Application - function updateSession |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Updates session tracking time stamp. Creates new session tracking entry if session not currently tracked. |
| Description: |
|
|
|
| FLUSHSESSIONS |
| Application - function flushSessions |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
private |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Delete abandoned sessions and any associated record locks, save visitor stats. Abandoned session = not updated within session refresh period (visitor = 20 minutes, tools = 60 seconds) |
| Description: |
|
|
|
| INIT |
| Application - function init |
| Arguments: | none |
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
init |
| Hint: |
initializes valid locales |
| Description: |
|
|
|
| GETLOCKUSER |
| Application - function getLockUser |
Arguments:
| Name |
Required |
Type |
Default |
| uUserID |
Required |
numeric |
|
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns user info (name, email) |
| Description: |
|
|
|
| LOCKRECORD |
| Application - function lockRecord |
Arguments:
| Name |
Required |
Type |
Default |
| recordUUID |
Required |
string |
|
|
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Add record to lock track |
| Description: |
|
|
|
| ADDSESSION |
| Application - function addSession |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
private |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Add session to activity tracking list |
| Description: |
|
|
|
| ISRECORDLOCKED |
| Application - function isRecordLocked |
Arguments:
| Name |
Required |
Type |
Default |
| recordUUID |
Required |
string |
|
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns user id holding lock, else returns zero |
| Description: |
|
|
|
| ANXLIC |
| Application - function anxlic |
| Arguments: | none |
| ReturnType: |
struct
|
| Roles: |
|
| Access: |
public |
| Output: |
false |
| DisplayName: |
|
| Hint: |
AssetNow NX |
| Description: |
|
|
|
| ANXDOMAIN |
| Application - function anxdomain |
Arguments:
| Name |
Required |
Type |
Default |
| domain |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
false |
| DisplayName: |
|
| Hint: |
AssetNow NX Domain |
| Description: |
|
|
|
| FINDLOCALE |
| Application - function findLocale |
Arguments:
| Name |
Required |
Type |
Default |
| thisIP |
Optional |
string |
[runtime expression] |
| thisLanguage |
Optional |
string |
[runtime expression] |
| fallbackLocale |
Optional |
string |
en_US |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
findLocale |
| Hint: |
returns locale from user IP |
| Description: |
|
|
|
| FINDLANGUAGE |
| Application - function findLanguage |
Arguments:
| Name |
Required |
Type |
Default |
| thisIP |
Optional |
string |
[runtime expression] |
| thisLanguage |
Optional |
string |
[runtime expression] |
| fallbackLanguage |
Optional |
string |
en |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
findCountry |
| Hint: |
returns language from user IP/http_accept_Language |
| Description: |
|
|
|
| ISVALIDLOCALE |
| Application - function isValidLocale |
Arguments:
| Name |
Required |
Type |
Default |
| aLocale |
Optional |
string |
[empty string] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
isValidLocale |
| Hint: |
determines if passed locale is valid java locale |
| Description: |
|
|
|
| SHOWLANGUAGE |
| Application - function showLanguage |
Arguments:
| Name |
Required |
Type |
Default |
| thisIP |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
showLanguage |
| Hint: |
returns full language, localized if available, from user IP |
| Description: |
|
|
|
| SHOWCOUNTRY |
| Application - function showCountry |
Arguments:
| Name |
Required |
Type |
Default |
| thisIP |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
showCountry |
| Hint: |
returns full country, localized if available, from user IP |
| Description: |
|
|
|
| FINDCOUNTRY |
| Application - function findCountry |
Arguments:
| Name |
Required |
Type |
Default |
| thisIP |
Optional |
string |
[runtime expression] |
| fallbackCountry |
Optional |
string |
XX |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
findCountry |
| Hint: |
returns country from user IP |
| Description: |
|
|
|
|
|
| permissions |
| Application - struct |
| CONTENTGROUPS |
| Application - struct [empty] |
|
| CONTENTUSERS |
| Application - struct [empty] |
|
| NODEGROUPS |
| Application - struct |
| 1 |
33,41,39
|
| 103 |
33,41,39
|
| 104 |
33,41,39
|
| 105 |
33,41,39
|
| 106 |
33,41,39
|
| 107 |
33,41,39
|
| 108 |
33,41,39
|
| 109 |
33,41,39
|
| 110 |
33,41,39
|
| 111 |
33,41,39
|
| 114 |
33,41,39
|
| 127 |
33,41,39
|
| 128 |
33,41,39
|
| 129 |
33,41,39
|
| 130 |
33,41,39
|
| 131 |
33,41,39
|
| 132 |
33,41,39
|
| 134 |
33,41,39
|
| 135 |
33,41,39
|
| 136 |
33,41,39
|
| 137 |
33,41,39
|
| 138 |
33,41,39
|
| 139 |
33,41,39
|
| 140 |
33,41,39
|
| 141 |
33,41,39
|
| 143 |
33,41,39
|
| 144 |
33,41,39
|
| 145 |
33,41,39
|
| 146 |
33,41,39
|
| 147 |
33,41,39
|
| 149 |
33,41,39
|
| 150 |
33,41,39
|
| 152 |
33,41,39
|
| 154 |
33,41,39
|
| 155 |
33,41,39
|
| 156 |
33,41,39
|
| 157 |
33,41,39
|
| 158 |
33,41,39
|
| 159 |
33,41,39
|
| 160 |
33,41,39
|
| 161 |
33,41,39
|
| 162 |
33,41,39
|
|
| NODEUSERS |
| Application - struct [empty] |
|
|
| physicalpaths |
| Application - struct |
| ANROOT |
/var/www/shippagan.ca/
|
| ASSETS |
/var/www/shippagan.ca/ass/
|
| CACHE |
/var/www/shippagan.ca/sys/cache/
|
| CFINCLUDES |
/var/www/shippagan.ca/sys/cfincludes/assetnow/
|
| COLLECTIONS |
/var/www/shippagan.ca/sys/collections/
|
| DATA |
/var/www/shippagan.ca/data/
|
| DOWNLOAD |
/var/www/shippagan.ca/download/
|
| I18N |
/var/www/shippagan.ca/sys/i18n/
|
| IMAGES |
/var/www/shippagan.ca/img/
|
| LOGS |
/var/www/shippagan.ca/sys/logs/
|
| SLASH |
/
|
| SYSTEM |
/var/www/shippagan.ca/sys/
|
| TEMP |
/var/www/shippagan.ca/sys/temp/
|
| TEMPLATES |
/var/www/shippagan.ca/sys/cftags/assetnow/design/templates/
|
|
| sessioncount |
0
|
| virtualpaths |
| Application - struct |
| ANROOT |
[empty string]
|
| ASSETS |
/ass
|
| CACHE |
/sys/cache
|
| CFAPPS |
/sys/cfapps/assetnow
|
| CFCS |
/sys/cfapps/assetnow/cfcs
|
| CFINCLUDES |
/sys/cfincludes/assetnow
|
| CFLIBS |
/sys/cflibs
|
| CFTAGS |
/sys/cftags/assetnow
|
| COLLECTIONS |
/sys/collections
|
| CONFIG |
/sys/config
|
| DATA |
/data
|
| DOWNLOAD |
/download
|
| I18N |
/sys/i18n
|
| IMAGES |
/img
|
| JSCRIPTS |
/js
|
| LOGS |
/sys/logs
|
| STYLES |
/css
|
| SYSTEM |
/sys
|
| TEMP |
/sys/temp
|
| TEMPLATES |
/sys/cftags/assetnow/design/templates
|
|
| Server - struct |
| coldfusion |
| Server - struct |
| InstallKit |
Native UNIX
|
| appserver |
JRun4
|
| expiration |
{ts '2012-01-16 11:16:35'}
|
| productlevel |
Enterprise
|
| productname |
ColdFusion Server
|
| productversion |
9,0,0,251028
|
| rootdir |
/opt/coldfusion9
|
| supportedlocales |
Chinese (China),Chinese (Hong Kong),Chinese (Taiwan),Dutch (Belgian),Dutch (Standard),English (Australian),English (Canadian),English (New Zealand),English (UK),English (US),French (Belgian),French (Canadian),French (Standard),French (Swiss),German (Austrian),German (Standard),German (Swiss),Italian (Standard),Italian (Swiss),Japanese,Korean,Norwegian (Bokmal),Norwegian (Nynorsk),Portuguese (Brazilian),Portuguese (Standard),Spanish (Mexican),Spanish (Modern),Spanish (Standard),Swedish,ar,ar_AE,ar_BH,ar_DZ,ar_EG,ar_IQ,ar_JO,ar_KW,ar_LB,ar_LY,ar_MA,ar_OM,ar_QA,ar_SA,ar_SD,ar_SY,ar_TN,ar_YE,be,be_BY,bg,bg_BG,ca,ca_ES,cs,cs_CZ,da,da_DK,de,de_AT,de_CH,de_DE,de_LU,el,el_CY,el_GR,en,en_AU,en_CA,en_GB,en_IE,en_IN,en_MT,en_NZ,en_PH,en_SG,en_US,en_ZA,es,es_AR,es_BO,es_CL,es_CO,es_CR,es_DO,es_EC,es_ES,es_GT,es_HN,es_MX,es_NI,es_PA,es_PE,es_PR,es_PY,es_SV,es_US,es_UY,es_VE,et,et_EE,fi,fi_FI,fr,fr_BE,fr_CA,fr_CH,fr_FR,fr_LU,ga,ga_IE,hi_IN,hr,hr_HR,hu,hu_HU,in,in_ID,is,is_IS,it,it_CH,it_IT,iw,iw_IL,ja,ja_JP,ja_JP_JP,ko,ko_KR,lt,lt_LT,lv,lv_LV,mk,mk_MK,ms,ms_MY,mt,mt_MT,nl,nl_BE,nl_NL,no,no_NO,no_NO_NY,pl,pl_PL,pt,pt_BR,pt_PT,ro,ro_RO,ru,ru_RU,sk,sk_SK,sl,sl_SI,sq,sq_AL,sr,sr_BA,sr_CS,sr_ME,sr_RS,sv,sv_SE,th,th_TH,th_TH_TH,tr,tr_TR,uk,uk_UA,vi,vi_VN,zh,zh_CN,zh_HK,zh_SG,zh_TW
|
|
| os |
| Server - struct |
| additionalinformation |
Linux
|
| arch |
amd64
|
| buildnumber |
[empty string]
|
| name |
UNIX
|
| version |
2.6.18-274.3.1.el5.028stab094.3
|
|