Home
last modified time | relevance | path

Searched refs:new (Results 226 – 250 of 1508) sorted by relevance

12345678910>>...61

/plugin/findologicxmlexport/vendor/hoa/regex/
H A DCHANGELOG.md3 * Quality: Happy new year! (Alexis von Glasow, 2017-01-12T14:00:43+01:00)
39 * Happy new year! (Ivan Enderlin, 2015-01-05T15:05:31+01:00)
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddump.rst21 $twig = new \Twig\Environment($loader, [
25 $twig->addExtension(new \Twig\Extension\DebugExtension());
/plugin/fckg/fckeditor/
H A DInstall_README12 new directories and to upload your files to these directories.
27 it's simply matter of uncommenting the line which activates the new scheme.
/plugin/fedauth/Auth/Yadis/
H A DParseHTML.php79 foreach ($this->_entity_replacements as $old => $new) {
80 $str = preg_replace(sprintf("/&%s;/", $old), $new, $str);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dhandlers.rst69 return new \DateTime($dateAsString);
77 $registry->registerSubscribingHandler(new MyHandler());
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc10 notice to facilitate the code refactoring with the new API specification of {es}
30 {es} 7.0 deprecated APIs that accept types, introduced new typeless APIs, and
/plugin/newline/
H A Dplugin.info.txt6 desc This plugin instert a new line wiki syntax
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._no_fetchers.tpl5 $pipeline->fetchers[] = new FetcherURL();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Djson_encode.test8 return ['foo' => new \Twig\Markup('foo', 'UTF-8')]
/plugin/do/lang/en/
H A Dmail_open.txt3 @USER@ opened a new task and assigned it to you.
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm108 var suggs = new Array();
109 var words = new Array();
110 var textinputs = new Array();
117 var wordWindowObj = new wordWindow();
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php248 $new = [];
270 foreach ($new as $higherVavail) {
283 $new[] = $vavail;
291 foreach (array_reverse($new) as $vavail) {
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm110 var suggs = new Array();
111 var words = new Array();
112 var textinputs = new Array();
119 var wordWindowObj = new wordWindow();
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php267 $new = [];
290 foreach ($new as $higherVavail) {
307 $new[] = $vavail;
316 foreach (array_reverse($new) as $vavail) {
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as13 * and some of Will's new work in the OVP base classes (Open Video Player)
39 private var protocols_arr:Array = new Array("rtmp","rtmpt","rtmpe","rtmpte","rtmps");
40 private var ports_arr:Array = new Array("",":1935",":80",":443");
97 _aNC = new Array();
100 _aNC[i] = new NetConnection();
104 _aNC[i].client = new Object;
/plugin/xtermrtf/
H A Dprint.css5 font-family:courier new;
H A Dstyle.css5 font-family:courier new;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
H A D003-open-basedir.phpt9 $reader = new Reader('/usr/local/share/GeoIP/GeoIP2-City.mmdb');
H A D002-final.phpt9 $reflectionClass = new \ReflectionClass('MaxMind\Db\Reader');
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md149 avoid this, we can add a new constraint on token value by unifying them, thus:
168 $compiler = Hoa\Compiler\Llk\Llk::load(new Hoa\File\Read('Json.pp'));
174 $dump = new Hoa\Compiler\Visitor\Dump();
237 $sampler = new Hoa\Compiler\Llk\Sampler\Coverage(
239 Hoa\Compiler\Llk\Llk::load(new Hoa\File\Read('Json.pp')),
241 new Hoa\Regex\Visitor\Isotropic(new Hoa\Math\Sampler\Random())
/plugin/components/
H A Dplugin.info.txt6 desc Easily defining new actions and AJAX functions
/plugin/copypage/
H A Dplugin.info.txt6 desc Create a new page from an existing page.
/plugin/newnamespacepermissions/
H A Dplugin.info.txt6 desc Restrict which groups are allowed to create new namespaces
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Darray.rst14 $twig->addExtension(new Twig_Extensions_Extension_Array());
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc37 var tmp=new Array();
186 var HTMLParserTopNotes = new Array();
187 var HTMLParserBottomNotes = new Array();
196 geshi_classes = new RegExp(geshi_classes);
221 link_formats: new Array(),
235 prev_li: new Array(),
314 this.prev_li = new Array();
337 this.link_formats = new Array();
371 this.rows = new Array();
380 this.rows[this.row] = new Array();
[all …]

12345678910>>...61