Lines Matching refs:contextPath
148 function appendContextPath(contextPath, id) { argument
149 return (contextPath ? contextPath + '.' : '') + id;
244 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.name);
275 contextPath = undefined;
278 contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]) + '.';
296 if (contextPath) {
297 data.contextPath = contextPath + field;
303 blockParams: _utils.blockParams([context[field], field], [contextPath + field, null])
484 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]);
489 blockParams: _utils.blockParams([context], [data && data.contextPath])
1157 options.data.contextPath = options.ids[0] || options.data.contextPath;