Home
last modified time | relevance | path

Searched refs:from (Results 51 – 75 of 2262) sorted by relevance

12345678910>>...91

/plugin/dataloop/syntax/
H A Dloop.php388 $from = '';
412 … $from .= ' LEFT JOIN data AS '.$tables[$col].' ON '.$tables[$col].'.pid = pages.pid';
413 $from .= ' AND '.$tables[$col].".key = '".sqlite_escape_string($col)."'";
431 … $from .= ' LEFT JOIN data AS '.$tables[$col].' ON '.$tables[$col].'.pid = pages.pid';
432 $from .= ' AND '.$tables[$col].".key = '".sqlite_escape_string($col)."'";
456 … $from .= ' LEFT JOIN data AS '.$tables[$col].' ON '.$tables[$col].'.pid = pages.pid';
457 $from .= ' AND '.$tables[$col].".key = '".sqlite_escape_string($col)."'";
473 … $from .= ' LEFT JOIN data AS '.$tables[$col].' ON '.$tables[$col].'.pid = pages.pid';
474 $from .= ' AND '.$tables[$col].".key = '".sqlite_escape_string($col)."'";
489 FROM pages $from
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCounter.php91 * @param int $from Start value.
96 public function __construct($from, $to, $step) argument
106 $this->_from = $from;
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php17 $from = (string)$mapZone['other']; variable
22 if (!isset($map[$from])) {
23 $map[$from] = $to;
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php17 $from = (string)$mapZone['other']; variable
22 if (!isset($map[$from])) {
23 $map[$from] = $to;
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php17 $from = (string)$mapZone['other']; variable
22 if (!isset($map[$from])) {
23 $map[$from] = $to;
/plugin/xcom/scripts/
H A DsafeFN_class.js26 changeSafeBase: function(num, from, to) { argument
27 if(isNaN(from) || from < 2 || from > 36 || isNaN(to) || to < 2 || to > 36) {
30 num = parseInt(num, from);
31 if(from == 36) return num;
/plugin/swiftmail/
H A DSwift.php329 public function send(Swift_Message $message, $recipients, $from) argument
340 … if (is_string($from) && preg_match("/^" . Swift_Message_Encoder::CHEAP_ADDRESS_RE . "\$/", $from))
342 $from = new Swift_Address($from);
344 elseif (!($from instanceof Swift_Address))
363 $send_event = new Swift_Events_SendEvent($message, $list, $from, 0);
368 if (!($has_from = $message->getFrom())) $message->setFrom($from);
369 … if (!($has_return_path = $message->getReturnPath())) $message->setReturnPath($from->build(true));
370 if (!($has_reply_to = $message->getReplyTo())) $message->setReplyTo($from);
484 public function batchSend(Swift_Message $message, Swift_RecipientList $to, $from) argument
487 return $batch->send($message, $to, $from);
H A Daction.php79 $from = null;
99 $from =& new Swift_Address($addr,$text);
114 $ok = $swift->send($message, $reci, $from);
116 $ok = $swift->batchSend($message, $reci, $from);
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php17 $from = (string)$mapZone['other']; variable
22 if (!isset($map[$from])) {
23 $map[$from] = $to;
/plugin/photogallery/phpThumb/
H A DREADME.md6 phpThumb() uses the GD library and/or ImageMagick to create thumbnails from images (GIF, PNG or JPE…
10 retrieved from a database. GIFs are supported on all versions of GD even if GD does not have native…
11 thanks to the GIFutil class by Fabien Ezber. AntiHotlinking feature prevents other people from usin…
12 to resize their thumbnails, or link to your images from another server. The cache feature reduces s…
/plugin/directions/
H A Dplugin.info.txt6 …sc This plug-in shows the, for a specific wikipage, from where wikinauts come from and go to fro…
/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js.map1from","to","goSubwordLeft","goSubwordRight","scrollLineUp","info","getScrollInfo","somethingSelect…
/plugin/bez/ctl/
H A Dactivity_report.php11 if(count($_POST) > 0 && ($_POST['from'] != '' || $_POST['to'] != '')) {
12 $from = new DateTime($_POST['from']); variable
16 'from' => $from->format('Y-m-d'),
20 $period = new DatePeriod($from, new DateInterval('P1D'), $to);
H A Dreport.php10 if(count($_POST) > 0 && ($_POST['from'] != '' || $_POST['to'] != '')) {
11 $from = new DateTime($_POST['from']); variable
15 'from' => $from->format('Y-m-d'),
19 $period = new DatePeriod($from, new DateInterval('P1D'), $to);
/plugin/fckg/scripts/
H A DsafeFN_class.js30 changeSafeBase: function(num, from, to) { argument
31 if(isNaN(from) || from < 2 || from > 36 || isNaN(to) || to < 2 || to > 36) {
34 num = parseInt(num, from);
35 if(from == 36) return num;
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js26 changeSafeBase: function(num, from, to) { argument
27 if(isNaN(from) || from < 2 || from > 36 || isNaN(to) || to < 2 || to > 36) {
30 num = parseInt(num, from);
31 if(from == 36) return num;
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js26 changeSafeBase: function(num, from, to) { argument
27 if(isNaN(from) || from < 2 || from > 36 || isNaN(to) || to < 2 || to > 36) {
30 num = parseInt(num, from);
31 if(from == 36) return num;
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php311 $from = $this->getStreamName();
319 return @copy($from, $to);
322 return @copy($from, $to, $this->getStreamContext()->getContext());
343 $from = $this->getStreamName();
358 return @rename($from, $name);
361 return @rename($from, $name, $this->getStreamContext()->getContext());
/plugin/ckgdoku/scripts/
H A DsafeFN_class.js30 changeSafeBase: function(num, from, to) { argument
31 if(isNaN(from) || from < 2 || from > 36 || isNaN(to) || to < 2 || to > 36) {
34 num = parseInt(num, from);
35 if(from == 36) return num;
/plugin/ckgedit/scripts/
H A DsafeFN_class.js30 changeSafeBase: function(num, from, to) { argument
31 if(isNaN(from) || from < 2 || from > 36 || isNaN(to) || to < 2 || to > 36) {
34 num = parseInt(num, from);
35 if(from == 36) return num;
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js26 changeSafeBase: function(num, from, to) { argument
27 if(isNaN(from) || from < 2 || from > 36 || isNaN(to) || to < 2 || to > 36) {
30 num = parseInt(num, from);
31 if(from == 36) return num;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.DisableExternalResources.txt
/plugin/dirtylittlehelper/mermaid/editor/src/
H A Dcode-store.js1 import { writable, get } from 'svelte/store';
2 import { Base64 } from 'js-base64';
3 import { replace, location } from 'svelte-spa-router';
H A DApp.svelte2 import Router from 'svelte-spa-router';
4 import Edit from './routes/Edit.svelte';
5 import View from './routes/View.svelte';
/plugin/components/syntax/
H A Dslice.php59 $from = $data['from'];
62 $form->addHidden('from', $from);
65 $form->addElement(form_makeButton('submit', '', "Slice $from--$to"));

12345678910>>...91