Home
last modified time | relevance | path

Searched refs:new_sels (Results 1 – 9 of 9) sorted by relevance

/dports/www/csstidy/csstidy/
H A Dcsstidy.cpp262 vector<string> new_sels; in explode_selectors() local
272 new_sels.push_back(cur_selector.substr(lastpos,sel_separate[i]-lastpos-1)); in explode_selectors()
276 if (new_sels.size() > 1) in explode_selectors()
278 for (int i = 0; i < new_sels.size(); ++i) in explode_selectors()
282 add(cur_at, new_sels[i], j->first, j->second); in explode_selectors()
/dports/devel/R-cran-cli/cli/R/
H A Dcontainers.R18 new_sels <- list() list
24 new_sels <- utils::modifyList(new_sels, theme$style[[i]])
28 new_style <- merge_embedded_styles(last(app$styles) %||% list(), new_sels)
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/opencores/spi/rtl/verilog/
H A Dspi_top16.v170 wire [3:0] new_sels = { (wb_adr_i[1] & wb_sel_i[1]), (wb_adr_i[1] & wb_sel_i[0]), net
175 .latch(spi_tx_sel[3:0] & {4{wb_we_i}}), .byte_sel(new_sels), .lsb(lsb),
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/wb_spi/rtl/verilog/
H A Dspi_top16.v172 wire [3:0] new_sels = { (wb_adr_i[1] & wb_sel_i[1]), (wb_adr_i[1] & wb_sel_i[0]), net
177 .latch(spi_tx_sel[3:0] & {4{wb_we_i}}), .byte_sel(new_sels), .lsb(lsb),
/dports/textproc/pear-Horde_Text_Filter_Csstidy/Horde_Text_Filter_Csstidy-2.0.1/lib/Horde/Text/Filter/Csstidy/
H A Dclass.csstidy.php831 $new_sels = array();
840 $new_sels[] = substr($this->selector,$lastpos,$pos-$lastpos-1);
844 if(count($new_sels) > 1)
846 foreach($new_sels as $selector)
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dnormal.cc578 Vector<Selection> new_sels; in pipe() local
888 Vector<Selection> new_sels; in extend_to_next_matches() local
898 new_sels.push_back(sel); in extend_to_next_matches()
899 merge_selections(new_sels.back(), new_sel); in extend_to_next_matches()
901 else if (new_sels.size() <= main_index) in extend_to_next_matches()
904 if (new_sels.empty()) in extend_to_next_matches()
907 selections.set(std::move(new_sels), main_index); in extend_to_next_matches()
908 new_sels.clear(); in extend_to_next_matches()
2168 Vector<Selection> new_sels; in duplicate_selections() local
2171 new_sels.insert(new_sels.end(), count, sel); in duplicate_selections()
[all …]
H A Dcommands.cc1969 Vector<Selection> new_sels; in context_wrap() local
1988 update_selections(new_sels, main, c.buffer(), timestamp); in context_wrap()
1991 main = new_sels.size() + c.selections().main_index(); in context_wrap()
1993 … const auto middle = new_sels.insert(new_sels.end(), c.selections().begin(), c.selections().end()); in context_wrap()
1994 … std::inplace_merge(new_sels.begin(), middle, new_sels.end(), compare_selections); in context_wrap()
2007 c.selections_write_only().set(std::move(new_sels), main); in context_wrap()
H A Dinput_handler.cc1514 Vector<Selection> new_sels; in prepare() local
1522 new_sels.push_back({sel.max().line + inserted_count + i + 1}); in prepare()
1525 selections.set(std::move(new_sels), in prepare()
1532 Vector<Selection> new_sels; in prepare() local
1540 new_sels.push_back({sel.min().line + inserted_count + i}); in prepare()
1543 selections.set(std::move(new_sels), in prepare()
/dports/mail/nextcloud-mail/mail/vendor/cerdic/css-tidy/
H A Dclass.csstidy.php1004 $new_sels = array();
1012 $new_sels[] = substr($this->selector, $lastpos, $pos - $lastpos - 1);
1016 if (count($new_sels) > 1) {
1017 foreach ($new_sels as $selector) {