Home
last modified time | relevance | path

Searched refs:start (Results 201 – 225 of 1772) sorted by path

12345678910>>...71

/plugin/barcode/
H A DCOPYING630 to attach them to the start of each source file to most effectively
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE630 to attach them to the start of each source file to most effectively
/plugin/bashorg/
H A DCOPYING289 to attach them to the start of each source file to most effectively
/plugin/bbcodeextensions/
H A DLICENSE630 to attach them to the start of each source file to most effectively
/plugin/behave/
H A Dbehave.js189 set: function (start, end) {
191 end = start;
200 range.moveStart('character', start);
206 start = 0, variable
232 start = end = len;
235 start += normalizedValue.slice(0, start).split(newLine).length - 1;
247 return start==end ? false : {
248 start: start,
384 var tempStart = selection.start;
405 utils.cursor.set(selection.start, selection.start+toIndent.length);
[all …]
/plugin/bez/scripts/
H A Dstart.js1 bez.ctl.start = function() { function
/plugin/bibtex/OSBib/
H A DUTF8.php258 function utf8_substr($str, $start, $length=null){ argument
260 return mb_substr($str,$start,$length,'utf-8');
263 return $this->unicode_to_utf8(array_slice($uni,$start,$length));
/plugin/bibtex/OSBib/create/
H A DFORMMISC.php38 $start = floor(($limit/2) - 2);
39 $length = $count - (2 * $start);
40 $text = substr_replace($text, " ... ", $start, $length);
H A DPREVIEWSTYLE.php209 $start = trim(stripslashes($this->row['pageStart']));
211 $this->bibformat->formatPages($start, $end);
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php436 list($start, $end) = $parsePages->init($row['pages']);
437 $this->formatPages(trim($start), trim($end));
1050 function formatPages($start, $end = FALSE, $citation = FALSE) argument
1063 $this->item[$this->styleMap->{$type}['pages']] = $start;
1069 if(!is_numeric($start))
1071 $this->item[$this->styleMap->{$type}['pages']] = $start . '-' . $end;
1081 if(($end <= $start) || (strlen($end) < strlen($start)))
1083 $this->item[$this->styleMap->{$type}['pages']] = $start . '-' . $end;
1096 if(strlen($start) <= 4)
1098 $startArray = preg_split('//', $start);
[all …]
H A DBIBSTYLE.php221 $start = trim(stripslashes($this->row['pageStart']));
223 $this->bibformat->formatPages($start, $end);
H A DLICENSE195 To do so, attach the following notices to the program. It is safest to attach them to the start of …
H A DREADME.txt94 $utf8String = $utf8->utf8_strtolower(STRING: $utf8String, INT $start [, INT: $length=NULL]);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG37 4/ Added class PARSEPAGE to split a bibtex pages field into page start and page end components.
38 list($start, $end) = $parsePage->init($pagesField);
H A DLICENSE195 To do so, attach the following notices to the program. It is safest to attach them to the start of …
H A DPARSEPAGE.php45 $start = $end = FALSE;
50 $start = trim($array[0]);
52 $start = strtolower(trim($array[0]));
57 if($end && !$start)
58 $this->return = array($end, $start);
60 $this->return = array($start, $end);
H A DREADME95 Split a bibtex pages field into page start and page end components.
96 list($start, $end) = $parsePage->init($pagesField);
/plugin/bibtex4dw/
H A DLICENSE289 to attach them to the start of each source file to most effectively
/plugin/blockquote/
H A DCOPYING289 to attach them to the start of each source file to most effectively
/plugin/blog/
H A DCOPYING294 to attach them to the start of each source file to most effectively
/plugin/blog/syntax/
H A Darchive.php26 $match = substr($match, 10, -2); // strip {{archive> from start and }} from end
56 $start = mktime(0, 0, 0, $month, $day, $year);
57 $end = $start + 24*60*60;
63 // calculate start and end times
71 $start = mktime(0, 0, 0, $month, 1, $year);
76 $start = mktime(0, 0, 0, 1, 1, $rest);
81 $start = 0;
89 return array($ns, $start, $end, $flags, $refine, $author);
93 list($ns, $start, $end, $flags, $refine, $author) = $data;
114 $alt_list = $this->_build_alternative_list($start,
164 _build_alternative_list($start, $end, $entries) global() argument
[all...]
/plugin/bloglinks/
H A DCOPYING294 to attach them to the start of each source file to most effectively
/plugin/blogmeta/
H A DCOPYING289 to attach them to the start of each source file to most effectively
/plugin/blogtng/
H A DCOPYING289 to attach them to the start of each source file to most effectively
/plugin/blogtng/syntax/
H A Dblog.php162 if($start = $INPUT->int('pagination-start')){ // start offset
163 $data['conf']['offset'] = (int) $start;

12345678910>>...71