Home
last modified time | relevance | path

Searched refs:new (Results 201 – 225 of 1508) sorted by relevance

12345678910>>...61

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php336 $new = PHP_CodeSniffer::prepareForOutput($newContent);
337 … echo "\t\t=> token ".($stackPtr + 1)." content changed from \"$old\" to \"$new\"".PHP_EOL;
460 $new = PHP_CodeSniffer::prepareForOutput($newContent);
461 … echo "\t\t=> token ".($stackPtr + 1)." content changed from \"$old\" to \"$new\"".PHP_EOL;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml23 extra new lines not kept
26 extra new lines are kept
32 'normal' => "extra new lines not kept\n",
33 'preserving' => "extra new lines are kept\n\n\n",
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc1 // Register a new CKEditor plugin.
12 editor.addCommand( 'footnoteDialog', new CKEDITOR.dialogCommand( 'footnoteDialog' ) );
27 oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj = new Object();
28 oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj.notes = new Array();
44 // Add a new dialog window definition containing all UI elements and listeners.
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc1 // Register a new CKEditor plugin.
12 editor.addCommand( 'footnoteDialog', new CKEDITOR.dialogCommand( 'footnoteDialog' ) );
27 oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj = new Object();
28 oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj.notes = new Array();
44 // Add a new dialog window definition containing all UI elements and listeners.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php1083 $new = ['inset' => false, 'blur' => 0, 'spread' => 0];
1085 $new['inset'] = true;
1090 $new['x'] = $this->sizeConverter->convert(trim($p[0]), $this->mpdf->blk[$this->mpdf->blklvl - 1]['inner_width'], $this->mpdf->FontSize, false);
1093 $new['y'] = $this->sizeConverter->convert(trim($p[1]), $this->mpdf->blk[$this->mpdf->blklvl - 1]['inner_width'], $this->mpdf->FontSize, false);
1097 $new['blur'] = $this->sizeConverter->convert(trim($p[2]), $this->mpdf->blk[$this->mpdf->blklvl - 1]['inner_width'], $this->mpdf->FontSize, false);
1099 $new['col'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[2]), $this->mpdf->PDFAXwarnings);
1103 $new['spread'] = $this->sizeConverter->convert(trim($p[3]), $this->mpdf->blk[$this->mpdf->blklvl - 1]['inner_width'], $this->mpdf->FontSize, false);
1105 $new['col'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[3]), $this->mpdf->PDFAXwarnings);
1108 $new['col'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[4]), $this->mpdf->PDFAXwarnings);
1112 if (empty($new['co
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_class_method.tpl.dist4 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dmocked_static_method.tpl.dist4 …throw new PHPUnit_Framework_MockObject_BadMethodCallException('Static method "{method_name}" canno…
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DCHANGELOG.md3 * Quality: Happy new year! (Alexis von Glasow, 2017-01-12T14:01:18+01:00)
50 …* Add examples, present new features and update links in the documentation. (Ivan Enderlin, 2015-0…
58 * Happy new year! (Ivan Enderlin, 2015-01-05T14:52:34+01:00)
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md20 - `HandlerInterface` has been split off and two new interfaces now exist for
27 the new `Monolog\Handler\Handler` base class too.
72 renamed to ElasticaHandler and the new one added as ElasticsearchHandler.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc51 new project, paste the following JSON snippet into a new file called
80 and you don't need to add it again. Finally, instantiate a new client:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A Dphpt-for-coverage.phpt6 $coveredClass = new CoveredClass();
/plugin/swiftmail/Swift/
H A DMessage.php599 $new = new Swift_Message_Part();
600 $new->setContentType($type);
601 $this->getReference("parent", $new_branch)->addChild($new, $tag, -1);
605 case "related": $this->setReference("related", $tag, $new);//relatedRefs[$tag] = $new;
607 case "mixed": $this->setReference("mixed", $tag, $new);//mixedRefs[$tag] = $new;
625 $this->setReference("parent", $old_branch, $new); //parentRefs[$old_branch] = $new;
/plugin/tos/
H A Daction.php176 $new = rawWiki($this->getConf('tos'));
177 $diff = new Diff(explode("\n", $old), explode("\n", $new));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dfirst.test11 return ['arr' => new \ArrayObject([1, 2, 3, 4])]
H A Dlast.test11 return ['arr' => new \ArrayObject([1, 2, 3, 4])]
H A Dlength_utf8.test9 return ['string' => 'été', 'markup' => new \Twig\Markup('foo', 'UTF-8')]
H A Dsort.test8 return ['array1' => [4, 1], 'array2' => ['foo', 'bar'], 'traversable' => new \ArrayObject([0 => 3, …
/plugin/flowplay2/flowplayer/
H A DREADME.txt64 - Added a new callback onFlowPlayerReady() to the JavaScript API.
71 - Added new "onPlaybackTime" callback to the JavaScript API. Reports the current time
118 reflects the new config
131 - Added a new clip type 'video' that ensures correct playback for h.264 videos supported
180 0.9.3 Added new 'bufferLength' variable that can be used in the HTML page to
197 - Added a new start() function to the FlowPlayer class.
201 - Added ability to loop; Contains a new toggle button to control looping.
362 - Two new skins included (black & white)
388 - Added full screen support. Opens a new browser window that occupies all screen estate.
389 - Added a new view that shows the HTML code for embedding the video in blogs etc.
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dconstant.test7 return ['expect' => DATE_W3C, 'object' => new \ArrayObject(['hi'])]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
H A Diterable.test8 return ['vars' => new ArrayObject(['foo' => 'baz', 'bar' => 'qux'])]
/plugin/tocselect/
H A DREADME.md3 A text selection box or index enables loading TOC for a new id.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Dad6ea0c1e46712aa1fd6d3bfa0ec979e.asciidoc9 'query' => '(new york city) OR (big apple)',
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md28 $composed = new Psr7\AppendStream([$a, $b]);
52 $buffer = new Psr7\BufferStream(1024);
69 $stream = new Psr7\CachingStream($original);
95 $dropping = new Psr7\DroppingStream($stream, 10);
151 $stream = new Psr7\LazyOpenStream('/path/to/file', 'r');
175 $stream = new Psr7\LimitStream($original, 1024, 2048);
201 $noSeek = new Psr7\NoSeekStream($original);
276 $eofStream = new EofCallbackStream($original, function () {
318 $request = new GuzzleHttp\Psr7\Request('GET', 'http://example.com');
477 Create a new stream based on the input type.
[all …]
/plugin/preregister/
H A Dplugin.info.txt6 desc Additional confirmation layer for new registrations
/plugin/pureldap/
H A Dplugin.info.txt6 desc A new LDAP auth plugin

12345678910>>...61