Searched refs:read (Results 1 – 25 of 50) sorted by relevance
12
| /template/strap/vendor/symfony/process/Pipes/ |
| H A D | UnixPipes.php | 107 $read = $e = []; 121 return $read; 128 $read[$type = array_search($pipe, $this->pipes, true)] = ''; 132 $read[$type] .= $data; 135 if (!isset($read[$type][0])) { 136 unset($read[$type]); 145 return $read;
|
| H A D | WindowsPipes.php | 146 $read = $r = $e = []; 160 $read[$type] = $data; 171 return $read;
|
| /template/strap/vendor/carica/phpcss/src/PhpCss/Parser/ |
| H A D | PseudoClass.php | 36 $token = $this->read(Scanner\Token::PSEUDO_CLASS); 42 $this->read(Scanner\Token::PARENTHESES_START); 46 $parameterToken = $this->read(Scanner\Token::IDENTIFIER); 50 $parameterToken = $this->read( 62 $this->read( 71 $parameter = $this->read(Scanner\Token::NUMBER); 91 $this->read($parameterToken->type); 103 $this->read($parameterToken->type); 107 $this->read($parameterToken->type); 121 $this->read(Scanner\Token::PARENTHESES_END);
|
| H A D | Attribute.php | 37 $token = $this->read(Scanner\Token::IDENTIFIER); 39 $token = $this->read( 47 $token = $this->read( 65 $this->read(Scanner\Token::ATTRIBUTE_SELECTOR_END);
|
| H A D | Sequence.php | 46 $this->read($token->type); 51 $this->read(Scanner\Token::SEPARATOR); 58 $this->read($token->type); 61 $this->read($token->type); 66 $this->read($token->type);
|
| H A D | Text.php | 25 $token = $this->read(
|
| H A D | Standard.php | 66 $this->read(Scanner\Token::WHITESPACE);
|
| /template/strap/vendor/carica/phpcss/src/PhpCss/ |
| H A D | Parser.php | 83 protected function read($expectedTokens): Scanner\Token { function in PhpCss\\Parser 86 return $this->read(array($expectedTokens));
|
| /template/adoradark/ |
| D | README.md | 4 …://github.com/MrClow), and it has an interesting backstory, which you can read [here](http://blog.…
|
| /template/prsnl10/css/ |
| D | prsnl10_print.css | 16 Why I am doing this? Well, read <http://j.mp/eq8zSo>.
|
| /template/mnml-blog/css/ |
| D | mnml-blog_print.css | 16 Why I am doing this? Well, read <http://j.mp/eq8zSo>.
|
| /template/dokucms/ |
| D | README.md | 4 … you use Dokuwiki as a lightweight CMS. It is best suited for a wiki with read access for everybod… 52 … as high as you like. High values result in long lines on large monitors which can be hard to read.
|
| /template/khum1/css/ |
| D | structure.less | 52 /*____________ dokuwiki__content not in "read" mode ____________*/
|
| /template/writr/font/Montserrat/ |
| D | README.txt | 74 Please read the full license text (OFL.txt) to understand the permissions,
|
| /template/spacious/css/ |
| D | spacious-responsive.css | 235 #featured-slider .slider-read-more-button { 494 #featured-slider .slider-read-more-button { 587 #featured-slider .slider-read-more-button {
|
| D | spacious.css | 763 #featured-slider .slider-read-more-button { 775 #featured-slider .slider-read-more-button:hover { 881 .widget_featured_single_post a.read-more:hover { 1805 .read-more, .more-link { 1942 .post .entry-meta .read-more-link { 1949 .post .entry-meta .read-more-link:hover { 1962 .post .entry-meta a.read-more { 1966 .post .entry-meta a.read-more:hover {
|
| /template/khum1/ |
| D | CHANGELOG.md.backup | 7 You can read this changelog in french or in english. English is translated with Deepl. 44 - Modification of the Changelog presentation to read more easily : part EN then part FR.
|
| D | CHANGELOG.md | 7 You can read this changelog in french or in english. English is translated with Deepl. 65 - Modification of the Changelog presentation to read more easily : part EN then part FR.
|
| /template/strap/vendor/php-webdriver/webdriver/ |
| H A D | CHANGELOG.md | 18 - `RemoteWebElement::getDomProperty()` method to read JavaScript properties of an element (like the… 82 - Properly read fifth parameter whether W3C compliant instance should be created when using `create…
|
| H A D | README.md | 59 Below you will find a simple example. Make sure to read our wiki for [more information on Chrome… 72 Below you will find a simple example. Make sure to read our wiki for [more information on Firefo…
|
| /template/templar/less/ |
| D | forms.less | 326 // Disabled and read-only inputs
|
| /template/gtopia/ |
| D | style.css.org | 766 div.node .read-more a, 786 div.node .read-more a:hover,
|
| /template/boozurk/css/ |
| D | font-awesome.css | 356 readers do not read off random characters that represent icons */
|
| /template/codowik/js/ |
| D | layout.js | 5172 , read: function (name) { method 5228 return C.read(k); 5333 var c = $.ui.cookie.read( o.stateManagement.cookie.name || o.name || "Layout" );
|
| /template/drop/font-awesome/css/ |
| D | font-awesome.css | 185 readers do not read off random characters that represent icons */
|
12