Home
last modified time | relevance | path

Searched refs:name (Results 3226 – 3250 of 8094) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudResourceManager/Resource/
H A DOperations.php37 * @param string $name The name of the operation resource.
41 public function get($name, $optParams = []) argument
43 $params = ['name' => $name];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/Resource/
H A DProjectsNotesOccurrences.php37 * @param string $name Required. The name of the note to list occurrences for in
47 public function listProjectsNotesOccurrences($name, $optParams = []) argument
49 $params = ['name' => $name];
/plugin/database2/
H A Ddatabase2.php227 return $conf[$name];
847 return $name;
1509 $name;
1734 $updated[$name] = ( $name == 'sort' ) ? trim( $m[2] )
1999 $name = $column;
2011 $name = $column;
3231 if ( $name === '' )
3236 $name = intval( $name );
3321 $name = strtolower( trim( $name ) );
3416 $name = '';
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/Resource/
H A DLocationsAttributes.php36 * @param string $name Required. Google identifier for this location in the form
41 public function getGoogleUpdated($name, $optParams = []) argument
43 $params = ['name' => $name];
/plugin/bureaucracy-au/helper/
H A Dfieldsubmit.php82 * @param string $name
85 public function getParam($name) { argument
86 return ($name === 'value') ? null : parent::getParam($name);
/plugin/bureaucracyau/helper/
H A Dfieldsubmit.php82 * @param string $name
85 public function getParam($name) { argument
86 return ($name === 'value') ? null : parent::getParam($name);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DTest.php97 $name = $test->getMessage();
102 $name = implode('::', $tmp);
104 $name = $tmp[1];
108 $accepted = @preg_match($this->filter, $name, $matches);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php88 $name = $reader->getClark();
90 if (array_key_exists($name, $reader->elementMap)) {
91 $deserializer = $reader->elementMap[$name];
110 'name' => $name,
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.input.text.php13 function TextInputBox($value, $name) { argument
17 $this->_field_name = $name;
31 $name = $root->get_attribute('name');
33 $box =& new TextInputBox($root->get_attribute("value"), $name);
H A Dbox.input.textarea.php8 function TextAreaInputBox($value, $name) { argument
12 $this->_field_name = $name;
17 $name = $root->get_attribute('name');
19 $box = new TextAreaInputBox($value, $name);
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/
H A DWizard.php97 $name = $functionOrMethod->getName();
100 $name = $functionOrMethod->getDeclaringClass()->getName() . '::' . $name;
108 $this->lookupTable[$functionOrMethod->getFileName()][$line] = $name;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php88 $name = $reader->getClark();
90 if (array_key_exists($name, $reader->elementMap)) {
91 $deserializer = $reader->elementMap[$name];
110 'name' => $name,
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DInnerHits.php34 * The name to be used for the particular inner hit definition in the response.
39 public function setName(string $name): self argument
41 return $this->setParam('name', $name);
121 public function addScriptField(string $name, AbstractScript $script): self argument
127 $this->_params['script_fields']->addScript($name, $script);
/plugin/bureaucracy/helper/
H A Dfieldsubmit.php82 * @param string $name
85 public function getParam($name) { argument
86 return ($name === 'value') ? null : parent::getParam($name);
/plugin/refnotes/
H A Drefnote.php34 public function getAttribute($name, $default = '') { argument
35 return array_key_exists($name, $this->attributes) ? $this->attributes[$name] : $default;
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dgeneric.param.php10 function get_var($name, $array, $maxlength=255, $default=null) { argument
14 if (!isset($array[$name])) { return $default; };
19 $data = $array[$name];
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js7name){delete e.name;return}if(e.attributes.name.match(/^OLE_LINK\d+$/)){delete e.name;return}}if(e…
9name&&(0<a&&(new CKEDITOR.htmlParser.element("br")).insertBefore(e),e.replaceWithChildren(),a+=1);…
11name]&&CKEDITOR.tools.arrayCompare(CKEDITOR.tools.objectKeys(a.attributes),["class","style"])?k.cr…
13 …rs[d],b=d);k.setStyle(a,"border",b);c=(b=a.parent)&&b.parent;if(b.name&&"div"===b.name&&b.attribut…
19 …FromWordRemoveFontStyles,h=n.parseCssText(a.attributes.style);"cke:li"==a.name&&h["TEXT-INDENT"]&&…
20name,m,p)||f(a.name,m.replace(/\-.*$/,"-"))||f(a.name,m)||f(p))&&delete h[l[r]]}return CKEDITOR.to…
27name||b.attributes["cke-dissolved"]||b.getHtml().match(/<!\-\-\[if !supportLists]\-\->/)?!0:!1},co…
28 …ols.writeCssText(d))}b.name="cke:li"},convertToRealListItems:function(a){var b=[];a.forEach(functi…
40 …"==a.name?"·":h+d+"."}c.attributes["cke-symbol"]=e;c.attributes["cke-list-level"]=m})});l=e.reduce…
41name="p";b.attributes["cke-dissolved"]=!0;a.push(b);return a},[]);for(r=l.length-1;0<=r;r--)l[r].i…
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontFileFinder.php24 public function findFontFile($name) argument
27 $filename = $directory . '/' . $name;
33 throw new \Mpdf\MpdfException(sprintf('Cannot find TTF TrueType font file "%s" in configured font directories.', $name));
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPageBoundaries.php86 * Checks if a name is a valid page boundary name.
88 * @param string $name The boundary name
89 * @return boolean A boolean value whether the name is valid or not.
91 public static function isValidName($name) argument
93 return \in_array($name, self::$all, true);
/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php69 public function __call($name, $arguments) { argument
70 if (! isset($this->methods[$name])) {
71 …w new Google_Exception("Unknown function: {$this->serviceName}->{$this->resourceName}->{$name}()");
73 $method = $this->methods[$name];
111 throw new Google_Exception("($name) unknown parameter: '$key'");
117 throw new Google_Exception("($name) missing required param: '$paramName'");
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfCompact.yml12 name: Big Shoes
26 'name' => 'Big Shoes',
65 name: Big Shoes
79 'name' => 'Big Shoes',
118 name: Big Shoes
132 'name' => 'Big Shoes',
/plugin/twcheckliste/
H A Dscript.js37 name : 'checklist_data[' + indexh2 + '][HL]',
63 name : 'checklist_data[' + indexh2 + '][LP][' + lplevel + ']',
77 name : 'checklist_data[' + indexh2 + '][H3][' + h3level + '][HL]',
92 name : 'checklist_data[' + indexh2 + '][H3][' + h3level + '][LP][' + lplevel + ']',
107 name : 'checklist_data[' + indexh2 + '][H3][' + h3level + '][H4][' + h4level + '][HL]',
120name : 'checklist_data[' + indexh2 + '][H3][' + h3level + '][H4][' + h4level + '][LP][' + lplevel …
/plugin/favoris/
H A Dsyntax.php153 …reset').'" border="0" height="18" style="vertical-align:middle; display:none;" name="ctrl" /></a>';
155 …clure').'" border="0" height="18" style="vertical-align:middle; display:none;" name="ctrl" /></a>';
177 …').'" border="0" height="18" style="vertical-align:middle; display:none;" name="ctrl" /></a><div i…
224 …chir').'" border="0" height="18" style="vertical-align:middle; display:none;" name="ctrl" /></a> ';
226 …tall').'" border="0" height="18" style="vertical-align:middle; display:none;" name="ctrl" /></a> ';
228 …iver').'" border="0" height="18" style="vertical-align:middle; display:none;" name="ctrl" /></a> ';
/plugin/structtasks/meta/
H A DUtilities.php63 foreach ($col_types as $name => $types) {
64 $col = $s->findColumn($name);
66 msg("structtasks schema '$schema' has no column '$name'.", -1);
71 … msg("Column '${name}' of structtasks schema '$schema' has invalid type ${coltype}", -1);
74 if ($accepts_multi[$name] xor $col->isMulti()) {
75 …msg("Column '${name}' of structtasks schema '$schema' must not accept multiple values; change the …
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DProject.php15 public function __construct($name) argument
18 $this->setProjectName($name);
36 $this->getContextNode()->setAttribute('name', $name);

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