Home
last modified time | relevance | path

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

12345678910>>...15

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
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;
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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/
DIPv6.php55 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/
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/
DSplitCapacityCommitmentResponse.php44 public function setSecond(CapacityCommitment $second) argument
46 $this->second = $second;
53 return $this->second;
/plugin/jsonrpc/
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/
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/
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)
Dparent_block2.test7 Content of block (second override)
24 Content of block (second override)
Dparent_block.test7 Content of block (second override)
24 Content of block (second override)
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
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/
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/
Dadmin.txt3 … at least one second factor mechanism set up for use. You can use this tool to reset the user's se…
Dresendpwd.txt3 Please provide your second factor data below to reset your password.
Dlogin.txt3 Please provide your second factor data below to complete your login.
/plugin/button/tests/data/pages/
Dstart.txt10 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/
DREADME.md134 $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/
DREADME.md53 "second": {
54 "url": "http://my-second-gitlab.com",
67 <gitlab server="second" project="foo/bar" />
/plugin/docimporter/
Daction.php100 $second = strpos($line, "**", $first+2);
101 if (!$second) {
/plugin/metadisplay/
Dcli.php111 $hour = '0'; $min = '01'; $second = '0';
112 return mktime($hour, $min, $second,$month,$day,$year);
/plugin/jplayer/vendor/happyworm/jplayer/lib/
Dpopcorn.player.js4 var combineFn = function( first, second ) { argument
7 second = second || Popcorn.nop;
12 second.apply( this, arguments );
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
DEncoder.php225 $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/
Dpage2.txt5 A second page to test
/plugin/webcode/_test/data/pages/
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/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 b…
24 * Fix the encoding / decoding of OIDs when the first / second component is more than one byte (foun…

12345678910>>...15