Home
last modified time | relevance | path

Searched refs:struct (Results 251 – 267 of 267) sorted by last modified time

1...<<11

/plugin/bugzillaint/helper/
H A Dbugzillaclient.php412 if ( $x->fault->value->struct ) {
413 return $this->xmlrpc_decode_node( $x->fault->value->struct );
415 return $this->xmlrpc_decode_node( $x->params->param->value->struct );
/plugin/botbouncer/lib/
H A Dmollom.php151 $struct = '<value>'."\n";
152 $struct .= ' <struct>'."\n";
157 $struct .= ' </struct>'."\n";
158 $struct .= '</value>'."\n";
161 return $struct;
260 …if(!isset($responseString->params->param->value->struct->member)) throw new Exception('Invalid res…
263 foreach ($responseString->params->param->value->struct->member as $part)
445 …e = (isset($responseXML->fault->value->struct->member[0]->value->int)) ? (int) $responseXML->fault…
446 … (isset($responseXML->fault->value->struct->member[1]->value->string)) ? (string) $responseXML->fa…
510 …if(!isset($responseString->params->param->value->struct->member)) throw new Exception('Invalid res…
[all …]
/plugin/tuxquote/
H A Dquotes.txt4004 #define struct union /* Reduce memory usage */
/plugin/mantis/lib/
H A Dclass.wsdl.php1838 $this->addComplexType($name . 'RequestType', 'complexType', 'struct', 'all', '', $elements);
1846 $this->addComplexType($name . 'ResponseType', 'complexType', 'struct', 'all', '', $elements);
H A Dchangelog242 - nusoap_base: serialize array of struct differently than array of array
H A Dnusoap.php205 'http://soapinterop.org/xsd' => array('SOAPStruct'=>'struct'),
6369 $this->addComplexType($name . 'RequestType', 'complexType', 'struct', 'all', '', $elements);
6377 $this->addComplexType($name . 'ResponseType', 'complexType', 'struct', 'all', '', $elements);
6993 … elseif($this->message[$pos]['type'] == 'SOAPStruct' || $this->message[$pos]['type'] == 'struct') {
H A Dclass.nusoap_base.php205 'http://soapinterop.org/xsd' => array('SOAPStruct'=>'struct'),
H A Dclass.soap_parser.php561 … elseif($this->message[$pos]['type'] == 'SOAPStruct' || $this->message[$pos]['type'] == 'struct') {
/plugin/aceeditor/
H A Dbuild.js1 …lsqlin|lsqnonlin|lsqnonneg|optimget|optimset|optimtool|quadprog",r="cell|struct|char|double|single…
/plugin/jsonrpc/
H A DIJR_IntrospectionServer.php134 case 'struct':
135 $return[] = array('struct' => 'struct');
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm148 <!--- look for config struct in application and server scopes --->
H A DImageObject.cfc119 <cffunction name="getImageInfo" access="public" output="true" returntype="struct" hint="Returns ima…
122 <cffunction name="getImageObject" access="public" output="true" returntype="struct" hint="Returns a…
229 <cfargument name="fontDetails" required="yes" type="struct">
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc72 <cfparam name="this.config" type="struct" default="#structNew()#" />
H A Dfckeditor.cfm47 <cfparam name="attributes.config" type="struct" default="#structNew()#">
/plugin/googlesearch/
H A Dnusoap.php184 'http://soapinterop.org/xsd' => array('SOAPStruct'=>'struct'),
5723 $this->addComplexType($name . 'RequestType', 'complexType', 'struct', 'all', '', $elements);
5731 $this->addComplexType($name . 'ResponseType', 'complexType', 'struct', 'all', '', $elements);
6320 … elseif($this->message[$pos]['type'] == 'SOAPStruct' || $this->message[$pos]['type'] == 'struct') {
/plugin/zip/pear/File/Archive/Writer/
H A DAr.php87 $struct = "";
92 $struct .= sprintf("#1/%-13d", strlen($filename));
93 $struct .= sprintf("%-12d%-6d%-6d%-8s%-10d",
95 $struct .= "`\n".$filename;
97 $struct .= sprintf("%-16s", $filename);
98 $struct .= sprintf("%-12d%-6d%-6d%-8s%-10d`\n",
101 return $struct;
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1struct:1,"switch":1,"this":1,"throw":1,"true":1,"try":1,"typeof":1,uint:1,ulong:1,unchecked:1,unsa… property in hljs.LANGUAGES.cpp.a.keyword

1...<<11