Home
last modified time | relevance | path

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

/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A Dget_properties.java43 super(Symbol.GET_PROPERTIES, "plist indicator-list"); in get_properties()
74 private static final Primitive GET_PROPERTIES = new get_properties(); field in get_properties
H A DSymbol.java1804 public static final Symbol GET_PROPERTIES = field in Symbol
/dports/audio/osd-lyrics/osdlyrics-0.4.3/src/
H A Dol_player_rhythmbox.c33 static const char GET_PROPERTIES[] = "getSongProperties"; variable
135 if (dbus_g_proxy_call (proxy_shell, GET_PROPERTIES, NULL, in ol_player_rhythmbox_get_song_properties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/
H A DConnection.cs565 GET_PROPERTIES = 9, enumerator
2194 …PacketReader r = SendReceive (CommandSet.TYPE, (int)CmdType.GET_PROPERTIES, new PacketWriter ().Wr… in Type_GetProperties()