Home
last modified time | relevance | path

Searched refs:name (Results 4501 – 4525 of 8094) sorted by relevance

1...<<181182183184185186187188189190>>...324

/plugin/abc2/abc-libraries/abc2svg/
H A Dpedline-1.js9 if(de.dd.name!="ped)")
11 if(de.prev&&de.prev.dd.name=="ped)"){de.defl.nost=true
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.flattr.js14 function get (self, options, uri, settings, name) {
15 var value = options[name];
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DYamlDriverTest.php56 $p = new PropertyMetadata($m->name, 'title');
68 $p = new PropertyMetadata($m->name, 'title');
H A DXmlDriverTest.php55 $p = new PropertyMetadata($m->name, 'title');
65 $p = new PropertyMetadata($m->name, 'name');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php74 $name = $node->getAttribute('name');
81 …er = $this->twig->getExtension('Assetic\Extension\Twig\AsseticExtension')->getFilterInvoker($name);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DForbiddenStylesSniff.php89 foreach ($this->forbiddenStyleNames as $i => $name) {
90 $this->forbiddenStyleNames[$i] = '/'.$name.'/i';
/plugin/fksnewsfeed/inc/ORM/
H A DModelStream.php17 public string $name; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\ModelStream
80 $model->name = $data['name'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdMob.php74 'path' => 'v1/{+name}',
77 'name' => [
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js1135 name: name, property in AnonymousFunction410cd55f0100.create.result
1160 name: name, property in AnonymousFunction410cd55f0100.create.result
24086 if (name === 'rgb' || name === 'rgba') {
24094 else if (name === 'hsl' || name === 'hsla') {
28814 this.name = name;
33893 name = name.substr(1);
34600 name = name + '/';
35251 if (attribute.name === name) {
35302 if (attribute.name === name) {
35307 this.attributes.push({ name: name, value: value });
[all …]
H A D32.32.js1 ….name.html","delimiter.html","string.html",{token:"string.html",switchTo:"@tag.$S2.$4"},"string.ht…
/plugin/latexit/
H A Drenderer.php953 * @param string $name Text of the original link
955 function locallink($hash, $name = NULL) { argument
957 if (!is_null($name)) {
958 $this->doc .= $this->_latexSpecialChars($name);
1074 $name = $wikiUri;
1076 $name = $title;
1078 $this->externallink($url, $name);
1107 function emaillink($address, $name = NULL) { argument
1108 if (!is_array($name)) {
1109 $name = $this->_latexSpecialChars($name);
[all …]
/plugin/pubmed2020/classes/
H A Dpubmed2020.php330 $name = $this->_normalizeNameCase($n[0]);
333 $name = $this->_normalizeNameCase($n[0]);
340 $value = $name." ".$surname;
836 function _normalizeNameCase($name) { argument
838 if (ctype_upper(str_replace(" ", "", $name))) {
839 return ucwords(mb_strtolower($name), " \t\r\n\f\v-'");
841 return $name;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js2327 name: name,
2342 name: name,
4082 name: name,
4251 name: name,
27935 this.name = name;
28143 state.name = name;
32397 this.name = name;
55099 this.name = name;
77687 name: name,
77718 name: name,
[all …]
/plugin/tindexmenu/
H A Dindexmenu-full.js27 function Node(dokuid, id, pid, name, hns, isdir, ajax) { argument
31 this.name = name;
91 dTree.prototype.add = function(dokuid, id, pid, name, hns, isdir, ajax) { argument
92 this.aNodes[this.aNodes.length] = new Node(dokuid, id, pid, name, hns,
220 str += '"' + ' title="' + node.name + '"' + jsfnc;
222 str += '>' + node.name + '</a>';
226 + node.name + '</a>';
228 str += node.name;
731 rmenu.innerHTML = '<div class="indexmenu_rmenuhead" title="' + node.name
732 + '">' + node.name + "</div>";
/plugin/indexmenu/scripts/
H A Dindexmenu.js57 * @param {string} name Page Title
63 function dTreeNode(dokuid, id, pid, name, hns, isdir, ajax) {
71 this.name = name; // ns/page title
106 * @param {string} theme name of theme dir
120 theme: theme // dir name of theme folder
142 this.treeName = treeName; // (unique) name of this indexmenu
179 * @param {string} name Page Title
184 dTree.prototype.add = function (dokuid, id, pid, name, hns, isdir, ajax) {
185 this.aNodes[this.aNodes.length] = new dTreeNode(dokuid, id, pid, name, hn
41 dTreeNode(dokuid, id, pid, name, hns, isdir, ajax) global() argument
134 add(dokuid, id, pid, name, hns, isdir, ajax) global() argument
[all...]
/plugin/diagramsnet/lib/shapes/
H A DmxElectrical.js154 {name:'notch', dispName:'Spacing', type:'float', min:0, defVal:25}
230 {name:'notch', dispName:'Spacing', type:'float', min:0, defVal:30}
312 {name:'notch', dispName:'Spacing', type:'float', min:0, defVal:75}
399 {name:'notch', dispName:'Spacing', type:'float', min:0, defVal:180}
510 {name: 'operation', dispName: 'Operation', type: 'enum', defVal:'and',
516 {name: 'numInputs', dispName: 'Inputs', type: 'int', min:2, defVal:2},
517 {name: 'negating', dispName: 'Negating', type: 'bool', defVal:0}
651 {name: 'negating', dispName: 'Negating', type: 'bool', defVal:0}
720 {name: 'pinStyle', dispName: 'Pin Style', type: 'enum', defVal:'line',
725 {name: 'startPin', dispName: 'Starting Pin', type: 'enum', defVal:'n',
[all …]
/plugin/nsrelation/
H A Dsyntax.php92 $name = $this->relatedns_display[array_search($ns,$this->relatedns)];
93 return html_wikilink($link,$name);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php52 foreach ($class->getProperties() as $name => $visibility) {
53 $code .= sprintf("%s \$%s;\n", $visibility, $name);
/plugin/divalign2/
H A Dcommon.php153 $name = 'Plugin DivAlign2 '.$Align;
157 $properties ['style-display-name'] = $name;
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DBaseMarkdownTest.php97 foreach ($this->getDataPaths() as $name => $src) {
108 $files[] = [$name, substr($file, 0, -3)];
/plugin/textinsert/lang/en/
H A Dintro.txt1 … replacement texts, and to edit them after they have been saved. A macro name can contain letters…
4 Enter the macro name in the **Macro** column and the texts which they represent in the
/plugin/zip/pear/File/Archive/Writer/
H A DMail.php119 $name = '', $isfile = true) argument
121 return $this->mime->addHTMLImage($file, $c_type, $name, $isfile);
/plugin/webcomponent/_test/data/pages/
H A Dunit.txt32 <webcode name="Render" frameborder=0 width=100% scrolling=yes externalResources="," renderingMode=s…
54 <webcode name="No render" frameborder=0 width=100% scrolling=yes externalResources="," renderingMod…
/plugin/daftdrafts/
H A Dhelper.php32 'name' => 'acl_add',
38 'name' => 'acl_del',
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dgrayscale.min.css1name{color:#333;font-weight:bold}.hljs-tag{color:#333}.hljs-regexp{color:#333;background:url(data:…

1...<<181182183184185186187188189190>>...324