Home
last modified time | relevance | path

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

/dports/textproc/R-cran-sass/sass/tests/testthat/
H A Dtest-utils.R58 my_layer <- sass_layer(rules = "body {}") globalVar
60 sass_layer(defaults = list(1, 2, my_layer, 4)),
64 sass_layer(functions = list(1, 2, my_layer, 4)),
68 sass_layer(mixins = list(1, 2, my_layer, 4)),
72 sass_layer(rules = list(1, 2, my_layer, 4)),
H A Dtest-cache.R67 my_layer <- function() { function
83 my_layer(),
/dports/math/py-keras/Keras-2.4.3/tests/keras/engine/
H A Dlayer_subclassing_tests.py34 self.my_layer = MyLayer()
40 return self.my_layer(self.dense(self.bidir(inputs)))
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmIdent/
H A DFvwmIdent.c121 static int my_layer = default_layer; variable
419 my_layer = (int)target.layer; in list_configure()
420 if (my_layer < minimal_layer) in list_configure()
422 my_layer = minimal_layer; in list_configure()
666 sprintf(buf, "Layer 0 %d", my_layer); in ProcessXEvent()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmIdent/
H A DFvwmIdent.c115 static int my_layer = default_layer; variable
415 my_layer = (int)target.layer; in list_configure()
416 if (my_layer < minimal_layer) in list_configure()
418 my_layer = minimal_layer; in list_configure()
657 sprintf(buf, "Layer 0 %d", my_layer); in ProcessXEvent()
/dports/graphics/py-fiona/Fiona-1.8.20/tests/
H A Dconftest.py168 my_layer = {
172 f.write(json.dumps(my_layer))
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/
H A Dusage_for_beginners.rst249 my_layer = doc.layer.new('MyLayer')
256 my_layer.color = 1
263 my_layer.off()
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/basics/
H A Dinstrument.cpp184 InstrumentLayer* my_layer = pMyComponent->get_layer( i ); in load_from() local
217 delete my_layer; in load_from()
/dports/www/firefox/firefox-99.0/docs/nspr/reference/
H A Di_o_functions.rst230 | ``rv = PR_PushIOLayer(stack, PR_TOP_IO_LAYER, my_layer);``
231 | ``rv = PR_PushIOLayer(stack, PR_GetLayersIdentity(stack), my_layer);``
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DSecretChatActor.h188 int32 my_layer = 8; member
198 storer.store_int(my_layer); in store()
211 my_layer = parser.fetch_int(); in parse()
H A DSecretChatActor.cpp442 auto my_layer = static_cast<int32>(SecretChatLayer::Current); in binlog_replay_finish() local
443 if (config_state_.my_layer < my_layer) { in binlog_replay_finish()
444 …send_action(secret_api::make_object<secret_api::decryptedMessageActionNotifyLayer>(my_layer), Send… in binlog_replay_finish()
2005 config_state_.my_layer = notify_layer.layer_; in on_outbound_action()
/dports/science/py-cirq-aqt/Cirq-0.12.0/docs/
H A Dcircuits.ipynb597 "def my_layer():\n",
604 "circuit.append(my_layer())\n",
606 "for x in my_layer():\n",
639 …ct as iterators. In the above example, we see that we can iterate `over my_layer()`. In this case,…
/dports/science/py-cirq-ionq/Cirq-0.13.1/docs/
H A Dcircuits.ipynb597 "def my_layer():\n",
604 "circuit.append(my_layer())\n",
606 "for x in my_layer():\n",
639 …ct as iterators. In the above example, we see that we can iterate `over my_layer()`. In this case,…
/dports/science/py-cirq-pasqal/Cirq-0.13.1/docs/
H A Dcircuits.ipynb597 "def my_layer():\n",
604 "circuit.append(my_layer())\n",
606 "for x in my_layer():\n",
639 …ct as iterators. In the above example, we see that we can iterate `over my_layer()`. In this case,…
/dports/science/py-cirq-core/Cirq-0.13.1/docs/
H A Dcircuits.ipynb597 "def my_layer():\n",
604 "circuit.append(my_layer())\n",
606 "for x in my_layer():\n",
639 …ct as iterators. In the above example, we see that we can iterate `over my_layer()`. In this case,…
/dports/science/py-cirq-google/Cirq-0.13.0/docs/
H A Dcircuits.ipynb597 "def my_layer():\n",
604 "circuit.append(my_layer())\n",
606 "for x in my_layer():\n",
639 …ct as iterators. In the above example, we see that we can iterate `over my_layer()`. In this case,…
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc76_ogrpythondrivers.rst176 self.name = 'my_layer' # Required, or name() method
219 # return 'my_layer'
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/development/rfc/
H A Drfc76_ogrpythondrivers.rst176 self.name = 'my_layer' # Required, or name() method
219 # return 'my_layer'
/dports/graphics/gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc76_ogrpythondrivers.rst176 self.name = 'my_layer' # Required, or name() method
219 # return 'my_layer'
/dports/cad/pcb/pcb-4.2.0/src/
H A Ddjopt.c2090 int my_layer, other_layer; in viatrim() local
2103 my_layer = l->layer; in viatrim()
2114 (void *) (l->s->lines[i]), my_layer); in viatrim()
2120 my_layer); in viatrim()
2134 (void *) (l->s->lines[i]), my_layer); in viatrim()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/geometry/
H A Dqgsgeometryengine.sip.in44 for feature in my_layer.getFeatures():
H A Dqgsgeometry.sip.in2554 for feature in my_layer.getFeatures():
/dports/math/py-keras/Keras-2.4.3/docs/templates/getting-started/
H A Dfaq.md281 layer_name = 'my_layer'
/dports/graphics/qgis-ltr/qgis-3.16.16/
H A DChangeLog185945 buffer(get_feature('my_layer','id=54'))
/dports/graphics/qgis/qgis-3.22.3/
H A DChangeLog219638 buffer(get_feature('my_layer','id=54'))