Home
last modified time | relevance | path

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

1234

/plugin/semanticdata/phpSesame/
H A DresultFormats.php35 foreach($result->binding as $binding)
37 $name = (string) $binding['name'];
38 if($binding->literal)
40 $row[$name] = (string) $binding->literal;
43 else if($binding->uri)
45 $row[$name] = (string) $binding->uri;
48 else if($binding->bnode)
50 $row[$name] = (string) $binding->bnode;
77 foreach($result->binding as $binding) {
79 if ((string) $binding->literal != "") return true;
/plugin/rrdgraph/inc/
H A Dsvgbinding.php96 foreach ($this->attrBindingStack as $binding) {
97 if ($binding != null) $attributes[$binding->attribute] = $binding->value;
/plugin/eventline/timeline_js/scripts/
H A Dsources.js191 var binding = node.firstChild;
192 while (binding != null) {
193 if (binding.nodeType == 1 &&
194 binding.firstChild != null &&
195 binding.firstChild.nodeType == 1 &&
196 binding.firstChild.firstChild != null &&
197 binding.firstChild.firstChild.nodeType == 3) {
198 … bindings[binding.getAttribute('name')] = binding.firstChild.firstChild.nodeValue;
200 binding = binding.nextSibling;
/plugin/mantis/lib/
H A Dclass.wsdl.php159 foreach($this->bindings as $binding => $bindingData) {
163 $this->bindings[$binding]['operations'][$operation]['input'] =
164 isset($this->bindings[$binding]['operations'][$operation]['input']) ?
167 $this->bindings[$binding]['operations'][$operation]['output'] =
168 isset($this->bindings[$binding]['operations'][$operation]['output']) ?
172 …$this->bindings[$binding]['operations'][$operation]['input']['parts'] = $this->messages[ $this->bi…
175 …$this->bindings[$binding]['operations'][$operation]['output']['parts'] = $this->messages[ $this->b…
571 function getBindingData($binding) argument
573 if (is_array($this->bindings[$binding])) {
574 return $this->bindings[$binding];
[all …]
H A Dnusoap.php4671 foreach($this->bindings as $binding => $bindingData) {
4675 $this->bindings[$binding]['operations'][$operation]['input'] =
4676 isset($this->bindings[$binding]['operations'][$operation]['input']) ?
4679 $this->bindings[$binding]['operations'][$operation]['output'] =
4680 isset($this->bindings[$binding]['operations'][$operation]['output']) ?
4684 …$this->bindings[$binding]['operations'][$operation]['input']['parts'] = $this->messages[ $this->bi…
4687 …$this->bindings[$binding]['operations'][$operation]['output']['parts'] = $this->messages[ $this->b…
5083 function getBindingData($binding) argument
5085 if (is_array($this->bindings[$binding])) {
5086 return $this->bindings[$binding];
[all …]
H A Dchangelog489 - nusoapclient: call SOAP 1.2 binding operations if no SOAP 1.1 present (there is no reason to beli…
501 - wsdl: check SOAP 1.2 binding operations if no SOAP 1.1 present
517 - wsdl: serialize parameters for non-SOAP 1.1 binding operations (there is no reason to believe thi…
/plugin/rrdgraph/
H A Dplugin.info.txt6 desc This plugin creates graphs from RRD tool data. It allowes binding values within SVG files to…
H A Dhelper.php493 $binding = $parts[0];
499 $svgBinding->setAggregate($binding, $aggFkt);
500 $graphCommands[] = "XPORT:" . $variable . ':' . $binding;
/plugin/oauthdoorkeeper/
H A DDockerfile15 ENTRYPOINT ["rails", "server", "--binding=0.0.0.0"]
/plugin/googlesearch/
H A Dnusoap.php4198 foreach($this->bindings as $binding => $bindingData) {
4202 $this->bindings[$binding]['operations'][$operation]['input'] =
4203 isset($this->bindings[$binding]['operations'][$operation]['input']) ?
4207 isset($this->bindings[$binding]['operations'][$operation]['output']) ?
4211 …$this->bindings[$binding]['operations'][$operation]['input']['parts'] = $this->messages[ $this->bi…
4214 …$this->bindings[$binding]['operations'][$operation]['output']['parts'] = $this->messages[ $this->b…
4587 function getBindingData($binding) argument
4589 if (is_array($this->bindings[$binding])) {
4590 return $this->bindings[$binding];
4615 if (isset($this->bindings[ $portData['binding'] ]['operations'])) {
[all …]
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md87 * Feature: Improve memory consumption for pending promises by using static internal callbacks without binding to self.
94 binding to promise, clean up canceller function reference when they are no longer
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt66 do not need an explicit binding between a result data and a loader:
67 binding is performed automatically by ActiveX or XMLHttpRequest.
/plugin/revealjs/js/
H A Dreveal.js1648 function addKeyBinding( binding, callback ) { argument
1650 if( typeof binding === 'object' && binding.keyCode ) {
1651 registeredKeyBindings[binding.keyCode] = {
1653 key: binding.key,
1654 description: binding.description
1658 registeredKeyBindings[binding] = {
2189 for( var binding in registeredKeyBindings ) {
2190 if( registeredKeyBindings[binding].key && registeredKeyBindings[binding].description ) {
2191 …html += '<tr><td>' + registeredKeyBindings[binding].key + '</td><td>' + registeredKeyBindings[bind…
/plugin/adfs/phpsaml/
H A DREADME.md325 // SAML protocol binding to be used when returning the <Response>
327 // HTTP-POST binding only.
328 'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
351 // SAML protocol binding to be used when returning the <Response>
352 // message. OneLogin Toolkit supports the HTTP-Redirect binding
354 'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
384 // SAML protocol binding to be used when returning the <Response>
385 // message. OneLogin Toolkit supports the HTTP-Redirect binding
387 'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
396 // SAML protocol binding to be used when returning the <Response>
[all …]
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js457 $.each(f.options.keyBindings, function(action, binding) { argument
460 (binding && $.isFunction(binding.fn)) &&
461 ((typeof binding.key === 'number' && event.which === binding.key) ||
462 (typeof binding.key === 'string' && event.key === binding.key))
465 binding.fn(f);
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js457 $.each(f.options.keyBindings, function(action, binding) { argument
460 (binding && $.isFunction(binding.fn)) &&
461 ((typeof binding.key === 'number' && event.which === binding.key) ||
462 (typeof binding.key === 'string' && event.key === binding.key))
465 binding.fn(f);
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js457 $.each(f.options.keyBindings, function(action, binding) { argument
460 (binding && $.isFunction(binding.fn)) &&
461 ((typeof binding.key === 'number' && event.which === binding.key) ||
462 (typeof binding.key === 'string' && event.key === binding.key))
465 binding.fn(f);
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js457 $.each(f.options.keyBindings, function(action, binding) { argument
460 (binding && $.isFunction(binding.fn)) &&
461 ((typeof binding.key === 'number' && event.which === binding.key) ||
462 (typeof binding.key === 'string' && event.key === binding.key))
465 binding.fn(f);
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md53 # Encrypt the connection prior to binding
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Djson.worker.js1 …ers=function(e){return[]},i.binding=function(e){throw new Error("process.binding is not supported"…
/plugin/dirtylittlehelper/mermaid/editor/
H A Djson.worker.js1 …ers=function(e){return[]},i.binding=function(e){throw new Error("process.binding is not supported"…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js20373 binding.Z_MIN_WINDOWBITS = 8;
20374 binding.Z_MAX_WINDOWBITS = 15;
20380 binding.Z_MIN_CHUNK = 64;
20381 binding.Z_MAX_CHUNK = Infinity;
20384 binding.Z_MIN_MEMLEVEL = 1;
20385 binding.Z_MAX_MEMLEVEL = 9;
20388 binding.Z_MIN_LEVEL = -1;
20389 binding.Z_MAX_LEVEL = 9;
20390 binding.Z_DEFAULT_LEVEL = binding.Z_DEFAULT_COMPRESSION;
20399 Z_OK: binding.Z_OK,
[all …]
/plugin/jplayer/components/
H A Drequire-built.js2502 $.each(f.options.keyBindings, function(action, binding) { argument
2505 (binding && $.isFunction(binding.fn)) &&
2506 ((typeof binding.key === 'number' && event.which === binding.key) ||
2507 (typeof binding.key === 'string' && event.key === binding.key))
2510 binding.fn(f);
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js18 binding : true, // automatic binding via <input class="..."> property in jscolor
28 if(jscolor.binding) {
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md261 - Add support for late static binding. See [#88](https://github.com/firebase/php-jwt/pull/88) for d…

1234