Home
last modified time | relevance | path

Searched refs:new (Results 26 – 50 of 1380) sorted by relevance

12345678910>>...56

/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php68 $new = new self();
69 $new->owner = !empty($values['{DAV:}owner']) ? $values['{DAV:}owner']->getXml() : null;
70 $new->scope = LockInfo::SHARED;
74 if ($elem['name'] === '{DAV:}exclusive') $new->scope = LockInfo::EXCLUSIVE;
77 return $new;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php68 $new = new self();
69 $new->owner = !empty($values['{DAV:}owner']) ? $values['{DAV:}owner']->getXml() : null;
70 $new->scope = LockInfo::SHARED;
74 if ($elem['name'] === '{DAV:}exclusive') $new->scope = LockInfo::EXCLUSIVE;
77 return $new;
/plugin/components/lib/
H A Daction_manager.php59 $new = $this->create($class, $action);
61 $handler = $new;
64 if ($new && $new->action() == $action) {
65 if (is_subclass_of($new, get_class($handler)))
66 $handler = $new;
67 else if (!is_subclass_of($handler, get_class($new)))
68 throw new ConflictActionException($handler, $new);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php133 $new = clone $this;
134 $new->statusCode = $code;
135 if ($reasonPhrase == '' && isset(self::$phrases[$new->statusCode])) {
136 $reasonPhrase = self::$phrases[$new->statusCode];
138 $new->reasonPhrase = (string) $reasonPhrase;
139 return $new;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php190 $new = static::onLoad($components);
191 $new->format = $format;
192 $new->comment = $comment;
193 return $new instanceof PrivateKey ?
195 $new;
273 $new->format = $format;
276 $new;
507 $new = clone $this;
509 $new->hash = new Hash($hash);
510 $new->hmac = new Hash($hash);
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md12 $js = new AssetCollection(array(
13 new GlobAsset('/path/to/js/*'),
14 new FileAsset('/path/to/another.js'),
52 $css = new AssetCollection(array(
53 new FileAsset('/path/to/src/styles.less', array(new LessFilter())),
54 new GlobAsset('/path/to/css/*'),
130 $am = new AssetManager();
145 new AssetReference($am, 'jquery'),
162 $fm = new FilterManager();
266 $js = new AssetCache(
[all …]
/plugin/pagetemplater/
H A Daction.php53 $new = $template;
55 if ( $new != $template ) { $template = $new; }
60 $new = str_replace('@@' . strtoupper(trim($rkey)) . '@@', $replace[$key], $template);
61 …$new = str_replace(urlencode('@@') . strtoupper(trim($rkey)) . urlencode('@@'), $replace[$key], $n…
64 if ( $new != $event->data ) {
65 $event->data = $new;
/plugin/jmol2/jmol/
H A DCHANGES.txt393 # a = "new value"
677 # new feature:
1345 # new feature: new command "exitJmol" does just that -- application only;
1788 # new feature: write GIF
1896 # new feature: HIDE $xxx
2294 # new feature: sqrt(x)
2407 # new feature: new command:
2414 # a new function:
2497 # new features:
2990 # new radii to:
[all …]
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md16 $exporter = new Exporter;
30 print $exporter->export(new Exception);
41 $exporter = new Exporter;
77 $exporter = new Exporter;
114 $obj = new stdClass();
125 $exporter = new Exporter;
134 print $exporter->shortenedExport(new stdClass);
137 print $exporter->shortenedExport(new Exception);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dinline-html.md6 new text on new line
9 new text on new line
/plugin/findologicxmlexport/vendor/sebastian/comparator/
H A DREADME.md24 $date1 = new DateTime('2013-03-29 04:13:35', new DateTimeZone('America/New_York'));
25 $date2 = new DateTime('2013-03-29 03:13:35', new DateTimeZone('America/Chicago'));
27 $factory = new Factory;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dendpoint-closure.asciidoc5 Endpoint object. A namespace object will construct a new Endpoint via this
9 For example, we could add a new endpoint like so:
19 return new MyProject\SuperSearch($transport);
24 return new $fullPath($transport, $serializer);
26 return new $fullPath($transport);
/plugin/linkfix/
H A Dadmin.php70 $form = new Doku_Form(array('action' => wl(), 'class' => 'plugin_linkfix'));
181 // create the new link
191 $newlink . // new link
241 $new = substr($full, strlen($this->changefrom));
244 $new = $this->changeto . $new;
248 $new = ltrim($new, ':');
251 if($currentNS && strpos($new, ':') === false) $new
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/
H A DPasswordProtected.php47 $new = clone $this;
48 $new->password = $password;
49 return $new;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php345 $new = new Parameters();
347 $new = isset($components['privateKey']) ?
352 $new->prime = $components['prime'];
353 $new->base = $components['base'];
356 $new->privateKey = $components['privateKey'];
359 $new->publicKey = $components['publicKey'];
362 return $new;
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp4.as30 public var myVideo:Video = new Video();
34 private var myTransform:SoundTransform = new SoundTransform();
36 public var myStatus:JplayerStatus = new JplayerStatus();
39 private var progressTimer:Timer = new Timer(250, 0); // Matched to HTML event freq
43 myConnection = new NetConnection();
75 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PROGRESS, myStatus));
122 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_SEEKING, myStatus));
127 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_SEEKED, myStatus));
167 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_ENDED, myStatus));
175 var customClient:Object = new Object();
[all …]
H A DJplayerRtmp.as40 public var myVideo:Video = new Video;
52 private var myTransform:SoundTransform = new SoundTransform ;
54 public var myStatus:JplayerStatus = new JplayerStatus ;
56 private var ConnMgr:ConnectManager=new ConnectManager();
67 myConnection = new NetConnection ;
368 /*var info:Object = new Object();
399 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PLAY,myStatus));
563 var streamParts:Object = new Object;
652 var customClient:Object = new Object ;
657 myStream = new NetStream(myConnection);
[all …]
/plugin/smtp/subtree/txtthinking/Mailer/
H A DREADME.md18 $ok = (new Mailer())
37 $smtp = new SMTP(); // new SMTP(new Logger('Mailer')); # set logger to receive debug log
41 $message = new Message();
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md4 This library allows to handle new ZIP and TAR archives without the need for any special PHP extensions (gz and bzip are
5 needed for compression). It can create new files or extract existing ones.
32 $tar = new Tar();
39 $tar = new Tar();
43 // To create a new TAR archive directly on the filesystem (low memory
45 $tar = new Tar();
54 $tar = new Tar();
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md124 $filter = new Hoa\Iterator\CallbackFilter(
150 $limit = new Hoa\Iterator\Limit($foobar, 2, 3);
168 $infinite = new Hoa\Iterator\Infinite($foobar);
189 $repeater = new Hoa\Iterator\Repeater(
215 $counter = new Hoa\Iterator\Counter(0, 12, 3);
233 $counter1 = new Hoa\Iterator\Counter(0, 12, 3);
235 $append = new Hoa\Iterator\Append();
257 $multiple = new Hoa\Iterator\Multiple(
285 $counter = new Hoa\Iterator\Counter(0, 10, 1);
286 $multiple = new Hoa\Iterator\Multiple();
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst117 $twig = new \Twig\Environment($loader);
118 $twig->addGlobal('text', new Text());
154 $twig = new \Twig\Environment($loader);
300 $twig = new \Twig\Environment($loader);
315 $twig = new \Twig\Environment($loader);
325 $twig = new \Twig\Environment($loader);
343 $twig = new \Twig\Environment($loader);
344 $test = new \Twig\TwigTest(
453 Registering a new tag
704 'text' => new Text(),
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dabstract_class.phpt18 $generator = new PHPUnit_Framework_MockObject_Generator;
56 new PHPUnit_Framework_MockObject_Invocation_Object(
78 new PHPUnit_Framework_MockObject_Invocation_Object(
100 new PHPUnit_Framework_MockObject_Invocation_Object(
115 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
128 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate.test45 'date2' => new \DateTime('2010-10-04 13:45'),
47 …'date4' => 1286199900, // \DateTime::createFromFormat('Y-m-d H:i', '2010-10-04 13:45', new \DateTi…
48 …'date5' => -189291360, // \DateTime::createFromFormat('Y-m-d H:i', '1964-01-02 03:04', new \DateTi…
49 'date6' => new \DateTime('2010-10-04 13:45', new \DateTimeZone('America/New_York')),
51 'timezone1' => new \DateTimeZone('America/New_York'),
H A Ddate_immutable.test21 'date1' => new \DateTimeImmutable('2010-10-04 13:45'),
22 'date2' => new \DateTimeImmutable('2010-10-04 13:45', new \DateTimeZone('America/New_York')),
23 'timezone1' => new \DateTimeZone('America/New_York'),
/plugin/submgr/
H A Dadmin.php43 $new = $INPUT->arr('d');
44 $this->hlp->addRule($new['item'], $new['type'], $new['members']);

12345678910>>...56