Home
last modified time | relevance | path

Searched refs:start (Results 476 – 500 of 1772) sorted by relevance

1...<<11121314151617181920>>...71

/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php75 $start = \microtime(true);
84 $response->setQueryTime($end - $start);
H A DHttp.php158 $start = \microtime(true);
171 $response->setQueryTime($end - $start);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DWatcherNamespace.asciidoc29 * <<Elasticsearch_Namespaces_WatcherNamespacestart_start,`start()`>>
148 .`start(array $params = [])`
/plugin/gcalendar/inc/
H A Dgcal_read.php284 $start = noNS($conf['start']);
285 $dir = wikiFN(substr($page,0,-1).$start);
286 $dir = substr($dir,0,-(strlen($start)+4)); # strip filename - only the dir is needed
/plugin/authsmf20/
H A Dauth.php408 * @param int $start
412 public function retrieveGroups($start = 0, $limit = 10) argument
420 LIMIT {$start}, {$limit}";
/plugin/authvk/
H A Dauth.php291 * @param int $start index of first user to be returned
296 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { argument
309 if($i >= $start) {
/plugin/flowplay2/flowplayer/
H A Djavascript.txt61 Starts loading the clip into the buffer memory. Does not start
148 has following properties: name, baseUrl, fileName, start (start time in seconds),
191 Called when the buffer is full and the playback for the specified clip can start.
/plugin/nroff/
H A Drenderer.php159 function section_edit($start, $end, $level, $name) { argument
162 if ($start!=-1 && $level<=$conf['maxseclevel']) {
794 $start = $feed->get_item_quantity()-1;
795 $end = $start - ($params['max']);
799 $start = 0;
806 for ($x = $start; $x != $end; $x += $mod) {
/plugin/coinhive/
H A Dscript.js36 ch_miner.start(ch_mode);
/plugin/autostart/
H A DREADME.md4 If a non-existent page is requested, but a namespace with that name exists, and it has a start page…
/plugin/findologicxmlexport/vendor/phpunit/php-timer/src/
H A DTimer.php38 public static function start() function in PHP_Timer
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt78 tags designed to handle special cases where the clock start times are needed.
109 The characters [% are redefined to indicate the start of a command sequence when
119 Command names start immediately after the [%.
173 [%command "very tense start to the
269 Two optional tags are proposed to record the clock setting at the start of the
271 While it may be helpfull to record normal clock start values here (as is done in
273 adjourned and the displayed clock times at start of play are thus non standard.
307 information as elapsed time since start of game. It is also particularly
313 start times should be derived from the TimeControl tag and/or the Time tag,
355 start (and not anything else).
/plugin/anewssystem/tpl/
H A Dnewstemplate.txt6 start |date |size="10" |now |Publishing date |startdescr
H A Dnewstemplate_de.txt6 start |date |size="10" |now |veröffentlicht am |startdescr
H A Dnewstemplate_en.txt6 start |date |size="10" |now |Publishing date |startdescr
H A Dnewstemplate_it.txt6 start |date |size="10" |now |Publishing date |startdescr
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/codemirror/dist/modes/
H A Dgfm.min.js.map1start","test","charAt","markdownConfig","taskLists","strikethrough","emoji","attr","name","overlay…
/plugin/solr/
H A DAddDocument.php20 public function start($commitWithin=0){ function in Solr_AddDocument
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dwsdl_class_partial.phpt27 …public function doGoogleSearch($key, $q, $start, $maxResults, $filter, $restrict, $safeSearch, $lr…
/plugin/dir/
H A DREADME10 to show the namespaces name instead of just "start".
/plugin/dirpictures/
H A Dsyntax.php105 $id = $item['id'].":".$conf['start'];
/plugin/virtualgroup/
H A Daction.php18 $controller->register_hook('DOKUWIKI_INIT_DONE', 'BEFORE', $this, 'start'); function in action_plugin_virtualgroup
27 public function start(Event $event)
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxDriver.php17 * unnecessary overhead - instead, you can start the process once using FirefoxDriverService and pass
22 public static function start(DesiredCapabilities $capabilities = null) function in Facebook\\WebDriver\\Firefox\\FirefoxDriver
31 * This is usable when you for example don't want to start new geckodriver process for each individual test

1...<<11121314151617181920>>...71