Home
last modified time | relevance | path

Searched refs:pairs (Results 51 – 75 of 100) sorted by path

1234

/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js1368 var pairs = str.split('@@');
1369 for (var i in pairs) {
1370 var elems = pairs[i].split(/;;/);
/plugin/fedauth/Auth/
H A DOpenID.php301 $pairs = array();
304 $pairs[] = urlencode($value[0])."=".urlencode($value[1]);
306 $pairs[] = urlencode($key)."=".urlencode($value);
309 return implode("&", $pairs);
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php214 foreach ($pairs as $key => $value) {
234 $version = $pairs['version'];
235 $handle = $pairs['handle'];
236 $secret = $pairs['secret'];
237 $issued = $pairs['issued'];
238 $lifetime = $pairs['lifetime'];
239 $assoc_type = $pairs['assoc_type'];
263 function sign($pairs) argument
339 $pairs = array();
346 return $pairs;
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md341 All listener bucket data is an array containing the following pairs:
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst35 xml-key-value-pairs="true"
70 xml-key-value-pairs="true"
89 xml-key-value-pairs="true"
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js3 …ion(n,t){for(var e=t.length,r=new Array(e);e--;)r[e]=n[t[e]];return r},ao.pairs=function(n){for(va… function
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBasicTests.yml187 pairs is inserted into the current mapping.
H A DYtsSpecificationExamples.yml1466 # Explicitly typed pairs.
1467 tasks: !pairs
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DArrayExpression.php34 $pairs = [];
37 $pairs[] = [
43 return $pairs;
/plugin/idoit/
H A DREADME.md85 #### Retrieve single attribute pairs
/plugin/jmol2/jmol/
H A DCHANGES.txt295 # new feature: lone pairs and radicals -- extension of lcaoCartoon:
/plugin/meta/
H A Dsyntax.php42 $pairs = explode('&', $match);
43 foreach ($pairs as $pair) {
/plugin/mindmap/
H A Dsyntax.php100 $pairs = explode('&', $parameters_string);
102 foreach ($pairs as $pair) {
/plugin/mytemplate/
H A DREADME79 data is declared with simple key-value pairs, one per line:
/plugin/oembed/docs/
H A Ddokuwiki-oembed.org40 An oembed provider will specify a URL scheme and API endpoint pairs. If you know the endpoint you c…
H A Ddokuwiki-oembed.txt34 An oembed provider will specify a URL scheme and API endpoint pairs. If you know the endpoint you c…
/plugin/openid/Auth/
H A DOpenID.php317 $pairs = [];
320 $pairs[] = urlencode($value[0])."=".urlencode($value[1]);
322 $pairs[] = urlencode($key)."=".urlencode($value);
325 return implode("&", $pairs);
/plugin/openid/Auth/OpenID/
H A DAssociation.php216 foreach ($pairs as $key => $value) {
236 $version = $pairs['version'];
237 $handle = $pairs['handle'];
238 $secret = $pairs['secret'];
239 $issued = $pairs['issued'];
240 $lifetime = $pairs['lifetime'];
241 $assoc_type = $pairs['assoc_type'];
265 function sign($pairs) argument
344 $pairs = [];
347 $pairs[] = [
[all …]
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …ts;\n }\n }\n }\n\n // decodeTransform contains pairs of multiplier (-25…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt350 to delimit tag pairs (see below). Both are self terminating.
391 The tag pair section is composed of a series of zero or more tag pairs.
415 PGN import format may have multiple tag pairs on the same line and may even
430 values for non-STR tag pairs. Use of these expanded tag values will likely be
445 For import format, the order of tag pairs is not important. For export format,
446 the STR tag pairs appear before any other tag pairs. (The STR tag pairs must
448 any additional tag pairs appear in ASCII order by tag name.
469 pairs to conclude the tag pair section. This helps simple scanning programs to
979 The following tag pairs are used for traditional opening names. The associated
1006 The following tag pairs are used for representing opening identification
[all …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt120 last item. As many key/value pairs for parameters can be
/plugin/projects/plugins/file/
H A Dplot_dependency.php78 $pairs = $this->pairs($value);
79 $data_name = $pairs['name'];
84 $pairs = $this->pairs($value);
85 $axis_name = $pairs['name'];
104 $pairs = $this->pairs($value);
106 $style = $pairs['name'];
108 if (isset($pairs['as'])) {
109 $use = $pairs['as'];
137 private function pairs($string) { function in PlotDefinition
138 $pairs = array();
[all …]
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt81 Frontend passes to backend a list of key=value pairs using GET or POST method.
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js308 var pairs = [];
311 pairs.push([key, func.prototype[key]]);
317 each(pairs, function(pair) {
606 var pairs = [];
611 pairs.push([key, wrap(key, func, _)]);
620 var length = pairs.length;
622 if (pairs[length][0] == key) {
627 pairs.push([key, func]);
632 each(pairs, function(pair) {

1234