Home
last modified time | relevance | path

Searched refs:_flatten (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/dports/www/twiki-WysiwygPlugin/WysiwygPlugin-0.0.17720/lib/TWiki/Plugins/WysiwygPlugin/HTML2TML/
H A DNode.pm470 sub _flatten { subroutine
1090 sub _handleABBR { return _flatten( @_ ); };
1100 sub _handleBODY { return _flatten( @_ ); }
1135 sub _handleCOL { return _flatten( @_ ); };
1137 sub _handleDD { return _flatten( @_ ); };
1138 sub _handleDEL { return _flatten( @_ ); };
1139 sub _handleDFN { return _flatten( @_ ); };
1145 sub _handleDT { return _flatten( @_ ); };
1200 sub _handleHTML { return _flatten( @_ ); }
1292 sub _handleQ { return _flatten( @_ ); };
[all …]
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Plugins/WysiwygPlugin/HTML2TML/
H A DNode.pm632 sub _flatten { subroutine
1561 sub _handleABBR { return _flatten(@_); }
1562 sub _handleACRONYM { return _flatten(@_); }
1569 sub _handleBIG { return _flatten(@_); }
1572 sub _handleBODY { return _flatten(@_); }
1632 sub _handleDT { return _flatten(@_); }
1698 return $this->_flatten($options);
1724 sub _handleHTML { return _flatten(@_); }
1841 sub _handleQ { return _flatten(@_); }
1967 return $this->_flatten($options);
[all …]
/dports/www/py-nevow/Nevow-0.14.0/nevow/
H A D_flat.py198 def _flatten(request, write, root, slotData, renderFactory, inAttribute, inXML): function
255 yield _flatten(request, write, slotValue, slotData, renderFactory,
259 yield _flatten(request, write, slotValue, slotData, renderFactory,
266 yield _flatten(request, write, root.children,
280 yield _flatten(request, write, v, slotData,
285 yield _flatten(request, write, root.children,
306 yield _flatten(request, write, element, slotData, renderFactory,
319 lambda result: (result, _flatten(request, write, result, slotData,
331 yield _flatten(request, write, renderable.render(request), [],
354 yield _flatten(request, write, flattener(root, ctx),
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/
H A Djson.cpp69 if (*_context == member || (_flatten && _flatten < _context)) in indent()
100 if (_flatten >= _context) _flatten = 0; in pop_context()
107 void json::flat(json & j) throw() { if (!j._flatten) j._flatten = j._context; } in flat()
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/
H A Djson.cpp69 if (*_context == member || (_flatten && _flatten < _context)) in indent()
100 if (_flatten >= _context) _flatten = 0; in pop_context()
107 void json::flat(json & j) throw() { if (!j._flatten) j._flatten = j._context; } in flat()
/dports/graphics/graphite2/graphite2-1.3.14/src/
H A Djson.cpp69 if (*_context == member || (_flatten && _flatten < _context)) in indent()
100 if (_flatten >= _context) _flatten = 0; in pop_context()
107 void json::flat(json & j) throw() { if (!j._flatten) j._flatten = j._context; } in flat()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/
H A Djson.cpp61 if (*_context == member || (_flatten && _flatten < _context)) in indent()
92 if (_flatten >= _context) _flatten = 0; in pop_context()
99 void json::flat(json & j) throw() { if (!j._flatten) j._flatten = j._context; } in flat()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/
H A Djson.cpp61 if (*_context == member || (_flatten && _flatten < _context)) in indent()
92 if (_flatten >= _context) _flatten = 0; in pop_context()
99 void json::flat(json & j) throw() { if (!j._flatten) j._flatten = j._context; } in flat()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/
H A Djson.cpp69 if (*_context == member || (_flatten && _flatten < _context)) in indent()
100 if (_flatten >= _context) _flatten = 0; in pop_context()
107 void json::flat(json & j) throw() { if (!j._flatten) j._flatten = j._context; } in flat()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/
H A Djson.cpp69 if (*_context == member || (_flatten && _flatten < _context)) in indent()
100 if (_flatten >= _context) _flatten = 0; in pop_context()
107 void json::flat(json & j) throw() { if (!j._flatten) j._flatten = j._context; } in flat()
/dports/math/py-autograd/autograd-1.3/autograd/misc/
H A Dflatten.py14 unflatten, flat_value = make_vjp(_flatten)(value)
17 def _flatten(value): function
20 return _concatenate(map(_flatten, value))
22 return _concatenate(_flatten(value[k]) for k in sorted(value))
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthSymbology/
H A DExtrusionSymbol.cpp31 _flatten = rhs._flatten; in ExtrusionSymbol()
41 _flatten ( true ), in ExtrusionSymbol()
54 conf.set( "flatten", _flatten ); in getConfig()
66 conf.get( "flatten", _flatten ); in mergeConfig()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/
H A Ddisplay_info.py49 self._flatten = None
69 if not self._flatten:
70 self._flatten = display_info.flatten
98 self._flatten = flatten
167 return self._flatten
/dports/devel/py-jsonpickle/jsonpickle-2.0.0/jsonpickle/
H A Dpickler.py255 return self._flatten(obj)
257 def _flatten(self, obj): member in Pickler
319 return [self._flatten(v) for v in obj]
338 else tags.SET: [self._flatten(v) for v in obj]
452 return self._flatten(curmod)
484 reduce_args = list(map(self._flatten, rv_as_list))
658 data[k] = self._flatten(v)
667 data[k] = self._flatten(v)
691 data[k] = self._flatten(v)
698 value = [self._flatten(v) for v in obj]
[all …]
/dports/devel/py-cffi/stage/usr/local/lib/python3.8/site-packages/cffi/
H A Dffiplatform.py95 def _flatten(x, f): function
102 _flatten(key, f)
103 _flatten(x[key], f)
107 _flatten(value, f)
116 _flatten(x, f)
/dports/devel/py-cffi/cffi-1.15.0/cffi/
H A Dffiplatform.py95 def _flatten(x, f): function
102 _flatten(key, f)
103 _flatten(x[key], f)
107 _flatten(value, f)
116 _flatten(x, f)
/dports/devel/py-cffi/cffi-1.15.0/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/cffi/
H A Dffiplatform.py95 def _flatten(x, f): function
102 _flatten(key, f)
103 _flatten(x[key], f)
107 _flatten(value, f)
116 _flatten(x, f)
/dports/science/py-chainer-chemistry/chainer-chemistry-0.7.1/chainer_chemistry/utils/
H A Dsparse_utils.py12 def _flatten(x): function
55 data = _flatten(data)
56 row = _flatten(row)
57 col = _flatten(col)
58 edge_type = _flatten(edge_type)
/dports/www/py-google-api-core/google-api-core-2.2.2/google/api_core/
H A Drest_helpers.py54 return _flatten(obj, key_path=[])
57 def _flatten(obj, key_path): function
82 items = (_flatten(value, key_path=key_path + [key]) for key, value in obj.items())
/dports/sysutils/kpmcore/kpmcore-21.12.3/test/
H A Dtestlist.cpp29 void _flatten(PartitionList& l, PartitionNode *n) in _flatten() function
35 _flatten(l, p); in _flatten()
47 _flatten(l, table); in flatten()
H A Dtestdevicescanner.cpp31 void _flatten(PartitionList& l, PartitionNode *n) in _flatten() function
37 _flatten(l, p); in _flatten()
49 _flatten(l, table); in flatten()
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/colorLib/
H A Dunbuilder.py16 def _flatten(lst): function
19 yield from _flatten(el)
44 _flatten(
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/operator/views/
H A Dbase.py227 list(_flatten(
236 return list(_flatten([obj.encode() for obj in self._obj]))
239 return list(_flatten([obj.get_field(field_name) for obj in self._obj]))
243 return list(_flatten([obj.model for obj in self._obj]))
254 def _flatten(l, max_level=10): function
268 for sub in _flatten(el, max_level=max_level - 1):
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/symbol/
H A Dcontrib.py101 def _flatten(args, inout_str): function
113 arg, fmt = _flatten(i, inout_str)
273 flatten_data, data_fmt = _flatten(data, "foreach input")
276 init_flatten_states, init_state_fmt = _flatten(init_states, "foreach states")
292 sym_out, out_fmt = _flatten(sym_out, "foreach output")
293 sym_states, state_fmt = _flatten(sym_states, "foreach loop_vars")
479 step_output, out_fmt = _flatten(step_output, "while output")
480 new_loop_vars, var_fmt = _flatten(new_loop_vars, "while loop_vars")
490 graph_vars, var_fmt = _flatten(graph_vars, "while loop_vars")
509 flatten_loop_vars, init_loop_var_fmt = _flatten(loop_vars, "while loop_vars")
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/symbol/
H A Dcontrib.py101 def _flatten(args, inout_str): function
113 arg, fmt = _flatten(i, inout_str)
273 flatten_data, data_fmt = _flatten(data, "foreach input")
276 init_flatten_states, init_state_fmt = _flatten(init_states, "foreach states")
292 sym_out, out_fmt = _flatten(sym_out, "foreach output")
293 sym_states, state_fmt = _flatten(sym_states, "foreach loop_vars")
479 step_output, out_fmt = _flatten(step_output, "while output")
480 new_loop_vars, var_fmt = _flatten(new_loop_vars, "while loop_vars")
490 graph_vars, var_fmt = _flatten(graph_vars, "while loop_vars")
509 flatten_loop_vars, init_loop_var_fmt = _flatten(loop_vars, "while loop_vars")
[all …]

12345678910>>...19