Home
last modified time | relevance | path

Searched refs:from (Results 26 – 50 of 2262) sorted by relevance

12345678910>>...91

/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php160 $from = $this->getStreamName();
161 $fromLength = strlen($from) + 1;
163 $finder->in($from);
208 $from = $this->getStreamName();
210 $finder->in($from)
219 return @rmdir($from);
222 return @rmdir($from, $this->getStreamContext()->getContext());
/plugin/statdisplay/helper/
H A Dgraph.php18 * @param string $from
22 public function sendgraph($command, $from = '', $to = '') argument
37 $this->monthby('day', $from);
40 $this->monthby('hour', $from);
43 $this->trafficby('day', $from);
46 $this->trafficby('hour', $from);
49 $this->userdownloads($from);
60 * @param string $from
64 private function summary($from = '', $to = '') argument
74 if ($from && $month < $from) continue;
H A Dtable.php33 $this->summary($from, $to);
36 $this->month($from);
39 $this->monthby('day', $from);
42 $this->monthby('hour', $from);
45 $this->referer($from);
48 $this->entry($from);
51 $this->url($from);
56 $this->ua($from);
62 $this->userdownloads($from);
285 * @param string $from unused
[all …]
/plugin/bez/mdl/
H A DThreadFactory.php30 $from = $period->getStartDate()->format(\DateTime::ISO8601);
42 $r = $this->model->sqlite->query($sql, $from, $to);
60 $from = $period->getStartDate()->format(\DateTime::ISO8601);
66 $r = $this->model->sqlite->query($sql, $from, $to);
79 $from = $period->getStartDate()->format(\DateTime::ISO8601);
90 $r = $this->model->sqlite->query($sql, $from, $to, $from, $to);
108 $from = $period->getStartDate()->format(\DateTime::ISO8601);
128 $r = $this->model->sqlite->query($sql, $from, $to);
154 $from
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst5 macros can go into different templates and get imported from there.
8 into a variable or request specific macros from it.
37 Alternatively you can import names from the template into the current
42 {% from 'forms.html' import input as input_field, textarea %}
54 To import macros from the current file, use the special ``_self`` variable
57 .. seealso:: :doc:`macro<../tags/macro>`, :doc:`from<../tags/from>`
/plugin/statdisplay/
H A Dsyntax.php54 list($from, $to) = array_pad(array_values($params), 2, '');
59 'from' => $this->cleanDate($from),
70 $from = $data['from'];
76 $table->table($renderer, $command, $from, $to);
79 … 'lib/plugins/statdisplay/graph.php?graph=' . rawurlencode($command) . '&f=' . $from . '&t=' . $to,
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
H A Dreadme.helperapps.txt23 from the usual download location (http://getid3.sourceforge.net)
30 Taken from http://www.cygwin.com/
33 Taken from http://unxutils.sourceforge.net/
36 Taken from http://www.vorbis.com/download.psp
39 Taken from http://flac.sourceforge.net/download.html
42 Taken from http://www.etree.org/shncom.html
/plugin/statistics/
H A Dadmin.php14 * need to inherit from this class
20 /** @var string from date in YYYY-MM-DD */
21 protected $from = ''; variable in admin_plugin_statistics
74 /** @var array keeps a list of all real content pages, generated from above array */
121 public function setTimeframe($from, $to) { argument
123 if($from > $to) list($from, $to) = array($to, $from);
125 $this->tlimit = $this->hlp->Query()->mktlimit($from, $to);
126 $this->from
[all...]
/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js1from():c.to()})}b.goSubwordLeft=function(a){e(a,-1)};b.goSubwordRight=function(a){e(a,1)};b.scroll…
/plugin/statistics/inc/
H A DStatisticsGraph.class.php12 private $from; variable in StatisticsGraph
19 public function render($call, $from, $to, $start) { argument
20 $from = preg_replace('/[^\d\-]+/', '', $from);
22 if(!$from) $from = date('Y-m-d');
24 $this->tlimit = "A.dt >= '$from 00:00:00' AND A.dt <= '$to 23:59:59'";
26 $this->from = $from;
96 $diff = abs(strtotime($this->from)
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringMatches.php44 $from = preg_split('(\r\n|\r|\n)', $this->string);
47 foreach ($from as $index => $line) {
52 $from[$index] = $to[$index];
57 $this->string = implode("\n", $from);
/plugin/diagramsnet/lib/js/diagramly/
H A DP2PCollab.js26 var msg = JSON.stringify({from: myClientId, id: messageId, type: type,
64 if (clientLastMsgId[msg.from] >= msg.id) return;
66 clientLastMsgId[msg.from] = msg.id;
116 …file.sync.p2pCatchup(msgData.data, msgData.from, msgData.to, msgData.id, file.getDescriptor(), fun…
143 socket.emit('sendSignal', {to: id, from: myClientId, signal: data});
190 if (newClients[data.from])
192 p = newClients[data.from];
196 p = createPeer(data.from, false);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DNodesNamespace.asciidoc35 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
39 $params['ignore_idle_threads'] = (boolean) Don't show threads that are in known-idle places, such as waiting on a socket select or pulling from an empty task queue (default: true)
54 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
81 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
96 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
/plugin/data-au/syntax/
H A Drelated.php72 $from = '';
115 … $from .= ' LEFT JOIN dataau AS ' . $tables[$col] . ' ON ' . $tables[$col] . '.pid = pages.pid';
116 $from .= ' AND ' . $tables[$col] . ".key = " . $sqlite->quote_string($col);
141 … $from .= ' LEFT JOIN dataau AS ' . $tables[$col] . ' ON ' . $tables[$col] . '.pid = pages.pid';
142 $from .= ' AND ' . $tables[$col] . ".key = " . $sqlite->quote_string($col);
155 FROM pages, dataau as T1 $from
/plugin/data/syntax/
H A Drelated.php67 * Builds the SQL query from the given data
77 $from = '';
118 $from .= ' LEFT JOIN data AS ' . $tables[$col] . ' ON ' . $tables[$col] . '.pid = pages.pid';
119 $from .= ' AND ' . $tables[$col] . ".key = " . $sqlite->getPdo()->quote($col);
150 $from .= ' LEFT JOIN data AS ' . $tables[$col] . ' ON ' . $tables[$col] . '.pid = pages.pid';
151 $from .= ' AND ' . $tables[$col] . ".key = " . $sqlite->getPdo()->quote($col);
164 FROM pages, data as T1 $from
/plugin/dataloop/syntax/
H A Droll.php272 $from = '';
296 … $from .= ' LEFT JOIN data AS '.$tables[$col].' ON '.$tables[$col].'.pid = pages.pid';
297 $from .= ' AND '.$tables[$col].".key = '".sqlite_escape_string($col)."'";
315 … $from .= ' LEFT JOIN data AS '.$tables[$col].' ON '.$tables[$col].'.pid = pages.pid';
316 $from .= ' AND '.$tables[$col].".key = '".sqlite_escape_string($col)."'";
340 … $from .= ' LEFT JOIN data AS '.$tables[$col].' ON '.$tables[$col].'.pid = pages.pid';
341 $from .= ' AND '.$tables[$col].".key = '".sqlite_escape_string($col)."'";
357 … $from .= ' LEFT JOIN data AS '.$tables[$col].' ON '.$tables[$col].'.pid = pages.pid';
358 $from .= ' AND '.$tables[$col].".key = '".sqlite_escape_string($col)."'";
373 FROM pages $from
H A Dtextloop.php312 $from = '';
336 … $from .= ' LEFT JOIN data AS '.$tables[$col].' ON '.$tables[$col].'.pid = pages.pid';
337 $from .= ' AND '.$tables[$col].".key = '".sqlite_escape_string($col)."'";
355 … $from .= ' LEFT JOIN data AS '.$tables[$col].' ON '.$tables[$col].'.pid = pages.pid';
356 $from .= ' AND '.$tables[$col].".key = '".sqlite_escape_string($col)."'";
380 … $from .= ' LEFT JOIN data AS '.$tables[$col].' ON '.$tables[$col].'.pid = pages.pid';
381 $from .= ' AND '.$tables[$col].".key = '".sqlite_escape_string($col)."'";
397 … $from .= ' LEFT JOIN data AS '.$tables[$col].' ON '.$tables[$col].'.pid = pages.pid';
398 $from .= ' AND '.$tables[$col].".key = '".sqlite_escape_string($col)."'";
413 FROM pages $from
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64from-json|xdmp:forests|xdmp:forest-status|xdmp:forest-restore|xdmp:forest-restart|xdmp:forest-name…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DStructuredQuery.php61 public function setFrom($from) argument
63 $this->from = $from;
70 return $this->from;
/plugin/components/
H A Dscript.js4 var from = jQuery(this).find("input[name=from]").val();
11 range: {from: from, to: to}
/plugin/graphgear/
H A Dsyntax.php214 list($from,$to) = explode('->',$edge,2);
215 $from = trim($from);
217 if(!isset($this->nodes[$from])) $this->nodes[$from] = array();
220 if($from && $to) $this->edges[] = array($from,$to,(array)$opts);
/plugin/projects/
H A Dcodemirror-compressed.js1from,p):ur(h,t.to)}else i=="triple"&&(rt(e,h)?ur(p,hr({line:e.line,ch:0})):ur(h,hr({line:e.line+1,… property in e.pos
/plugin/pgn4web/pgn4web/fonts/
H A DREADME.txt1 The figurine fonts are derived from the Liberation Sans font (released under
3 with the addition of chess pieces from freeware fonts: the alpha2 font (Peter
8 The chess informant symbols font is used with permission from the Chess
10 figurin font is from the ChessOLE project (http://www.chessole.de, David Frank).
/plugin/isauth/
H A DCHANGELOG19 (thanks Juergen_aus_Zuendorf 2018-02-06 17:44 from
21 - added the fix to remove <p> tags from Chris 2017-08-19 from
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DIdle.php198 $from = '{main}';
202 $from = '';
205 $from .= $t['class'] . '::';
209 $from .= $t['function'] . '()';
213 return $from;

12345678910>>...91