Home
last modified time | relevance | path

Searched full:startswith (Results 1 – 4 of 4) sorted by relevance

/help/help3xsl/
H A Dpolyfills.js30 // Polyfill for .startsWith()
31 …developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith#Polyfill
32 if (!String.prototype.startsWith) {
33 Object.defineProperty(String.prototype, 'startsWith', {
H A Dhelp2.js22 else if( y[i].getAttribute("id").startsWith(module)){
31 else if( y[i].getAttribute("id").startsWith("default")){
54 else if( y[i].getAttribute("id").startsWith(system)){
63 else if( y[i].getAttribute("id").startsWith("default")){
91 if (!href.startsWith("http")) {
200 else if (id.startsWith("swlnsys")) {
/help/to-wiki/
H A Dwikiconv2.py223 if tag.startswith("<%s" % escape_tag) or tag == "</%s>" % escape_tag:
249 if line.startswith('msgctxt ""'): # constructing the hashKey
255 if msgctxt_line != None and msgctxt_line.strip().startswith('"'):
266 if line.startswith('"'):
272 elif line.startswith('msgstr '):
/help/source/text/sbasic/shared/03/
H A Dsf_string.xhp330 <link href="text/sbasic/shared/03/sf_string.xhp#StartsWith">StartsWith</link><br/>
1374 <section id="StartsWith">
1375 …<comment> StartsWith -----------------------------------------------------------------------------…
1377 <bookmark_value>String service;StartsWith</bookmark_value>
1379 <h2 id="hd_id121580212826111" localize="false">StartsWith</h2>
1384 <input>svc.StartsWith(inputstr: str, substring: str, [casesensitive: bool]): bool</input>
1392 …"bascode" localize="false" id="bas_id581580212931342">MsgBox SF_String.StartsWith("abcdefg", "ABC"…
1393 …"bascode" localize="false" id="bas_id491580212940539">MsgBox SF_String.StartsWith("abcdefg", "ABC"…