Home
last modified time | relevance | path

Searched refs:substring (Results 1 – 25 of 46) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js1 …ion(error){var name,message,errorString=error.toString();if(errorString.substring(0,7)==="[object"…
163substring(0,commonlength);text1=text1.substring(commonlength);text2=text2.substring(commonlength);…
172 …nterstart=0;while(pointermin<pointermid){if(text1.substring(pointerstart,pointermid)===text2.subst…
175 …while(pointermin<pointermid){if(text1.substring(text1.length-pointermid,text1.length-pointerend)==…
180 …;if(i!==-1){diffs=[[DIFF_INSERT,longtext.substring(0,i)],[DIFF_EQUAL,shorttext],[DIFF_INSERT,longt…
188substring(i,i+Math.floor(longtext.length/4));j=-1;bestCommon="";while((j=shorttext.indexOf(seed,j+…
189substring(j,j+prefixLength);bestLongtextA=longtext.substring(0,i-suffixLength);bestLongtextB=longt…
209 …xt2b,diffs,diffsb;text1a=text1.substring(0,x);text2a=text2.substring(0,y);text1b=text1.substring(x…
213substring(0,overlapLength1)]);diffs[pointer-1][1]=deletion.substring(0,deletion.length-overlapLeng…
216 …ength>text2Length){text1=text1.substring(text1Length-text2Length);}else if(text1Length<text2Length…
[all …]
H A Dhighlight.pack.js2substring(l,g[0].offset)),l=g[0].offset,g===e){f.reverse().forEach(u);do c(g.splice(0,1)[0]),g=i()…
H A Djsrender.min.js3substring(w[8],C),w=h.pop(),m=w[2],S=!0),_&&O(_.replace(_e," "),A,t).replace(je,function(e,t,n,r,i…
H A Djquery-ui.min.js6 …y"===e&&t?4:"o"===e?3:2,a="y"===e?s:1,n=RegExp("^\\d{"+a+","+s+"}"),r=i.substring(h).match(n);if(!…
7 …ate).getFullYear(),p=function(e){var t=e.match(/c[+\-].*/)?i+parseInt(e.substring(1),10):e.match(/…
/OK3568_Linux_fs/buildroot/board/olpc/
H A Dolpc.fth8 " /pci/sd@c" 2over substring? if " root=/dev/mmcblk0p1 " to boot-file …
9 " /sd/sdhci@d4280000" 2over substring? if " root=/dev/mmcblk1p1 " to boot-file …
10 " /pci/usb@" 2over substring? if " root=/dev/sda1 " to boot-file …
11 " /usb@" 2over substring? if " root=/dev/sda1 " to boot-file …
12 " /pci/nandflash@c" 2over substring? if " root=/dev/mtdblock0 rootfstype=jffs2 " to boot-file …
/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dreiserfs.c40 substring (const char *s1, const char *s2) in substring() function
196 if (substring (JOURNAL_DESC_MAGIC, desc.j_magic) > 0 in journal_init()
278 || (substring (REISER3FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount()
279 && substring (REISER2FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount()
280 && substring (REISERFS_SUPER_MAGIC_STRING, super.s_magic) > 0) in reiserfs_mount()
292 if (substring (REISER2FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount()
293 && substring (REISERFS_SUPER_MAGIC_STRING, super.s_magic) > 0) in reiserfs_mount()
296 if (substring (REISERFS_SUPER_MAGIC_STRING, in reiserfs_mount()
862 cmp = substring (dirname, filename); in reiserfs_dir()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/safec/safec/
H A D0001-strpbrk_s-Remove-unused-variable-len.patch34 /* check for a match with the substring */
/OK3568_Linux_fs/u-boot/doc/SPL/
H A DREADME.am335x-network60 if substring (option vendor-class-identifier, 0, 10) = "DM814x ROM" {
62 } elsif substring (option vendor-class-identifier, 0, 17) = "AM335x U-Boot SPL" {
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dtips.txt11 List events using substring match: perf list <keyword>
H A Dperf-list.txt299 . As a last resort, it will do a substring search in all event names.
H A Dperf-report.txt168 supports substring match so user doesn't need to specify full subsystem
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Ddebian.bbclass138 # reversed sort is needed when some package is substring of another
/OK3568_Linux_fs/buildroot/package/odb/
H A D0010-Add-initial-support-for-GCC-9.patch195 // potentially translated so we search for the substring (there is
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/docs/
H A DDoxyfile81 # wildcard * is used, a substring. Examples: ANamespace, AClass,
/OK3568_Linux_fs/kernel/fs/befs/
H A DChangeLog51 finding the first key that is a substring of the string it is searching
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-25050 * Search Functions:: Searching for a specific element or substring.
6229 initial substring of S2, then S1 is considered to be “less than”
6249 initial substring of WS2, then WS1 is considered to be “less than”
6872 substring NEEDLE rather than just a single byte. It returns a
6874 substring, or a null pointer if no match was found. If NEEDLE is
6890 substring NEEDLE rather than just a single wide character. It
6892 character of the substring, or a null pointer if no match was
6913 the substring. Like ‘strcasecmp’, it is locale dependent how
6941 initial substring of STRING that consists entirely of bytes that
6960 length of the initial substring of WSTRING that consists entirely
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-25050 * Search Functions:: Searching for a specific element or substring.
6229 initial substring of S2, then S1 is considered to be “less than”
6249 initial substring of WS2, then WS1 is considered to be “less than”
6872 substring NEEDLE rather than just a single byte. It returns a
6874 substring, or a null pointer if no match was found. If NEEDLE is
6890 substring NEEDLE rather than just a single wide character. It
6892 character of the substring, or a null pointer if no match was
6913 the substring. Like ‘strcasecmp’, it is locale dependent how
6941 initial substring of STRING that consists entirely of bytes that
6960 length of the initial substring of WSTRING that consists entirely
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dregex281 * @li $& The matched substring.
282 * @li $` The portion of @a string that precedes the matched substring.
284 * @li $' The portion of @a string that follows the matched substring.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dregex281 * @li $& The matched substring.
282 * @li $` The portion of @a string that precedes the matched substring.
284 * @li $' The portion of @a string that follows the matched substring.
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dphp.ini1109 ; HTTP_REFERER has to contain this substring for the session to be
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dphp.ini1109 ; HTTP_REFERER has to contain this substring for the session to be
/OK3568_Linux_fs/u-boot/tools/buildman/
H A DREADME123 behaviour is a superset of exact or substring matching. Examples are:
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/javascript/
H A Djquery-latest.js2 …i=e.length;h<i;h++)g=e[h].name,g.indexOf("data-")===0&&(g=f.camelCase(g.substring(5)),k(this[0],g,…
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/javascript/
H A Djquery-latest.js2 …i=e.length;h<i;h++)g=e[h].name,g.indexOf("data-")===0&&(g=f.camelCase(g.substring(5)),k(this[0],g,…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Drope847 // In all cases except repeated substring operations and

12