| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A D | rstFlatTable.py | 150 def __init__(self, directive): argument 151 self.directive = directive 157 colwidths = self.directive.get_column_widths(self.max_cols) 163 stub_columns = self.directive.options.get('stub-columns', 0) 164 header_rows = self.directive.options.get('header-rows', 0) 183 stub_columns = self.directive.options.get('stub-columns', 0) 217 error = self.directive.state_machine.reporter.error( 219 , nodes.literal_block(self.directive.block_text 220 , self.directive.block_text) 221 , line = self.directive.lineno ) [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | ui-bootstrap-tpls-0.11.0.js | 8 …directive("collapse",["$transition",function(a){return{link:function(b,c,d){function e(b){function… 9 …directive("tooltipPopup",function(){return{restrict:"EA",replace:!0,scope:{content:"@",placement:"…
|
| H A D | ui-bootstrap-tpls-0.11.0.min.js | 8 …directive("collapse",["$transition",function(a){return{link:function(b,c,d){function e(b){function… 9 …directive("tooltipPopup",function(){return{restrict:"EA",replace:!0,scope:{content:"@",placement:"…
|
| H A D | customrecipe.js | 21 if (targetPkg.directive === 'add'){ 30 } else if (targetPkg.directive === 'remove') { 144 if (targetPkg.directive === 'add') { 180 } else if (targetPkg.directive === 'remove') { 246 if (targetPkg.directive === 'add')
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 527 Issue an error or warning for invalid ELF .size directive. 1325 '.org' directive (*note '.org': Org.). 1459 directive, not the DWARF2 version of the '.file' directive. For 1955 include file processing with the '.include' directive (*note '.include': 2079 directive: typically valid for any computer. If the symbol begins with 2094 label: .directive followed by something 2355 other named sections you specify using the '.section' directive (*note 2546 use the '.subsection' directive (*note SubSection::) to specify a 2566 counter--but the '.align' directive changes it, and any label definition 2630 version of 'as' also provides a special directive '.label' for defining [all …]
|
| H A D | cppinternals.info | 126 responsible for issues like directive handling, returning lookahead 149 to distinguish a '#' that begins a directive from one that doesn't, and 151 start of every non-directive line with tokens on it. Clients cannot 162 normally used to indicate end-of-file, to indicate end-of-directive. In 163 a directive a 'CPP_EOF' token never means end-of-file. Conveniently, if 258 After a '#include' directive, though, it should be lexed as a single 290 '#pragma' directive and not recognizing it as a registered pragma, it 313 since a directive only occupies a single logical line, this means that 314 the directive handlers like the '#pragma' handler can jump around in the 315 directive's tokens if necessary. [all …]
|
| H A D | cpp.info | 579 and after the '#'. The '#' is followed by an identifier, the "directive 581 referred to as '#NAME' where NAME is the directive name. For example, 582 '#define' is the directive that defines a macro. 584 The '#' which begins a directive cannot come from a macro expansion. 585 Also, the directive name is not macro expanded. Thus, if 'foo' is 587 valid preprocessing directive. 589 The set of valid directive names is fixed. Programs cannot define 593 directive line and must be separated from the directive name by 597 A preprocessing directive cannot cover more than one line. The line 600 directive is processed, the continuations have already been merged with [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 527 Issue an error or warning for invalid ELF .size directive. 1325 '.org' directive (*note '.org': Org.). 1459 directive, not the DWARF2 version of the '.file' directive. For 1955 include file processing with the '.include' directive (*note '.include': 2079 directive: typically valid for any computer. If the symbol begins with 2094 label: .directive followed by something 2355 other named sections you specify using the '.section' directive (*note 2546 use the '.subsection' directive (*note SubSection::) to specify a 2566 counter--but the '.align' directive changes it, and any label definition 2630 version of 'as' also provides a special directive '.label' for defining [all …]
|
| H A D | cppinternals.info | 126 responsible for issues like directive handling, returning lookahead 149 to distinguish a '#' that begins a directive from one that doesn't, and 151 start of every non-directive line with tokens on it. Clients cannot 162 normally used to indicate end-of-file, to indicate end-of-directive. In 163 a directive a 'CPP_EOF' token never means end-of-file. Conveniently, if 258 After a '#include' directive, though, it should be lexed as a single 290 '#pragma' directive and not recognizing it as a registered pragma, it 313 since a directive only occupies a single logical line, this means that 314 the directive handlers like the '#pragma' handler can jump around in the 315 directive's tokens if necessary. [all …]
|
| H A D | cpp.info | 579 and after the '#'. The '#' is followed by an identifier, the "directive 581 referred to as '#NAME' where NAME is the directive name. For example, 582 '#define' is the directive that defines a macro. 584 The '#' which begins a directive cannot come from a macro expansion. 585 Also, the directive name is not macro expanded. Thus, if 'foo' is 587 valid preprocessing directive. 589 The set of valid directive names is fixed. Programs cannot define 593 directive line and must be separated from the directive name by 597 A preprocessing directive cannot cover more than one line. The line 600 directive is processed, the continuations have already been merged with [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd-systemctl/ |
| H A D | systemctl | 118 directive = Directive(action=m.group('action'), 120 self.directives.append(directive) 150 for directive in self.directives: 151 if fnmatch.fnmatch(unit_name, directive.unit_name): 152 return directive.action
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-metadata.rst | 718 directive in your recipes to inherit the class would be a common way to 745 directive to inherit the functionality of a class (``.bbclass``). 746 BitBake only supports this directive when used within recipe and class 749 The ``inherit`` directive is a rudimentary means of specifying 755 As an example, your recipes could use the following directive to inherit 769 If you want to use the directive to inherit multiple classes, separate 775 An advantage with the inherit directive as compared to both the 776 …etadata:\`\`include\`\` directive>` and :ref:`require <bitbake-user-manual/bitbake-user-manual-met… 813 BitBake understands the ``include`` directive. This directive causes 815 that location. The directive is much like its equivalent in Make except [all …]
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | php.ini | 20 ; directive = value 75 ; With this directive set to off, errors that occur during the execution of 80 ; directive set to off. 82 ; This directive complements the above one. Any errors that occur during the 90 ; better performance. The gain this directive actually yields greatly depends 147 ; setting this directive to On. If you wish to limit the size of the buffer 149 ; a value for this directive (e.g., output_buffering=4096). 157 ; directive. Instead, explicitly set the output handler using ob_start(). 158 ; Using this ini directive may cause problems unless you know what script 236 ; This directive contains a comma-delimited list of prefixes. In Safe Mode, [all …]
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | php.ini | 20 ; directive = value 75 ; With this directive set to off, errors that occur during the execution of 80 ; directive set to off. 82 ; This directive complements the above one. Any errors that occur during the 90 ; better performance. The gain this directive actually yields greatly depends 147 ; setting this directive to On. If you wish to limit the size of the buffer 149 ; a value for this directive (e.g., output_buffering=4096). 157 ; directive. Instead, explicitly set the output handler using ob_start(). 158 ; Using this ini directive may cause problems unless you know what script 236 ; This directive contains a comma-delimited list of prefixes. In Safe Mode, [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0019-powerpc-Do-not-ask-compiler-for-finding-arch.patch | 22 # directive which shows up, and try using it. 38 # directive which shows up, and try using it.
|
| /OK3568_Linux_fs/buildroot/boot/optee-os/ |
| H A D | Config.in | 87 Value for the mandated PLATFORM build directive provided to 93 Value for the optional PLATFORM_FLAVOR build directive
|
| /OK3568_Linux_fs/buildroot/package/httping/ |
| H A D | 0001-fix-math-library-linking.patch | 2 The order of the math library directive '-lm' matters.
|
| /OK3568_Linux_fs/yocto/poky/documentation/ |
| H A D | README | 196 Sphinx has a glossary directive. From 199 This directive must contain a reST definition list with terms and 246 Note directive 249 Sphinx has a builtin 'note' directive that produces clean Note section 259 'figure' directive which is straightforward to use. To include a 305 appropriate, a custom link text can be used in the ':ref:' directive.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/80211/ |
| H A D | mac80211-advanced.rst | 137 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-tx.c 145 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-rx.c
|
| /OK3568_Linux_fs/buildroot/package/gcc/10.4.0/ |
| H A D | 0006-fixinc-don-t-fix-machine-names-in-__has_include-.-PR.patch | 33 + directive. Return the pointer to the ')' of this 73 + such lines are only legal in a "__has_include" directive.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/kmod/ |
| H A D | 0001-depmod-Add-support-for-excluding-a-directory.patch | 6 This adds support to depmod to enable a new exclude directive in 10 via a new exclude directive.
|
| /OK3568_Linux_fs/buildroot/package/gcc/arc-2020.09-release/ |
| H A D | 0003-fixinc-don-t-fix-machine-names-in-__has_include-.-PR.patch | 33 + directive. Return the pointer to the ')' of this 73 + such lines are only legal in a "__has_include" directive.
|
| /OK3568_Linux_fs/buildroot/package/gcc/11.3.0/ |
| H A D | 0007-fixinc-don-t-fix-machine-names-in-__has_include-.-PR.patch | 33 + directive. Return the pointer to the ')' of this 73 + such lines are only legal in a "__has_include" directive.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-driver/ |
| H A D | xf86-input-evdev_2.10.6.bb | 12 driver, with one Load directive for evdev in the Module section of your \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/at/at/ |
| H A D | pam.conf.patch | 6 oe doesn't support "@include", use the concrete directive instead.
|