Home
last modified time | relevance | path

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

12345678910>>...32

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A 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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvControl.php43 protected $after;
57 * @param int $after
63 public function __construct(int $before, int $after, ?int $offset = null, ?int $count = null, GreaterThanOrEqualFilter $filter = null, ?string $contextId = null)
66 $this->after = $after;
79 return $this->after;
83 * @param int $after
86 public function setAfter(int $after)
88 $this->after = $after;
41 protected $after; global() variable in FreeDSx\\Ldap\\Control\\Vlv\\VlvControl
61 __construct(int $before, int $after, int $offset = null, int $count = null, GreaterThanOrEqualFilter $filter = null, string $contextId = null) global() argument
84 setAfter(int $after) global() argument
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/
H A 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
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'];
353 … $after = $phpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$emptyTokens, ($after - 1), null, true);
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DunindentedCollections.yml38 test: Key/value after unindented collection (1)
40 Key/value after unindented collection (1)
51 test: Key/value after unindented collection (at the same level)
53 Key/value after unindented collection
64 test: Shortcut Key after unindented collection
66 Key/value after unindented collection
74 test: Shortcut Key after unindented collection with custom spaces
76 Key/value after unindented collection
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php58 protected $after;
85 * @param int $after
87 public function __construct(LdapClient $client, SearchRequest $search, $sort, int $after = 100, int $before = 0)
93 $this->after = $after;
161 * Retrieve the following number of entries after the position specified.
163 * @param int $after argument
166 public function afterPosition(int $after)
168 $this->after = $after;
55 protected $after; global() variable in FreeDSx\\Ldap\\Search\\Vlv
84 __construct(LdapClient $client, SearchRequest $search, $sort, int $after = 100, int $before = 0) global() argument
[all...]
/plugin/datatables/assets/datatables.net-bs/css/
H A DdataTables.bootstrap.min.css
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/
H A 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/findologicxmlexport/vendor/twig/twig/doc/
H A 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/
H A 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 in getExamples.examples.bold
192 after: "*" property in getExamples.examples.italics
238 after: "](http:// \"Link title\")" property in examples.link
248 after: ")" property in examples.img
269 after: "\n~~~", property in examples.codeblock
[all …]
/plugin/editonlink/
H A 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/sortablejs/
H A 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/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A 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/
H A 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/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 $contextId = null): VlvControl
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, ?string $contextId = null): VlvControl
204 return new VlvControl($before, $after, null, null, $filter, $contextId);
187 vlv(int $before, int $after, int $offset = 1, int $count = 0, string $contextId = null) global() argument
201 vlvFilter(int $before, int $after, GreaterThanOrEqualFilter $filter, string $contextId = null) global() argument
/plugin/dwtimeline/
H A Dstyle.less34 .timeline-vert::after {
103 .container-vert.tl-top::after {
118 .container-vert.tl-bottom::after {
134 .container-vert.tl-left::after {
148 .container-vert.tl-right::after {
269 .container-horz::after {
288 .timeline::after {
311 .timeline-vert::after {
316 .container-vert.tl-left::after, .container-vert.tl-right::after {
341 .container-vert.tl-left::after {
[all …]
/plugin/exttab2/
H A Dsyntax.php236 function _opentag($tag, $params=NULL, $before='', $after='') { argument
239 $after = $this->tagsmap[$tag][2].$after;
240 $r = $before.'<'.$tagstr.$this->_attrString($params).'>'. $after;
244 function _closetag($tag, $before='', $after='') { argument
247 $after = $this->tagsmap[$tag][2].$after;
248 $r = $before.'</'.$tagstr.'>'. $after;
/plugin/likeit/
H A Dprint.css11 .plugin_likeit.container:after {
18 .plugin_likeit.count:after {
/plugin/achart/assets/
H A Dapexcharts.css220 .apexcharts-xaxistooltip:after,
231 .apexcharts-xaxistooltip:after {
243 .apexcharts-xaxistooltip-bottom:after,
248 .apexcharts-xaxistooltip-top:after,
269 .apexcharts-xaxistooltip-top:after {
310 .apexcharts-yaxistooltip:after,
321 .apexcharts-yaxistooltip:after {
333 .apexcharts-yaxistooltip-left:after,
338 .apexcharts-yaxistooltip-right:after,
343 .apexcharts-yaxistooltip-left:after {
[all …]
/plugin/hidden/
H A Dstyle.css33 div.hiddenHead p:after {
40 div.hiddenGlobal:not(.hiddenHidden)>div.hiddenHead p:after {
47 div.hiddenGlobal.hiddenHidden>div.hiddenHead p:after {
/plugin/extlist/css/
H A D_description.less22 &:after {
45 &:after {
71 &::after {
/plugin/geonav/tpl/startermap/css/
H A Dprint.css66 /* display href after link */
67 a.urlextern:after,
68 a.interwiki:after,
69 a.mail:after {
/plugin/wrap/
H A Dprint_or_pdf.less13 break-after: page; /* CSS 3 */
14 page-break-after: always; /* CSS 2.1 */
/plugin/virtualkeyboard/vk/extensions/
H A Ddocumentselection.js267 this.deleteAtCursor = function (fld, after) { argument
268 if (!after) after = false;
276 r=after?r:r-1<0?0:r-1;
277 e=after?e+1:e;
/plugin/workflow/
H A Dscript.js92 jQuery('#wftable tr:last').after('<tr><td>Forget ' + link + '</td></tr>');
95 …jQuery('#wftable tr:last').after('<tr><td>' + wfRenderLink('start', 'wfForgetAll();', 'Forget ever…
109 jQuery('#wftable tr:last').after('<tr><td>Remember ' + name + ' = ' + links + '</td></tr>');
/plugin/revealjs/plugin/search/
H A Dsearch.js83 var after = node.splitText(regs.index);
84 after.nodeValue = after.nodeValue.substring(regs[0].length);
85 node.parentNode.insertBefore(match, after);

12345678910>>...32