You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/plan-builder-generated.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5786,7 +5786,7 @@ step64(...args) {
5786
5786
5787
5787
}
5788
5788
/**
5789
-
* Formats a dateTime value using POSIX strftime. This function uses the POSIX strftime system call in the way it is implemented on each platform. For other XQuery functions that have more functionality (for example, for things like timezones), use one or more if the various XQuery or XSLT standard functions such as fn:format-dateTime. Provides a client interface to a server function. See {@link http://docs.marklogic.com/xdmp.strftime|xdmp.strftime}
5789
+
* Formats a dateTime value using POSIX strftime. This function uses the POSIX strftime system call in the way it is implemented on each platform. For other XQuery functions that have more functionality (for example, for things like timezones), use one or more if the various XQuery or XSLT standard functions such as fn:format-dateTime. Provides a client interface to a server function. See {@link http://docs.marklogic.com/xdmp.strftime|xdmp.strftime}
5790
5790
* @method planBuilder.xdmp#strftime
5791
5791
* @since 2.1.1
5792
5792
* @param { XsString } [format] - The strftime format string.
return new types.CommentNode('op', 'xml-comment', checkedArgs);
8000
8000
}
8001
8001
/**
8002
-
* This function constructs an XML processing instruction with the atomic value. Provides a client interface to a server function. See {@link http://docs.marklogic.com/op.xmlPi|op.xmlPi}
8002
+
* This function constructs an XML processing instruction with the atomic value. Provides a client interface to a server function. See {@link http://docs.marklogic.com/xmlPI|xmlPI}
8003
8003
* @method planBuilder#xmlPi
8004
8004
* @since 2.1.1
8005
8005
* @param { XsString } [name] - The name of the processing instruction.
0 commit comments