Home
last modified time | relevance | path

Searched refs:map (Results 26 – 50 of 589) sorted by path

12345678910>>...24

/plugin/authfacebook/lib/GraphNodes/
H A DGraphEdge.php242 public function map(\Closure $callback) function in Facebook\\GraphNodes\\GraphEdge
/plugin/authgooglesheets/vendor/composer/
H A Dautoload_real.php37 $map = require __DIR__ . '/autoload_namespaces.php';
38 foreach ($map as $namespace => $path) {
42 $map = require __DIR__ . '/autoload_psr4.php';
43 foreach ($map as $namespace => $path) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DParameter.php71 public function setMap($map) argument
73 $this->map = $map;
80 return $this->map;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md240 …hub.com/googleapis/google-api-php-client-services) are autogenerated. They map directly to the JSO…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md814 …HeaderFactory which can map specific headers to specific header classes. There is now a Link heade…
1065 * Models can now be used like regular collection objects by calling filter, map, etc.
H A DUPGRADING.md777 …HeaderFactory which can map specific headers to specific header classes. There is now a Link heade…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php492 static $map = [
511 function () use ($ident, $value, $map, $args) {
514 fprintf($value, '<%s> [%s] ', $ident, $map[$code]);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php666 $map = self::MODE_MAP;
667 if (!isset($map[$mode])) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php599 $map = [];
610 return $map;
657 $map[$key] = $candidate;
667 return $i < $n ? null : $map;
671 $map = [];
682 return $map;
693 if (isset($map[$key])) {
731 $map[$key] = $candidate;
737 if (!isset($map[$key])) {
745 return $map;
[all …]
H A DX509.php629 $map = $this->getMapping($id);
630 if (!is_bool($map)) {
729 $map = $this->getMapping($id);
730 if (is_bool($map)) {
731 if (!$map) {
765 if (!is_bool($map)) {
773 } elseif ($map) {
801 if ($map === false) {
813 if (!is_bool($map)) {
843 if (!is_bool($map)) {
[all …]
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php76 $map = [
86 return isset($map[\PHP_OS]) ? $map[\PHP_OS] : 'Unknown';
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php642 $map = $sourceOptions['map'];
643 if (isset($map[$group])) {
644 $group = $map[$group];
/plugin/authucenter/lib/uc_client/model/
H A Dcache.php24 var $map; variable in cachemodel
33 $this->map = array(
42 foreach((array)$this->map[$cachefile] as $modules) {
52 foreach((array)$this->map as $file => $modules) {
/plugin/autolink4/
H A Dscript.js12 .map(function(line) {
/plugin/batchedit/
H A Dinterface.js84 jQuery('input[name=apply]').val(JSON.stringify(jQuery('.be-match input:checked').map(function() {
/plugin/bez/scripts/
H A Dtask.js214 response( this.element.children( "option" ).map(function() {
H A Dthread.js271 response( this.element.children( "option" ).map(function() {
/plugin/bibtex/OSBib/
H A DSTYLEMAP.php425 $this->map = $this->basic;
426 $this->map['creator1'] = 'cartographer';
427 $this->map['creator5'] = 'seriesEditor';
428 $this->map['field1'] = 'seriesTitle';
429 $this->map['field2'] = 'type';
430 $this->map['field3'] = 'edition';
431 $this->map['publisherName'] = 'publisherName';
432 $this->map['publisherLocation'] = 'publisherLocation';
433 $this->map['isbn'] = 'ISBN';
H A DSTYLEMAPBIBTEX.php465 $this->map = $this->basic;
466 $this->map['creator1'] = 'cartographer';
467 $this->map['creator5'] = 'seriesEditor';
468 $this->map['field1'] = 'seriesTitle';
469 $this->map['field2'] = 'type';
470 $this->map['field3'] = 'edition';
471 $this->map['publisherName'] = 'publisherName';
472 $this->map['publisherLocation'] = 'publisherLocation';
473 $this->map['isbn'] = 'ISBN';
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php338 $this->map = new STYLEMAP();
449 $availableFields = join(', ', $this->map->citation);
565 $this->map = new STYLEMAP();
566 $types = array_keys($this->map->types);
914 if($map)
915 $this->map = $map;
916 $search = join('|', $this->map->$type);
1053 $this->map = new STYLEMAP();
1056 $types = array_keys($this->map->types);
1302 $this->map = new STYLEMAP();
[all …]
H A DPREVIEWSTYLE.php47 $map = new STYLEMAP();
53 $templateArray = ADMINSTYLE::parseStringToArray($type, $templateString, $map, TRUE);
132 $pString = $this->bibformat->map();
588 else if ($type == 'map')
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php452 function map($template = FALSE) function in BIBFORMAT
H A DBIBSTYLE.php135 $pString = $this->bibformat->map();
H A DPARSESTYLE.php22 function parseStringToArray($type, $subject, $map = FALSE) argument
26 if($map)
27 $this->map = $map;
28 $search = join('|', $this->map->$type);
H A DREADME.txt196 BIBFORMAT::map()
197 STRING $bibformat->map();
198 After you have added resource elements to the $item array using the methods above, calling map() wi…
227 $string = $bibformat->map();
250 $string = $bibformat->map();

12345678910>>...24