Home
last modified time | relevance | path

Searched refs:name (Results 3001 – 3025 of 8094) sorted by relevance

1...<<121122123124125126127128129130>>...324

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DPatchDeployment.php43 public $name; variable in Google\\Service\\OSConfig\\PatchDeployment
134 public function setName($name) argument
136 $this->name = $name;
143 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DDeployment.php48 public $name; variable in Google\\Service\\DeploymentManager\\Deployment
151 public function setName($name) argument
153 $this->name = $name;
160 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DResourcePolicy.php45 public $name; variable in Google\\Service\\Compute\\ResourcePolicy
150 public function setName($name) argument
152 $this->name = $name;
159 return $this->name;
H A DRouter.php52 public $name; variable in Google\\Service\\Compute\\Router
183 public function setName($name) argument
185 $this->name = $name;
192 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Finding.php53 public $name; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Finding
184 public function setName($name) argument
186 $this->name = $name;
193 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DTarget.php52 public $name; variable in Google\\Service\\CloudDeploy\\Target
185 public function setName($name) argument
187 $this->name = $name;
194 return $this->name;
/plugin/projects/lib/
H A Dlayout.php20 protected $name = NULL; variable in ProjectFileLayout
96 $project_name = $this->project->name();
156 $name = $this->file_name;
160 $this->project->path() . $name . '.make.log'));
167 $name = $this->file_name;
168 $renderer->internalmedia($this->project->id($name));
174 $this->project->path() . $name), 'unspecified');
189 public function __construct($project, $name, $file) { argument
190 parent::__construct($project, $name, $file);
/plugin/solr/
H A Dhelper.php103 $name = $doc['title'];
107 $name = shorten(noNS($id), ' ('.$ns.')',30);
109 $name = $id;
112 print html_wikilink(':'.$id,$name);
339 public function htmlAdvSearchfield($name){ argument
340 $s = '<input type="text" name="search_fields['.$name.']" id="search_field_'.$name.'" ';
341 if(!empty($_REQUEST['search_fields'][$name])) {
342 $s .= ' value="'.htmlspecialchars($_REQUEST['search_fields'][$name]).'"';
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DObjectWithVirtualPropertiesAndDuplicatePropName.yml4 name: ~
7 name: foo
9 name: bar
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DPageFormat.php13 * @param string $name
16 public static function getSizeFromName($name) argument
18 $format = strtoupper($name);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php445 $name = (string) $ini->getAttribute('name');
448 $result['ini'][$name] = $value;
452 $name = (string) $const->getAttribute('name');
491 ini_set($name, $value);
495 if (!defined($name)) {
496 define($name, $value);
517 $target[$name] = $value;
522 if (false === getenv($name)) {
523 putenv("{$name}={$value}");
525 if (!isset($_ENV[$name])) {
[all …]
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js439 folder.innerHTML = mxUtils.htmlEntities(breadcrumb[i].name || mxResources.get('home'));
448 fillFolderFiles(bcItem.driveId, bcItem.folderId, bcItem.siteId, bcItem.name);
476 fillFolderFiles('subsite', null, selectedFile.id, selectedFile.name);
487 fillFolderFiles(folderDI, id, null, selectedFile.name);
534 var title = item.displayName || item.name;
630 breadcrumb = [{name: mxResources.get('recent', null, 'Recent'), driveId: driveId}];
652 breadcrumb.push({name: folderName, driveId: driveId, folderId: folderId, siteId: siteId});
673 breadcrumb.push({name: folderName, driveId: driveId, folderId: folderId});
699 …|| /\.svg$/.test(file.name) || /\.html$/.test(file.name) || /\.xml$/.test(file.name) || /\.png$/.t…
700 || /\.drawio$/.test(file.name))
[all …]
/plugin/pagequery/
H A Dreadme.md7 There are many different page listing / navigation plugins on the [[:plugin]] page, all trying to serve different needs. Pagequery tries to unify many of the ideas into a compact all-in-one method of listing your wiki pages, by name, title, a-z index, by date, by year, month, day, by namespace or by creator; ...and do it quickly.
16 * Search by page name using //regular expressions//
17 * Sort lists by A-Z, by name, by year, by month, by day, by author, and many other options
18 * Split your list into groups, with headers above each one: A..Z, 2010...2009, Jan..Dec, author's name
19 * Display links based on the page's title instead of page name
56 {{pagequery>@namespace;fulltext;sort=a,name;group}} [fulltext version]
58 {{pagequery>@namespace *;sort=a,name;group;proper;cols=2}} [pagename version: allows regex's]
60 This would retrieve results from @namespace only (as there is no other search query you would get all the pages), and the list would be sorted by the //first letter// ('sort=a') then alphabetically ('sort=name') within each letter. The //group// option will then cause the list to be grouped by the first letter only (you cannot group by name as each one is unique).
64 {{pagequery>@namespace *;sort=a,name;grou
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php117 protected $name; variable in Monolog\\Logger
153 …* @param string $name The logging channel, a simple descriptive name that is att…
158 …public function __construct(string $name, array $handlers = [], array $processors = [], ?DateTimeZ… argument
160 $this->name = $name;
168 return $this->name;
174 public function withName(string $name): self argument
177 $new->name = $name;
310 'channel' => $this->name,
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jar ... .Object { private final String channel private final String name private final Object data private final String socketId public void ...
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js3420 this.name = name;
3440 this[name] = event[name];
6135 return oSTR.hasOwnProperty(name) ? oSTR[name] : name;
14878 this.name = name;
15526 var name = fn.name ? fn.name : "function";
18859 name: [name],
19462 var name = param.name;
19471 var name = param.name;
20309 name = name.toLowerCase();
27038 name = name.toLowerCase();
[all …]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js166 $('meta[name="description"]').attr('content') ||
392 for (var name in cookies) {
491 if (/^data-./.test(attr.name)) {
495 var name = path[j];
496 if (name in ctx) {
497 ctx = ctx[name];
503 ctx = ctx[name] = {};
506 var name = path[j];
507 if (typeof ctx[name] === "object") {
508 …ctx[name] = $.extend(true, (new Function("$", "return ("+attr.value+");")).call(this, $), ctx[name
[all …]
/plugin/refnotes/
H A Dreference.php16 public function __construct($name, $data) { argument
17 list($namespace, $name) = refnotes_namespace::parseName($name);
19 if (preg_match('/(?:@@FNT|#)(\d+)/', $name, $match) == 1) {
20 $name = intval($match[1]);
23 parent::__construct(array('ns' => $namespace, 'name' => $name));
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTokenStream.php34 * @param string|null $name The name of the template which tokens are associated with
37 public function __construct(array $tokens, $name = null, $source = null) argument
39 if (!$name instanceof Source) {
40 if (null !== $name || null !== $source) {
43 $this->source = new Source($source, $name);
45 $this->source = $name;
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-modules.js53 function isAlias(name) { argument
54 return _.has(mapping.aliasToReal, name);
64 function isCategory(name) { argument
65 return _.includes(categories, name);
76 function isThru(name) { argument
77 return !_.includes(aryMethods, name);
/plugin/wikicalendar/
H A Dsyntax.php336 $out .= '<select id="year" name="plugin_wikicalendar_year">' . DOKU_LF;
354 $out .= '<select id="month" name="plugin_wikicalendar_month">' . DOKU_LF;
367 $out .= '<td><input type="hidden" name="id" value="'.$ID.'" />' . DOKU_LF;
368 …$out .= '<input type="submit" class="button" name="go2" value="'.$this->getLang('go').'" />' . DOK…
373 $out .= '<input type="hidden" name="id" value="'.$ID.'" />' . DOKU_LF;
374 …$out .= '<input type="submit" class="button" name="back2cur" value="'.$this->getLang('current').'"…
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php228 * @param string $name Directory name.
237 $name, argument
241 if (true === is_dir($name)) {
245 if (empty($name)) {
264 $name,
271 $name,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/Resource/
H A DProjectsLocations.php113 * @param string $name Resource name for the location.
117 public function get($name, $optParams = []) argument
119 $params = ['name' => $name];
157 * @param string $name The resource that owns the locations collection, if
170 public function listProjectsLocations($name, $optParams = []) argument
172 $params = ['name' => $name];
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php236 protected $name; variable in PHP_Token_Includes
252 return $this->name;
295 protected $name; variable in PHP_Token_FUNCTION
347 return $this->name;
369 $this->name = sprintf(
379 $this->name = $tokens[$i]->getName() . '\\' . $this->name;
390 return $this->name;
699 private $name; variable in PHP_Token_CLASS
707 return $this->name;
719 return $this->name;
[all …]
/plugin/scrape/HTMLPurifier/Printer/
H A DHTMLDefinition.php

1...<<121122123124125126127128129130>>...324