Home
last modified time | relevance | path

Searched refs:imageTag (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/
H A DCardTag.php87 $imageTag = "image";
91 $tagName = $imageTag;
94 case $imageTag:
/plugin/jcapture/src/com/hammurapi/jcapture/
DSwfEncoder.java239 ImageTag imageTag = imageCache.get(image); in encode() local
240 if (imageTag==null) { in encode()
244 imageTag = decoder.defineImage(uid.incrementAndGet()); in encode()
245 imageCache.put(image, imageTag); in encode()
246 movie.add(imageTag); in encode()
262 DefineTag shapeTag = new ImageShape().defineShape(shapeId, imageTag); in encode()
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php159 $imageTag = [syntax_plugin_combo_media::TAG, MediaMarkup::INTERNAL_MEDIA_CALL_NAME];
167 if (in_array($tagName, $imageTag)) {
/plugin/jcapture/lib/
Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...