| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/ |
| D | HTML.php | 271 $second = trim($codeBlocks->item(1)->nodeValue); 272 $second = str_replace('<?php', '<?php', $second); 273 $second = str_replace("\n", '</br>', $second); 274 $second = str_replace(' ', ' ', $second); 275 $second = str_replace('<em>', '<span class="code-comparison-highlight">', $second); 276 $second = str_replace('</em>', '</span>', $second); 285 echo " <td class=\"code-comparison-code\">$second</td>".PHP_EOL;
|
| D | Text.php | 176 $second = trim($codeBlocks->item(1)->nodeValue); 207 $second = str_replace('<em>', '', $second); 208 $second = str_replace('</em>', '', $second); 209 $secondLines = explode("\n", $second);
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/ |
| D | IPv6.php | 55 list($first, $second) = $aIP; 57 $second = explode(':', $second); 59 if (count($first) + count($second) > 8) { 67 array_splice($first, 8 - count($second), 8, $second); 69 unset($first, $second);
|
| /plugin/csv/_test/csv/ |
| D | c-q-q-escaping.csv | 2 line without enclosure,second column 4 "line with enclosure","second column" 5 "column with enclosure "", and comma inside text","second column enclosure in text """ 9 new line", "second" 10 "column with \n \t \\","second col"
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryReservation/ |
| D | SplitCapacityCommitmentResponse.php | 44 public function setSecond(CapacityCommitment $second) argument 46 $this->second = $second; 53 return $this->second;
|
| /plugin/jsonrpc/ |
| D | IJR_Date.php | 14 var $second; variable in IJR_Date 29 $this->second = gmdate('s', $timestamp); 37 $this->second = substr($iso, 17, 2); 40 …rn $this->year.'-'.$this->month.'-'.$this->day.'T'.$this->hour.':'.$this->minute.':'.$this->second; 46 … return gmmktime($this->hour, $this->minute, $this->second, $this->month, $this->day, $this->year);
|
| /plugin/components/lib/ |
| D | action_manager.php | 10 private $second = ''; variable in ConflictActionException 12 public function second() { return $this->second; } function in ConflictActionException 13 public function __construct($first, $second) { argument 15 $this->second = $second;
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/ |
| D | parent_block3.test | 8 Content of foo (second override) 12 Content of bar (second override) 36 Content of foo (second override) 38 Content of bar (second override)
|
| D | parent_block2.test | 7 Content of block (second override) 24 Content of block (second override)
|
| D | parent_block.test | 7 Content of block (second override) 24 Content of block (second override)
|
| /plugin/findologicxmlexport/vendor/symfony/yaml/Tests/ |
| D | InlineTest.php | 537 …ion testParseTimestampAsUnixTimestampByDefault($yaml, $year, $month, $day, $hour, $minute, $second) argument 539 … $this->assertSame(gmmktime($hour, $minute, $second, $month, $day, $year), Inline::parse($yaml)); 545 … testParseTimestampAsDateTimeObject($yaml, $year, $month, $day, $hour, $minute, $second, $timezone) argument 550 $expected->setTime($hour, $minute, $second, 1000000 * ($second - (int) $second)); 570 …n testParseNestedTimestampListAsDateTimeObject($yaml, $year, $month, $day, $hour, $minute, $second) argument 575 $expected->setTime($hour, $minute, $second, 1000000 * ($second - (int) $second));
|
| /plugin/mediasyntax/test/ |
| D | mediasyntax-test.txt | 19 ** unordered list item, second level 20 * unordered list item first level under unordered list item second level 26 ## ordered list item second level
|
| /plugin/twofactor/lang/en/ |
| D | admin.txt | 3 … at least one second factor mechanism set up for use. You can use this tool to reset the user's se…
|
| D | resendpwd.txt | 3 Please provide your second factor data below to reset your password.
|
| D | login.txt | 3 Please provide your second factor data below to complete your login.
|
| /plugin/button/tests/data/pages/ |
| D | start.txt | 10 Second style blue and 25em [[{conf.styles}second|color:blue; width:25em;]] 35 [[{buttons:fbreader.png|second}target|Other button with a long text]] 37 [[{buttons:fbreader.png|second}target|Other button \\ with a new line]]
|
| /plugin/scrape/vendor/scotteh/php-dom-wrapper/ |
| D | README.md | 134 $doc = (new Document())->html('<p>first paragraph</p><p>second paragraph</p>'); 141 <p class="text-center">first paragraph</p><p class="text-center">second paragraph</p> 157 $doc = (new Document())->html('<ul><li>first</li><li>second</li></ul>'); 168 <li>second</li> 260 $doc = (new Document())->html('<ul><li>first</li><li>second</li></ul>'); 270 <li>second</li> 306 $doc = (new Document())->html('<ul><li class="first"></li><li class="second"></li></ul>'); 312 <ul><li class="second"></li></ul> 326 $doc = (new Document())->html('<ul class="first"><li>Item</li></ul><ul class="second"></ul>'); 328 $doc->first('ul.second').append($el); [all …]
|
| /plugin/gitlabproject/ |
| D | README.md | 53 "second": { 54 "url": "http://my-second-gitlab.com", 67 <gitlab server="second" project="foo/bar" />
|
| /plugin/docimporter/ |
| D | action.php | 100 $second = strpos($line, "**", $first+2); 101 if (!$second) {
|
| /plugin/metadisplay/ |
| D | cli.php | 111 $hour = '0'; $min = '01'; $second = '0'; 112 return mktime($hour, $min, $second,$month,$day,$year);
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/ |
| D | popcorn.player.js | 4 var combineFn = function( first, second ) { argument 7 second = second || Popcorn.nop; 12 second.apply( this, arguments );
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/ |
| D | Encoder.php | 225 $second = $bigram[1]; 249 if ($word[$i] === $first && $i < count($word) - 1 && $word[$i + 1] === $second) { 250 $newWord[] = $first.$second;
|
| /plugin/minimap/_test/data/pages/ |
| D | page2.txt | 5 A second page to test
|
| /plugin/webcode/_test/data/pages/ |
| D | across_section.txt | 36 * The second will have not 38 console.log("The second p with a stylesheet definition has an undefined fontSize property "+(typeof…
|
| /plugin/pureldap/vendor/freedsx/asn1/ |
| H A D | CHANGELOG.md | 20 * Fix an OID encoding case when the second component would be near or over the max int as defined b… 24 * Fix the encoding / decoding of OIDs when the first / second component is more than one byte (foun…
|