| /template/strap/lang/en/ |
| H A D | lang.php | 62 $lang['message_redirected_by_redirect'] = 'The page (%s) doesn\'t exist. You have been redirected a… 63 $lang['message_redirected_to_edit_mode'] = 'This page doesn\'t exist. You have been redirected auto… 64 $lang['message_redirected_from_permalink'] = 'You have been transparently redirected to the destina… 65 $lang['message_redirected_from_canonical'] = 'You have been redirected from a permanent named link'; 67 $lang['message_redirected_to_startpage'] = 'The page (%s) doesn\'t exist. You have been redirected … 68 $lang['message_redirected_to_bestpagename'] = 'The page (%s) doesn\'t exist. You have been redirect… 69 $lang['message_redirected_to_bestendpagename'] = 'The page (%s) doesn\'t exist. You have been redir… 70 $lang['message_redirected_to_bestnamespace'] = 'The page (%s) doesn\'t exist. You have been redirec… 71 $lang['message_redirected_to_searchengine'] = 'The page (%s) doesn\'t exist. You have been redirect…
|
| /template/mantinedoku/ |
| D | README.md | 7 …ate stays true to that vision. Only the colours, icons, and controls have been altered the layout … 9 [Mantine UI](https://ui.mantine.dev/) has been used as a reference for styling and colours. 11 [Tabler Icons](https://tabler.io/icons) have been used to replace all existing icons with these bea… 37 There will most likely been styles that have been missed, everything that I could see I updated... …
|
| /template/bushwick/fonts/ |
| D | README.txt | 57 Genericons-Regular.otf found in the root directory of this zip has not been web-font-ified. So you … 63 Note that Genericons has been designed for a 16x16 pixel grid. That means it'll look sharp at font-… 83 - The hyperlink icon has been updated to be clearer, chunkier. 84 - The "home" icon has been updated for style, size and clarity. 85 - The email icon has been updated for style and clarity, and to fit with the new subscribe icons. 86 - The document icon has been updated for style. 87 - The "pin" icon has been updated for style and clarity. 88 - The Twitter icon has been scaled down to fit with the other social icons.
|
| /template/fictive/genericons/ |
| D | README.txt | 57 Genericons-Regular.otf found in the root directory of this zip has not been web-font-ified. So you … 63 Note that Genericons has been designed for a 16x16 pixel grid. That means it'll look sharp at font-… 91 - The hyperlink icon has been updated to be clearer, chunkier. 92 - The "home" icon has been updated for style, size and clarity. 93 - The email icon has been updated for style and clarity, and to fit with the new subscribe icons. 94 - The document icon has been updated for style. 95 - The "pin" icon has been updated for style and clarity. 96 - The Twitter icon has been scaled down to fit with the other social icons.
|
| /template/hexa/genericons/ |
| D | README.md | 62 Genericons has been designed for a 16x16px grid. That means it'll look sharp at font-size: 16px exa… 106 …using `genericon-googleplus-alt` or unicode character `f218`, as that has been retired! Use `gener… 148 * Per feedback, the baked-in 16px width and height has been removed from the helper CSS. It wasn't … 178 * The hyperlink icon has been updated to be clearer, chunkier. 179 * The "home" icon has been updated for style, size and clarity. 180 * The email icon has been updated for style and clarity, and to fit with the new subscribe icons. 181 * The document icon has been updated for style. 182 * The "pin" icon has been updated for style and clarity. 183 * The Twitter icon has been scaled down to fit with the other social icons.
|
| /template/writr/.github/ |
| H A D | no-response.yml | 9 This issue has been automatically closed because there has been no response
|
| /template/strap/vendor/symfony/process/Exception/ |
| H A D | ProcessSignaledException.php | 17 * Exception that is thrown when a process has been signaled. 29 …parent::__construct(sprintf('The process has been signaled with signal "%s".', $process->getTermSi…
|
| /template/strap/vendor/symfony/yaml/ |
| H A D | CHANGELOG.md | 68 * support for the comma as a group separator for floats has been dropped, use 70 * support for the `!!php/object` tag has been dropped, use the `!php/object` 78 * the `Dumper::setIndentation()` method has been removed 82 * the constructor arguments of the `Parser` class have been removed 168 * Support for silently ignoring duplicate mapping keys in YAML has been
|
| /template/breeze/bower_components/gumby/js/libs/ui/ |
| D | gumby.fixed.js | 132 Gumby.debug('Element has been fixed', this.$el); 148 Gumby.debug('Element has been unfixed', this.$el); 157 Gumby.debug('Element has been pinned', this.$el); 214 // this element has already been initialized 219 // this element has already been initialized
|
| D | gumby.toggleswitch.js | 214 // this element has already been initialized 219 // this element has already been initialized 236 // this element has already been initialized 241 // this element has already been initialized
|
| /template/strap/vendor/symfony/process/ |
| H A D | CHANGELOG.md | 54 * the `ProcessUtils::escapeArgument()` method has been removed 56 methods of the `Process` class have been removed 57 * support for passing `proc_open()` options has been removed
|
| H A D | Process.php | 247 * @throws LogicException In case a callback is provided and output has been disabled 296 * @throws LogicException In case a callback is provided and output has been disabled 577 * @throws LogicException in case the output has been disabled 599 * @throws LogicException in case the output has been disabled 623 * @throws LogicException in case the output has been disabled 693 * @throws LogicException in case the output has been disabled 716 * @throws LogicException in case the output has been disabled 790 * Returns true if the child process has been terminated by an uncaught signal. 820 …throw new RuntimeException('This PHP has been compiled with --enable-sigchild. Term signal cannot … 827 * Returns true if the child process has been stopped by a signal. [all …]
|
| /template/strap/resources/snippet/js/ |
| H A D | page-protection.js | 16 <p>This page has been detected as being of low quality.</p>`; 32 <p>This page has been detected as being of low quality. To follow this link, you need to log in.</p…
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | ExtensionSet.php | 145 …ion(sprintf('Unable to register extension "%s" as extensions have already been initialized.', $cla… 160 …Exception(sprintf('Unable to add function "%s" as extensions have already been initialized.', $fun… 219 …icException(sprintf('Unable to add filter "%s" as extensions have already been initialized.', $fil… 278 …throw new \LogicException('Unable to add a node visitor as extensions have already been initialize… 299 …throw new \LogicException('Unable to add a token parser as extensions have already been initialize… 347 …ogicException(sprintf('Unable to add test "%s" as extensions have already been initialized.', $tes…
|
| /template/dokutwitterbootstrap/ |
| D | README.md | 17 Effort has been put into making the template's public facing content look okay. 86 people. Effort has been made to make public facing things look nice, but 88 may not have been updated and may appear ugly. These should still be
|
| /template/strap/action/ |
| H A D | snippets.php | 50 * if they have not been added to the header 125 …::error("We couldn't get the attributes of the snippet ($snippet). It has been skipped. Error: {$e… 210 * The snippet for the request should have been already added with the
|
| /template/strap/ComboStrap/ |
| H A D | ExceptionTimeOut.php | 8 * When a timeout has been fired
|
| /template/breeze/bower_components/modular-scale/ |
| D | readme.md | 5 …oints on our fingers to branches on trees. These natural proportions have been used since the time… 32 I have been working incredibly hard to make Modular Scale compatible with multiple versions of Sass… 142 6. The `ms-list-output()` mixin and `power()` function have been removed.
|
| D | sache.json | 3 …oints on our fingers to branches on trees. These natural proportions have been used since the time…
|
| /template/breeze/bower_components/gumby-fittext/ |
| D | gumby.fittext.js | 98 // this element has already been initialized 103 // this element has already been initialized
|
| /template/tilus/css/ |
| D | differences for less php.txt | 7 has been changed to
|
| /template/strap/resources/theme/default/components/html/ |
| H A D | subscribe-success.hbs | 2 A validation email has been send.<br>
|
| /template/strap/vendor/php-webdriver/webdriver/lib/Exception/ |
| H A D | UnexpectedTagNameException.php | 17 'Element should have been "%s" but was "%s"',
|
| /template/strap/vendor/carica/phpcss/src/PhpCss/ |
| H A D | Parser.php | 69 * has been expected and what was found. 108 * has been expected and what was found. 247 // A token has been found. We do not care which one it was
|
| /template/strap/vendor/carica/phpcss/src/PhpCss/Exception/ |
| H A D | ParserException.php | 23 * An array of tokens which would have been expected to be found.
|