| /plugin/asciidocjs/node_modules/pug-walk/ |
| D | index.js | 4 function walkAST(ast, before, after, options) { argument 5 if (after && typeof after === 'object' && typeof options === 'undefined') { 6 options = after; 7 after = null; 48 ast.block = walkAST(ast.block, before, after, options); 53 ast.block = walkAST(ast.block, before, after, options); 56 ast.alternate = walkAST(ast.alternate, before, after, options); 61 ast.consequent = walkAST(ast.consequent, before, after, options); 64 ast.alternate = walkAST(ast.alternate, before, after, options); 68 walkAST(ast.block, before, after, options); [all …]
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ |
| D | ObjectOperatorSpacingSniff.php | 76 $after = 0; 79 $after = 'newline'; 81 $after = $tokens[($stackPtr + 1)]['length']; 86 $phpcsFile->recordMetric($stackPtr, 'Spacing after object operator', $after); 89 $this->checkSpacingAfterOperator($phpcsFile, $stackPtr, $after); 130 * @param mixed $after The number of spaces found after the 135 protected function checkSpacingAfterOperator(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $after) argument 137 if ($after !== 0 138 && ($after !== 'newline' || $this->ignoreNewlines === false)
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/ |
| D | OperatorBracketSniff.php | 325 for ($after = ($stackPtr + 1); $after < $phpcsFile->numTokens; $after++) { 328 if ($phpcsFile->tokenizerType === 'JS' && $tokens[$after]['code'] === T_PLUS) { 332 if (isset(PHP_CodeSniffer_Tokens::$emptyTokens[$tokens[$after]['code']]) === true 333 || isset(PHP_CodeSniffer_Tokens::$operators[$tokens[$after]['code']]) === true 334 || isset(PHP_CodeSniffer_Tokens::$castTokens[$tokens[$after]['code']]) === true 335 || isset($allowed[$tokens[$after]['code']]) === true 340 if ($tokens[$after]['code'] === T_OPEN_PARENTHESIS) { 341 $after = $tokens[$after]['parenthesis_closer']; 345 if ($tokens[$after]['code'] === T_OPEN_SQUARE_BRACKET) { 346 $after = $tokens[$after]['bracket_closer']; [all …]
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/ |
| H A D | VlvControl.php | 43 protected $after; variable in FreeDSx\\Ldap\\Control\\Vlv\\VlvControl 57 * @param int $after 63 …public function __construct(int $before, int $after, ?int $offset = null, ?int $count = null, Grea… argument 66 $this->after = $after; 79 return $this->after; 83 * @param int $after 86 public function setAfter(int $after) argument 88 $this->after = $after; 172 Asn1::integer($this->after)
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
| H A D | Vlv.php | 58 protected $after; variable in FreeDSx\\Ldap\\Search\\Vlv 85 * @param int $after 87 …public function __construct(LdapClient $client, SearchRequest $search, $sort, int $after = 100, in… argument 93 $this->after = $after; 163 * @param int $after 166 public function afterPosition(int $after) argument 168 $this->after = $after; 239 if ((((int) $control->getOffset() + $this->after) >= (int) $control->getCount())) { 299 return Controls::vlvFilter($this->before, $this->after, $this->filter, $contextId); 322 return Controls::vlv($this->before, $this->after, $offset, $count, $contextId);
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/ |
| D | ConcatenationSpacingSniff.php | 86 $after = 0; 89 $after = 'newline'; 91 $after = $tokens[($stackPtr + 1)]['length']; 96 $phpcsFile->recordMetric($stackPtr, 'Spacing after string concat', $after); 99 … && ($after === $this->spacing || ($after === 'newline' && $this->ignoreNewlines === true)) 138 if ($after !== 'newline' || $this->ignoreNewlines === false) {
|
| /plugin/datatables/assets/datatables.net/css/ |
| D | dataTables.semanticui.min.css | 1 …after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after…
|
| D | dataTables.semanticui.css | 45 …after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting… 47 table.dataTable thead > tr > td.sorting:after, 49 table.dataTable thead > tr > td.sorting_asc:after, 51 table.dataTable thead > tr > td.sorting_desc:after, 53 table.dataTable thead > tr > td.sorting_asc_disabled:after, 55 table.dataTable thead > tr > td.sorting_desc_disabled:after { 73 …after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_… 74 table.dataTable thead > tr > td.sorting:after, 75 table.dataTable thead > tr > td.sorting_asc:after, 76 table.dataTable thead > tr > td.sorting_desc:after, [all …]
|
| D | dataTables.bulma.min.css | 1 …after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after… 3 … thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scro…
|
| D | dataTables.bulma.css | 45 …after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting… 47 table.dataTable thead > tr > td.sorting:after, 49 table.dataTable thead > tr > td.sorting_asc:after, 51 table.dataTable thead > tr > td.sorting_desc:after, 53 table.dataTable thead > tr > td.sorting_asc_disabled:after, 55 table.dataTable thead > tr > td.sorting_desc_disabled:after { 73 …after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_… 74 table.dataTable thead > tr > td.sorting:after, 75 table.dataTable thead > tr > td.sorting_asc:after, 76 table.dataTable thead > tr > td.sorting_desc:after, [all …]
|
| D | dataTables.foundation.css | 45 …after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting… 47 table.dataTable thead > tr > td.sorting:after, 49 table.dataTable thead > tr > td.sorting_asc:after, 51 table.dataTable thead > tr > td.sorting_desc:after, 53 table.dataTable thead > tr > td.sorting_asc_disabled:after, 55 table.dataTable thead > tr > td.sorting_desc_disabled:after { 73 …after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_… 74 table.dataTable thead > tr > td.sorting:after, 75 table.dataTable thead > tr > td.sorting_asc:after, 76 table.dataTable thead > tr > td.sorting_desc:after, [all …]
|
| D | dataTables.foundation.min.css | 1 …after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after…
|
| D | dataTables.bootstrap5.min.css | 1 …after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after… 5 …>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scro…
|
| D | dataTables.bootstrap.css | 45 …after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting… 47 table.dataTable thead > tr > td.sorting:after, 49 table.dataTable thead > tr > td.sorting_asc:after, 51 table.dataTable thead > tr > td.sorting_desc:after, 53 table.dataTable thead > tr > td.sorting_asc_disabled:after, 55 table.dataTable thead > tr > td.sorting_desc_disabled:after { 73 …after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_… 74 table.dataTable thead > tr > td.sorting:after, 75 table.dataTable thead > tr > td.sorting_asc:after, 76 table.dataTable thead > tr > td.sorting_desc:after, [all …]
|
| D | dataTables.bootstrap.min.css | 1 …after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after…
|
| D | dataTables.bootstrap5.css | 45 …after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting… 47 table.dataTable thead > tr > td.sorting:after, 49 table.dataTable thead > tr > td.sorting_asc:after, 51 table.dataTable thead > tr > td.sorting_desc:after, 53 table.dataTable thead > tr > td.sorting_asc_disabled:after, 55 table.dataTable thead > tr > td.sorting_desc_disabled:after { 73 …after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_… 74 table.dataTable thead > tr > td.sorting:after, 75 table.dataTable thead > tr > td.sorting_asc:after, 76 table.dataTable thead > tr > td.sorting_desc:after, [all …]
|
| D | dataTables.bootstrap4.css | 45 …after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting… 47 table.dataTable thead > tr > td.sorting:after, 49 table.dataTable thead > tr > td.sorting_asc:after, 51 table.dataTable thead > tr > td.sorting_desc:after, 53 table.dataTable thead > tr > td.sorting_asc_disabled:after, 55 table.dataTable thead > tr > td.sorting_desc_disabled:after { 73 …after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_… 74 table.dataTable thead > tr > td.sorting:after, 75 table.dataTable thead > tr > td.sorting_asc:after, 76 table.dataTable thead > tr > td.sorting_desc:after, [all …]
|
| D | dataTables.bootstrap4.min.css | 1 …after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after…
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/ |
| D | coding_standards.rst | 7 * Put one (and only one) space after the start of a delimiter (``{{``, ``{%``, 25 * Put one (and only one) space before and after the following operators: 37 * Put one (and only one) space after the ``:`` sign in hashes and ``,`` in 45 * Do not put any spaces after an opening parenthesis and before a closing 52 * Do not put any spaces before and after string delimiters: 59 * Do not put any spaces before and after the following operators: ``|``, 69 * Do not put any spaces before and after the parenthesis used for filter and 77 * Do not put any spaces before and after the opening and the closing of arrays
|
| /plugin/markdownextra/lib/meltdown/js/ |
| D | jquery.meltdown.js | 31 var text, selection, before, placeholder, after, lineStart, lineEnd, charBefore, charAfter; 34 after = example.after || ""; 58 after = after + "\n"; 65 thees.surroundSelectedText(before, after, "select"); 68 thees.val(before + placeholder + after + "\n\n" + thees.val()); 186 after: "**" property 192 after: "*" property 238 after: "](http:// \"Link title\")" property 248 after: ")" property 269 after: "\n~~~", property [all …]
|
| /plugin/editonlink/ |
| D | style.css | 10 a.wikilink1:after, a.wikilink2:after, a.breadcrumbs:after { 33 a.wikilink1:hover:after, a.wikilink2:hover:after, a.breadcrumbs:hover:after {
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
| D | Middleware.php | 121 * @param callable $after Function invoked after forwarding. 125 public static function tap(callable $before = null, callable $after = null) argument 127 return function (callable $handler) use ($before, $after) { 128 return function ($request, array $options) use ($handler, $before, $after) { 133 if ($after) { 134 $after($request, $options, $response);
|
| /plugin/farm/ |
| D | config.class.php | 189 function triggerChange($id, $before, $after) { argument 190 if($after === $before) return true; 193 if($after) { 218 if($after) { 246 if($after) { 272 $this->manager->conf['virtual'] = $after; 278 …irtual.htaccess', $this->manager->conf['farmfsroot'].'.htaccess', array('farmerhost' => $after))) { 287 if(!dokuwiki_farm_animal::exists($after)) { 294 if($after) { 327 $this->manager->conf['enablesoap'] = $after;
|
| /plugin/sortablejs/ |
| D | screen.css | 1 …ad tr.row0 th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 5 div.sortable thead tr.row0 th.sorttable_sorted:after { 9 div.sortable thead tr.row0 th.sorttable_sorted_reverse:after {
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
| H A D | Controls.php | 182 * @param int $after 188 …public static function vlv(int $before, int $after, int $offset = 1, int $count = 0, ?string $cont… argument 190 return new VlvControl($before, $after, $offset, $count, null, $contextId); 197 * @param int $after 202 …public static function vlvFilter(int $before, int $after, GreaterThanOrEqualFilter $filter, ?strin… argument 204 return new VlvControl($before, $after, null, null, $filter, $contextId);
|