Home
last modified time | relevance | path

Searched refs:found (Results 1026 – 1050 of 1434) sorted by last modified time

1...<<41424344454647484950>>...58

/plugin/jspolyfill/
H A DREADME5 All documentation for this plugin can be found at
/plugin/preventzerowidthchars/
H A DREADME5 All documentation for this plugin can be found at
/plugin/nsindex/
H A DREADME5 All documentation for this plugin can be found at
/plugin/showphperrors/
H A DREADME5 All documentation for this plugin can be found at
/plugin/logstats/
H A DREADME5 All documentation for this plugin can be found at
/plugin/wikistats/
H A DCOPYING291 the "copyright" line and a pointer to where the full notice is found.
H A DREADME.md19 All documentation for this plugin can be found at
/plugin/issuetracker/
H A Dprototype.js908 var found = false;
911 found = true;
915 return found;
/plugin/inclform/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
H A DREADME.md3 Please notice that this plugin is a fork of the incl_form-plugin, which can be found at https://www…
/plugin/icalevents/
H A DLICENSE.txt299 the "copyright" line and a pointer to where the full notice is found.
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE632 the "copyright" line and a pointer to where the full notice is found.
/plugin/shortcutkey/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
H A DREADME5 All documentation for this plugin can be found at
/plugin/docsearchsitemap/
H A DREADME.md4 Create an additional Sitemap for documents found by the [docsearch plugin](https://www.dokuwiki.org…
H A Dplugin.info.txt6 desc Create an additional Sitemap for documents found by the docsearch plugin
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DLogicalOperatorSpacingSniff.php81 $found = strlen($tokens[($stackPtr - 1)]['content']);
83 $data = array($found);
103 $found = strlen($tokens[($stackPtr + 1)]['content']);
105 $data = array($found);
H A DSemicolonSpacingSniff.php81 $found = $phpcsFile->getTokensAsString($nonSpace, ($stackPtr - $nonSpace)).';';
85 $found,
H A DFunctionOpeningBraceSpaceSniff.php90 $found = ($nextLine - $braceLine - 1);
91 if ($found > 0) {
93 $data = array($found);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php137 $found = strlen($gap);
142 $found,
155 $found = strlen($gap);
159 $found,
313 $found = 0;
315 $found = strlen($tokens[$prev]['content']);
319 if ($found !== $expected) {
323 $found,
328 if ($found === 0) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
H A DFunctionClosingBraceSniff.php67 $found = ($tokens[$closeBrace]['line'] - $tokens[$prevContent]['line'] - 1);
69 if ($found < 0) {
74 if ($found === 0) {
80 $data = array($found);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayBracketSpacingSniff.php85 …$found = $phpcsFile->getTokensAsString($nonSpace, ($stackPtr - $nonSpace)).$tokens[$stackPtr]['…
89 $found,
103 $found = $phpcsFile->getTokensAsString($stackPtr, ($nonSpace - $stackPtr + 1));
107 $found,
H A DArrayDeclarationSniff.php334 $found,
339 if ($found === 0) {
617 $found,
716 $found,
721 if ($found === 0) {
737 $found,
742 if ($found === 0) {
755 if ($found < 0) {
756 $found = 'newline';
762 $found,
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DClassDefinitionClosingBraceSpaceSniff.php70 $found = (($tokens[$next]['line'] - $tokens[$stackPtr]['line']) - 1);
71 if ($found !== 1) {
73 $data = array($found);
77 if ($found === 0) {
96 $found = $phpcsFile->findPrevious(
102 if ($found !== false) {
H A DClassDefinitionOpeningBraceSpaceSniff.php99 $found = $phpcsFile->findNext(
105 if ($found !== false) {

1...<<41424344454647484950>>...58