| /plugin/semanticdata/phpSesame/ |
| D | resultFormats.php | 35 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/ |
| D | svgbinding.php | 96 foreach ($this->attrBindingStack as $binding) { 97 if ($binding != null) $attributes[$binding->attribute] = $binding->value;
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | _nodeUtil.js | 26 return freeProcess && freeProcess.binding && freeProcess.binding('util');
|
| /plugin/eventline/timeline_js/scripts/ |
| D | sources.js | 191 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/ |
| D | class.wsdl.php | 159 foreach($this->bindings as $binding => $bindingData) { 163 $this->bindings[$binding]['operations'][$operation]['input'] = 164 isset($this->bindings[$binding]['operations'][$operation]['input']) ? 165 …array_merge($this->bindings[$binding]['operations'][$operation]['input'], $this->portTypes[ $bindi… 167 $this->bindings[$binding]['operations'][$operation]['output'] = 168 isset($this->bindings[$binding]['operations'][$operation]['output']) ? 169 …array_merge($this->bindings[$binding]['operations'][$operation]['output'], $this->portTypes[ $bind… 171 …if(isset($this->messages[ $this->bindings[$binding]['operations'][$operation]['input']['message'] … 172 …$this->bindings[$binding]['operations'][$operation]['input']['parts'] = $this->messages[ $this->bi… 174 …if(isset($this->messages[ $this->bindings[$binding]['operations'][$operation]['output']['message']… [all …]
|
| D | nusoap.php | 4671 foreach($this->bindings as $binding => $bindingData) { 4675 $this->bindings[$binding]['operations'][$operation]['input'] = 4676 isset($this->bindings[$binding]['operations'][$operation]['input']) ? 4677 …array_merge($this->bindings[$binding]['operations'][$operation]['input'], $this->portTypes[ $bindi… 4679 $this->bindings[$binding]['operations'][$operation]['output'] = 4680 isset($this->bindings[$binding]['operations'][$operation]['output']) ? 4681 …array_merge($this->bindings[$binding]['operations'][$operation]['output'], $this->portTypes[ $bind… 4683 …if(isset($this->messages[ $this->bindings[$binding]['operations'][$operation]['input']['message'] … 4684 …$this->bindings[$binding]['operations'][$operation]['input']['parts'] = $this->messages[ $this->bi… 4686 …if(isset($this->messages[ $this->bindings[$binding]['operations'][$operation]['output']['message']… [all …]
|
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | expression.js | 463 lp.toAssignable = function(node, binding) { argument 464 if (!node || node.type == "Identifier" || (node.type == "MemberExpression" && !binding)) { 467 node.expression = this.toAssignable(node.expression, binding) 474 props[i].value = this.toAssignable(props[i].value, binding) 477 this.toAssignableList(node.elements, binding) 480 node.argument = this.toAssignable(node.argument, binding) 490 lp.toAssignableList = function(exprList, binding) { argument 492 exprList[i] = this.toAssignable(exprList[i], binding)
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | expression.js | 432 lp.toAssignable = function(node, binding) { argument 433 if (!node || node.type == "Identifier" || (node.type == "MemberExpression" && !binding)) { 436 node.expression = this.toAssignable(node.expression, binding) 443 props[i].value = this.toAssignable(props[i].value, binding) 446 this.toAssignableList(node.elements, binding) 449 node.argument = this.toAssignable(node.argument, binding) 459 lp.toAssignableList = function(exprList, binding) { argument 461 exprList[i] = this.toAssignable(exprList[i], binding)
|
| /plugin/rrdgraph/ |
| D | plugin.info.txt | 6 desc This plugin creates graphs from RRD tool data. It allowes binding values within SVG files to…
|
| D | helper.php | 493 $binding = $parts[0]; 499 $svgBinding->setAggregate($binding, $aggFkt); 500 $graphCommands[] = "XPORT:" . $variable . ':' . $binding;
|
| /plugin/oauthdoorkeeper/ |
| D | Dockerfile | 15 ENTRYPOINT ["rails", "server", "--binding=0.0.0.0"]
|
| /plugin/googlesearch/ |
| D | nusoap.php | 4198 foreach($this->bindings as $binding => $bindingData) { 4202 $this->bindings[$binding]['operations'][$operation]['input'] = 4203 isset($this->bindings[$binding]['operations'][$operation]['input']) ? 4204 …array_merge($this->bindings[$binding]['operations'][$operation]['input'], $this->portTypes[ $bindi… 4206 $this->bindings[$binding]['operations'][$operation]['output'] = 4207 isset($this->bindings[$binding]['operations'][$operation]['output']) ? 4208 …array_merge($this->bindings[$binding]['operations'][$operation]['output'], $this->portTypes[ $bind… 4210 …if(isset($this->messages[ $this->bindings[$binding]['operations'][$operation]['input']['message'] … 4211 …$this->bindings[$binding]['operations'][$operation]['input']['parts'] = $this->messages[ $this->bi… 4213 …if(isset($this->messages[ $this->bindings[$binding]['operations'][$operation]['output']['message']… [all …]
|
| /plugin/remotescript/lib/JsHttpRequest/ |
| D | protocol.txt | 66 do not need an explicit binding between a result data and a loader: 67 binding is performed automatically by ActiveX or XMLHttpRequest.
|
| /plugin/elasticsearch/vendor/react/promise/ |
| D | CHANGELOG.md | 87 …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/revealjs/js/ |
| D | reveal.js | 1648 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/asciidocjs/node_modules/handlebars/ |
| D | README.markdown | 130 structure your views, also with automatic data binding support. 151 templating engine, extending it with automatic data binding support.
|
| /plugin/saml/phpsaml/ |
| D | README.md | 325 // 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/adfs/phpsaml/ |
| D | README.md | 325 // 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/dist/jplayer/ |
| D | jquery.jplayer.js | 457 $.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/ |
| D | jquery.jplayer.js | 457 $.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/ |
| D | jplayer-built.js | 457 $.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/ |
| D | jquery.jplayer.js | 457 $.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 D | README.md | 53 # Encrypt the connection prior to binding
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | json.worker.js | 1 …ers=function(e){return[]},i.binding=function(e){throw new Error("process.binding is not supported"…
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | json.worker.js | 1 …ers=function(e){return[]},i.binding=function(e){throw new Error("process.binding is not supported"…
|