Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 1011) sorted by relevance

12345678910>>...41

/plugin/asciidocjs/node_modules/pug-walk/
Dindex.js4 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/
DObjectOperatorSpacingSniff.php76 $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/
DOperatorBracketSniff.php325 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 DVlvControl.php43 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 DVlv.php58 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/
DConcatenationSpacingSniff.php86 $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/
DdataTables.semanticui.min.css1after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after
DdataTables.semanticui.css45after, 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 {
73after, 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 …]
DdataTables.bulma.min.css1after,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…
DdataTables.bulma.css45after, 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 {
73after, 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 …]
DdataTables.foundation.css45after, 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 {
73after, 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 …]
DdataTables.foundation.min.css1after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after
DdataTables.bootstrap5.min.css1after,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…
DdataTables.bootstrap.css45after, 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 {
73after, 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 …]
DdataTables.bootstrap.min.css1after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after
DdataTables.bootstrap5.css45after, 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 {
73after, 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 …]
DdataTables.bootstrap4.css45after, 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 {
73after, 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 …]
DdataTables.bootstrap4.min.css1after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dcoding_standards.rst7 * 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/
Djquery.meltdown.js31 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/
Dstyle.css10 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/
DMiddleware.php121 * @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/
Dconfig.class.php189 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/
Dscreen.css1 …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 DControls.php182 * @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);

12345678910>>...41