Home
last modified time | relevance | path

Searched refs:end (Results 151 – 175 of 1305) sorted by relevance

12345678910>>...53

/plugin/quickstats/scripts/php-inet6_1.0.2/
H A Dinet6.php127 $end = '0b';
128 for ($i = 0; $i < $size; $i++) $end .= '1';
129 $end = gmp_strval(gmp_add($prefix, gmp_init($end)), 16);
135 $end_result .= substr($end, $i * 4, 4);
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php168 $end = clone $this->startDate;
169 $end->add($duration);
170 $this->eventDuration = $end->getTimeStamp() - $this->startDate->getTimeStamp();
242 $end = clone $this->currentDate;
243 $end->modify('+' . $this->eventDuration . ' seconds');
244 return $end;
371 $offset = end($this->overriddenEventsIndex);
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php168 $end = clone $this->startDate;
169 $end->add($duration);
170 $this->eventDuration = $end->getTimeStamp() - $this->startDate->getTimeStamp();
242 $end = clone $this->currentDate;
243 $end->modify('+' . $this->eventDuration . ' seconds');
244 return $end;
371 $offset = end($this->overriddenEventsIndex);
/plugin/gemini/
H A Drenderer.php342 $end = $start - ($params['max']);
343 $end = ($end < -1) ? -1 : $end;
347 $end = $feed->get_item_quantity();
348 $end = ($end > $params['max']) ? $params['max'] : $end;
351 for ($x = $start; $x != $end; $x += $mod) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVAvailability.php30 * @param DateTimeInterface $end
34 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { argument
39 (is_null($effectiveEnd) || $end > $effectiveStart)
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVAvailability.php30 * @param DateTimeInterface $end
34 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) argument
40 (is_null($effectiveEnd) || $end > $effectiveStart)
/plugin/odt/ODT/styles/
H A DODTTextOutlineStyle.php118 $end = 0;
120 $level = XMLUtil::getElement('text:outline-level-style', substr($xmlCode, $pos), $end);
121 $pos += $end;
140 $level = XMLUtil::getElement('text:outline-level-style', substr($xmlCode, $pos), $end);
141 $pos += $end;
/plugin/combo/resources/theme/default/components/css/
H A Dposition.css63 .end-0 {
67 .end-50 {
71 .end-100 {
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php168 $end = clone $this->startDate;
169 $end->add($duration);
170 $this->eventDuration = $end->getTimeStamp() - $this->startDate->getTimeStamp();
242 $end = clone $this->currentDate;
243 $end->modify('+' . $this->eventDuration . ' seconds');
244 return $end;
378 $offset = end($this->overriddenEventsIndex);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DShorthandSizeSniff.php87 $end = $phpcsFile->findNext(T_SEMICOLON, ($stackPtr + 1));
88 $origContent = $phpcsFile->getTokensAsString(($stackPtr + 1), ($end - $stackPtr - 1));
137 for ($next++; $next < $end; $next++) {
181 for ($next++; $next < $end; $next++) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DDisallowSizeFunctionsInLoopsSniff.php90 $end = $phpcsFile->findPrevious(T_SEMICOLON, ($closeBracket - 1));
93 $end = $closeBracket;
96 for ($i = ($start + 1); $i < $end; $i++) {
/plugin/tablemath/
H A Dscript.js25 var end = range[1].split(',');
28 var endX = end[0];
29 var endY = end[1];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/
H A DEchoedStringsSniff.php67 $end = $phpcsFile->findNext(array(T_SEMICOLON, T_CLOSE_TAG), $stackPtr, null, false);
70 $prev = $phpcsFile->findPrevious(T_WHITESPACE, ($end - 1), null, true);
84 …if (($phpcsFile->findNext(PHP_CodeSniffer_Tokens::$operators, $stackPtr, $end, false)) === false) {
/plugin/combo/ComboStrap/Api/
H A DQualityMessageHandler.php57 ->end();
69 ->end();
84 ->end();
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php77 $end = strpos($string, "}");
78 if ($end === false) {
81 $string = $this->replace($string, $start, $end, $parameters);
85 private function replace($string, $start, $end, $parameters) argument
88 $data = substr($string, $start + 1, $end - $start - 1);
147 return substr($string, 0, $start) . $data . substr($string, $end + 1);
/plugin/siteexport/
H A Dhelper.php15 private $start, $end; variable in helper_plugin_siteexport_page_remove
19 * @param integer $end
21 public function __construct($start, $end=null) { argument
23 $this->end = $end;
27 return $elem[2] >= $this->start && ( is_null( $this->end ) || $elem[2] <= $this->end);
133 public function __getOrderedListOfPagesForStartEnd($ID, $start, $end) argument
138 …es, array(new helper_plugin_siteexport_page_remove(intval($start), intval($end)), '_page_remove'));
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php180 return end($this->stack);
190 return end($this->index);
200 return end($this->key);
253 end($this->stack);
328 end($this->dataStack);
/plugin/fbcomments/
H A Dsyntax.php91 .'<!-- Facebook Like Button end -->';
94 .'<!-- Facebook Like Button end -->';
109 .'<!-- Facebook Comments Box end -->';
/plugin/farm/
H A Dtestclient.php23 $end = preg_replace('`[^?>]`', '', substr($m, -2));
24 $mid = trim(substr($m, strlen($start), -1 * strlen($end)));
29 return '<span style="color:blue">'.htmlentities($start).$mid.htmlentities($end).'</span>';
/plugin/highlightjs/highlight/
H A Dhighlight.js82 if (modes[index].end) {
83 addTerminator(modes[index].end);
184 if (end) {
435 if (language.modes[j].end)
533 begin: '\'', end: '\'', property in APOS_STRING_MODE
540 begin: '"', end: '"', property in QUOTE_STRING_MODE
547 begin: '\\\\.', end: '^', noMarkup: true, property in BACKSLASH_ESCAPE
552 begin: '//', end: '$', property in C_LINE_COMMENT_MODE
557 begin: '/\\*', end: '\\*/' property in C_BLOCK_COMMENT_MODE
561 begin: '#', end: '$' property in HASH_COMMENT_MODE
[all …]
/plugin/eventline/example/
H A DexampleDataForCutAndPaste.txt6 <event start='1987' end='2004' durationEvent='true' title='Hypercard'>
9 <event start='1972' end='1982' earliestEnd='1980' isDuration='true' title='ZOG'>
12 <event start='March 25, 1995' earliestEnd='2011' end='2012' isDuration='true' title='WikiWikiWeb' l…
15 <event start='1990' end='1991' isDuration='true' title='WWW' >
18 <event start='1999' earliestEnd='2011' end='2012' isDuration='true' title='PhpWiki' >
21 <event start='2000' end='2012' earliestEnd='2011' isDuration='true' title='Sensei s Library' >A wik…
23 <event start='1998' end='2012' earliestEnd='2011' isDuration='true' title='TWiki'>Wiki, created in …
25 <event start='January 15, 2001' end='2012' earliestEnd='2011' isDuration='true' title='Wikipedia' >…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DMyanmar.php344 public static function reordering_syllable(&$info, $GSUBdata, $start, $end) argument
358 if ($info[$end - 1]['myanmar_category'] == self::OT_DOTTEDCIRCLE) {
363 $base = $end;
367 if (($start + 3 <= $end) &&
380 for ($i = $limit; $i < $end; $i++) {
396 if ($i < $end) {
403 for (; $i < $end; $i++) {
436 self::bubble_sort($info, $start, $end - $start);
H A DSea.php243 public static function initial_reordering_syllable(&$info, $GSUBdata, $scriptblock, $start, $end) argument
254 if ($info[$end - 1]['sea_category'] == self::OT_GB) {
264 if ($i < $end) {
268 for (; $i < $end; $i++) {
281 self::bubble_sort($info, $start, $end - $start);
302 public static function final_reordering_syllable(&$info, $GSUBdata, $scriptblock, $start, $end) argument
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DIfTokenParser.php45 $end = false;
46 while (!$end) {
62 $end = true;
/plugin/codemirror/dist/modes/
H A Dvhdl.min.js.map1end","Context","indented","column","type","align","prev","this","pushContext","col","context","pop…

12345678910>>...53