Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 50) sorted by relevance

12

/template/strap/vendor/symfony/process/Pipes/
H A DUnixPipes.php107 $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 DWindowsPipes.php146 $read = $r = $e = [];
160 $read[$type] = $data;
171 return $read;
/template/strap/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php36 $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 DAttribute.php37 $token = $this->read(Scanner\Token::IDENTIFIER);
39 $token = $this->read(
47 $token = $this->read(
65 $this->read(Scanner\Token::ATTRIBUTE_SELECTOR_END);
H A DSequence.php46 $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 DText.php25 $token = $this->read(
H A DStandard.php66 $this->read(Scanner\Token::WHITESPACE);
/template/strap/vendor/carica/phpcss/src/PhpCss/
H A DParser.php83 protected function read($expectedTokens): Scanner\Token { function in PhpCss\\Parser
86 return $this->read(array($expectedTokens));
/template/adoradark/
DREADME.md4 …://github.com/MrClow), and it has an interesting backstory, which you can read [here](http://blog.…
/template/prsnl10/css/
Dprsnl10_print.css16 Why I am doing this? Well, read <http://j.mp/eq8zSo>.
/template/mnml-blog/css/
Dmnml-blog_print.css16 Why I am doing this? Well, read <http://j.mp/eq8zSo>.
/template/dokucms/
DREADME.md4 … 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/
Dstructure.less52 /*____________ dokuwiki__content not in "read" mode ____________*/
/template/writr/font/Montserrat/
DREADME.txt74 Please read the full license text (OFL.txt) to understand the permissions,
/template/spacious/css/
Dspacious-responsive.css235 #featured-slider .slider-read-more-button {
494 #featured-slider .slider-read-more-button {
587 #featured-slider .slider-read-more-button {
Dspacious.css763 #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/
DCHANGELOG.md.backup7 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.
DCHANGELOG.md7 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 DCHANGELOG.md18 - `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 DREADME.md59 �� 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/
Dforms.less326 // Disabled and read-only inputs
/template/gtopia/
Dstyle.css.org766 div.node .read-more a,
786 div.node .read-more a:hover,
/template/boozurk/css/
Dfont-awesome.css356 readers do not read off random characters that represent icons */
/template/codowik/js/
Dlayout.js5172 , 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/
Dfont-awesome.css185 readers do not read off random characters that represent icons */

12