Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DHTML.php271 $second = trim($codeBlocks->item(1)->nodeValue);
272 $second = str_replace('<?php', '&lt;?php', $second);
273 $second = str_replace("\n", '</br>', $second);
274 $second = str_replace(' ', '&nbsp;', $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 DText.php176 $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 Dc-q-q-escaping.csv2 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 DSplitCapacityCommitmentResponse.php44 public function setSecond(CapacityCommitment $second) argument
46 $this->second = $second;
53 return $this->second;
/plugin/jsonrpc/
H A DIJR_Date.php14 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 Daction_manager.php10 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 Dparent_block3.test8 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 Dparent_block2.test7 Content of block (second override)
24 Content of block (second override)
H A Dparent_block.test7 Content of block (second override)
24 Content of block (second override)
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php537 …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 Dmediasyntax-test.txt19 ** 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 Dadmin.txt3 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 Dlogin.txt3 Please provide your second factor data below to complete your login.
H A Dresendpwd.txt3 Please provide your second factor data below to reset your password.
/plugin/gitlabproject/
H A DREADME.md53 "second": {
54 "url": "http://my-second-gitlab.com",
67 <gitlab server="second" project="foo/bar" />
/plugin/docimporter/
H A Daction.php100 $second = strpos($line, "**", $first+2);
101 if (!$second) {
/plugin/metadisplay/
H A Dcli.php111 $hour = '0'; $min = '01'; $second = '0';
112 return mktime($hour, $min, $second,$month,$day,$year);
/plugin/minimap/_test/data/pages/
H A Dpage2.txt5 A second page to test
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md20 * 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 Dpopcorn.player.js4 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 Dmultiple_lines_as_literal_block_leading_space_in_first_line.yml4 The second line does not.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php225 $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 Dacross_section.txt36 * 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 Dblockquote-nested.md4 > 2. This is the second list item.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dblock_names_unicity.test7 second

12345678910>>...12