/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ |
H A 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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/ |
H A D | VlvControl.php | 43 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 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 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 D | unindentedCollections.yml | 38 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 D | Vlv.php | 58 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 D | dataTables.bootstrap.min.css |
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/ |
H A 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/findologicxmlexport/vendor/twig/twig/doc/ |
H A 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/ |
H A 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 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 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/sortablejs/ |
H A D | screen.css | 1 div.sortable thead 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 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/ |
H A 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/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 $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 D | style.less | 34 .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 D | syntax.php | 236 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 D | print.css | 11 .plugin_likeit.container:after { 18 .plugin_likeit.count:after {
|
/plugin/achart/assets/ |
H A D | apexcharts.css | 220 .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 D | style.css | 33 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.less | 22 &:after { 45 &:after { 71 &::after {
|
/plugin/geonav/tpl/startermap/css/ |
H A D | print.css | 66 /* display href after link */ 67 a.urlextern:after, 68 a.interwiki:after, 69 a.mail:after {
|
/plugin/wrap/ |
H A D | print_or_pdf.less | 13 break-after: page; /* CSS 3 */ 14 page-break-after: always; /* CSS 2.1 */
|
/plugin/virtualkeyboard/vk/extensions/ |
H A D | documentselection.js | 267 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 D | script.js | 92 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 D | search.js | 83 var after = node.splitText(regs.index); 84 after.nodeValue = after.nodeValue.substring(regs[0].length); 85 node.parentNode.insertBefore(match, after);
|