Home
last modified time | relevance | path

Searched refs:start (Results 501 – 525 of 1772) sorted by relevance

1...<<21222324252627282930>>...71

/plugin/authimap2/
H A Dauth.php282 * @param int $start index of first user to be returned
287 public function retrieveUsers($start = 0, $limit = 0, $filter = null) { argument
300 if($i >= $start) {
/plugin/fckg/fckeditor/
H A Dfckconfig.js31 var start = pos + (name.length+1);
32 var end = allcookies.indexOf(";",start);
34 var cookie_value = allcookies.substring(start,end);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dwsdl_class.phpt26 …public function doGoogleSearch($key, $q, $start, $maxResults, $filter, $restrict, $safeSearch, $lr…
H A Dwsdl_class_namespace.phpt28 …public function doGoogleSearch($key, $q, $start, $maxResults, $filter, $restrict, $safeSearch, $lr…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Driver/
H A DPHPDBG.php45 public function start($determineUnusedAndDead = true) function in SebastianBergmann\\CodeCoverage\\Driver\\PHPDBG
H A DXdebug.php51 public function start($determineUnusedAndDead = true) function in SebastianBergmann\\CodeCoverage\\Driver\\Xdebug
/plugin/issuetracker/
H A Daction.php751 $start = $itl_next;
752 if ($start<0) { $start='0'; }
753 elseif($start>count($issues)) {$start=count($issues)-step;}
758 if ($start<0) { $start='0'; }
764 if ($start<0) { $start='0'; $next_start = $start + $step;}
768 $start = $itl_start;
773 $start = 0;
1052 if ($start>count($issues)) $start=count($issues)-$step;
1308 $start = $next_start - $step;
1309 if($start<0) $start=0;
[all …]
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js.map1start","end","string","newPos","getPrefix","precise","digits","state","emacsPrefix","clearPrefix",…
/plugin/fckg/scripts/
H A DsafeFN_class.js75 var start = converted?1:0;
76 for (j=start; j < sub.length; j++) {
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js71 var start = converted?1:0;
72 for (j=start; j < sub.length; j++) {
/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);
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js71 var start = converted?1:0;
72 for (j=start; j < sub.length; j++) {
/plugin/ckgdoku/scripts/
H A DsafeFN_class.js75 var start = converted?1:0;
76 for (j=start; j < sub.length; j++) {
/plugin/ckgedit/scripts/
H A DsafeFN_class.js75 var start = converted?1:0;
76 for (j=start; j < sub.length; j++) {
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js71 var start = converted?1:0;
72 for (j=start; j < sub.length; j++) {
/plugin/subconfhelper/
H A Daction.php164 if( $ID == $conf['start'] ) {
/plugin/exttab3/
H A DREADME.md13 |<code>{&#124;</code> | table start |
/plugin/snow/
H A Dscript.js17 snowStorm.start();
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverCommandExecutor.php38 $this->service->start();
/plugin/combo/resources/theme/default/pages/templates/
H A Dholy-medium.css21 align-content: flex-start;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D53.53.js1 …",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp("^\\s*#… property in AnonymousFunctionf44b204b0100.n.folding.markers
/plugin/swiftmail/Swift/Connection/
H A DNativeMail.php116 public function start() function in Swift_Connection_NativeMail
/plugin/jdraw/src/com/hammurapi/jdraw/
H A DJDrawApplet.java41 public void start() { in start() method in JDrawApplet
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_click_drag.js299 function _countSize(start, end) { argument
300 var result = start - end;
431 SelectedRegion.prototype._getTasksByTop = function (start, end) { argument
432 var startValue = start;
434 if (start > end) {
436 endValue = start;
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1160 public $start; variable in Google_Event
1348 public function setStart(Google_EventDateTime $start) { argument
1349 $this->start = $start;
1352 return $this->start;
1958 public $start; variable in Google_TimePeriod
1965 public function setStart( $start) { argument
1966 $this->start = $start;
1969 return $this->start;

1...<<21222324252627282930>>...71