Home
last modified time | relevance | path

Searched refs:components (Results 526 – 550 of 617) sorted by last modified time

1...<<2122232425

/plugin/yql/
H A Dsyntax.php68 preg_match('/<YQL ?(.*)>(.*)<\/YQL>/ms', $match, $components);
70 if ($components[1]) { // parse parameters
71 preg_match_all('/\s*(\S+)="([^"]*)"\s*/', $components[1], $params, PREG_SET_ORDER);
101 $data['query'] = $components[2];
/plugin/syntaxhighlightjs/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/youtracklinks/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/authdrupal7/
H A DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
/plugin/html2pdf/snorriheim/
H A DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
/plugin/html2pdf/html2pdf/html2ps/
H A DLICENSE323 components (compiler, kernel, and so on) of the operating system on
/plugin/pagemod/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/authloginapi/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/flexpaper/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/authgoogle2fa/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/calendoku/
H A Dhelper.php311 $this->components = array();
315 array_push($this->components, $component);
/plugin/calendoku/syntax/
H A Dshowtable.php108 if (count($object->components) > 0) {
109 foreach ($object->components as $component) {
113 if (isset($components[$component->dtstartint]))
114 … array_push($components[$component->dtstartint], array($component, $pagename));
116 … $components[$component->dtstartint] = array(array($component, $pagename));
125 ksort($components, SORT_NUMERIC);
127 foreach ($components as $mcomponent) {
H A Dshowicalendar.php75 foreach ($object->components as $component) {
/plugin/authhiorgserver/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/publistx/
H A DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
/plugin/runcommand/
H A DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
/plugin/asana/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/metaheaders/
H A DCOPYING164 form) with the major components (compiler, kernel, and so on) of the
/plugin/sphinxsearch/
H A DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
/plugin/authowncloud/
H A DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
/plugin/geonav/tpl/startermap/
H A DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
/plugin/colorbox/
H A DLICENSE.md60 … normally distributed (in either source or binary form) with the major components (compiler, kerne…
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentMover.java71 public ComponentMover(Class destinationClass, Component... components) { in ComponentMover() argument
73 registerComponent(components); in ComponentMover()
87 Component... components) { in ComponentMover() argument
89 registerComponent(components); in ComponentMover()
179 public void deregisterComponent(Component... components) { in deregisterComponent() argument
180 for (Component component : components) in deregisterComponent()
190 public void registerComponent(Component... components) { in registerComponent() argument
191 for (Component component : components) in registerComponent()
H A DComponentResizer.java76 public ComponentResizer(Component... components) { in ComponentResizer() argument
77 this(new Insets(5, 5, 5, 5), new Dimension(1, 1), components); in ComponentResizer()
90 public ComponentResizer(Insets dragInsets, Component... components) { in ComponentResizer() argument
91 this(dragInsets, new Dimension(1, 1), components); in ComponentResizer()
106 Component... components) { in ComponentResizer() argument
109 registerComponent(components); in ComponentResizer()
185 public void deregisterComponent(Component... components) { in deregisterComponent() argument
186 for (Component component : components) { in deregisterComponent()
198 public void registerComponent(Component... components) { in registerComponent() argument
199 for (Component component : components) { in registerComponent()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

1...<<2122232425