Home
last modified time | relevance | path

Searched refs:name (Results 426 – 450 of 8094) sorted by last modified time

1...<<11121314151617181920>>...324

/plugin/combo/ComboStrap/
H A DIcon.php14 * @param string $name
23 public static function createFromName(string $name, TagAttributes $iconAttributes = null): Icon argument
28 $iconAttributes->addComponentAttributeValue(FetcherSvg::NAME_ATTRIBUTE, $name);
50 $name = $tagAttributes->getValue(FetcherSvg::NAME_ATTRIBUTE);
51 if ($name === null) {
52 throw new ExceptionNotFound("A name is mandatory as attribute for an icon. It was not found.", Icon::ICON_CANONICAL_NAME);
56 * If the name have an extension, it's a file from the media directory
59 $mediaDokuPath = WikiPath::createMediaPathFromId($name);
63 throw new ExceptionBadArgument("The extension of the icon ($name) is not `svg`", Icon::ICON_CANONICAL_NAME);
68 $message = "The svg icon file ($mediaDokuPath) does not exists. If you want an icon from an icon library, indicate a name withou
94 createFromComboResource(string $name, TagAttributes $tagAttributes = null) global() argument
[all...]
H A DResourceName.php15 public const PROPERTY_NAME = "name";
24 * Return a name from a path
31 $name = $path->getLastNameWithoutExtension();
34 $name = $path->getUrl()->getHost();
39 $words = preg_split("/\s/", preg_replace("/[-_]/", " ", $name));
56 return "A name is the shortest description. It should be at maximum a couple of words long. It's used in navigational components or as a default in link.";
62 return "The name of a page";
90 * is the parent path name
H A DWikiPath.php186 * just a relative name path
663 * ie `ns:name` is by default the file `ns:name.txt`
782 throw new ExceptionNotFound("This path ($this) does not have any last name");
800 foreach ($actualNames as $name) {
804 * and it's empty but is valid name
806 if ($name !== "") {
807 $names[] = $name;
1080 function resolve(string $name): WikiPath argument
1085 $path = $this->absolutePath . WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT . $name;
[all...]
H A DDropDownTag.php20 $name = $tagAttributes->getValueAndRemoveIfPresent("name","unknown name");
32 <a id="$dropDownId" href="#" class="nav-link dropdown-toggle active" {$dataToggleAttribute}="dropdown" role="button" aria-haspopup="true" aria-expanded="false" title="$name">$name</a>
H A DEditButtonManager.php40 * @param $name
44 public function createAndAddEditButtonToStack($name, $startPosition): EditButton argument
51 if (empty($name)) {
52 LogUtility::msg("The name for a start section should not be empty", LogUtility::LVL_MSG_ERROR, "support");
55 $editButton = EditButton::create($name)
H A DEvent.php185 * @param string $name - a string with the reason
189 function createEvent(string $name, array $data)
195 LogUtility::error("Unable to create the event $name. Sqlite is not available");
203 "name" => $name,
219 LogUtility::error("Unable to create the event $name. Error:" . $e->getMessage(), self::CANONICAL, $e);
172 createEvent(string $name, array $data) global() argument
H A DPath.php37 * @throws ExceptionNotFound - if the path does not have any last name
44 * The last name of the path with or without an extension
51 * @throws ExceptionNotFound - if the path does not have any last name
114 function resolve(string $name): Path; argument
H A DHistoricalBreadcrumbMenuItem.php33 * This unique name should not be in the {@link \action_plugin_combo_historicalbreadcrumb}
99 foreach ($pages as $id => $name) {
102 $html .= $this->createLink($id, $name);
142 * @param $name
146 public function createLink($id, $name, $class = null): string argument
149 if ($name == "start") {
150 $name = "Home Page";
152 $name = $page->getTitleOrDefault();
164 return $attributes->toHtmlEnterTag("a") . $name . "</a>";
H A DHtml.php15 * @param string $name
19 public static function validNameGuard(string $name) argument
22 * If the name is not in lowercase,
25 $validName = strtolower($name);
26 if ($validName != $name) {
27 throw new ExceptionRuntime("The name ($name) is not a valid name");
188 * Merge class name
189 * @param string $newNames - the name tha
[all...]
H A DIconDownloader.php25 * from the name
118 * Deprecated library acronym / name
126 * Public known acronym / name (Used in the configuration)
220 public function __construct(string $name) argument
230 $mediaPathId = $iconNameSpace . $name . ".svg";;
241 * Name parsing to extract the library name and icon name
246 $this->setIconName($name);
248 $sepPosition = strpos($name, ":");
250 $libraryName = substr($name,
282 createFromName(string $name) global() argument
[all...]
/plugin/combo/vendor/symfony/yaml/
H A DInline.php129 return sprintf('!php/const %s::%s', \get_class($value), $value->name);
/plugin/combo/
H A Dyarn.lock119 is-potential-custom-element-name@^1.0.1:
121 resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5"
138 is-potential-custom-element-name "^1.0.1"
151 xml-name-validator "^4.0.0"
259 xml-name-validator "^4.0.0"
291 xml-name-validator@^4.0.0:
293 resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
H A DLICENSE293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
/plugin/combo/resources/firebug/
H A DREADME.md9 the [Firebug Js file](firebug-lite-1.2.js) check if the CSS is loaded with is name otherwise it try to load it.
H A Dfirebug-lite-1.2-compressed.js39 return content.join(" ");}},history:[],historyIndex:0,openObject:function(_index){with(firebug){d.dom.open(d.console.cache[_index],el.left.dom.container,lib.env.ie);d.navigate("dom");}},print:function(_cmd,_text){with(firebug){d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd);d.console.addLine().update(d.highlight(_text,false,false,true));d.console.scroll();}},printException:function(_exception){with(firebug){var message=_exception.description||_exception.message||_exception;if(_exception.fileName){message+=' ('+(_exception.name&&(_exception.name+', ')||'')+getFileName(_exception.fileName)+', '+_exception.lineNumber+')';}
82 d.scripts.open(d.scripts.index);}}},str:{open:function(_str){with(firebug){d.navigate("str");el.left.str.container.update(_str.replace(/\n/g,"<br />"))}}},xhr:{objects:[],addObject:function(){with(firebug){for(var i=0,len=arguments.length;i<len;i++){try{var item=arguments[i],val=internal.targetWindow.eval(item);d.xhr.objects.push([item,val]);}catch(e){continue;}}}},open:function(){with(firebug){el.left.xhr.container.update("");el.left.xhr.name=new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").attribute.addClass("Block").environment.addStyle({"width":"20%"}).insert(el.left.xhr.container));el.left.xhr.nameTitle=new lib.element("STRONG").update("Object Name:").insert(el.left.xhr.name);el.left.xhr.nameContent=new lib.element("DIV").insert(el.left.xhr.name);el.left.xhr.status=new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").attribute.addClass("Block").environment.addStyle({"width":"10%"}).insert(el.left.xhr.container));el.left.xhr.statusTitle=new lib.element("STRONG").update("Status:").insert(el.left.xhr.status);el.left.xhr.statusContent=new lib.element("DIV").insert(el.left.xhr.status);el.left.xhr.readystate=new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").environment.addStyle({"width":"15%"}).attribute.addClass("Block").insert(el.left.xhr.container));el.left.xhr.readystateTitle=el.left.xhr.nameTitle=new lib.element("STRONG").update("Ready State:").insert(el.left.xhr.readystate);el.left.xhr.readystateContent=new lib.element("DIV").insert(el.left.xhr.readystate);el.left.xhr.response=new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").environment.addStyle({"width":(lib.env.ie?"50":"55")+"%"}).attribute.addClass("Block").insert(el.left.xhr.container));el.left.xhr.responseTitle=new lib.element("STRONG").update("Response:").insert(el.left.xhr.response);el.left.xhr.responseContent=new lib.element("DIV").insert(el.left.xhr.response);setTimeout(d.xhr.refresh,500);}},refresh:function(){with(firebug){el.left.xhr.nameContent.update("");el.left.xhr.statusContent.update("");el.left.xhr.readystateContent.update("");el.left.xhr.responseContent.update("");for(var i=0,len=d.xhr.objects.length;i<len;i++){var item=d.xhr.objects[i],response=item[1].responseText;if(Boolean(item[1])==false)continue;el.left.xhr.nameContent.child.add(new lib.element("span").update(item[0]));try{el.left.xhr.statusContent.child.add(new lib.element("span").update(item[1].status));}catch(e){el.left.xhr.statusContent.child.add(new lib.element("span").update("&nbsp;"));}
122 return base.init.apply(this,arguments);return this;};this.movePrivateMembers(this.body,_private);if(this.init){fn["$Init"]=this.init;};fn.prototype=this.body;return fn;};this.createAccessors=function(_p,_branch){var getter=function(_property){return this[_property];},setter=function(_property,_value){this[_property]=_value;return _branch._parent_||_branch;};for(var name in _p){var isPrivate=name.substring(0,1)=="_",title=name.substring(1,2).toUpperCase()+name.substring(2);if(isPrivate){_branch[(_branch["get"+title]?"_":"")+"get"+title]=pi.util.Curry(getter,_p,name);_branc
[all...]
H A Dfirebug-lite-1.2.js930 message+=' ('+(_exception.name&&(_exception.name+', ')||'')+getFileName(_exception.fileName)+', '+_exception.lineNumber+')';
1625 el.left.xhr.name = new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").attribute.addClass("Block").environment.addStyle({ "width":"20%" }).insert(el.left.xhr.container));
1626 el.left.xhr.nameTitle = new lib.element("STRONG").update("Object Name:").insert(el.left.xhr.name);
1627 el.left.xhr.nameContent = new lib.element("DIV").insert(el.left.xhr.name);
2252 for (var name in _p) {
2253 var isPrivate = name.substring(0, 1) == "_", title = name.substring(1, 2).toUpperCase() + name.substring(2);
2256 _branch[(_branch["get" + title]?"_":"")+"get" + title] = pi.util.Curry(getter,_p,name);
[all...]
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php153 * Collect the attributes by name
188 switch ($leftAtt->name) {
345 $xpathQuery = "//*[local-name()='$elementName']";
/plugin/combo/ComboStrap/Meta/Field/
H A DPageTemplateName.php161 // No last name not installed
192 foreach ($parentNames as $name) {
194 $hierarchicalName .= $name;
196 $hierarchicalName .= "-$name";
198 $templatePrefixes[] = $name;
199 if ($hierarchicalName !== $name) {
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md47 "name": "myapp/name",
48 "description": "My awesome app name",
73 Hello, my name is {{name}}
127 "name" => "Yolo Baggins",
153 ***$template*** : Template can be the name of the file or a string containing the handlebars/html.
230 Handlebars also allows for name conflict resolution between helpers and data fields via a this reference:
233 {{./name}} or {{this/name}} o
[all...]
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php140 $name = $metadata->getName();
151 $this->setFromPersistentName($name, $persistentValue, $defaultValue);
177 * Getting a metadata for a resource via its name
182 * @param string $name
186 public function getFromName(string $name, $default = null) argument
195 $value = $data[$name] ?? null;
219 * @param string $name
224 public function setFromPersistentName(string $name, $value, $default = null): MetadataDokuWikiStore argument
226 $oldValue = $this->getFromName($name);
255 $METADATA_RENDERERS[$wikiId][self::CURRENT_METADATA][$name]
312 getCurrentFromName($name) global() argument
386 setGlobalCacheIfAny(string $name, $value) global() argument
[all...]
/plugin/combo/resources/background/
H A Dbackground1.svg10 <g id="Group_243" data-name="Group 243" transform="translate(-1838 1118)">
11 <rect id="Rectangle_689" data-name="Rectangle 689" class="cls-1" width="89" height="75" transform="translate(54 476)"></rect>
12 <rect id="Rectangle_690" data-name="Rectangle 690" class="cls-1" width="89" height="75" transform="translate(333 140)"></rect>
13 <rect id="Rectangle_691" data-name="Rectangle 691" class="cls-1" width="89" height="75" transform="translate(479 200)"></rect>
14 <rect id="Rectangle_692" data-name="Rectangle 692" class="cls-1" width="89" height="75" transform="translate(493 327)"></rect>
15 <rect id="Rectangle_694" data-name="Rectangle 694" class="cls-1" width="89" height="75" transform="translate(280 364)"></rect>
16 <rect id="Rectangle_695" data-name="Rectangle 695" class="cls-1" width="89" height="75" transform="translate(100 354)"></rect>
17 <rect id="Rectangle_696" data-name="Rectangle 696" class="cls-1" width="89" height="75" transform="translate(493 41)"></rect>
18 <rect id="Rectangle_697" data-name="Rectangle 697" class="cls-1" width="89" height="75" transform="translate(10 39)"></rect>
19 <rect id="Rectangle_698" data-name
[all...]
/plugin/combo/resources/brand/pocket/
H A Doutline-circle.svg1 <svg xmlns="http://www.w3.org/2000/svg" stroke-width="1.5" viewBox="0 0 24 24" stroke="#F50057" data-name="iconoir:pocket" fill="none">
H A Doutline.svg1 <svg xmlns="http://www.w3.org/2000/svg" stroke-width="1.5" viewBox="0 0 24 24" stroke="#F50057" data-name="iconoir:pocket" fill="none">
/plugin/combo/vendor/symfony/process/
H A DExecutableFinder.php41 * Finds an executable by name.
43 * @param string $name The executable name (without the extension)
49 public function find(string $name, string $default = null, array $extraDirs = []) argument
59 if (basename($path) == $name && @is_executable($path)) {
78 if (@is_file($file = $dir.\DIRECTORY_SEPARATOR.$name.$suffix) && ('\\' === \DIRECTORY_SEPARATOR || @is_executable($file))) {
/plugin/combo/resources/dictionary/
H A DREADME.md7 * [emojis](./emojis.json) - unicode code point to name emoji mapping (to use as icon)
8 * [Carbon](./carbon-icons.json) - list of [32x32 icon](https://carbon-elements.netlify.app/icons/examples/preview/) name of iconify (ie lowercase) to physical icon name

1...<<11121314151617181920>>...324