Lines Matching refs:contextPath
428 function appendContextPath(contextPath, id) {
429 return (contextPath ? contextPath + '.' : '') + id;
626 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.name);
672 contextPath = undefined;
675 contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]) + '.';
693 if (contextPath) {
694 data.contextPath = contextPath + field;
700 blockParams: _utils.blockParams([context[field], field], [contextPath + field, null])
1840 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]);
1845 blockParams: _utils.blockParams([context], [data && data.contextPath])
2407 options.data.contextPath = options.ids[0] || options.data.contextPath;