/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/ |
H A 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;
|
H A 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/csv/_test/csv/ |
H A 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/ |
H A D | SplitCapacityCommitmentResponse.php | 44 public function setSecond(CapacityCommitment $second) argument 46 $this->second = $second; 53 return $this->second;
|
/plugin/jsonrpc/ |
H A 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/ |
H A 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/ |
H A 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)
|
H A D | parent_block2.test | 7 Content of block (second override) 24 Content of block (second override)
|
H A D | parent_block.test | 7 Content of block (second override) 24 Content of block (second override)
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/ |
H A 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/ |
H A 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/ |
H A D | admin.txt | 3 The table below lists all users that have at least one second factor mechanism set up for use. You can use this tool to reset the user's setup when they lost access to their second factor mechanism.
|
H A D | login.txt | 3 Please provide your second factor data below to complete your login.
|
H A D | resendpwd.txt | 3 Please provide your second factor data below to reset your password.
|
/plugin/gitlabproject/ |
H A D | README.md | 53 "second": { 54 "url": "http://my-second-gitlab.com", 67 <gitlab server="second" project="foo/bar" />
|
/plugin/docimporter/ |
H A D | action.php | 100 $second = strpos($line, "**", $first+2); 101 if (!$second) {
|
/plugin/metadisplay/ |
H A D | cli.php | 111 $hour = '0'; $min = '01'; $second = '0'; 112 return mktime($hour, $min, $second,$month,$day,$year);
|
/plugin/minimap/_test/data/pages/ |
H A D | page2.txt | 5 A second page to test
|
/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 by PHP. 24 * Fix the encoding / decoding of OIDs when the first / second component is more than one byte (found by @danielmarschall)
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/ |
H A D | popcorn.player.js | 4 var combineFn = function( first, second ) { argument 7 second = second || Popcorn.nop; 12 second.apply( this, arguments );
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | multiple_lines_as_literal_block_leading_space_in_first_line.yml | 4 The second line does not.
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/ |
H A 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/webcode/_test/data/pages/ |
H A 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/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | blockquote-nested.md | 4 > 2. This is the second list item.
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/ |
H A D | block_names_unicity.test | 7 second
|